@charset "UTF-8";
/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*  ==========================================================================
    Common
    ========================================================================== */
html {
  margin: 0;
  padding: 0;
  background: #000;
  background-size: contain;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media only screen and (max-width: 479px) {
  .onlySP {
    display: inline;
  }
  .overTB {
    display: none;
  }
  .overPC {
    display: none;
  }
  .overDP {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .onlySP {
    display: none;
  }
  .overTB {
    display: inline;
  }
  .overPC {
    display: none;
  }
  .overDP {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .onlySP {
    display: none;
  }
  .overTB {
    display: inline;
  }
  .overPC {
    display: inline;
  }
  .overDP {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .onlySP {
    display: none;
  }
  .overTB {
    display: inline;
  }
  .overPC {
    display: inline;
  }
  .overDP {
    display: inline;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: #1d002c;
}
a:hover {
  color: #000;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bold {
  font-weight: bold;
}

.big {
  font-size: 1.3em;
}

.red {
  color: #ff0103;
}

.cancel {
  text-decoration: line-through;
}

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

.justify {
  text-align: justify;
}

.rpsimg {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 479px) {
  .spMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
}

.noTxt {
  overflow: hidden;
  text-indent: 100%;
  display: block;
}

.noWrap {
  white-space: nowrap;
}

.circle {
  border-radius: 100%;
}

.arrow {
  white-space: nowrap;
}
.arrow:before {
  content: " ＞ ";
}

sup {
  font-size: 0.8em;
}

::-moz-selection {
  color: #111;
  background: #e9bb2b;
  text-shadow: none;
}

::selection {
  color: #111;
  background: #e9bb2b;
  text-shadow: none;
}

.font-en {
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.font-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #690c07;
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
}
.font-con {
  width: 200%;
  margin-left: -50%;
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
}

/*  ==========================================================================
    Image Animation
    ========================================================================== */
a.imgZoom {
  -webkit-font-smoothing: antialiased;
}
a.imgZoom .img_wrapper {
  position: relative;
  overflow: hidden;
}
a.imgZoom img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.imgZoom:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

a.imgFadein img,
a.imgFadein .btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}
a.imgFadein:hover img {
  opacity: 1;
}

a.imgFadeout img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
a.imgFadeout:hover img {
  opacity: 0.5;
}

a.fadein {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
a.fadein:hover, a.fadein.select {
  opacity: 1;
}

a.fadeout {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
a.fadeout:hover, a.fadeout.select {
  opacity: 0.5;
}

/*  ==========================================================================
    Header
    ========================================================================== */
#hero {
  position: relative;
}

/*  ==========================================================================
    Article
    ========================================================================== */
article .sticky {
  display: block;
  width: 100%;
  padding: 0.3rem;
  border-bottom: 1px solid #333;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99999;
  font-size: 0;
  text-align: center;
  background-color: #222;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
article .sticky li {
  position: relative;
  display: inline-block;
  width: 33.33333%;
  font-size: 0.8rem;
}
@media only screen and (min-width: 480px) {
  article .sticky li {
    font-size: 1rem;
  }
}
article .sticky a.btn {
  display: block;
  margin: 0 0.2em;
  padding: 1em 0.75em;
  text-decoration: none;
  color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#9c1f1b), to(#690c07));
  background: linear-gradient(#9c1f1b, #690c07);
  font-weight: bold;
  line-height: 1;
}
article .content h2 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 480px) {
  article .content h2 {
    font-size: 1.8em;
  }
}
article .content .cont--title {
  color: yellow;
  font-size: 2em;
  letter-spacing: 0.08em;
}
article .content .cont_wrapper {
  padding: 1em;
  color: #eee;
  background-color: #222;
}
@media only screen and (min-width: 480px) {
  article .content .cont_wrapper {
    padding: 2em;
  }
}
article .content#detail .cont_wrapper dl dt {
  display: block;
  margin-top: 3em;
  margin-bottom: 1em;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
}
article .content#detail .cont_wrapper dl dt:first-child {
  margin-top: 0;
}
article .content#detail .cont_wrapper dl dd {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
article .content#detail .cont_wrapper dl dd .list_title {
  margin-right: 0.2em;
  font-size: 0.9em;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  article .content#detail .cont_wrapper dl dd .list_title {
    display: block;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 480px) {
  article .content#detail .cont_wrapper dl dd .list_title:after {
    content: ":";
  }
}
article .content#detail .cont_wrapper dl dd .half {
  font-size: 0.5em;
}
article .content#ticket {
  padding-top: 0;
}
@media only screen and (max-width: 479px) {
  article .content#ticket .cont--title {
    font-size: 1.8em;
    letter-spacing: 0;
  }
}
article .content#ticket .ticket--intro {
  font-size: 0.8em;
  line-height: 2;
}
article .content#ticket .ticket--title {
  color: #ebe4ca;
  font-size: 2em;
  letter-spacing: 0.08em;
}
article .content#ticket .cont_wrapper h3 {
  margin-top: 3em;
  margin-bottom: 0.5em;
  color: #d64331;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  article .content#ticket .cont_wrapper h3 {
    text-align: left;
  }
}
article .content#ticket .cont_wrapper h3:first-child {
  margin-top: 0;
}
article .content#ticket .cont_wrapper h3.center {
  margin-top: 2em;
}
article .content#ticket .cont_wrapper h3.long {
  font-size: 0.8em;
  line-height: 1.75;
}
@media only screen and (min-width: 480px) {
  article .content#ticket .cont_wrapper h3.long {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 479px) {
  article .content#ticket .cont_wrapper h3.long.center {
    text-align: left !important;
  }
}
article .content#ticket .cont_wrapper h4 {
  margin: 1em 0 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}
article .content#ticket .cont_wrapper .list {
  font-size: 0;
  border-bottom: 1px solid #999;
}
article .content#ticket .cont_wrapper .list dt,
article .content#ticket .cont_wrapper .list dd,
article .content#ticket .cont_wrapper .list li,
article .content#ticket .cont_wrapper .list .attention {
  display: inline-block;
  padding: 0.8rem 0;
  font-size: 1rem;
  line-height: 1.8;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  article .content#ticket .cont_wrapper .list dt,
  article .content#ticket .cont_wrapper .list dd,
  article .content#ticket .cont_wrapper .list li,
  article .content#ticket .cont_wrapper .list .attention {
    padding: 0.8rem 2.5rem;
    border-top: 1px solid #999;
  }
}
article .content#ticket .cont_wrapper .list dt {
  clear: both;
  width: 100%;
  padding-bottom: 0;
  border-top: 1px solid #999;
}
@media only screen and (min-width: 768px) {
  article .content#ticket .cont_wrapper .list dt {
    width: 25%;
    padding-bottom: 0.8em;
  }
  article .content#ticket .cont_wrapper .list dt.half {
    width: 50%;
  }
}
article .content#ticket .cont_wrapper .list dd {
  width: 100%;
  padding-top: 0;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  article .content#ticket .cont_wrapper .list dd {
    width: 75%;
    padding-top: 0.8em;
  }
  article .content#ticket .cont_wrapper .list dd.half {
    width: 50%;
  }
}
article .content#ticket .cont_wrapper .list li {
  width: 100%;
  border-top: 1px solid #999;
  font-weight: bold;
}
article .content#ticket .cont_wrapper .list .attention {
  width: 100%;
  padding-bottom: 0;
  border: none;
  color: #ddd;
  font-size: 0.8em;
  font-weight: normal;
}
article .content#ticket .cont_wrapper .list a {
  color: #fff;
  text-decoration: underline;
}
article .content#ticket .cont_wrapper .list a.btn {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0.6em 0;
  padding: 0.9em 1.8em;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#d64331), to(red));
  background: linear-gradient(#d64331, red);
  font-weight: bold;
  line-height: 1;
}
article .content#goods .cont_wrapper h3 {
  margin-bottom: 0;
  color: #d64331;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  article .content#goods .cont_wrapper h3 {
    margin-top: 0;
    font-size: 1.1em;
  }
}
article .content#goods .cont_wrapper ul.menu {
  font-size: 0;
  text-align: center;
}
article .content#goods .cont_wrapper ul.menu li {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: top;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  article .content#goods .cont_wrapper ul.menu li {
    width: 60%;
  }
}
article .content#goods .cont_wrapper ul.menu li .rpsimg {
  max-width: 540px;
  padding-bottom: 1rem;
}
article .content#goods .cont_wrapper .attention {
  display: inline-block;
  width: 100%;
  padding: 0.8em 0;
  color: #ccc;
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  article .content#goods .cont_wrapper .attention {
    text-align: center;
    padding: 0.8em 2.5em;
  }
}
article .content#theater .cont_wrapper h3 {
  margin-top: 3em;
  margin-bottom: 0.5em;
  color: #d64331;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  article .content#theater .cont_wrapper h3 {
    text-align: left;
  }
}
article .content#theater .cont_wrapper h3:first-child {
  margin-top: 0;
}
article .content#theater .cont_wrapper dl {
  border-top: 2px solid #ccc;
  border-bottom: 3px solid #ccc;
  font-size: 0;
}
article .content#theater .cont_wrapper dl dt {
  clear: both;
  padding: 1rem 0 1rem 0;
  border-top: 1px solid #ccc;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 27%;
}
@media only screen and (min-width: 480px) {
  article .content#theater .cont_wrapper dl dt {
    width: 15%;
    padding: 1rem 0 1rem 1rem;
  }
}
article .content#theater .cont_wrapper dl dd {
  border-top: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
  width: 73%;
  margin-left: 27%;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 480px) {
  article .content#theater .cont_wrapper dl dd {
    width: 85%;
    margin-left: 15%;
  }
}
article .content#theater .cont_wrapper dl dd a {
  display: block;
  width: 100%;
  padding: 1rem 0 1rem 1rem;
  color: #eee;
  text-decoration: none !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 480px) {
  article .content#theater .cont_wrapper dl dd a {
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  article .content#theater .cont_wrapper dl dd a:after {
    content: "HP";
    margin-left: 1em;
    padding: 0.2em 0.5em;
    color: #111;
    background: #eee;
    font-size: 0.6em;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-radius: 2px;
  }
}
article .content#theater .cont_wrapper dl dd a:hover {
  background: #111;
}
article .content#theater .cont_wrapper dl dd.first-child {
  margin-left: 0%;
}
article .content#theater .attention {
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  color: #eee;
  font-size: 0.8rem;
  line-height: 2;
}
article .content#attention .cont_wrapper h4 {
  margin-top: 3em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}
article .content#attention .cont_wrapper h4:first-child {
  margin-top: 0;
}
article .content#attention .cont_wrapper h5 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  color: #eee;
  font-size: 1rem;
  font-weight: bold;
}
article .content#attention .cont_wrapper ul:first-child h4 {
  margin-top: 0;
}
article .content#attention .cont_wrapper ul.dot li {
  list-style-position: inside;
  list-style-type: disc;
  text-indent: -1.5em;
}
article .content#attention .cont_wrapper li {
  padding-left: 1em;
  text-indent: -1em;
  color: #eee;
  font-size: 0.8rem;
  line-height: 2;
}
article .content#attention .cont_wrapper .attention {
  margin-bottom: 1em;
  color: #eee;
  font-size: 0.8rem;
  line-height: 2;
}
article .content#attention a {
  color: #fff;
  text-decoration: underline;
}

/*  ==========================================================================
    Footer
    ========================================================================== */
#footer {
  position: relative;
  padding: 0 0 3em;
  color: #999;
}
#footer #pagetop {
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 0;
  padding: 2em;
}
#footer #pagetop a {
  display: block;
  width: 40px;
  height: 40px;
}
#footer #pagetop a img {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  #footer #pagetop a {
    display: block;
    margin: 0 1em 1em 0;
  }
}
#footer .copyright {
  font-size: 0.7em;
  line-height: 1.5;
}

/*  ==========================================================================
    Contents
    ========================================================================== */
.content {
  padding: 3em 0;
}

.cont_wrapper {
  width: 90%;
  margin: 0 auto;
  font-size: 1.2em;
}
.cont_wrapper.mini {
  max-width: 900px;
}
.cont_wrapper.wide {
  width: 90%;
}
.cont_wrapper.full {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .cont_wrapper {
    width: 90% !important;
  }
}
@media only screen and (min-width: 768px) {
  .cont_wrapper {
    max-width: 1280px;
  }
}
.cont_wrapper.colpc2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3em;
}
.cont_wrapper.colpc2 .wrapperL .content_inner,
.cont_wrapper.colpc2 .wrapperR .content_inner {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media only screen and (min-width: 768px) {
  .cont_wrapper.colpc2 .wrapperL {
    float: left;
    width: 48%;
  }
  .cont_wrapper.colpc2 .wrapperR {
    float: right;
    width: 48%;
  }
}

/*  ==========================================================================
    Tile
    ========================================================================== */
.tiles {
  width: 106%;
  margin-left: -3%;
  padding: 0;
  font-size: 0;
}

.tile {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3%;
  padding: 0 3%;
  font-size: 1rem;
}
.tile a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 479px) {
  .tiles.colspA .tile {
    width: auto;
  }
  .tiles.colsp1 .tile {
    width: 100%;
  }
  .tiles.colsp2 .tile {
    width: 50%;
  }
  .tiles.colsp3 .tile {
    width: 33.3333333333%;
  }
  .tiles.colsp4 .tile {
    width: 25%;
  }
  .tiles.colsp5 .tile {
    width: 20%;
  }
  .tiles.colsp6 .tile {
    width: 16.6666666666%;
  }
  .tiles.colsp7 .tile {
    width: 14.2857142857%;
  }
  .tiles.colsp8 .tile {
    width: 12.5%;
  }
  .tiles.colsp9 .tile {
    width: 11.1111111111%;
  }
  .tiles.colsp10 .tile {
    width: 10%;
  }
  .tiles.colsp11 .tile {
    width: 9.0909090909%;
  }
}
@media only screen and (min-width: 480px) {
  .tiles.coltbA .tile {
    width: auto;
  }
  .tiles.coltb1 .tile {
    width: 100%;
  }
  .tiles.coltb2 .tile {
    width: 50%;
  }
  .tiles.coltb3 .tile {
    width: 33.3333333333%;
  }
  .tiles.coltb4 .tile {
    width: 25%;
  }
  .tiles.coltb5 .tile {
    width: 20%;
  }
  .tiles.coltb6 .tile {
    width: 16.6666666666%;
  }
  .tiles.coltb7 .tile {
    width: 14.2857142857%;
  }
  .tiles.coltb8 .tile {
    width: 12.5%;
  }
  .tiles.coltb9 .tile {
    width: 11.1111111111%;
  }
  .tiles.coltb10 .tile {
    width: 10%;
  }
  .tiles.coltb11 .tile {
    width: 9.0909090909%;
  }
}
@media only screen and (min-width: 768px) {
  .tiles.colpcA .tile {
    width: auto;
  }
  .tiles.colpc1 .tile {
    width: 100%;
  }
  .tiles.colpc2 .tile {
    width: 50%;
  }
  .tiles.colpc3 .tile {
    width: 33.3333333333%;
  }
  .tiles.colpc4 .tile {
    width: 25%;
  }
  .tiles.colpc5 .tile {
    width: 20%;
  }
  .tiles.colpc6 .tile {
    width: 16.6666666666%;
  }
  .tiles.colpc7 .tile {
    width: 14.2857142857%;
  }
  .tiles.colpc8 .tile {
    width: 12.5%;
  }
  .tiles.colpc9 .tile {
    width: 11.1111111111%;
  }
  .tiles.colpc10 .tile {
    width: 10%;
  }
  .tiles.colpc11 .tile {
    width: 9.0909090909%;
  }
}
@media only screen and (min-width: 1024px) {
  .tiles.coldpA .tile {
    width: auto;
  }
  .tiles.coldp1 .tile {
    width: 100%;
  }
  .tiles.coldp2 .tile {
    width: 50%;
  }
  .tiles.coldp3 .tile {
    width: 33.3333333333%;
  }
  .tiles.coldp4 .tile {
    width: 25%;
  }
  .tiles.coldp5 .tile {
    width: 20%;
  }
  .tiles.coldp6 .tile {
    width: 16.6666666666%;
  }
  .tiles.coldp7 .tile {
    width: 14.2857142857%;
  }
  .tiles.coldp8 .tile {
    width: 12.5%;
  }
  .tiles.coldp9 .tile {
    width: 11.1111111111%;
  }
  .tiles.coldp10 .tile {
    width: 10%;
  }
  .tiles.coldp11 .tile {
    width: 9.0909090909%;
  }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .cont_wrapper.colpc2:before,
.clearfix:after,
.cont_wrapper.colpc2:after {
  content: " ";
  display: table;
}

.clearfix:after, .cont_wrapper.colpc2:after {
  clear: both;
}

.clearfix, .cont_wrapper.colpc2 {
  *zoom: 1;
}