@charset "UTF-8";
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  font-size: 1.6rem;
    background-image:;
}

body, html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
	color: brown;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #fff;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
	text-align: left;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {

      /*  background-image: url("../img/bg3.png");*/
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100%;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.guideBnr {
    max-width: 1100px;
    margin: 0 auto 10px;
    padding: 20px;
        font-family: "pressio-condensed", sans-serif;
}

.guideBnr a img {
    width: 20%;
    margin-bottom: -5px;
}

.guideBnr a {
    display: block;
/*    border: linear-gradient(to bottom, rgba(135,204,255,1) 0%, rgba(0,138,255,1) 100%); solid 2px; */
    text-align: center;
    color: #292831;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    padding: 30px;
	border: solid 4px #292831;
  border-image-slice: 1;
background-image: linear-gradient(#ffffffcf, #ffffffcf), /* ベース色 */ url(../img/noise.jpg);
}
.guideBnr a:hover{
opacity: 0.8;
}

.guideBnr a span {
    background-color: #292831;
	color: #FFF;
        border-radius: 50px;
    padding: 3px 40px;
    margin-top: 10px;
    font-size: 18px;
    display: inline-block;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif;
}

.guideBnr a span:hover {
opacity: 0.7;
}

.guideBnr p{
	text-align: center;
	/*margin-bottom: 1rem;*/
}

.guideBnr p img{
	vertical-align: middle;
	width: 28%;
}
body#top .list_img {
    width: 100%;
}

body#top .list_img ul {
    margin: 0px;
    text-align: center;
    padding: 0px;
    display: flex;
}

.list_img img {
    padding: 2px;
}
	
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #292831;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*
a:visited {
  color: #fff;
}
*/
a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
  color: brown;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
@media screen and (max-width: 980px) {
		ul.tab-area {
    line-height: 2.5rem!important;
}
    .guideBnr {
    padding: 10px;
}
    .guideBnr a {
    padding: 15px;
        font-size: 15px;
        font-weight: bold;
}
	.guideBnr a img {
    width: 40%;
    margin-bottom: -5px;
}
	.guideBnr p{
		font-size: 0.8rem;
	}
  .drawer-open {
    overflow: hidden !important;
  }

  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 70%;
    height: 100%;
    color: #292831;
    background-color: #0000001c;
	 background-repeat:repeat-y;
  }

  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 0.75rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }

  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .drawer-open .drawer-overlay {
    display: block;
  }

  /*!------------------------------------*\
      Top
  \*!------------------------------------*/
  .drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
  }

  .drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
    right: 0;
  }

  /*!------------------------------------*\
      Left
  \*!------------------------------------*/
  .drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
  }

  .drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem;
  }

  /*!------------------------------------*\
      Right
  \*!------------------------------------*/
  .drawer--right .drawer-nav {
    right: -100%;
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }

  /*!------------------------------------*\
      Hamburger
  \*!------------------------------------*/
  .drawer-hamburger {
    position: fixed;
    z-index: 104;
    top: 2px;
    display: block;
    box-sizing: content-box;
    width: 3rem;
    padding: 0;
    padding-top: 10px;
    padding-right: 0.75rem;
    padding-bottom: 15px;
    padding-left: 0.75rem;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
  }

  .drawer-hamburger:hover {
    cursor: pointer;
  }

  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
  }

  .drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fe6464;
  }

  .drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
  }

  .drawer-hamburger-icon:after {
    top: 10px;
  }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }

  .drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }

  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*!------------------------------------*\
      accessibility
  \*!------------------------------------*/
  /*!
   * Only display content to screen readers
   * See: http://a11yproject.com/posts/how-to-hide-content
   */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  /*!
   * Use in conjunction with .sr-only to only display content when it's focused.
   * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
   * Credit: HTML5 Boilerplate
   */
  .sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }

  /*!------------------------------------*\
      Sidebar
  \*!------------------------------------*/
  .drawer--sidebar {
    background-color: #fff;
  }

  .drawer--sidebar .drawer-contents {
    background-color: #fff;
  }
}
@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
@media screen and (max-width: 980px) {
  .drawer--navbarTopGutter {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%;
  }

  /*! .drawer-navbar modifier */
  .drawer-navbar--fixed {
    position: fixed;
  }

  .drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 0.75rem;
    text-align: center;
  }

  .drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
  }

  .drawer-navbar .drawer-brand:hover {
    background-color: transparent;
  }

  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
@media screen and (max-width: 980px) {
  .drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }

  .drawer-dropdown-menu > li {
    width: 100%;
    list-style: none;
  }

  .drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: 0.75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }

  /*! open */
  .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
  }

  /*! drawer-caret */
  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  /*! open */
  .drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /*!------------------------------------*\
      Container
  \*!------------------------------------*/
  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
html {
  height: 100%;
  width: 100%;
}

body.common {
  height: 100%;
  width: 100%;
 background-color: #fdf6ee;
        /* 基本の背景色 */
        background-image: linear-gradient(#fddbb3cf, #fdf6eecf),
            /* ベース色 */
            url(../img/noise.jpg);
        /* ノイズ画像 */
        background-repeat: repeat;
        /* 繰り返し */
        background-size: 100px;
        /* ノイズパターンのサイズ調整 */
        color: #292831;
        /* テキスト色 */
}

@-webkit-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
body.common header {
  background-color: #292831;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 14px 0;
}
body.common header #header-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
body.common header #header-inner #logo {
  font-size: 0;
  line-height: 0;
  margin: 0;
}
body.common header #header-inner #logo img {
  width: 200px;
  height: auto;
}
body.common header #header-inner nav ul li a {
  font-weight: bold;
  color: #fff;
}
body.common header #header-inner nav ul li.pre-nav {
  margin-top: -15px;
  margin-right: -30px;
}
body.common header #header-inner nav ul li.pre-nav a {
  padding: 0;
}
body.common header #header-inner nav ul li.pre-nav img {
  width: 250px;
  height: auto;
}
body.common header.act {
    opacity: 0.8;
    filter: alpha(opacity = 80);
    padding: 8px 0;
    box-shadow: 5px 5px 5px -1px #00000026;
}
body.common #key {
  margin-top: 70px;
}

body.common .common-sec {
  margin-top: 50px;
}
body.common .common-sec .playlist {
  text-align: center;
}
body.common .common-sec .flex {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: space-between;
  align-content: space-between;
}
body.common .common-sec .bg-b {
  background: #fff;
  color: #fff;
  padding: 3px 5px;
  width: 100%;
  display: block;
  text-align: center;
}
body.common .common-sec .bg-blu {
  background: #006699;
}
body.common .common-sec .bg-red {
  background: #cd0703;
}
body.common .common-sec .f-s {
  font-size: 13px;
}
body.common .common-sec .f-m {
  font-size: 20px;
}
body.common .common-sec .f-b {
  font-size: 29px;
}
body.common footer {
  margin-top: 50px;
  padding: 10px 5px 120px 5px;
  background: #292831;
}
body.common footer p {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
}
body.common footer a {
  color: #FFF;
}
body.common #back {
  width: 80px;
  height: 70px;
  background: rgb(172,166,165);
background: linear-gradient(0deg, rgba(172,166,165,1) 0%, rgba(159,86,75,1) 77%, rgba(137,27,26,1) 90%, rgba(237,30,36,1) 100%);
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
}
body.common #back .fas {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -22px;
}
body.common .iframe-con {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: space-between;
  align-content: space-between;
}
body.common .iframe-con .iframe-wrapper {
  margin-top: 20px;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
body.common .iframe-con .iframe-wrapper .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.common .iframe-con .iframe-wrapper.spo {
  margin-left: 2%;
  width: 300px;
}
body.common .iframe-con .iframe-wrapper.spo .iframe {
  max-width: none;
}
body.common .iframe-con.youtube .iframe-wrapper {
  margin-right: 10px;
  margin-left: 10px;
}
body.common .iframe-con.spo {
  margin: 30px auto 0 auto;
}
body.common.en footer {
  padding: 10px 5px 120px 5px;
}
body#top.access #key {
  background: transparent;
  height: auto;
  min-height: 300px;
  position: relative;
}
body#top.access #key .ttl-h1 {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  color: #fff;
  margin: -0.5em 0 0 -2em;
  font-size: 45px;
  font-size: 4.5rem;
}
body#top.guideline #key {
  background: transparent;
  height: auto;
  min-height: 300px;
  position: relative;
}
body#top.guideline #key .ttl-h1 {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  color: #fff;
  margin: -0.5em 0 0 -3em;
  font-size: 45px;
  font-size: 4.5rem;
}
body#top.guideline #key img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 980px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  body.common #wrap .common-sec h1 br {
    display: none;
  }

  body.common header #header-inner #logo {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body.common header #header-inner nav {
    float: right;
  }
  body.common header #header-inner nav ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: space-between;
    align-content: space-between;
  }
  body.common header #header-inner nav ul li a {
    padding: 10px 20px 0 20px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 33px;
    letter-spacing: -0.01em;
font-family: "pressio-condensed", sans-serif;
font-weight: 700;
font-style: normal;
	  font-size: 2.5rem;
  }
	 body.common header #header-inner nav ul li a:hover {
	  color: #FFF;
  }
    /*
  body.common header #header-inner nav ul li a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 7px;
    background: #fff;
    height: 2px;
    width: 0%;
    border-left: 18px solid #CE4620;
    border-right: 18px solid #CE4620;
    box-sizing: border-box;
    -webkit-transition-property: width, left, right;
    transition-property: width, left, right;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
    
  body.common header #header-inner nav ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 22px;
    margin: -11px 0 0 0;
    background-color: transparent;
    color: none;
  }
    */
  body.common header #header-inner nav ul li:hover a:after,
body.common header #header-inner nav ul li:hover a:before {
    width: 100%;
    left: 0;
    right: 0;
  }
  body.common .common-sec {
    max-width: 1100px;
    margin: 30px auto 0 auto;
    padding: 25px 30px;
  }
}
@media screen and (max-width: 980px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body.common header {
    padding: 10px 10px 10px 10px;
    z-index: 200;
  }
  body.common header #header-inner {
    width: auto;
    display: block;
  }
  body.common header #header-inner #logo {
    padding-top: 0;
  }
  body.common header #header-inner #logo img {
    width: 150px;
  }
  body.common header #header-inner nav ul {
    padding-top: 60px;
  }
  body.common header #header-inner nav ul li a {
    text-decoration: none;
    font-size: 25px;
    font-size: 2.5rem;
    /*border-top: 1px solid #fff;*/
font-family: "pressio-condensed", sans-serif;
font-weight: bold;
font-style: normal;
    padding: 20px 10px;
  }
  body.common header #header-inner nav ul li.pre-nav {
    display: none;
  }
  body.common header #header-inner nav ul li:last-child a {
    border-bottom: 1px solid #fff;
  }
  body.common #wrap {
    padding: 10px;
  }
  body.common #wrap .common-sec h1 {
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 10px 0;
    padding: 0 10px;
    border-bottom: 1px solid #fff;
    border-top: none;
  }
  body.common #wrap .common-sec img {
    width: 100%;
    height: auto;
  }
  body.common #wrap .common-sec:first-child {
    margin-top: 0;
  }
  body.common footer {
    margin-top: 30px;
  }
  body.common #back {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #0c0c0b;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 90px;
  }
  body.common #back .fas {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
  }
  body.common .iframe-con {
    display: block;
  }
  body.common .iframe-con .iframe-wrapper.spo {
    height: 380px;
    width: 300px;
    margin: 20px auto 0 auto;
    padding: 0;
    text-align: center;
  }
  body.common .iframe-con .iframe-wrapper.spo .iframe {
    width: 280px;
  }
  body.common .iframe-con.youtube .iframe-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
	.accordion_one .accordion_inner {
padding: 30px 10px!important;}
}


 .accordion_header {
  background-color: #db0f2f;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #4a3518;
}
 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #4a3518;
}
 .accordion_one .accordion_header:hover {
  opacity: .8;
}
 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
 .accordion_one .accordion_header .i_box .one_i:before,  .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid dimgray;
  border-right: 2px solid dimgray;
  border-bottom: 2px solid dimgray;
  box-sizing: border-box;
}
 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #4a3518;
  border-right: 2px solid #4a3518;
  border-bottom: 2px solid #4a3518;
}
 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #4a3518;
  border-right: 2px solid #4a3518;
  border-bottom: 2px solid #4a3518;
}
 .accordion_one .accordion_inner .box_one {
  height: auto;
}
 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
   .accordion_one .accordion_header {
    font-size: 18px;
  }
   .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
   .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

/*====================================================================
以下は不要です。
====================================================================*/

body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 20px 500px;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
	 margin-bottom: 50px;
}
 .accordion_one .accordion_header {
  background-color: dimgray;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #4a3518;
}
 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #4a3518;
}
 .accordion_one .accordion_header:hover {
  opacity: .8;
}
 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
}
 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
 .accordion_one .accordion_header .i_box .one_i:before,  .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid dimgray;
  border-right: 2px solid dimgray;
  border-bottom: 2px solid dimgray;
  box-sizing: border-box;
}
 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #4a3518;
  border-right: 2px solid #4a3518;
  border-bottom: 2px solid #4a3518;
}
 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #4a3518;
  border-right: 2px solid #4a3518;
  border-bottom: 2px solid #4a3518;
}
 .accordion_one .accordion_inner .box_one {
  height: auto;
}
 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
   .accordion_one .accordion_header {
    font-size: 18px;
  }
   .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
   .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}


/*====================================================================
以下は不要です。
====================================================================*/

body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 20px 500px;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

  /*!------------------------------------*\
     tab
  \*!------------------------------------*/
.tab-area {
  display: flex;/* flexで横並び */
  cursor: pointer;/* カーソルポインターに */
	    list-style: none;
    padding-left: 0;
	font-family: "pressio-condensed";
}
.tab {
  width: calc(100%/2);/* calc関数を使用し、均等に3分割する */
  padding: 5px;
  text-align: center;/* 文字を中央に。 */
	border: 2px solid;
}
.tab:nth-child(2) {
  border-left: 2px solid;
	margin-left: 20px;
}

.tab:nth-child(3) {
  border-left: 2px solid;
	margin-left: 20px;
}

.tab.active {
    background-color: #fff;
    color: #fff;
    border-color: #fff;
}
.panel {
  display: none;
  text-align: center;
}
.panel.active {
  display: block;
}

.tab-sch {
  width: calc(100%/2);/* calc関数を使用し、均等に3分割する */
  padding: 5px;
  text-align: center;/* 文字を中央に。 */
	border: 2px solid;
}
.tab-sch:nth-child(2) {
  border-left: 2px solid;
	margin-left: 10px;
}

.tab-sch:nth-child(3) {
  border-left: 2px solid;
	margin-left: 10px;
}
.tab-sch.on {
    background-color: #fff;
    color: #000;
    border-color: #fff;
    font-weight: bold;
}
.panel-sch {
  display: none;
  text-align: center;
}
.panel-sch.on {
  display: block;
}

ul.tab-area {
    margin: 0 auto;
	margin-bottom: 50px;
	    font-size: 2.5rem;
	line-height: 3rem;
}

.newsBtnWrap {
    margin: 40px 0;
}

.newsBtnWrap a {
    text-align: center;
    display: inline-block;
    color: #000;
    text-decoration: none;
	background-color: #fff;
    font-size: 16px;
    border-radius: 8px;
    padding: 15px 40px;
    min-width: 200px;
	box-shadow: 0px 0px 10px -1px #000;
	margin-bottom: 10px;
}

.furikae {
    display: block;
    width: auto;
    text-align: center;
    color: #fff;
    background-color: #A92F14;
    border-radius: 3px;
    padding: 5px;
    margin: 0 30px;
    font-size: 18px;
    font-size: 3rem;
	font-family: "pressio-condensed", sans-serif;
    font-weight: 800;
    font-style: italic;
}
#info-inner .ticket-line.sold:after {
    content: "SOLD OUT";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
    color: #c00;
    font-size: 40px;
}
body#top #info #info-inner .ticket-line.soldout .tickets-name:before, body#top #info-en #info-inner .ticket-line.soldout .tickets-name:before {
    content: "SOLD OUT";
    font-size: 1rem;
    background: #ff0000;
    padding: 5px;
    color: #fff;
    position: absolute;
    left: -10px;
    top: 50px;
    margin-top: -35px;
}

#info-inner .ticket-line.sold {
    color: #666;
    background-color: #848383;
    position: relative;
	    margin-bottom: 0px;
}

.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 30%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 10px;
  bottom: 90px;
  background: #000000;
  border: solid 2px #AD241E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #AD241E;
  border-right: 3px solid #AD241E;
  transform: translateY(20%) rotate(-45deg);
}