@charset "UTF-8";
/*　sass ベースファイルのインポート　/　*/
/* / common sass */
/*　/ sass ベースファイルのインポート　*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.twitter_bold {
  color: #34b1ff;
  font-weight: bold;
}

.red {
  color: #f00;
}

/*--=== SP ONLY max-width: 960px ===-- / */
@media screen and (max-width: 960px) {
  html {
    background-color: #000;
    font-size: 62.5%;
  }

  body {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #e6e6e6;
    font-size: 13px;
    line-height: 1.6em;
  }

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

  strong {
    font-weight: bold;
  }

  a {
    color: #eee;
    text-decoration: underline;
  }

  #attention_ctn {
    margin: 60px 10px;
    border: 1px solid #900;
  }
  #attention_ctn h2 {
    font-size: 14px;
    text-align: center;
    background-color: #900;
    padding: 0.5em;
    line-height: 1.6em;
  }
  #attention_ctn p {
    font-size: 14px;
    text-align: center;
    padding: 0.5em;
    line-height: 1.6em;
  }

  /*#gnav_button / */
  #gnav_button {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
    background-color: #9b0707;
  }
  #gnav_button span {
    display: block;
    background: #fff;
    width: 26px;
    height: 4px;
    position: absolute;
    left: 8px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  #gnav_button span:first-child {
    top: 10px;
  }
  #gnav_button span:nth-child(2) {
    margin-top: -2px;
    top: 50%;
  }
  #gnav_button span:last-child {
    bottom: 10px;
  }

  #gnav_button.active span:first-child {
    transform: translateY(9px) rotate(45deg);
  }
  #gnav_button.active span:nth-child(2) {
    opacity: 0;
  }
  #gnav_button.active span:last-child {
    transform: translateY(-9px) rotate(-45deg);
  }

  /* / #gnav_button */
  #gnav {
    z-index: 100000;
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: 2px solid #9b0707;
  }
  #gnav ul {
    align-items: center;
    justify-content: center;
  }
  #gnav ul li {
    background-image: url("/babymetal-begins/images/titile_line.png");
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px;
    text-align: center;
  }
  #gnav ul li a {
    text-align: center;
    color: #b3b3b3;
    text-decoration: none;
    font-size: 16px;
    font-family: utopia-std, serif;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    width: 100%;
    padding: 0.5rem 0;
  }
  #gnav ul li a img {
    height: 32px;
  }
  #gnav ul li.link_off a {
    pointer-events: none;
    opacity: 0.5;
  }
  #gnav ul li.language {
    background-image: none;
    margin-top: 50px;
  }
  #gnav ul li.language a {
    background-color: #555;
    width: 20em;
  }

  #main_ctn {
    background-image: url("/babymetal-begins/images/body_bg.jpg");
    background-size: contain;
    background-repeat: repeat-y;
  }

  article {
    width: 100%;
    background-image: url("/babymetal-begins/images/contents_bg.jpg");
    background-size: contain;
    background-repeat: repeat-y;
  }

  .category_ctn {
    padding: 30px 0;
  }
  .category_ctn .category_ctn_inner {
    padding: 0 5%;
  }
  .category_ctn h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    padding: 0 0 5px 0;
    margin-bottom: 3rem;
    background-image: url("/babymetal-begins/images/titile_line.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
  .category_ctn h2 img {
    height: 48px;
  }

  #attention_ctn {
    width: 50em;
    margin: 40px auto;
    border: 1px solid #900;
  }
  #attention_ctn h2 {
    font-size: 1.6rem;
    text-align: center;
    background-color: #900;
    padding: 0.5em;
  }
  #attention_ctn p {
    font-size: 1.6rem;
    text-align: center;
    padding: 0.5em;
    line-height: 1.6em;
  }

  header {
    position: relative;
    width: 100%;
  }
  header div#header_ctn {
    position: relative;
    padding-top: 117.6%;
    background-image: url(/babymetal-begins/images/main_bg_sp.jpg);
    background-position: center top;
    background-size: contain;
  }
  header h1 {
    position: absolute;
    width: 85%;
    left: 7.5%;
    top: 50px;
  }
  header p#header_title2 {
    position: absolute;
    width: 85%;
    left: 7.5%;
    bottom: 4.5%;
  }
  header p#language_button {
    display: none;
  }

  #youtube_ctn #youtube_inner_ctn {
    margin: 2em auto;
  }
  #youtube_ctn #youtube_inner_ctn iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #youtube_ctn #youtube_inner_ctn > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #youtube_ctn p {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.6em;
    font-weight: bold;
  }

  #news_list {
    width: 100%;
    margin: 0 auto;
  }
  #news_list dt {
    float: left;
    clear: both;
    padding: 0.8em 0.2em;
    width: 5em;
  }
  #news_list dd {
    margin-left: 5.5em;
    padding: 0.8em 0.2em;
  }

  #live {
    text-align: center;
  }
  #live #live_list {
    margin: 20px 0;
  }
  #live #live_list li {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #9b0707;
  }
  #live #live_list li .date {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  #live #live_list li .time {
    font-size: 16px;
  }
  #live .place {
    padding-top: 20px;
    font-size: 24px;
    margin-bottom: 1rem;
  }
  #live .url {
    font-size: 16px;
  }

  #ticket .ticket_box {
    position: relative;
    border: 1px solid #9b0707;
    margin: 20px 0;
    padding: 20px;
    margin-top: 5rem;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  #ticket .ticket_box.normal {
    margin: 20px 0;
  }
  #ticket .ticket_box.the_other_on_limited {
    border-top: none;
  }
  #ticket .ticket_box.the_other_on_limited:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #9b0707 0%, #9b0707 33%, rgba(180, 180, 180, 0) 33.1%, rgba(180, 180, 180, 0) 66.9%, #9b0707 67%, #9b0707 100%);
  }
  #ticket .ticket_box.the_other_on_limited:before {
    content: attr(data-caption);
    position: absolute;
    top: 0;
    left: calc(50% - 10em);
    font-size: 1.4rem;
    width: 20em;
    height: auto;
    text-align: center;
    transform: translateY(-50%);
  }
  #ticket .ticket_box .hr_box {
    border-bottom: 1px dotted #666;
    margin: 30px 0;
  }
  #ticket .ticket_box .pre_sale_box {
    margin-top: 50px;
  }
  #ticket .ticket_box .pre_sale_banner {
    margin-bottom: 20px;
  }
  #ticket .ticket_box .pre_sale_txt {
    font-size: 1.4rem;
  }
  #ticket .ticket_box h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.6em;
  }
  #ticket .ticket_box .price {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  #ticket .ticket_box .price span {
    font-size: 1.2rem;
  }
  #ticket .ticket_box .info {
    font-size: 1.2rem;
  }
  #ticket .ticket_list li {
    border-top: 1px dotted rgba(180, 180, 180, 0.8);
    padding: 2rem 0;
  }
  #ticket .ticket_list li:first-child {
    border-top: none;
    padding-bottom: 40px;
  }
  #ticket .ticket_list li:nth-child(2) {
    padding-top: 40px;
  }
  #ticket #ticket_attention_ctn {
    margin: 2rem 0;
    text-align: center;
  }
  #ticket #ticket_attention {
    margin-left: 1em;
    font-size: 1.2rem;
    line-height: 1.6em;
    text-align: left;
    display: inline-block;
  }
  #ticket #ticket_attention li {
    list-style-type: none;
    text-indent: -1em;
  }
  #ticket #ticket_attention li::before {
    display: inline;
    content: "※";
  }

  #ticket_schedule #schedule_list li {
    margin-bottom: 3rem;
  }
  #ticket_schedule #schedule_list li.sold_out {
    position: relative;
    display: block;
  }
  #ticket_schedule #schedule_list li.sold_out a {
    pointer-events: none;
  }
  #ticket_schedule #schedule_list li.sold_out:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
  }
  #ticket_schedule #schedule_list li.sold_out:after {
    content: "";
    background-image: url("/babymetal-begins/images/sold_out.png");
    width: 300px;
    height: 188px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: 10001;
  }
  #ticket_schedule #schedule_list li .date {
    background-color: rgba(248, 178, 165, 0.3);
    width: 22em;
    padding: 10px 15px;
    line-height: 1;
    border-bottom: none;
    z-index: 10;
    position: relative;
  }
  #ticket_schedule #schedule_list li .small {
    font-size: 1.2rem;
  }
  #ticket_schedule #schedule_list li > a {
    margin-bottom: 5px;
    display: block;
    background-color: rgba(255, 0, 0, 0.3);
    border: 1px solid rgba(248, 178, 165, 0.3);
    padding: 20px 15px;
    text-decoration: none;
    display: flex;
    position: relative;
  }
  #ticket_schedule #schedule_list li > a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  #ticket_schedule #schedule_list li > a:before {
    width: 20px;
    height: calc(100% - 10px);
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    top: 5px;
    right: 5px;
    position: absolute;
  }
  #ticket_schedule #schedule_list li > a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #9b0707;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
  }
  #ticket_schedule #schedule_list li > a .left_clm {
    width: 125px;
  }
  #ticket_schedule #schedule_list li > a .left_clm img {
    display: block;
  }
  #ticket_schedule #schedule_list li > a .right_clm {
    padding: 0 15px;
    display: flex;
    align-items: center;
  }
  #ticket_schedule #schedule_list li > a .right_clm h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
  }
  #ticket_schedule #schedule_list li > a .right_clm p {
    margin-bottom: 0.8rem;
  }

  #goods h3 {
    text-align: center;
    border: 1px solid #888;
    padding: 1em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  #goods p {
    margin-bottom: 1.6em;
  }

  #notice {
    text-align: center;
  }

  .dress_code_img {
    text-align: center;
    margin-bottom: 35px;
  }
  .dress_code_img img {
    width: 50%;
  }

  .dress_code_txt {
    text-align: left;
    margin-bottom: 1.6rem;
  }
  .dress_code_txt h3 {
    text-align: center;
    border: 1px solid #fff;
    padding: 8px;
    margin-bottom: 0.5em;
  }
  .dress_code_txt .mask_list > li {
    list-style: outside disc;
    margin-left: 1.6em;
  }
  .dress_code_txt .mask_list > li ul li {
    list-style: outside circle;
    margin-left: 1.6em;
  }

  #notice_list {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: left;
    margin-left: 1.6em;
  }
  #notice_list li {
    list-style-type: none;
    text-indent: -1em;
  }
  #notice_list li::before {
    display: inline;
    content: "※";
  }

  footer {
    text-align: center;
  }
  footer #organizer {
    font-size: 1.4rem;
    margin-bottom: 5rem;
  }
  footer .banner img {
    width: 100%;
  }
  footer > a {
    text-decoration: none;
    display: block;
    color: #b3b3b3;
    margin: 10rem 0 20rem;
  }
  footer > a h3 {
    font-size: 1.6rem;
  }
  footer > a p {
    font-size: 1.4rem;
    text-decoration: underline;
  }
  footer small {
    color: #b3b3b3;
    font-size: 1.2rem;
  }
  footer small a {
    color: #b3b3b3;
  }

  #page_top {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 99999;
  }
  #page_top a {
    z-index: 99999;
    display: inline-block;
    background-color: #1a1a1a;
    padding: 13px 13px;
    color: #fff;
    text-decoration: none;
    font-family: serif;
    font-size: 1.6rem;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
  }

  .dress_code_img {
    text-align: center;
    margin-bottom: 15px;
  }
  .dress_code_img img {
    width: 50%;
  }

  .notice_img {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .notice_img img {
    width: 80%;
  }

  .main_banner {
    margin: 30px 0;
    text-align: center;
  }
  .main_banner a {
    width: 90%;
    display: inline-block;
  }

  /* common class / */
  /* / common class */
}
/*--=== / SP ONLY max-width: 960px ===-- */
/*--=== PC ONLY min-width: 961px ===-- / */
@media print, screen and (min-width: 961px) {
  html {
    background-color: #000;
    font-size: 62.5%;
  }

  body {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #e6e6e6;
    font-size: 1.8rem;
    line-height: 1.5em;
  }

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

  strong {
    font-weight: bold;
  }

  a {
    color: #eee;
    text-decoration: underline;
  }

  #main_ctn {
    min-width: 1000px;
    max-width: 1600px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/babymetal-begins/images/body_bg.jpg");
    background-size: contain;
    background-repeat: repeat-y;
  }

  article {
    width: 100%;
    background-image: url("/babymetal-begins/images/contents_bg.jpg");
    background-size: contain;
    background-repeat: repeat-y;
    margin-top: 50px;
  }

  .category_ctn {
    padding: 75px 0;
  }
  .category_ctn .category_ctn_inner {
    padding: 0 100px;
  }
  .category_ctn h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    padding: 0 0 17px 0;
    margin-bottom: 3rem;
    background-image: url("/babymetal-begins/images/titile_line.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
  .category_ctn h2 img {
    height: 48px;
  }

  #attention_ctn {
    width: 50em;
    margin: 40px auto;
    border: 1px solid #900;
  }
  #attention_ctn h2 {
    font-size: 1.6rem;
    text-align: center;
    background-color: #900;
    padding: 0.5em;
  }
  #attention_ctn p {
    font-size: 1.6rem;
    text-align: center;
    padding: 0.5em;
    line-height: 1.6em;
  }

  header {
    position: relative;
    min-width: 1000px;
    max-width: 1600px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  header div#header_ctn {
    position: relative;
    padding-top: 74%;
    background-image: url(/babymetal-begins/images/main_bg.jpg);
    background-position: center top;
    background-size: contain;
  }
  header h1 {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 4%;
  }
  header p#header_title2 {
    position: absolute;
    width: 51%;
    left: 24.5%;
    bottom: -1%;
  }
  header p#language_button {
    position: absolute;
    top: 0;
    right: 0;
  }
  header p#language_button a {
    display: inline-block;
    text-decoration: none;
    background-color: #293636;
    padding: 0.5rem 2rem;
    color: #808080;
  }

  #gnav_button {
    display: none;
  }

  nav#gnav {
    width: 100%;
    padding: 30px 0 20px 0;
    background-image: url("/babymetal-begins/images/titile_line.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
  nav#gnav ul {
    display: flex;
    justify-content: space-around;
  }
  nav#gnav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 2.2rem;
    font-family: utopia-std, serif;
    font-weight: 600;
    font-style: normal;
  }
  nav#gnav ul li a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  nav#gnav ul li a img {
    height: 48px;
  }
  nav#gnav ul li.language {
    display: none;
  }
  nav#gnav ul li.link_off a {
    pointer-events: none;
    opacity: 0.5;
  }

  #youtube_ctn {
    min-width: 1000px;
    max-width: 1600px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #youtube_ctn #youtube_inner_ctn {
    width: 75%;
    margin: 2em auto;
  }
  #youtube_ctn #youtube_inner_ctn iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #youtube_ctn #youtube_inner_ctn > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #youtube_ctn p {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.6em;
    font-weight: bold;
  }

  #news_list {
    width: 90%;
    margin: 0 auto;
  }
  #news_list dt {
    float: left;
    clear: both;
    padding: 0.8em 0.2em;
    width: 5em;
  }
  #news_list dd {
    margin-left: 5.5em;
    padding: 0.8em 0.2em;
  }

  #live {
    text-align: center;
  }
  #live #live_list {
    margin: 75px 0;
    display: flex;
  }
  #live #live_list li {
    width: 50%;
    text-align: center;
    padding: 50px 0;
    border-left: 1px solid #fff;
  }
  #live #live_list li:first-child {
    border-left: none;
  }
  #live #live_list li h3 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  #live #live_list li .date {
    font-size: 4.2rem;
    margin-bottom: 2rem;
  }
  #live #live_list li .time {
    font-size: 2.6rem;
  }
  #live .place {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  #live .url {
    font-size: 1.8rem;
  }

  #ticket .ticket_box {
    position: relative;
    border: 1px solid #9b0707;
    margin: 40px 0;
    padding: 40px;
    margin-top: 5rem;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  #ticket .ticket_box.normal {
    margin: 20px 0;
  }
  #ticket .ticket_box.the_other_on_limited {
    border-top: none;
  }
  #ticket .ticket_box.the_other_on_limited:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #9b0707 0%, #9b0707 33%, rgba(180, 180, 180, 0) 33.1%, rgba(180, 180, 180, 0) 66.9%, #9b0707 67%, #9b0707 100%);
  }
  #ticket .ticket_box.the_other_on_limited:before {
    content: attr(data-caption);
    position: absolute;
    top: 0;
    left: calc(50% - 7.5em);
    font-size: 2.1rem;
    width: 15em;
    height: auto;
    text-align: center;
    transform: translateY(-50%);
  }
  #ticket .ticket_box .hr_box {
    border-bottom: 1px dotted #666;
    margin: 30px 0;
  }
  #ticket .ticket_box .pre_sale_box {
    margin-top: 50px;
  }
  #ticket .ticket_box .pre_sale_banner {
    margin-bottom: 20px;
  }
  #ticket .ticket_box .pre_sale_txt {
    font-size: 2rem;
  }
  #ticket .ticket_box h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  #ticket .ticket_box .price {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  #ticket .ticket_box .price span {
    font-size: 1.8rem;
  }
  #ticket .ticket_box .info {
    font-size: 1.6rem;
  }
  #ticket .ticket_list li {
    border-top: 1px dotted rgba(180, 180, 180, 0.8);
    padding: 2rem 0;
  }
  #ticket .ticket_list li:first-child {
    border-top: none;
    padding-bottom: 40px;
  }
  #ticket .ticket_list li:nth-child(2) {
    padding-top: 40px;
  }
  #ticket #ticket_attention_ctn {
    margin: 2rem 0;
    text-align: center;
  }
  #ticket #ticket_attention {
    font-size: 1.4rem;
    line-height: 1.6em;
    text-align: left;
    display: inline-block;
  }
  #ticket #ticket_attention li {
    list-style-type: none;
    text-indent: -1em;
  }
  #ticket #ticket_attention li::before {
    display: inline;
    content: "※";
  }

  #ticket_schedule #schedule_list li {
    margin-bottom: 3rem;
  }
  #ticket_schedule #schedule_list li.sold_out {
    position: relative;
    display: block;
  }
  #ticket_schedule #schedule_list li.sold_out a {
    pointer-events: none;
  }
  #ticket_schedule #schedule_list li.sold_out:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
  }
  #ticket_schedule #schedule_list li.sold_out:after {
    content: "";
    background-image: url("/babymetal-begins/images/sold_out.png");
    width: 375px;
    height: 235px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: 10001;
  }
  #ticket_schedule #schedule_list li .date {
    background-color: rgba(248, 178, 165, 0.3);
    width: 22em;
    padding: 10px 15px;
    line-height: 1;
    border-bottom: none;
    z-index: 10;
    position: relative;
  }
  #ticket_schedule #schedule_list li .small {
    font-size: 1.4rem;
    text-align: center;
  }
  #ticket_schedule #schedule_list li > a {
    margin-bottom: 5px;
    display: block;
    background-color: rgba(255, 0, 0, 0.3);
    border: 1px solid rgba(248, 178, 165, 0.3);
    padding: 20px 15px;
    text-decoration: none;
    display: flex;
    position: relative;
  }
  #ticket_schedule #schedule_list li > a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  #ticket_schedule #schedule_list li > a:before {
    width: 20px;
    height: calc(100% - 10px);
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    top: 5px;
    right: 5px;
    position: absolute;
  }
  #ticket_schedule #schedule_list li > a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #9b0707;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
  }
  #ticket_schedule #schedule_list li > a .left_clm {
    width: 125px;
  }
  #ticket_schedule #schedule_list li > a .left_clm img {
    display: block;
  }
  #ticket_schedule #schedule_list li > a .right_clm {
    padding: 0 15px;
    display: flex;
    align-items: center;
  }
  #ticket_schedule #schedule_list li > a .right_clm h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
  }
  #ticket_schedule #schedule_list li > a .right_clm p {
    margin-bottom: 0.8rem;
  }

  #goods h3 {
    text-align: center;
    border: 1px solid #888;
    padding: 1em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  #goods p {
    margin-bottom: 1.6em;
  }

  #notice {
    text-align: center;
  }

  .dress_code_img {
    text-align: center;
    margin-bottom: 35px;
  }
  .dress_code_img img {
    width: 30%;
  }

  .dress_code_txt {
    text-align: left;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .dress_code_txt h3 {
    text-align: center;
    border: 1px solid #fff;
    padding: 8px;
    margin-bottom: 0.5em;
  }
  .dress_code_txt .mask_list > li {
    list-style: outside disc;
    margin-left: 1.6em;
  }
  .dress_code_txt .mask_list > li ul li {
    list-style: outside circle;
    margin-left: 1.6em;
  }

  .notice_img {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .notice_img img {
    width: 80%;
  }

  #notice_list {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-left: 1.6rem;
    text-align: left;
  }
  #notice_list li {
    list-style-type: none;
    text-indent: -1em;
  }
  #notice_list li::before {
    display: inline;
    content: "※";
  }

  footer {
    text-align: center;
  }
  footer #organizer {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  footer .banner img {
    width: 100%;
  }
  footer > a {
    text-decoration: none;
    display: block;
    color: #b3b3b3;
    margin: 10rem 0 20rem;
  }
  footer > a h3 {
    font-size: 3.2rem;
  }
  footer > a p {
    font-size: 1.6rem;
    text-decoration: underline;
  }
  footer small {
    color: #b3b3b3;
    font-size: 1.4rem;
  }
  footer small a {
    color: #b3b3b3;
  }

  #page_top {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 99999;
  }
  #page_top a {
    z-index: 99999;
    display: inline-block;
    background-color: #1a1a1a;
    padding: 15px 15px;
    color: #fff;
    text-decoration: none;
    font-family: serif;
    font-size: 2.4rem;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
  }

  .notice_img {
    text-align: center;
  }
  .notice_img img {
    width: 50%;
  }

  .main_banner {
    text-align: center;
  }

  /* common class / */
  .pc_none {
    display: none;
  }

  /* / common class */
}
/*--=== / PC ONLY min-width: 961px ===-- */

/*# sourceMappingURL=common.css.map */
