@charset "UTF-8";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
/*-------------------------------------
reset css
-------------------------------------*/
/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@600&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: #fde960; }

.bg-orange {
  background: #ff8600; }

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

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

.bg-black {
  background: #000000; }

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

.j-font {
  font-family: 'Outfit', sans-serif; }

/* --------------------
  tags
-------------------- */
a {
  color: #104ea1;
  text-decoration: none; }

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

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 {
  cursor: default;
  opacity: 0.3 !important;
  text-decoration: none !important; }
  .disable a,
  .disable-link a {
    text-decoration: none !important;
    cursor: default; }
  .disable:hover,
  .disable-link:hover {
    cursor: default;
    opacity: 0.3 !important;
    text-decoration: none !important; }

.em-txt {
  color: #b37e00;
  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; }

.protect-box {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none; }

img.protect {
  pointer-events: none; }

img.protect.active {
  opacity: 1; }

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

.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-f25 {
  font-size: 25px !important;
  line-height: 2 !important; }

.u-pink {
  color: #fc008c !important; }

.u-white {
  color: #ffffff !important; }

.u-orange {
  color: #ff8600; }

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

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

.u-gray {
  color: #999999; }

.u-black {
  color: #1e1d1d; }

.u-red {
  color: #de0515 !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 {
  transition: 0.3s; }
  .opac:hover {
    opacity: 0.7; }

.container {
  width: 1240px;
  padding: 0 80px;
  margin: 0 auto; }

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

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

/* header
--------------- */
.header {
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000; }
  .header .fixed-area {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); }
  .header .container {
    position: relative; }
  .header .logo-wrap {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: -6px;
    margin-left: 4px; }
    .header .logo-wrap .logo {
      background: url(../img/header_logo.png) 0 0/contain no-repeat;
      width: 312px;
      aspect-ratio: 312/62;
      display: block;
      text-indent: -9999px; }
    .header .logo-wrap a {
      background-size: contain; }
  .header .header-inner {
    margin: 0 auto;
    width: 1080px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .header .header-inner a {
      color: #000; }
  .header .pc-right-box {
    width: 750px; }
  .header .pc-menu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic; }
    .header .pc-menu-wrap .pc-menu {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      gap: 20px; }
      .header .pc-menu-wrap .pc-menu li.main-menu {
        position: relative; }
        .header .pc-menu-wrap .pc-menu li.main-menu:not(.disable):hover > a {
          color: #de0515; }
          .header .pc-menu-wrap .pc-menu li.main-menu:not(.disable):hover > a:before {
            content: "";
            display: block;
            height: 4px;
            left: 0;
            top: 0;
            position: absolute;
            width: 100%;
            background: #de0515; }
        .header .pc-menu-wrap .pc-menu li.main-menu > a {
          color: #000;
          letter-spacing: 0;
          font-weight: 700;
          font-size: 22px;
          transition: 0.3s;
          box-sizing: border-box;
          padding: 0 25.5px;
          height: 80px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
        .header .pc-menu-wrap .pc-menu li.main-menu.off a, .header .pc-menu-wrap .pc-menu li.main-menu.disable a {
          pointer-events: none;
          color: #bbbbbb; }
        .header .pc-menu-wrap .pc-menu li.main-menu.disable {
          opacity: 1 !important; }
  .header .ticker-box {
    padding: 7px 10px 3px 20px;
    background: #f5edcc;
    border-radius: 20px 20px 0 0; }
    .header .ticker-box .parts-ticker {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      gap: 26px; }
    .header .ticker-box .date {
      color: #de0515;
      font-family: 'Roboto Condensed', sans-serif;
      font-style: italic;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: normal;
      line-height: 1;
      white-space: nowrap;
      padding-top: 8px;
      padding-bottom: 6px; }
    .header .ticker-box .txt, .header .ticker-box .txt a {
      font-size: 14px;
      font-weight: 500;
      color: #000;
      letter-spacing: normal;
      line-height: 2.14286;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }

/* footer
--------------- */
.footer {
  box-sizing: border-box;
  background: linear-gradient(to right, #68bce3, #104ea1);
  color: #ffffff;
  padding-top: 24px;
  padding-bottom: 35px;
  z-index: 3;
  position: relative;
  background: #000;
  text-align: center; }
  .footer.notice-off {
    padding-bottom: 0; }
  .footer .sns-icon-list-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 10px; }
    .footer .sns-icon-list-box a {
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      display: block;
      width: 50px;
      aspect-ratio: 1/1; }
      .footer .sns-icon-list-box a.twitter {
        background-image: url("../img/icon_x.png"); }
      .footer .sns-icon-list-box a.instagram {
        background-image: url("../img/icon_instagram.png"); }
  .footer a {
    color: #ffffff; }
  .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: 2px;
    line-height: 28px; }
    .footer .child-list-box > li {
      margin-bottom: 0px;
      font-size: 12px; }
      .footer .child-list-box > li:before {
        content: "-";
        margin-right: 5px; }
      .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: center;
    font-size: 12px;
    font-weight: 600;
    margin-top: 18px; }
  .footer .backnumber-2022 {
    margin-top: 26px;
    font-weight: bold;
    font-size: 16px;
    background: #fff;
    padding: 0;
    line-height: 50px; }
    .footer .backnumber-2022 .container {
      text-align: right;
      -ms-flex-pack: end;
          justify-content: flex-end;
      display: -ms-flexbox;
      display: flex; }
    .footer .backnumber-2022 h2 {
      color: #000; }
    .footer .backnumber-2022 .history-links {
      margin-left: 20px;
      font-size: 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
      .footer .backnumber-2022 .history-links a {
        color: #de0515;
        margin-left: 15px; }
        .footer .backnumber-2022 .history-links a:hover {
          transition: All 0.3s ease;
          opacity: 0.7; }

.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: bold;
      margin-bottom: 60px;
      font-size: 33px;
      line-height: 50px;
      color: #d99f17; }
    .modal-parts .modal-box .em-txt {
      font-size: 26px; }
    .modal-parts .modal-box .txt-area {
      line-height: 40px; }
      .modal-parts .modal-box .txt-area a {
        color: #3399cc;
        text-decoration: underline; }
        .modal-parts .modal-box .txt-area a:hover {
          text-decoration: none; }

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

.modal-overlay {
  background: rgba(0, 0, 0, 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-overlay,
.modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }

.discontinue .modal-parts {
  padding: 80px 80px 50px; }
  .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: 30px; }
  .discontinue .modal-parts .modal-box > .color-red {
    color: #104ea1; }
  .discontinue .modal-parts .f-bold {
    font-weight: bold;
    color: #104ea1;
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 35px; }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  transition: opacity .3s ease-out; }

.modal-video-close {
  opacity: 0; }

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px); }

.modal-video-body {
  max-width: 800px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform .3s ease-out; }

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }

.modal-video-close-btn:before {
  transform: rotate(45deg); }

.modal-video-close-btn:after {
  transform: rotate(-45deg); }

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px; }

.modal-qr {
  text-align: center; }
  .modal-qr img.qr {
    width: 300px; }

.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: -34px; }
    .bx-controls .bx-controls-direction a.bx-prev:before {
      transform: rotate(225deg);
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-top: solid 3px #fde960;
      border-right: solid 3px #fde960; }
  .bx-controls .bx-controls-direction a.bx-next {
    right: -34px;
    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 3px #fde960;
      border-right: solid 3px #fde960; }

.bx-pager {
  margin-top: 16px;
  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: 12px;
    height: 12px;
    border-radius: 100px;
    margin: 0 5px;
    text-indent: -9999px;
    background: #aa8121; }
    .bx-pager .bx-pager-item a.active {
      background: #fde960; }

body.second .second-box {
  font-size: 14px;
  line-height: 30px;
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0 60px;
  position: relative;
  z-index: 10; }
  body.second .second-box.news {
    font-size: 15px;
    width: 1080px; }

body.second .fixed-wrap2 {
  position: -webkit-sticky;
  position: sticky;
  top: 131px;
  z-index: 1000;
  /* height: 77px; */ }

body.second .second-main {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.57) 0%, rgba(255, 255, 255, 0.57) 100%), linear-gradient(#70294c 0%, #70294c 100%), linear-gradient(#000 0%, #000 100%);
  background-size: 2000px auto,  2000px auto, 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 30; }
  body.second .second-main::before, body.second .second-main::after {
    content: '';
    background-position: center top;
    background-size: 2000px auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 2000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.second .second-main::before {
    background-image: linear-gradient(90deg, rgba(218, 189, 53, 0.37) 0%, rgba(255, 234, 86, 0.37) 50%, rgba(181, 145, 22, 0.37) 100%);
    mix-blend-mode: multiply; }
  body.second .second-main::after {
    background-image: url(../img/second_main_bg_pc.png); }
  body.second .second-main .container {
    position: relative;
    z-index: 1;
    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; }
  body.second .second-main h1.post-title {
    padding-top: 0;
    color: #000;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 60px;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic; }
  body.second .second-main .breadcrump-list-box {
    position: absolute;
    top: 4px;
    left: 235px;
    display: -ms-flexbox;
    display: flex; }
    body.second .second-main .breadcrump-list-box,
    body.second .second-main .breadcrump-list-box a {
      color: #000; }
    body.second .second-main .breadcrump-list-box.pc-bk,
    body.second .second-main .breadcrump-list-box.pc-bk a {
      color: z; }
    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: #fff; }
    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: ">";
        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 .second-main.lineup {
    height: 147px; }
  body.second .second-main.areamap {
    background: url(../img/second_main_bg_pc.png) #000;
    background-position: center bottom;
    background-repeat: no-repeat; }
  body.second .second-main.qa {
    background: url(../img/second_main_bg_pc.png) #000;
    background-position: center bottom;
    background-repeat: no-repeat; }
  body.second .second-main.goods {
    background: url(../img/second_main_bg_pc.png) #000;
    background-position: center bottom;
    background-repeat: no-repeat; }
  body.second .second-main.emoney {
    background: url(../img/second_main_bg_pc.png) #000;
    background-position: center bottom;
    background-repeat: no-repeat; }
  body.second .second-main.guideline {
    background: url(../img/second_main_bg_pc.png) #000;
    background-position: center bottom;
    background-repeat: no-repeat; }

body.second .black-ttl-wrap {
  color: #ffffff;
  background: #0c2430;
  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: 30px;
      font-size: 36px;
      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 {
        margin-top: 7px;
        font-weight: bold;
        font-family: "Crimson Text", serif; }
        body.second .black-ttl-wrap ul.black-ttl-list-box li .place:before {
          content: "";
          width: 23px;
          height: 23px;
          display: inline-block;
          position: relative;
          top: -2px;
          margin-right: 18px; }
      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 .page-nav-list-wrap .page-nav-list-wrap-inner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1080px;
  margin: 0 auto;
  margin-top: -27px;
  background: #000000;
  color: #fff;
  border-radius: 20px; }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner .page-nav-list-active-line {
    display: none; }
  body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li {
    font-size: 30px;
    position: relative; }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li a {
      height: 54px;
      padding-top: 12px;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline;
      -ms-flex-pack: center;
          justify-content: center;
      transition: 0.1s;
      color: #fff; }
      body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li a:hover {
        color: #ffd563; }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li:after {
      position: absolute;
      content: "";
      display: block;
      width: 1px;
      height: 30px;
      background: rgba(255, 255, 255, 0.6);
      z-index: 2;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
    body.second .page-nav-list-wrap .page-nav-list-wrap-inner.style1 li:last-child:after {
      content: none; }
  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: #0c2430;
      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;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic; }
    body.second .page-nav-list-wrap .page-nav-list-box > li .youbi {
      font-size: 14px;
      margin-left: 10px; }
    body.second .page-nav-list-wrap .page-nav-list-box > li a {
      font-size: 30px;
      box-sizing: border-box;
      height: 64px;
      display: block;
      color: #ffffff;
      line-height: 1; }
    body.second .page-nav-list-wrap .page-nav-list-box > li a.active {
      color: #ffd563; }

body.second .date-long-ttl {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0;
  line-height: 1.4rem; }
  body.second .date-long-ttl .youbi {
    font-size: 24px;
    margin-left: 5px; }

body.second .subtitle {
  display: block;
  color: #fde960;
  font-size: 32px;
  font-weight: bold;
  margin: 20px 0px 0px; }

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

body.second .cautions-wrap {
  background: #f3f3f3;
  padding-top: 34px;
  padding-right: 35px;
  padding-bottom: 26px;
  padding-left: 30px;
  font-size: 14px;
  border-radius: 20px;
  line-height: 1.42857; }
  body.second .cautions-wrap .ttl {
    margin: 38px 0 10px;
    color: #de0515;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.05em; }
  body.second .cautions-wrap .cautions-box,
  body.second .cautions-wrap p {
    letter-spacing: 0.05em; }
  body.second .cautions-wrap p {
    letter-spacing: 0.05em;
    line-height: 1.71429; }
  body.second .cautions-wrap .cautions-box {
    margin: 10px 0; }
    body.second .cautions-wrap .cautions-box li {
      margin-left: 20px;
      list-style-type: disc; }
      body.second .cautions-wrap .cautions-box li + li {
        margin-top: 13px; }
    body.second .cautions-wrap .cautions-box.cautions-box--asterisk li {
      list-style-type: "※  "; }
      body.second .cautions-wrap .cautions-box.cautions-box--asterisk li + li {
        margin-top: 12px; }
    body.second .cautions-wrap .cautions-box.cautions-box--numbering {
      counter-reset: cnt; }
      body.second .cautions-wrap .cautions-box.cautions-box--numbering li {
        counter-increment: cnt;
        list-style-type: none;
        margin-left: 2.5em;
        position: relative; }
        body.second .cautions-wrap .cautions-box.cautions-box--numbering li::before {
          content: "(" counter(cnt) ") ";
          margin-left: -2.5em;
          position: absolute;
          top: 0;
          left: 0; }
    body.second .cautions-wrap .cautions-box.cautions-box--numbering02 {
      counter-reset: cnt; }
      body.second .cautions-wrap .cautions-box.cautions-box--numbering02 li {
        counter-increment: cnt;
        list-style-type: none;
        margin-left: 1.65em; }
        body.second .cautions-wrap .cautions-box.cautions-box--numbering02 li::before {
          content: counter(cnt) "．";
          margin-left: -1.65em; }
    body.second .cautions-wrap .cautions-box.no-indent li {
      margin-left: 0; }
  body.second .cautions-wrap .text-box {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.55556; }

body.second.artist .main-container {
  position: relative; }
  body.second.artist .main-container .cs {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 40px; }

body.second.artist.lineup .kome {
  margin-bottom: 10px;
  margin-top: -10px; }

body.second.artist.lineup .feslogo {
  width: 210px;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  margin: 0 auto 60px; }

body.second.artist.lineup .thumbnail-area {
  margin: 24px auto 33px; }
  body.second.artist.lineup .thumbnail-area .lineup-btn-item, body.second.artist.lineup .thumbnail-area .lineup-btn-list a {
    color: #ffd562;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    border: 1px solid #fff;
    display: block;
    padding: 0 18px; }
  body.second.artist.lineup .thumbnail-area .lineup-btn-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 10px;
    margin-top: 15px; }
  body.second.artist.lineup .thumbnail-area .thumb-lists {
    width: 1080px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 60px 20px;
    margin: 0 auto; }
    body.second.artist.lineup .thumbnail-area .thumb-lists > li {
      width: 346px; }
      body.second.artist.lineup .thumbnail-area .thumb-lists > li a {
        display: block;
        position: relative; }
        body.second.artist.lineup .thumbnail-area .thumb-lists > li a .image {
          overflow: hidden;
          position: relative;
          height: 225px; }
          body.second.artist.lineup .thumbnail-area .thumb-lists > li a .image img {
            transition: 1s; }
        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 .opening {
        text-align: center;
        color: #ffd562;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 8px; }
      body.second.artist.lineup .thumbnail-area .thumb-lists > li .name {
        font-size: 18px;
        font-weight: 500;
        margin-top: 9px;
        text-align: center;
        color: #fff;
        position: relative; }
        body.second.artist.lineup .thumbnail-area .thumb-lists > li .name .anno {
          font-size: 13px;
          margin-left: 8px; }
        body.second.artist.lineup .thumbnail-area .thumb-lists > li .name .new {
          font-weight: 700;
          margin-right: 10px;
          background: #ff42ac;
          color: #fff;
          display: inline-block;
          position: relative;
          top: -1px;
          padding: 0 15px;
          font-size: 16px;
          margin-bottom: 0;
          height: 22px;
          line-height: 20px;
          border-radius: 11px; }
          body.second.artist.lineup .thumbnail-area .thumb-lists > li .name .new:before {
            content: "NEW"; }
        body.second.artist.lineup .thumbnail-area .thumb-lists > li .name .mov {
          width: 25px;
          height: 21px;
          background: url(../img/mark_mov_play.png) no-repeat;
          background-size: contain;
          top: 5px;
          right: 0;
          position: absolute; }
  body.second.artist.lineup .thumbnail-area .big-thumb {
    display: block;
    text-align: center;
    margin: 0 auto 60px; }
    body.second.artist.lineup .thumbnail-area .big-thumb .sp-text {
      color: #104ea1;
      background: #ffffff;
      letter-spacing: 0.05rem;
      font-size: 14px;
      width: 140px;
      text-align: center;
      height: 32px;
      line-height: 30px;
      margin-right: 20px; }
    body.second.artist.lineup .thumbnail-area .big-thumb > li {
      width: 340px;
      display: block;
      margin: 0 auto; }
      body.second.artist.lineup .thumbnail-area .big-thumb > li a .image {
        height: auto; }
      body.second.artist.lineup .thumbnail-area .big-thumb > li .texts {
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-align: center;
        margin: 20px auto 0;
        font-weight: bold; }
      body.second.artist.lineup .thumbnail-area .big-thumb > li .name {
        font-size: 34px;
        margin: 0; }
  body.second.artist.lineup .thumbnail-area.opening-dj {
    margin-top: 60px; }

body.second.artist.lineup .text-more {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin: 38px 0px 0px;
  text-align: right; }

body.second.artist.lineup .text-cs {
  font-size: 36px;
  font-weight: bold;
  color: #fde960;
  display: block;
  margin: 0 20px 120px;
  text-align: center; }

body.second.artist.lineup .day-icon {
  margin: 0 auto 24px;
  text-indent: -9999px;
  overflow: hidden;
  width: 204px;
  aspect-ratio: 1/1; }
  body.second.artist.lineup .day-icon.day1 {
    background: url(../img/artist_date1.png) center no-repeat;
    margin-top: -13px; }
  body.second.artist.lineup .day-icon.day2 {
    background: url(../img/artist_date2.png) center no-repeat; }
  body.second.artist.lineup .day-icon.day3 {
    background: url(../img/artist_date3.png) center no-repeat; }

body.second.artist.detail .main-container {
  overflow: hidden;
  color: #ffffff; }
  body.second.artist.detail .main-container .second-box {
    width: 1000px;
    margin: 0 auto; }
  body.second.artist.detail .main-container:before {
    content: "";
    display: block;
    background: url(../img/bg_artist_before.png) no-repeat top left;
    width: 100%;
    max-width: 2000px;
    height: 1505px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 6; }
  body.second.artist.detail .main-container:after {
    content: "";
    display: block;
    background: url(../img/bg_effect2.png) no-repeat center bottom;
    width: 100%;
    max-width: 2000px;
    height: 3000px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5; }

body.second.artist.detail .place-link-wrap-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px; }
  body.second.artist.detail .place-link-wrap-list .place {
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    margin-right: 8px; }
  body.second.artist.detail .place-link-wrap-list .link-list-box {
    display: -ms-flexbox;
    display: flex; }
    body.second.artist.detail .place-link-wrap-list .link-list-box li {
      color: rgba(255, 255, 255, 0.5);
      line-height: 24px;
      font-size: 12px;
      font-weight: bold;
      margin: 0 5px; }
      body.second.artist.detail .place-link-wrap-list .link-list-box li .span-wrap {
        padding: 4px 10px 2px;
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        font-style: italic; }
        body.second.artist.detail .place-link-wrap-list .link-list-box li .span-wrap .date {
          font-size: 20px;
          font-weight: bold; }
        body.second.artist.detail .place-link-wrap-list .link-list-box li .span-wrap .week {
          font-size: 14px;
          letter-spacing: 0.5px; }
      body.second.artist.detail .place-link-wrap-list .link-list-box li a {
        color: #fde960;
        display: block;
        background: #000000;
        border-radius: 30px; }
        body.second.artist.detail .place-link-wrap-list .link-list-box li a .span-wrap {
          padding: 3px 20px 2px; }

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

body.second.artist.detail .image-wrap {
  text-align: center; }

body.second.artist.detail .profile-movie-wrap {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 20;
  padding: 40px 0 45px; }
  body.second.artist.detail .profile-movie-wrap .profile-area {
    font-size: 16px;
    width: 1000px;
    margin: 0 auto; }
    body.second.artist.detail .profile-movie-wrap .profile-area .read {
      margin-bottom: 40px; }
  body.second.artist.detail .profile-movie-wrap .official-btn {
    width: 300px; }
    body.second.artist.detail .profile-movie-wrap .official-btn a {
      display: block;
      background: #de0515;
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      height: 40px;
      line-height: 38px;
      text-align: center;
      margin: 30px 0 58px;
      border-radius: 20px; }
  body.second.artist.detail .profile-movie-wrap .movie-area {
    width: 1000px;
    margin: 58px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    body.second.artist.detail .profile-movie-wrap .movie-area .play-btn {
      z-index: 2;
      border-radius: 100px;
      width: 80px;
      height: 80px;
      background: rgba(252, 0, 140, 0.8);
      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: 480px;
      height: 270px; }
    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.artist.detail .profile-movie-wrap .movie-area .movie-title {
      font-weight: 700;
      font-size: 34px;
      font-family: "Roboto Condensed", sans-serif;
      font-style: italic;
      line-height: 1;
      letter-spacing: 0.06em;
      margin: 0 0px 16px; }
    body.second.artist.detail .profile-movie-wrap .movie-area > div {
      width: 480px; }
    body.second.artist.detail .profile-movie-wrap .movie-area .youtube + .youtube {
      margin-top: 30px; }

body.second.artist.detail .member-area .image-wrap {
  width: 200px; }
  body.second.artist.detail .member-area .image-wrap img {
    display: block; }

body.second.artist.detail .member-area__title {
  font-size: 32px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-style: italic;
  margin-top: 13px; }
  body.second.artist.detail .member-area__title .roboto {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700; }
  body.second.artist.detail .member-area__title .small {
    font-size: 18px;
    font-weight: 400;
    font-style: normal; }

body.second.artist.detail .member-item {
  display: -ms-flexbox;
  display: flex;
  gap: 40px; }
  body.second.artist.detail .member-item .official-btn {
    margin-top: 26px; }
    body.second.artist.detail .member-item .official-btn a {
      margin-top: 0;
      margin-bottom: 0; }

body.second.artist.detail .member-name {
  color: #ffd562;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66667;
  margin-left: 0;
  margin-right: 0;
  margin-top: -7px;
  margin-bottom: 6px; }

body.second.artist.detail .member-prof p {
  word-break: normal;
  text-align: justify; }

body.second.artist.detail .member-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 50px 0;
  margin-top: 57px; }

body.second.artist.detail .comment-title {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.09375em;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 24px; }

body.second.artist.detail .comment-container {
  border: 2px solid #ffd562;
  padding: 22px 38px; }

body.second.artist.detail .comment-block + .comment-block {
  margin-top: 26px; }

body.second.artist.detail .comment-question,
body.second.artist.detail .comment-answer {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

body.second.artist.detail .comment-question {
  color: #ffd562;
  font-weight: 700;
  margin-bottom: 6px; }
  body.second.artist.detail .comment-question::before {
    content: "― "; }

body.second.artist.detail .comment-answer {
  color: #ffffff; }

body.second.ticket .cities {
  display: -ms-flexbox;
  display: flex; }
  body.second.ticket .cities > li {
    display: inline-block;
    width: 50%;
    background: #104ea1; }
    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 .platina-img {
  padding-top: 10px;
  padding-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  body.second.ticket .platina-img img.platina-ticket {
    width: 180px; }
  body.second.ticket .platina-img .goods-box {
    text-align: center;
    margin-left: 60px; }
    body.second.ticket .platina-img .goods-box p {
      font-size: 13px; }
  body.second.ticket .platina-img img.platina-goods {
    width: 380px;
    margin-bottom: 0; }

body.second.ticket .ticktore {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px; }

body.second.ticket .line-through .text {
  margin: 0; }

body.second.ticket .ticket-info {
  background-color: #f5edcc;
  padding-top: 52px;
  padding-bottom: 34px; }
  body.second.ticket .ticket-info .ticket-info-container {
    width: 1020px;
    margin: 0 auto; }
    body.second.ticket .ticket-info .ticket-info-container .ticket-ttl {
      font-size: 50px;
      line-height: 1;
      font-weight: bold;
      letter-spacing: .08em;
      letter-spacing: 0.08em;
      text-align: center;
      display: block;
      color: #de0515;
      margin-bottom: 35px; }
    body.second.ticket .ticket-info .ticket-info-container .finished-text {
      color: #104ea1;
      display: block;
      font-weight: bold;
      text-align: center;
      margin-bottom: 60px; }
    body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      background: #ffffff;
      border-radius: 20px;
      box-shadow: 5px 0 20px rgba(0, 0, 0, 0.15);
      padding-top: 28px;
      padding-bottom: 26px;
      padding-left: 20px;
      padding-right: 30px; }
      body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box:nth-child(n+2) {
        margin-top: 20px; }
      body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box .text-box {
        -ms-flex: 1;
            flex: 1; }
        body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box .text-box .ttl {
          font-size: 22px;
          font-weight: 700;
          line-height: 1.13636;
          letter-spacing: 0.01em; }
          body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box .text-box .ttl span {
            font-size: 14px;
            font-weight: bold;
            line-height: 1.2;
            letter-spacing: 0; }
        body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box .text-box .text {
          margin-top: 14px;
          margin-left: 10px;
          font-size: 14px;
          line-height: 1.78571;
          font-weight: normal;
          letter-spacing: 0.05em; }
      body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box .btn-more-box {
        margin-bottom: 4px;
        text-align: center; }
        body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box .btn-more-box a {
          text-align: center;
          display: block;
          width: 100%;
          min-width: 200px;
          letter-spacing: 0.05em;
          border-radius: 100px;
          background-color: #de0515;
          color: #fff;
          font-weight: 700;
          padding-top: 4px;
          padding-bottom: 6px;
          padding-left: 50px;
          padding-right: 50px;
          position: relative; }
          body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box .btn-more-box a:after {
            content: "";
            display: block;
            width: 16px;
            aspect-ratio: 1/1;
            background: url(../img/arrow_ticket.png);
            background-size: 100%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 13px; }
        body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box .btn-more-box img.img-app-qr {
          width: 100px; }
        body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box .btn-more-box.playguid a {
          margin-bottom: 12px; }
          body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box .btn-more-box.playguid a:last-child {
            margin-bottom: 0; }
      body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box.finished {
        background: #e0e0e0; }
        body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box.finished .text-box .ttl {
          opacity: .8; }
          body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box.finished .text-box .ttl s {
            text-decoration: line-through 1px solid rgba(0, 0, 0, 0.8); }
        body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box.finished .text-box .text {
          opacity: .6; }
        body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box.finished .btn-more-box a {
          background-color: #cdad36;
          color: #fff; }
          body.second.ticket .ticket-info .ticket-info-container .ticket-btn-box.finished .btn-more-box a::after {
            background: url(../img/arrow_ticket02.png);
            background-size: 100%; }

body.second.ticket p.ticket-top-text {
  font-weight: bold;
  margin-bottom: 2.5rem; }

body.second.ticket .table-style-03 {
  margin-top: -10px; }

body.second.ticket .cautions-wrap {
  margin-top: 33px; }

body.second.news {
  font-size: 15px;
  line-height: 30px; }
  body.second.news .news-title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
    line-height: 34px; }
    body.second.news .news-title .date {
      margin-bottom: 10px;
      color: #de0515;
      font-size: 15px;
      line-height: 20px; }
  body.second.news .column-02-list-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    body.second.news .column-02-list-box li {
      width: 49%; }
      body.second.news .column-02-list-box li:nth-child(2n-1) {
        margin-right: 1%; }
      body.second.news .column-02-list-box li:nth-child(2n) {
        margin-left: 1%; }
  body.second.news .h3-ttl {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold; }
  body.second.news .h4-ttl {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold; }
  body.second.news .marker {
    font-weight: bold;
    background: linear-gradient(transparent 0%, #fff000 0%);
    display: inline; }
  body.second.news .line {
    margin-top: 60px;
    margin-bottom: 58px;
    height: 1px;
    background: #dde7eb; }
  body.second.news .news-list-area {
    position: relative; }
    body.second.news .news-list-area .news-list-box {
      position: absolute;
      left: 0;
      top: 0;
      transition: 0.3s;
      visibility: hidden;
      opacity: 0; }
      body.second.news .news-list-area .news-list-box.active {
        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: 14px; }
        body.second.news .news-list-area .news-list-box li a {
          color: #1e1d1d;
          text-decoration: underline; }
        body.second.news .news-list-area .news-list-box li .date {
          min-width: 80px;
          color: #de0515;
          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: 20px;
      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;
        color: #de0515; }
        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; }
  @media all and (-ms-high-contrast: none) {
    body.second.news *::-ms-backdrop,
    body.second.news .news-list-area .news-list-box {
      min-height: 100px !important;
      /* IE11 */ } }
  body.second.news .news-list-wrapper {
    background-color: #f5edcc;
    padding: 50px 0; }
    body.second.news .news-list-wrapper .news-list-area {
      width: 1080px;
      margin: auto; }
    body.second.news .news-list-wrapper .icon-new {
      margin-left: 20px; }
    body.second.news .news-list-wrapper .icon-blank {
      position: relative;
      top: 2px;
      margin-left: 0;
      margin-right: 5px;
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url(../img/icon_link_bk.png) no-repeat;
      background-size: 100%; }
      body.second.news .news-list-wrapper .icon-blank.wh {
        background: url(../img/icon_link_wh.png) no-repeat;
        background-size: 100%; }

body.second.areamap .map-wrap {
  width: 850px; }

body.second.areamap p {
  padding-top: 0;
  line-height: 1.8; }
  body.second.areamap p.indent {
    padding-left: 1.15em;
    text-indent: -1.15em; }

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

body.second.areamap .areamap__time {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin: 20px 0 0; }

body.second.areamap .areamap__copy {
  color: #ac9100;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(48/24);
  text-align: center;
  margin: 80px 0; }

body.second.areamap .areamap__title {
  font-size: 21px;
  color: #de0815;
  border-bottom: solid 3px #de0815;
  margin-bottom: 20px;
  padding-bottom: 8px; }

body.second.areamap .areamap__text {
  margin: 72px 0 0; }

body.second.areamap .nav-area {
  display: -ms-flexbox;
  display: flex;
  counter-reset: list 0;
  padding: 30px 0 30px;
  margin-bottom: 40px;
  border-bottom: #e7ecef solid 1px; }
  body.second.areamap .nav-area > * {
    -ms-flex: 1;
        flex: 1; }

body.second.areamap .image-box {
  margin: 15px 0; }

body.second.qa .table-style-02 th:before {
  content: "Q.";
  margin-right: 10px;
  font-weight: bold; }

body.second.qa .table-style-02 td {
  margin-left: 30px; }
  body.second.qa .table-style-02 td:before {
    content: "A.";
    margin: 0 10px 0 -30px; }

body.second.qa .category {
  font-size: 16px;
  font-weight: bold;
  color: #1e1d1d;
  margin: 60px 0 10px; }
  body.second.qa .category:first-child {
    margin: 0 0 10px; }

body.second.qa .qa-notesbox {
  margin-bottom: 40px; }
  body.second.qa .qa-notesbox h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0;
    color: #b37e00;
    text-align: center;
    margin-bottom: 20px; }
  body.second.qa .qa-notesbox p {
    margin-bottom: 10px; }

body.second.goods .main-container-img {
  background: url(../img/bg.jpg) repeat center top #000; }

body.second.goods .main-container-img {
  position: relative; }
  body.second.goods .main-container-img:before {
    content: "";
    background: url(../img/bg_particle.png) repeat-y top center;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  body.second.goods .main-container-img .goods_list {
    margin: 0 auto 2rem;
    text-align: center; }
    body.second.goods .main-container-img .goods_list img {
      border-radius: 20px; }

body.second.goods .txt {
  font-size: 16px;
  color: #fff;
  font-weight: 600; }
  body.second.goods .txt span {
    color: #104ea1; }

body.second.goods .goods-txt-box {
  padding: 40px 0 20px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600; }
  body.second.goods .goods-txt-box .ttl {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 25px;
    color: #ffd562; }
  body.second.goods .goods-txt-box .date {
    padding-top: 20px; }
    body.second.goods .goods-txt-box .date span {
      font-weight: bold;
      margin-top: 15px;
      color: #ffd562;
      display: inline-block;
      font-size: 20px; }
  body.second.goods .goods-txt-box .small {
    padding-top: 50px;
    font-size: 85%;
    margin-bottom: 40px; }
  body.second.goods .goods-txt-box.bucknumber, body.second.goods .goods-txt-box.bucknumber .ttl,
  body.second.goods .goods-txt-box.bucknumber .date span {
    color: #b4b4b4b5; }
  body.second.goods .goods-txt-box.bucknumber .btn-more {
    opacity: 0.7; }
    body.second.goods .goods-txt-box.bucknumber .btn-more a {
      background: #6E5A5B; }
      body.second.goods .goods-txt-box.bucknumber .btn-more a::after {
        border-color: #6E5A5B; }

body.second.goods .btn-more {
  margin: 40px auto; }
  body.second.goods .btn-more a {
    width: 95%;
    letter-spacing: 0;
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.3); }
    body.second.goods .btn-more a span {
      font-size: 26px; }

body.second.emoney h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px; }

body.second.emoney h3 {
  font-size: 20px;
  font-weight: 700; }

body.second.emoney .txtarea {
  margin-bottom: 40px; }
  body.second.emoney .txtarea span {
    color: #b37e00; }

body.second.emoney ul.dot-list-box2 {
  margin-bottom: 40px; }

body.second.emoney small {
  font-size: 12px; }

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: #3399cc;
  text-decoration: underline; }
  body.second a.link-color:hover {
    text-decoration: none; }

body.second .sns-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  margin-bottom: 20px; }
  body.second .sns-lists li {
    height: 20px; }
  body.second .sns-lists li:first-child {
    margin-left: auto; }
  body.second .sns-lists li:not(:first-child) {
    margin-left: 20px; }
  body.second .sns-lists .fb_iframe_widget span {
    display: block; }

body.second .img-center {
  display: table;
  margin: 0 auto; }
  body.second .img-center .caption-text {
    text-align: left;
    font-size: 12px; }

body.second.guideline .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0;
  color: #b37e00;
  text-align: center; }

body.second.guideline .read {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
  margin-top: 30px; }

body.second.guideline .guide-block {
  margin-top: 35px; }

body.second.guideline .guide-ttl-wrap {
  background: #000;
  padding: 15px 20px;
  border-radius: 20px;
  color: #fff;
  display: -ms-flexbox;
  display: flex; }
  body.second.guideline .guide-ttl-wrap .left-box {
    width: 75px;
    font-size: 60px;
    line-height: 1;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
  body.second.guideline .guide-ttl-wrap .right-box {
    -ms-flex: 1;
        flex: 1; }
    body.second.guideline .guide-ttl-wrap .right-box .txt {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: .05em; }
    body.second.guideline .guide-ttl-wrap .right-box .tag li {
      background: #f0027f;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      padding: 0 20px;
      border-radius: 10px;
      margin-top: 5px;
      margin-right: 5px;
      margin-bottom: 5px; }
    body.second.guideline .guide-ttl-wrap .right-box .tag li.tag02 {
      background: #fff54d;
      color: #000; }

body.second.guideline .guide-box-wrap {
  display: -ms-flexbox;
  display: flex; }
  body.second.guideline .guide-box-wrap .left-box {
    width: 140px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start; }
    body.second.guideline .guide-box-wrap .left-box img {
      width: 100%; }
  body.second.guideline .guide-box-wrap .right-box {
    margin-top: 20px;
    -ms-flex: 1;
        flex: 1; }
    body.second.guideline .guide-box-wrap .right-box p {
      font-size: 15px;
      line-height: 26.25px;
      font-weight: 500;
      letter-spacing: .05em; }
    body.second.guideline .guide-box-wrap .right-box p.indent {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      padding-left: 1.15em;
      text-indent: -1.15em; }
      body.second.guideline .guide-box-wrap .right-box p.indent span.em {
        font-size: 16px;
        font-weight: bold;
        color: #b37e00;
        line-height: 34px; }
    body.second.guideline .guide-box-wrap .right-box a {
      text-decoration: underline; }

body.second.guideline .partner-block {
  margin-top: 80px;
  border: 2px solid #b37e00;
  border-radius: 20px;
  padding: 30px 30px 40px; }
  body.second.guideline .partner-block .ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px; }
  body.second.guideline .partner-block .txt {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 34px;
    letter-spacing: .05em; }
  body.second.guideline .partner-block .img-box {
    margin-top: 25px;
    text-align: center; }
    body.second.guideline .partner-block .img-box img {
      width: 420px; }

.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-weight: bold;
  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 rgba(222, 5, 21, 0.2);
  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-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #de0515; }

.dot-list-box {
  font-size: 14px;
  line-height: 30px; }
  .dot-list-box li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #dde7eb; }
    .dot-list-box li:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .dot-list-box li .txt {
      text-indent: -24px;
      margin-left: 24px; }
      .dot-list-box li .txt:before {
        width: 13px;
        height: 13px;
        display: inline-block;
        content: "";
        margin-right: 10px;
        position: relative;
        top: 1px; }
  .dot-list-box .ticktore {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .dot-list-box .indent-style-01 {
    margin-left: 34px; }

.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-top: 24px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px; }

.table-style-03 tr {
  display: -ms-flexbox;
  display: flex; }
  .table-style-03 tr th {
    width: 170px;
    padding-top: 24px;
    color: #de0515; }
  .table-style-03 tr th,
  .table-style-03 tr td {
    display: block;
    border-bottom: 1px solid #e1d0ef; }
  .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;
  letter-spacing: 0.05em; }

.table-style-03 td {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75; }

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

@media print {
  .js-disableSave {
    opacity: 0 !important; } }

body {
  font-size: 16px;
  line-height: 1.875;
  word-break: break-all; }

a {
  color: #de0515; }

#wrapper {
  min-width: 1240px;
  width: 100%; }

.btn-more a {
  box-sizing: border-box;
  position: relative;
  display: block;
  z-index: 10;
  background: linear-gradient(61deg, #de0515 0%, #ff3140 50%, #de0515 100%);
  margin: 0 auto;
  height: 60px;
  width: 500px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
  border-radius: 40px;
  padding: 15px 13px;
  position: relative;
  box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.8); }
  .btn-more a:hover {
    transition: All 0.3s ease;
    opacity: 0.8; }
  .btn-more a::before {
    position: absolute;
    content: "";
    right: 25px;
    top: 17px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: #fff; }
  .btn-more a::after {
    position: absolute;
    content: "";
    right: 35px;
    top: 25px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #de0515;
    border-right: 3px solid #de0515;
    transform: rotate(45deg); }

.btn-yellow a {
  background: #fde960;
  color: #1e1d1d; }

.main-visual-wrap {
  position: relative;
  z-index: 2; }
  .main-visual-wrap .main-visual {
    position: relative;
    height: 580px;
    background: url(../img/main_pc.png) no-repeat center top; }
    .main-visual-wrap .main-visual::after {
      content: '';
      background-repeat: no-repeat;
      background-position: center bottom, center bottom 7px, center bottom 14px;
      background-size: 100% 7px, 100% 7px, 100% 7px;
      background-image: linear-gradient(0deg, #a98020 0%, #e9d543 50%, #a98020 100%), linear-gradient(0deg, #de0515 0%, #de0515 100%), linear-gradient(0deg, #821419 0%, #821419 100%);
      display: block;
      margin-top: -1px;
      height: 21px;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; }
  .main-visual-wrap .btn-more a {
    position: absolute;
    margin: 0 auto 30px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.4); }

.content-bg-wrap {
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  background-position: center top 28px;
  background-size: 2878px auto; }

.section-title {
  z-index: 2;
  text-indent: -9999px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.icon-new-style, body.second.news .news-list-wrapper .icon-new, body.home .media-timeline .news-area ul.timeline-list-box li .icon-new {
  display: inline-block;
  margin-left: 13px; }
  .icon-new-style:before, body.second.news .news-list-wrapper .icon-new:before, body.home .media-timeline .news-area ul.timeline-list-box li .icon-new:before {
    content: "NEW";
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.10714em;
    text-align: center;
    background: #de0515;
    display: inline-block;
    box-sizing: border-box;
    padding: 3px 12px;
    width: 54px;
    position: relative;
    top: 0; }

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

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

.more-btn {
  box-sizing: border-box;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  background: #3399cc;
  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);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25px;
    height: 10px;
    margin-right: 18px;
    position: relative;
    top: -1px; }
  .more-btn:hover {
    background: #38aee9; }

.js-comment-play {
  position: relative; }
  .js-comment-play .play-btn {
    z-index: 2;
    width: 80px;
    height: 80px;
    background: url(../img/play-btn.png) center center/contain no-repeat;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .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 .comment-movie .bx-controls-direction a {
  margin-top: 0;
  width: 28px;
  height: 28px;
  top: 42.5%; }
  body.home .comment-movie .bx-controls-direction a.bx-prev {
    left: -26px; }
  body.home .comment-movie .bx-controls-direction a.bx-next {
    right: -26px; }

body.home .comment-movie .bx-pager {
  gap: 20px;
  margin-top: 36px; }

body.home .comment-movie .bx-pager-item a {
  margin: 0; }

body.home .slider-banner {
  margin: 40px auto; }
  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 .content.comment-movie {
  padding: 40px 0;
  position: relative; }
  body.home .content.comment-movie .arr {
    line-height: 20px;
    z-index: 20; }
  body.home .content.comment-movie .comment-lists {
    overflow: hidden; }
    body.home .content.comment-movie .comment-lists .image-wrap {
      position: relative;
      display: block; }
  body.home .content.comment-movie .comment-fade-box {
    opacity: 0; }
  body.home .content.comment-movie .comment-fade-box {
    transition: 0.3s; }
  body.home .content.comment-movie .comment-slider-area[data-slider-enable="true"] {
    max-height: 800px; }
  body.home .content.comment-movie .comment-slider-area {
    overflow: hidden;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    margin: 40px auto 0; }
    body.home .content.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 .content.comment-movie .comment-slider-area ul.slider-group-box {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (312px)[auto-fit];
          grid-template-columns: repeat(auto-fit, 312px);
      gap: 28px 32px;
      -ms-flex-pack: center;
          justify-content: center; }
      body.home .content.comment-movie .comment-slider-area ul.slider-group-box.align-center {
        -ms-flex-pack: center;
            justify-content: center; }
      body.home .content.comment-movie .comment-slider-area ul.slider-group-box li.js-comment-play {
        cursor: pointer;
        position: relative; }
        body.home .content.comment-movie .comment-slider-area ul.slider-group-box li.js-comment-play .img-bg {
          aspect-ratio: 312/210;
          overflow: hidden;
          background-position: center;
          transition: 0.3s;
          background-size: contain;
          background-repeat: no-repeat;
          background-color: #cccccc;
          border-radius: 20px; }
        body.home .content.comment-movie .comment-slider-area ul.slider-group-box li.js-comment-play:nth-child(3n) {
          margin-right: 0; }
        body.home .content.comment-movie .comment-slider-area ul.slider-group-box li.js-comment-play:nth-child(n + 4) {
          margin-bottom: 0; }
        body.home .content.comment-movie .comment-slider-area ul.slider-group-box li.js-comment-play .name {
          color: #ffffff;
          font-size: 16px;
          line-height: 1.5;
          text-align: center;
          margin-top: 8px; }
  body.home .content.comment-movie .comment-area {
    overflow: hidden;
    padding: 0 54px;
    position: relative;
    max-height: 800px;
    margin: 0 auto; }
    body.home .content.comment-movie .comment-area ul.slider-group-box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.home .content.comment-movie .comment-area ul.slider-group-box li.js-comment-play {
        cursor: pointer;
        width: 336px;
        margin-right: 40px;
        margin-bottom: 16px;
        position: relative; }
        body.home .content.comment-movie .comment-area ul.slider-group-box li.js-comment-play .img-bg {
          height: 224px;
          overflow: hidden;
          background-position: center;
          transition: 0.3s;
          background-size: contain;
          background-repeat: no-repeat; }
        body.home .content.comment-movie .comment-area ul.slider-group-box li.js-comment-play:nth-child(3n) {
          margin-right: 0; }
        body.home .content.comment-movie .comment-area ul.slider-group-box li.js-comment-play:nth-child(n + 4) {
          margin-bottom: 0; }
        body.home .content.comment-movie .comment-area ul.slider-group-box li.js-comment-play .name {
          font-size: 16px;
          text-align: center;
          color: #ffffff;
          height: 60px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
    body.home .content.comment-movie .comment-area .bx-prev:before,
    body.home .content.comment-movie .comment-area .bx-next:before {
      border-color: #3399cc; }
  body.home .content.comment-movie .sub-movie-area iframe {
    width: 850px;
    height: 480px; }

body.home .bg-bk {
  background: #1e1d1d;
  padding: 40px 0; }

body.home .banner-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px; }
  body.home .banner-lists li {
    margin-right: 45px;
    margin-bottom: 20px; }
    body.home .banner-lists li:last-child, body.home .banner-lists li:nth-child(4n) {
      margin-right: 0; }
  body.home .banner-lists img {
    height: 100px; }

body.home .large-bnr {
  width: 100%;
  height: auto;
  text-align: center; }

body.home .banner-bottom .banner-lists {
  margin-bottom: 0; }
  body.home .banner-bottom .banner-lists li {
    width: 228px;
    height: 100px; }
    body.home .banner-bottom .banner-lists li img {
      border: 2px solid #fff;
      border-radius: 2px; }

body.home .media-timeline .section-title {
  width: 169px;
  height: 44px;
  background: url(../img/ttl_news.png) no-repeat top center;
  background-size: contain;
  margin-bottom: 20px; }

body.home .media-timeline .news-area ul.timeline-list-box {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  padding-top: 54px;
  padding-bottom: 52px;
  padding-left: 40px;
  padding-right: 50px; }
  body.home .media-timeline .news-area ul.timeline-list-box li {
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    body.home .media-timeline .news-area ul.timeline-list-box li .date {
      color: #de0515;
      font-weight: 700;
      line-height: 1.875;
      letter-spacing: 0.0875em;
      white-space: nowrap; }
    body.home .media-timeline .news-area ul.timeline-list-box li .icon-new + .icon-blank {
      margin-left: 12px; }
    body.home .media-timeline .news-area ul.timeline-list-box li .icon-blank {
      position: relative;
      top: 2px;
      margin-left: 0px;
      margin-right: 5px;
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url(../img/icon_link_bk.png) no-repeat;
      background-size: 100%; }
      body.home .media-timeline .news-area ul.timeline-list-box li .icon-blank.wh {
        background: url(../img/icon_link_wh.png) no-repeat;
        background-size: 100%; }
  body.home .media-timeline .news-area ul.timeline-list-box.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 .sns-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 1060px; }
  body.home .sns-columns > div.sns-timeline {
    position: relative;
    display: block;
    width: 520px;
    box-sizing: border-box; }
    body.home .sns-columns > div.sns-timeline .js-twitterWidget {
      height: 460px;
      padding: 0 20px;
      display: block; }
    body.home .sns-columns > div.sns-timeline .widget.facebook {
      text-align: center; }

body.home section.support .inner {
  background: #fff;
  border-radius: 20px;
  padding: 104px 0; }

body.home section.support .h2-ttl {
  margin-bottom: 30px; }

body.home section.support ul.list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  body.home section.support ul.list li + li {
    margin: 0 0 0 173px; }
  body.home section.support ul.list .listitem--amex {
    margin-left: 168px; }
  body.home section.support ul.list .list__anchor {
    display: block;
    color: #1e1d1d;
    font-weight: bold; }
  body.home section.support ul.list .list__anchor--jimbeam {
    width: 145px; }
  body.home section.support ul.list .list__anchor--amex {
    width: 121px; }
  body.home section.support ul.list .list__anchor--eightthethalasso {
    width: 163px; }

.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: 100px;
    height: 100px;
    background-image: url(../img/pagetop.png);
    background-size: contain; }

.marker1 {
  font-weight: bold;
  border-bottom: 4px solid #3399cc;
  display: inline; }

.kome {
  font-size: 14px;
  color: #fff;
  margin-bottom: 40px; }

.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; }

#wrapper .btn-box a {
  background: #d99f17;
  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: #3399cc; }

.kome-list-box {
  color: #fff; }
  .kome-list-box li > div {
    display: inline-block; }
  .kome-list-box li:before {
    content: "※"; }

.youtube-wrap {
  margin-top: 40px; }
  .youtube-wrap ul.youtube-list-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .youtube-wrap ul.youtube-list-box li iframe {
      display: block;
      width: 560px;
      height: 315px; }

h2.h2-ttl {
  font-size: 60px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  gap: 57px;
  background: linear-gradient(0deg, #ffffc5 0, #c79c0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(-1px -1px 0 white) drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)); }
  h2.h2-ttl::before, h2.h2-ttl::after {
    content: '';
    background: url(../img/h2-ttl-star.png) 0 0/contain no-repeat;
    display: block;
    width: 51px;
    aspect-ratio: 51/47; }

h2.h2-ttl--artist {
  font-size: 70px;
  letter-spacing: 0.05em; }

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

.key-color {
  color: #3399cc; }

.table-style-04 {
  margin-bottom: 20px; }
  .table-style-04 tr {
    border-bottom: 1px solid #dec58b; }
    .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: #0c2430;
      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: "・"; }

.kanjam-logo {
  width: 500px;
  margin-left: 130px;
  margin-bottom: 20px; }

.kanjam-logo_detail {
  margin: 0 auto 40px;
  width: 600px; }

.cancel {
  text-align: center;
  font-size: 30px;
  padding: 30px 0 !important;
  line-height: 1.8;
  font-weight: 700; }
  .cancel a {
    color: #fff;
    border-bottom: 4px solid #fff; }

.header .logo-wrap .logo {
  transition: .3s; }

.header .logo-wrap .logo.mini {
  width: 128px;
  height: 128px; }

body.home .content-bg-wrap {
  background-image: url(../img/bg_02.png), url(../img/bg.png);
  background-repeat: no-repeat, repeat;
  background-position: left calc(50% - 45px) top 23px, center top -155px;
  background-size: 2997px auto, 2878px auto;
  position: relative;
  z-index: 1; }

body.home .comment-movie {
  background-color: rgba(0, 0, 0, 0.3); }

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

body.home .btn-prevention {
  position: fixed;
  top: 635px;
  left: 50%;
  margin-left: -555px;
  z-index: 100; }

body.home .artist-top {
  padding-top: 96px;
  padding-bottom: 96px;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  body.home .artist-top .section-title {
    width: 404px;
    height: 139px;
    background: url(../img/ttl_artist.png) no-repeat top center;
    margin: 0 auto; }
  body.home .artist-top ul {
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin-top: 28px;
    margin-bottom: 40px;
    margin-left: 40px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 110px;
    padding-right: 60px; }
    body.home .artist-top ul li {
      position: relative;
      font-weight: bold;
      font-size: 30px;
      color: #1e1d1d;
      line-height: 1.66667; }
      body.home .artist-top ul li + li {
        border-top: 2px solid rgba(0, 0, 0, 0.1); }
  body.home .artist-top .feslogo {
    width: 299px;
    margin: 0 0 53px 200px; }
  body.home .artist-top .subtitle {
    color: #fde960;
    margin: 0 0 10px 190px; }
  body.home .artist-top .date {
    z-index: 2;
    text-indent: -9999px;
    display: block;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -162px;
    width: 192px;
    height: 192px; }
  body.home .artist-top .name {
    padding: 48px 0 51px 50px;
    position: relative; }
    body.home .artist-top .name span {
      display: inline-block; }
    body.home .artist-top .name .small {
      display: inline-block;
      font-size: 18px; }
    body.home .artist-top .name.text-cs {
      color: #fde960; }
    body.home .artist-top .name .big-name {
      color: #fff;
      display: block;
      font-size: 58px;
      margin: 0 0 10px 160px;
      position: relative; }
      body.home .artist-top .name .big-name .sp-text {
        color: #104ea1;
        position: absolute;
        background: #ffffff;
        letter-spacing: 0.05rem;
        font-size: 14px;
        width: 140px;
        text-align: center;
        top: 50%;
        left: -160px;
        transform: translate(0, -50%);
        height: 32px;
        line-height: 30px; }
    body.home .artist-top .name .opening {
      display: block;
      margin-top: 35px; }
    body.home .artist-top .name .anno {
      font-size: 17px;
      display: block;
      line-height: 1em;
      margin-bottom: 1px;
      color: #de0515; }
  body.home .artist-top .kome {
    text-align: right;
    margin-bottom: 20px; }
  body.home .artist-top .btn-more {
    display: block; }
    body.home .artist-top .btn-more a {
      position: relative;
      margin: 0 auto;
      display: block; }
  body.home .artist-top .day0 .name {
    padding: 50px 40px 50px 40px;
    text-align: center; }
  body.home .artist-top .day1 .date {
    background: url(../img/date1.png) no-repeat center; }
  body.home .artist-top .day1 .name:before {
    content: none; }
  body.home .artist-top .day2 .date {
    background: url(../img/date2.png) no-repeat center; }
  body.home .artist-top .day3 .date {
    background: url(../img/date3.png) no-repeat center; }

body.home .artist-kv {
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1000px; }

body.home .media-timeline {
  margin-top: -160px;
  padding-top: 160px;
  padding-bottom: 100px; }
  body.home .media-timeline .section-title {
    width: 188px;
    height: 78px;
    margin-bottom: 45px; }
  body.home .media-timeline .news-area {
    background: #fff;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    position: relative;
    border-radius: 20px;
    margin-top: 30px; }
    body.home .media-timeline .news-area ul.timeline-list-box li h3,
    body.home .media-timeline .news-area ul.timeline-list-box li a {
      color: #383232;
      font-weight: 500;
      line-height: 1.875;
      letter-spacing: -0.0175em; }

body.home .content.comment-movie {
  padding: 68px 0 60px; }
  body.home .content.comment-movie .section-title {
    width: 463px;
    height: 78px;
    margin-bottom: 45px; }
  body.home .content.comment-movie .comment-slider-area ul.slider-group-box li.js-comment-play .img-bg {
    height: 210px;
    border-radius: 20px; }

body.home .bg-bk {
  padding: 98px 0 74px;
  position: relative;
  z-index: 3;
  background: #000; }

body.home .banner-lists {
  margin-bottom: 0; }

body.home .bnr-area {
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 60px;
  padding-bottom: 60px; }

body.home .bnr-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 40px 45px; }
  body.home .bnr-group .bnr-item.large a {
    width: 1020px;
    aspect-ratio: 1020/160; }
  body.home .bnr-group .bnr-item.small a {
    width: 228px;
    aspect-ratio: 228/100; }

body.home .bnr-item a {
  display: block; }

body.home .support {
  padding: 95px 0 100px; }

body.home .comment-message {
  font-size: 22px;
  color: #efdd7d;
  font-weight: 700;
  line-height: 1.81818;
  letter-spacing: 0.08em;
  text-align: center;
  padding-top: 80px; }
  body.home .comment-message p + p {
    margin-top: 1.81818em; }
  body.home .comment-message .message-wrapper {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #efdd7d;
    padding-top: 49px;
    padding-bottom: 49px; }

body.home .top-movie {
  padding-top: 80px; }

@media screen and (max-width: 1120px) {
  body.home .btn-prevention {
    left: 0;
    margin-left: 0; }
  body.home .main-visual-wrap .btn-more a {
    left: 330px;
    transform: translate(0, 0); } }

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

body.second.artist .main-container:before {
  height: auto; }

body.lineup .second-box {
  min-height: 1000px; }

.hr--pink {
  border-color: #de0515; }
