@charset "UTF-8";
/*

// =============================================================================
// Normalize.scss based on Nicolas Gallagher and Jonathan Neal's
// normalize.css v2.1.3 | MIT License | git.io/normalize
// =============================================================================

*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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: 0;
}

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/*

*
* アニメーション設定
*

*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  1%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0% {
    opacity: 0;
  }
  1%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-ms-keyframes flash {
  0% {
    opacity: 0;
  }
  1%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0% {
    opacity: 0;
  }
  1%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  1%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rubberBand {
  0% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(0.95, 0.95);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}
@-moz-keyframes rubberBand {
  0% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(0.95, 0.95);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}
@-ms-keyframes rubberBand {
  0% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(0.95, 0.95);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}
@-o-keyframes rubberBand {
  0% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(0.95, 0.95);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}
@keyframes rubberBand {
  0% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(0.95, 0.95);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@-ms-keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-ms-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-ms-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-ms-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-ms-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-ms-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-ms-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-ms-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  25% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  50% {
    transform-origin: center top;
    transform: rotate(-1.2deg);
  }
  75% {
    transform-origin: center top;
    transform: rotate(0.6deg);
  }
  100% {
    transform-origin: center top;
    transform: rotate(0);
  }
}
@-moz-keyframes rotateIn {
  0% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  25% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  50% {
    transform-origin: center top;
    transform: rotate(-1.2deg);
  }
  75% {
    transform-origin: center top;
    transform: rotate(0.6deg);
  }
  100% {
    transform-origin: center top;
    transform: rotate(0);
  }
}
@-ms-keyframes rotateIn {
  0% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  25% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  50% {
    transform-origin: center top;
    transform: rotate(-1.2deg);
  }
  75% {
    transform-origin: center top;
    transform: rotate(0.6deg);
  }
  100% {
    transform-origin: center top;
    transform: rotate(0);
  }
}
@-o-keyframes rotateIn {
  0% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  25% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  50% {
    transform-origin: center top;
    transform: rotate(-1.2deg);
  }
  75% {
    transform-origin: center top;
    transform: rotate(0.6deg);
  }
  100% {
    transform-origin: center top;
    transform: rotate(0);
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  25% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  50% {
    transform-origin: center top;
    transform: rotate(-1.2deg);
  }
  75% {
    transform-origin: center top;
    transform: rotate(0.6deg);
  }
  100% {
    transform-origin: center top;
    transform: rotate(0);
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@-ms-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@-ms-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-moz-keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-ms-keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-o-keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px);
  }
}
@-ms-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-ms-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-ms-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@-ms-keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-ms-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollIn2 {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn2 {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-ms-keyframes rollIn2 {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn2 {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn2 {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@-ms-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
/* =============================================================================
*
* COMMON::: _basic.scss
* サイト共通スタイル
*
============================================================================= */
/* 
* 
* COMMON::: 01 - Basic
* 
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  color: #333333;
  font-size: 62.5%;
  background: #f4f4f4;
  overflow-x: hidden;
  font-family: "Osaka", "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  min-width: 1024px;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 44px;
    min-width: 100%;
  }
}
body#home {
  padding-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
  color: #000;
}

h4, h5, h6 {
  font-weight: 400;
}

img {
  vertical-align: top;
}

li {
  list-style: none;
}

fieldset {
  border: none;
  padding: 0;
}

input, textarea {
  font-family: "Osaka", verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {
  color: #bf1686;
  text-decoration: none;
}

picture {
  diplay: block;
}

/*
::selection {
  background:#ea0000;
}
::-moz-selection {
  background:#ea0000;
}*/
a:hover {
  text-decoration: underline;
}

html, body {
  background: #f4f4f4;
}
@media screen and (max-width: 1000px) {
  html, body {
    height: auto;
  }
}

body {
  font-size: 15px;
  font-size: 0.9375rem;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

body {
  color: #666666;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-size: 12px;
  font-size: 0.75rem;
  background: url(../images/background.jpg) repeat-y;
  background-size: 100% auto;
  background-position: center -300px;
  min-width: 1024px;
}
body.en {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body {
    background: url(../images/background_sp.jpg) repeat-y;
    background-size: 100% auto;
    background-position: center -200px;
    min-width: 100%;
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0.1em;
  }
}
body#home {
  background-position: center 0;
}

#header, #header2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#header .inner, #header2 .inner {
  min-width: 1024px;
}
@media screen and (max-width: 768px) {
  #header .inner, #header2 .inner {
    min-width: 100%;
  }
}
#header .left, #header2 .left {
  display: block;
  position: absolute;
  left: 0;
  right: 50%;
  height: 70px;
  background: #bf1686;
}
#header .right, #header2 .right {
  display: block;
  position: absolute;
  left: 50%;
  right: 0;
  height: 70px;
  background: #FFF;
}
#header .inner, #header2 .inner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#header #logo, #header2 #logo {
  position: absolute;
  z-index: 1;
  background: #bf1686;
  width: 177px;
  height: 70px;
  padding: 12px 20px;
}
#header #logo img, #header2 #logo img {
  width: 125px;
  height: 46px;
}
#header #g-nav, #header2 #g-nav {
  padding-left: 177px;
  background: #FFF;
}
#header #g-nav ul, #header2 #g-nav ul {
  padding: 20px 0;
  padding-left: 30px;
}
#header #g-nav li, #header2 #g-nav li {
  line-height: 30px;
  display: inline-block;
}
#header #g-nav li img, #header2 #g-nav li img {
  width: auto;
  height: 30px;
}
#header #g-nav li a, #header2 #g-nav li a {
  display: block;
  line-height: 30px;
}
#header #g-nav li a:hover, #header2 #g-nav li a:hover {
  background: url(../images/jp/nav/under_bar.png) 0 bottom no-repeat;
  background-size: 100% auto;
}
#header #g-nav li + li, #header2 #g-nav li + li {
  margin-left: 30px;
}
#header #g-nav li.selected a, #header2 #g-nav li.selected a {
  background: url(../images/jp/nav/under_bar.png) 0 bottom no-repeat;
  background-size: 100% auto;
}
#header #lang, #header2 #lang {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 70px;
  background: #FFF;
  padding: 12px 26px;
}
#header #lang li, #header2 #lang li {
  text-align: center;
  display: inline-block;
  line-height: 44px;
  width: 44px;
}
#header #lang li a, #header2 #lang li a {
  line-height: 44px;
  height: 44px;
  padding: 9px;
  display: block;
}
#header #lang li a:hover, #header2 #lang li a:hover {
  background: url(../images/nav/lang_bar.png) center 35px no-repeat;
  background-size: 26px auto;
}
#header #lang li.selected a, #header2 #lang li.selected a {
  background: url(../images/nav/lang_bar.png) center 35px no-repeat;
  background-size: 26px auto;
}

#header2 {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
#header2 .left {
  display: block;
  position: absolute;
  width: 1250px;
  margin-left: -800px;
  top: 30px;
  height: 170px;
  background: #bf1686;
}
#header2 .right {
  display: block;
  position: absolute;
  left: 50%;
  right: 0;
  height: 70px;
  background: #FFF;
  top: 160px;
}
#header2 #logo {
  background: #bf1686;
  width: 450px;
  height: 170px;
  padding: 40px;
  position: absolute;
  top: 30px;
}
#header2 #logo img {
  width: 256px;
  height: auto;
}
#header2 #g-nav {
  position: absolute;
  top: 160px;
  left: 350px;
  padding-left: 60px;
  right: 0;
  z-index: 2;
}
#header2 #g-nav ul {
  padding: 20px 0;
  background: #FFF;
}
#header2 #g-nav li {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 30px;
  display: inline-block;
  padding: 0;
}
#header2 #g-nav li a {
  display: block;
  line-height: 30px;
  padding: 0;
}
#header2 #g-nav li + li {
  margin-left: 30px;
}
#header2 #lang {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 70px;
  background: #FFF;
  padding: 12px 26px;
}
#header2 #lang li {
  text-align: center;
  display: inline-block;
  line-height: 44px;
  width: 44px;
}
#header2 #lang li a {
  line-height: 45px;
  display: block;
}

@media screen and (max-width: 768px) {
  #header, #header2 {
    position: relative;
    height: 44px;
  }
  #header .left, #header2 .left {
    display: none;
  }
  #header .right, #header2 .right {
    display: none;
  }
  #header #logo, #header2 #logo {
    width: 140px;
    height: 44px;
    padding: 4px 10px;
  }
  #header #logo img, #header2 #logo img {
    width: 103px;
    height: 36px;
  }
  #header #lang, #header2 #lang {
    position: static;
    padding: 6px 7px;
    padding-left: 160px;
    width: auto;
    height: 44px;
  }
  #header #lang li, #header2 #lang li {
    text-align: center;
    display: inline-block;
    line-height: 32px;
    width: 32px;
    height: 32px;
  }
  #header #lang li a, #header2 #lang li a {
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 8px;
  }
  #header #lang li a img, #header2 #lang li a img {
    width: 16px;
    height: auto;
  }
  #header #lang li.selected a, #header2 #lang li.selected a {
    background: url(../images/nav/lang_bar.png) center 24px no-repeat;
    background-size: 16px 1px;
  }

  #header2 {
    height: 115px;
  }
  #header2 .left {
    display: none;
  }
  #header2 .right {
    display: none;
  }
  #header2 #logo {
    top: 20px;
    width: 160px;
    height: 75px;
    padding: 15px 10px;
  }
  #header2 #logo img {
    width: 128px;
    height: 45px;
  }
  #header2 #lang {
    position: absolute;
    right: 70px;
    top: 0;
    width: 64px;
    height: 32px;
    padding: 0;
    right: 69px;
  }
  #header2 #lang li {
    width: 32px;
    text-align: left;
    display: inline-block;
  }
  #header2 #lang li a {
    display: block;
    width: 32px;
    height: 32px;
  }

  #g-nav {
    display: none;
  }
}
.menuOpen {
  display: none;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.menuOpen a {
  display: block;
  padding: 10px 12px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .menuOpen {
    display: block;
  }
}

#g-nav_sp {
  display: none;
  position: fixed;
  z-index: 100000;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
#g-nav_sp #g-nav_sp--cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
}
#g-nav_sp #g-nav_sp--content {
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10001;
  text-align: right;
  height: 44px;
}
#g-nav_sp #g-nav_sp--content li {
  background: #FFF;
  border-bottom: 1px solid #F0F0F0;
}
#g-nav_sp.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#g-nav_sp.show #g-nav_sp--content {
  -webkit-transition: all 0.6s 0.1s ease;
  transition: all 0.6s 0.1s ease;
  height: 1000px;
}

body {
  position: relative;
}

#toTopPage {
  text-indent: -9999px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 9000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
  overflow: hidden;
  background: url(../images/icon/pageTop.png) center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
#toTopPage.show {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 768px) {
  #toTopPage {
    width: 48px;
    height: 48px;
    background-size: 100% auto;
  }
}
#toTopPage:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#footer {
  position: relative;
  background: #cccccc;
  font-size: 12px;
  font-size: 0.75rem;
}
#footer #socialLinks li {
  display: inline-block;
  margin: 15px 0 16px;
}
#footer #socialLinks li + li {
  margin-left: 8px;
}
#footer .footerNavi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 25px;
  padding-right: 25px;
  right: 0;
}
#footer .footerNavi li {
  display: inline-block;
}
#footer .footerNavi li + li {
  margin-left: 12px;
}
#footer .footerNavi li:before {
  content: ">";
  color: #999;
}
#footer .footerNavi a {
  margin-left: 2px;
  font-style: oblique;
  line-height: 1.8;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width: 768px) {
  #footer .footerNavi {
    position: static;
    text-align: center;
    margin-bottom: 10px;
  }
}
#footer .upper {
  padding: 60px 32px;
}
#footer .copyright {
  background: #000;
  color: #FFF;
  line-height: 40px;
  text-align: center;
}
#footer .copyright span {
  font-style: oblique;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #footer .upper {
    padding: 0px;
  }
}
#footer .boxContainer {
  width: 960px;
  margin: 0 auto;
  zoom: 1;
}
#footer .boxContainer:before, #footer .boxContainer:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#footer .boxContainer:after {
  clear: both;
}
#footer .boxContainer .box {
  position: relative;
  height: 276px;
  float: left;
  width: 33%;
  padding: 0 28px;
}
#footer .boxContainer .box > a {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #footer .boxContainer .box {
    height: auto;
  }
}
#footer .boxContainer .box header {
  margin-bottom: 30px;
}
#footer .boxContainer .box h3, #footer .boxContainer .box p {
  font-style: oblique;
}
#footer .boxContainer .box h3 {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
}
#footer .boxContainer .box p {
  line-height: 1.8;
  font-size: 10px;
  font-size: 0.625rem;
  color: #666666;
}
#footer .boxContainer .box + .box {
  background: url(../images/footer_sep.png) no-repeat;
  background-size: 1px 100%;
}
@media screen and (max-width: 768px) {
  #footer .boxContainer {
    width: auto;
  }
  #footer .boxContainer .box {
    text-align: center;
    float: none;
    width: auto;
    padding: 5px 0;
    display: block;
    background: url(../images/icon/border.png) center bottom no-repeat;
    background-size: 100% 1px;
  }
  #footer .boxContainer .box + .box {
    background: url(../images/icon/border.png) center bottom no-repeat;
    background-size: 100% 1px;
  }
  #footer .boxContainer .box header {
    margin-bottom: 0;
  }
  #footer .boxContainer .box header h3 {
    line-height: 34px;
    font-size: 9px;
    font-size: 0.5625rem;
  }
  #footer .boxContainer .box.box1 .inner {
    background: url(../images/icon/arrow-2.png) 97% center no-repeat;
    background-size: 6px auto;
  }
  #footer .boxContainer .box.box1 .inner p {
    line-height: 20px;
  }
  #footer .boxContainer .box.box1 .body {
    padding: 10px 0;
  }
  #footer .boxContainer .box.box2 .body {
    display: none;
  }
  #footer .boxContainer .box.box2 h3 {
    background: url(../images/icon/arrow-2.png) 97% center no-repeat;
    background-size: 6px auto;
  }
}
#footer .sponsorship {
  width: 960px;
  margin: 0 auto;
  color: #000;
  padding-top: 55px;
  letter-spacing: 0.08em;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width: 768px) {
  #footer .sponsorship {
    width: 100%;
    text-align: center;
    padding: 0 30px;
    padding-top: 30px;
  }
}
#footer .banner {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #footer .banner {
    padding: 0 10px 25px;
  }
}
#footer .banner li {
  vertical-align: top;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #footer .banner li {
    display: block;
    margin-bottom: 4px;
  }
}
#footer .banner li a {
  display: block;
  letter-spacing: 1;
  font-size: 10px;
  font-size: 0.625rem;
  color: #000;
  width: 155px;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  #footer .banner li a {
    width: auto;
    line-height: auto;
  }
  #footer .banner li a img {
    width: 300px;
    height: auto;
  }
}
#footer .banner li + li {
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  #footer .banner li + li {
    margin-left: 0;
  }
}

.en #footer .boxContainer .box {
  height: 280px;
}
@media screen and (max-width: 768px) {
  .en #footer .boxContainer .box {
    height: auto;
  }
}

#wrapper {
  position: relative;
}

#breadclumb {
  padding: 0 20px;
  max-width: 1600px;
  margin: 0 auto;
  font-size: 10px;
  font-size: 0.625rem;
}
#breadclumb li {
  color: #999999;
  line-height: 40px;
  display: inline-block;
}
#breadclumb li + li:before {
  content: ">";
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  #breadclumb {
    display: none;
  }
}

#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
}

#home #header {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate3d(0, -70px, 0);
  transform: translate3d(0, -70px, 0);
}
#home #header.show {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#contents .layoutBox {
  margin-bottom: 30px;
}
#contents .layoutBox > header {
  padding: 48px 0;
  text-align: center;
}
#contents .layoutBox + .layoutBox {
  margin-top: 30px;
}
#contents header.pageTitle {
  padding: 40px 0 70px;
}
#contents header.pageTitle h1 {
  line-height: 1;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents header.pageTitle {
    padding: 35px 0;
  }
  #contents header.pageTitle h1 img {
    width: auto;
    height: 16px;
  }
}
#contents header.programlistTitle {
  padding: 40px 0 60px !important;
}
@media screen and (max-width: 768px) {
  #contents header.programlistTitle {
    padding: 0px 0 25px !important;
    margin-top: -5px;
  }
  #contents header.programlistTitle img {
    width: 105px;
    height: auto;
  }
}
#contents .spacing {
  padding: 30px 32px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents .spacing {
    padding: 0px;
  }
}
#contents .layoutBox.fixed {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents .layoutBox.fixed {
    max-width: 320px;
  }
}
#contents .layoutBox.main {
  margin-bottom: 0;
  padding: 0;
}
#contents .layoutBox.main article.content {
  background: #f0f0f0;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #contents .layoutBox.main article.content {
    padding-bottom: 70px;
  }
}
#contents .layoutBox.main article.content > .content__inner {
  max-width: 1600px;
  margin: 0 auto;
}
#contents article.content {
  zoom: 1;
}
#contents article.content:before, #contents article.content:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contents article.content:after {
  clear: both;
}
#contents article.content .content__inner {
  background: #FFF;
}
#contents #outline {
  background: #FFF;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #contents #outline {
    padding: 30px 0;
    margin-bottom: 10px;
  }
  #contents #outline img {
    width: 256px;
    height: auto;
  }
}
#contents .content.newslist .content__inner {
  text-align: center;
  background: #FFF url(../images/icon/arrow.png) 97% center no-repeat;
  background-size: 8px auto;
}
#contents .content.newslist .content__inner .date {
  color: #666666;
}
@media screen and (max-width: 768px) {
  #contents .content.newslist .content__inner {
    text-align: left;
    font-size: 8px;
    font-size: 0.5rem;
  }
  #contents .content.newslist .content__inner .date {
    color: #666666;
    font-size: 8px;
    font-size: 0.5rem;
  }
}
#contents .content.newslist .content__inner ul {
  height: 70px;
  overflow: hidden;
}
#contents .content.newslist .content__inner ul li {
  height: 70px;
}
#contents .content.newslist .content__inner ul.move li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate3d(0, -70px, 0);
  transform: translate3d(0, -70px, 0);
}
@media screen and (max-width: 768px) {
  #contents .content.newslist .content__inner ul {
    height: 42px;
  }
  #contents .content.newslist .content__inner ul li {
    height: 42px;
  }
  #contents .content.newslist .content__inner ul.move li {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate3d(0, -42px, 0);
    transform: translate3d(0, -42px, 0);
  }
}
#contents .content.newslist .content__inner li > p {
  display: table;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 768px) {
  #contents .content.newslist .content__inner li > p {
    height: 42px;
  }
}
#contents .content.newslist .content__inner a {
  display: table-cell;
  vertical-align: middle;
  color: inherit;
}
@media screen and (max-width: 768px) {
  #contents .content.newslist .content__inner a {
    padding: 0 10px;
  }
}

#contents .program-detail .content__inner, #contents .news-detail .content__inner, #contents .news .content__inner {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #contents .program-detail .content__inner, #contents .news-detail .content__inner, #contents .news .content__inner {
    padding: 0 10px;
  }
}
#contents .content.news .entry, #contents .content.programlist .entry {
  cursor: pointer;
}
#contents .content.news .entry:hover, #contents .content.programlist .entry:hover {
  background: #f5f5f5;
}
#contents .news .content__inner + .content__inner {
  margin-top: 15px !important;
}
#contents .entry {
  word-break: break-all;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
#contents .entry.end {
  background: #E0E0E0 !important;
}
@media screen and (max-width: 768px) {
  #contents .entry {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#contents .entry > a {
  cursor: pointer;
  display: block;
  color: inherit;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}
#contents .entry + .entry {
  border-top: 1px solid #f0f0f0;
}
#contents .entry .entry__header {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents .entry .entry__header {
    padding-bottom: 10px;
  }
}
#contents .entry .entry__header .date {
  color: #999999;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  #contents .entry .entry__header .date {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
#contents .entry .entry__header .title {
  color: #333;
  font-weight: 400;
  margin: 0.85em 0 0.85em;
  line-height: 1.35;
  letter-spacing: 0.18em;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #contents .entry .entry__header .title {
    margin: 0.25em 0 0.85em;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#contents .entry .entry__header .outline {
  line-height: 1.6;
  margin-top: -0.85em;
  margin-bottom: 0.4em;
  letter-spacing: 0.1em;
  color: #999999;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  #contents .entry .entry__header .outline {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
@media screen and (max-width: 768px) {
  #contents .entry .entry__header .info p {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
#contents .entry .entry__header .info + .info {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #contents .entry .entry__header .info + .info {
    margin-top: 10px;
  }
}
#contents .entry .entry__header .info.period p {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #contents .entry .entry__header .info.period p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
#contents .entry .entry__photo .current {
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents .entry .entry__photo .current {
    height: 440px;
    overflow: hidden;
  }
}
#contents .entry .entry__photo .current img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contents .entry .entry__photo .current img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);
  }
}
@media screen and (max-width: 768px) {
  #contents .entry .entry__photo .thumb {
    display: none;
  }
}
#contents .entry .entry__photo .thumb ul {
  text-align: center;
  display: block;
  padding: 10px;
  margin: 0 auto;
  height: 70px;
  zoom: 1;
}
#contents .entry .entry__photo .thumb ul:before, #contents .entry .entry__photo .thumb ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contents .entry .entry__photo .thumb ul:after {
  clear: both;
}
#contents .entry .entry__photo .thumb li {
  display: inline-block;
  width: 100px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
#contents .entry .entry__photo .thumb li img {
  width: 100px;
  height: auto;
  margin-top: -25px;
}
#contents .entry .entry__photo .thumb li + li {
  margin-left: 5px;
}
#contents .entry .entry__photo .thumb li:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border: 0px solid #bf1686;
  -webkit-transition: border 0.1s ease;
  transition: border 0.1s ease;
}
#contents .entry .entry__photo .thumb li.active:after {
  border: 3px solid #bf1686;
  z-index: 10;
}
#contents .entry .entry__body {
  border-top: 1px solid #f0f0f0;
  line-height: 2;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #666666;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  zoom: 1;
}
#contents .entry .entry__body:last-child {
  padding-bottom: 0;
}
#contents .entry .entry__body strong {
  font-size: 133%;
  color: #333;
}
#contents .entry .entry__body em {
  font-size: 115%;
  color: #333;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #contents .entry .entry__body {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
#contents .entry .entry__body + .entry__body {
  border-top: 1px solid #f0f0f0;
}
#contents .entry .entry__body:before, #contents .entry .entry__body:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contents .entry .entry__body:after {
  clear: both;
}
#contents .entry .entry__body .section__title {
  position: absolute;
  width: 210px;
  top: 28px;
}
#contents .entry .entry__body .section__title * {
  color: #bf1686;
}
@media screen and (max-width: 768px) {
  #contents .entry .entry__body .section__title {
    position: static;
    margin-bottom: 15px;
  }
}
#contents .entry .entry__body .section__body {
  line-height: 1.6;
  padding-left: 210px;
}
@media screen and (max-width: 768px) {
  #contents .entry .entry__body .section__body {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents .entry .entry__body.section .section__title {
    width: 100%;
    background: url(../images/icon/ac_arrow_close.png) right center no-repeat;
    background-size: auto 9px;
  }
  #contents .entry .entry__body.section.open .section__title {
    background: url(../images/icon/ac_arrow.png) right center no-repeat;
    background-size: 9px auto;
  }
  #contents .entry .entry__body.section .section__body {
    display: none;
    padding-bottom: 15px;
  }
}
#contents aside#sns {
  padding: 50px 0;
  text-align: center;
}
#contents aside#sns > .inner {
  background: #f0f0f0;
}
#contents aside#sns ul {
  margin: 0 auto;
}
#contents aside#sns li {
  display: inline-block;
}
#contents aside#sns li + li {
  margin-left: 32px;
}
#contents aside#sns li a {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contents aside#sns {
    padding: 25px 0;
  }
  #contents aside#sns li + li {
    margin-left: 28px;
  }
  #contents aside#sns li img {
    width: 26px;
    height: auto;
  }
}
#contents .btnContainer {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #contents .btnContainer {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  #contents .entry .btnContainer {
    padding: 0 0 10px;
  }
}
#contents a.btn {
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 45px;
  text-align: center;
  width: 350px;
  height: 45px;
  background: #bf1686;
  color: #FFF;
  margin: 0px auto 0;
}
@media screen and (max-width: 768px) {
  #contents a.btn {
    font-size: 10px;
    font-size: 0.625rem;
    width: auto;
    height: 44px;
    line-height: 44px;
    margin: 0 10px;
  }
}
#contents a.btn:hover {
  text-decoration: none;
  background: #FFF;
  border: 1px solid #bf1686;
  color: #bf1686;
}
#contents .entry a.btn {
  background: #666666;
}
@media screen and (max-width: 768px) {
  #contents .entry a.btn {
    margin: 0;
  }
}
#contents .entry a.btn:hover {
  text-decoration: none;
  background: #FFF;
  border: 1px solid #666666;
  color: #666666;
}
#contents .genre {
  zoom: 1;
}
#contents .genre:before, #contents .genre:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contents .genre:after {
  clear: both;
}
#contents .genre li {
  float: left;
  text-align: center;
  line-height: 20px;
  margin-bottom: 5px;
  margin-right: 5px;
}
#contents .genre li a {
  font-size: 10px;
  font-size: 0.625rem;
  background: #AAA;
  color: #FFF;
  display: block;
  line-height: 20px;
  padding: 0 5px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents .genre li a {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 14px;
  }
}
#contents .pager {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#contents .pager .prev, #contents .pager .next {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents .pager {
    padding: 15px 0;
  }
}
#contents .pager li {
  display: inline-block;
}
#contents .pager li + li {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #contents .pager li + li {
    margin-left: 5px;
  }
}
#contents .pager li.active {
  color: #666;
  pointer-events: none;
  padding: 8px 10px;
  background: #FFF;
}
#contents .pager a {
  display: inline-block;
  padding: 8px 10px;
  background: #FFF;
}
#contents .pager a:hover {
  text-decoration: none;
  background: #bf1686;
  color: #FFF;
}
#contents .profile {
  zoom: 1;
}
#contents .profile:before, #contents .profile:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contents .profile:after {
  clear: both;
}
#contents .profile .meta {
  margin-bottom: 25px;
  color: #333;
}
@media screen and (max-width: 768px) {
  #contents .profile .meta {
    margin-bottom: 15px;
  }
}
#contents .profile .meta .name {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #contents .profile .meta .name {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#contents .profile .profile__image {
  float: left;
  margin-right: 40px;
}
#contents .profile .profile__image img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #contents .profile .profile__image {
    margin-right: 10px;
    width: 85px;
  }
  #contents .profile .profile__image img {
    width: 85px;
  }
}
#contents .profile .profile__image + .profile__body {
  padding-left: 240px;
}
@media screen and (max-width: 768px) {
  #contents .profile .profile__image + .profile__body {
    padding-left: 100px;
  }
}
#contents .profile + .profile {
  margin-top: 40px;
}

#about .content__inner article > header, #access .content__inner article > header, #contact .content__inner article > header {
  text-align: center;
  padding: 30px 0;
  background: url(../images/border.png) center bottom no-repeat;
}
#about .content__inner article > header h3, #access .content__inner article > header h3, #contact .content__inner article > header h3 {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #about .content__inner article > header, #access .content__inner article > header, #contact .content__inner article > header {
    padding: 10px 0;
  }
  #about .content__inner article > header h3, #access .content__inner article > header h3, #contact .content__inner article > header h3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#about .content__inner .entry, #contact .content__inner .entry, #access .content__inner .entry, #mailnews .content__inner .entry, #sitepolicy .content__inner .entry, #sitemap .content__inner .entry {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #about .content__inner .entry, #contact .content__inner .entry, #access .content__inner .entry, #mailnews .content__inner .entry, #sitepolicy .content__inner .entry, #sitemap .content__inner .entry {
    padding-bottom: 30px;
  }
}
#about .content__inner .entry__body, #contact .content__inner .entry__body, #access .content__inner .entry__body, #mailnews .content__inner .entry__body, #sitepolicy .content__inner .entry__body, #sitemap .content__inner .entry__body {
  border-top: 0;
  padding: 0;
}
#about .content__inner .section, #contact .content__inner .section, #access .content__inner .section, #mailnews .content__inner .section, #sitepolicy .content__inner .section, #sitemap .content__inner .section {
  word-break: break-all;
  margin: 0 30px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #about .content__inner .section, #contact .content__inner .section, #access .content__inner .section, #mailnews .content__inner .section, #sitepolicy .content__inner .section, #sitemap .content__inner .section {
    margin: 0 10px;
    padding: 10px 0;
  }
}
#about .content__inner .section .section__body, #contact .content__inner .section .section__body, #access .content__inner .section .section__body, #mailnews .content__inner .section .section__body, #sitepolicy .content__inner .section .section__body, #sitemap .content__inner .section .section__body {
  padding: 0px 0;
  margin: 0 auto;
}
#about .content__inner .section .section__body p + p, #contact .content__inner .section .section__body p + p, #access .content__inner .section .section__body p + p, #mailnews .content__inner .section .section__body p + p, #sitepolicy .content__inner .section .section__body p + p, #sitemap .content__inner .section .section__body p + p {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #about .content__inner .section .section__body, #contact .content__inner .section .section__body, #access .content__inner .section .section__body, #mailnews .content__inner .section .section__body, #sitepolicy .content__inner .section .section__body, #sitemap .content__inner .section .section__body {
    padding: 0px 0;
  }
}
#about .content__inner .section .profile__image img, #contact .content__inner .section .profile__image img, #access .content__inner .section .profile__image img, #mailnews .content__inner .section .profile__image img, #sitepolicy .content__inner .section .profile__image img, #sitemap .content__inner .section .profile__image img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #about .content__inner .section .profile__image img, #contact .content__inner .section .profile__image img, #access .content__inner .section .profile__image img, #mailnews .content__inner .section .profile__image img, #sitepolicy .content__inner .section .profile__image img, #sitemap .content__inner .section .profile__image img {
    width: 85px;
  }
}
#about .content__inner .section .profile__body, #contact .content__inner .section .profile__body, #access .content__inner .section .profile__body, #mailnews .content__inner .section .profile__body, #sitepolicy .content__inner .section .profile__body, #sitemap .content__inner .section .profile__body {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #about .content__inner .section .profile__body, #contact .content__inner .section .profile__body, #access .content__inner .section .profile__body, #mailnews .content__inner .section .profile__body, #sitepolicy .content__inner .section .profile__body, #sitemap .content__inner .section .profile__body {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
@media screen and (max-width: 768px) {
  #about .content__inner .section .profile__body .name, #contact .content__inner .section .profile__body .name, #access .content__inner .section .profile__body .name, #mailnews .content__inner .section .profile__body .name, #sitepolicy .content__inner .section .profile__body .name, #sitemap .content__inner .section .profile__body .name {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
#about .content__inner .section + .section, #contact .content__inner .section + .section, #access .content__inner .section + .section, #mailnews .content__inner .section + .section, #sitepolicy .content__inner .section + .section, #sitemap .content__inner .section + .section {
  border-top: 1px solid #F0F0F0;
}

#contact .content__inner .entry__body, #mailnews .content__inner .entry__body {
  border-top: 0;
  padding-bottom: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contact .content__inner .entry__body, #mailnews .content__inner .entry__body {
    margin: 0 10px;
  }
}

#about #outline {
  max-width: 1600px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #about #outline {
    margin-bottom: 10px;
  }
}
#about article + article {
  border-top: 1px solid #F0F0F0;
}
#about .content__inner .section .section__body {
  width: 768px;
}
@media screen and (max-width: 768px) {
  #about .content__inner .section .section__body {
    width: 100%;
  }
}

#contact .content__inner .entry {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #contact .content__inner .entry {
    padding: 10px 0 15px;
  }
}
#contact .content__inner .entry__body {
  padding-top: 30px;
  width: 768px;
}
@media screen and (max-width: 768px) {
  #contact .content__inner .entry__body {
    padding-top: 15px;
    width: auto;
  }
}
#contact .content__inner .entry__body table {
  margin: 0 auto;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.05;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #contact .content__inner .entry__body table {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
#contact .content__inner .entry__body th, #contact .content__inner .entry__body td {
  vertical-align: top;
  padding-bottom: 15px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #contact .content__inner .entry__body th {
    width: 35px;
  }
}
#contact .content__inner .entry__body td {
  padding-left: 30px;
}

#mailnews {
  text-align: center;
}
#mailnews .content__inner .entry {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #mailnews .content__inner .entry {
    padding: 10px 0 30px;
  }
}
#mailnews label {
  color: #bf1686;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #mailnews label {
    margin-right: 0;
    display: block;
    text-align: left;
    margin-bottom: 5px;
  }
}
#mailnews .inputFormForMail {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #mailnews .inputFormForMail {
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
  }
}
#mailnews input[type="text"] {
  border: none;
  width: 430px;
  height: 44px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f0f0f0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #mailnews input[type="text"] {
    width: 100%;
  }
}
#mailnews ul li {
  display: inline-block;
}
#mailnews ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #mailnews ul li + li {
    margin-left: 10px;
  }
}
#mailnews ul li input {
  width: 180px;
  height: 44px;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #mailnews ul li input {
    width: 145px;
    height: 44px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
#mailnews ul li #register {
  background: #bf1686;
  color: #FFF;
}
#mailnews ul li #register:hover {
  background: #FFF;
  border: 1px solid #bf1686;
  color: #bf1686;
}
#mailnews ul li #cancel {
  background: #FFF;
  color: #bf1686;
  border: 1px solid #f0f0f0;
}
#mailnews ul li #cancel:hover {
  background: #dcdcdc;
  color: #666666;
}

#access .content__inner .entry__header {
  text-align: center;
  background: none;
  margin-bottom: 0;
}
#access .content__inner .entry__body {
  border-top: 1px solid #F0F0F0;
}
#access .content__inner .section__body {
  zoom: 1;
  width: 900px !important;
  background: none;
}
#access .content__inner .section__body:before, #access .content__inner .section__body:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#access .content__inner .section__body:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  #access .content__inner .section__body {
    width: auto !important;
    margin: 0 !important;
  }
}
#access .content__inner .section__body h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #access .content__inner .section__body h4 {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#access .content__inner .section__body .map {
  width: 420px;
  height: 240px;
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #access .content__inner .section__body .map {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #access .content__inner .section__body .map img, #access .content__inner .section__body .map iframe {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #sitepolicy .entry {
    padding-bottom: 15px !important;
  }
}
#sitepolicy .entry .section {
  position: relative;
}
#sitepolicy .entry .section__header {
  background: none;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 34px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  #sitepolicy .entry .section__header {
    position: static;
    text-align: left;
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 10px;
  }
}
#sitepolicy .entry .section__body {
  zoom: 1;
  width: auto !important;
  background: none;
  padding-left: 210px !important;
}
#sitepolicy .entry .section__body:before, #sitepolicy .entry .section__body:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#sitepolicy .entry .section__body:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  #sitepolicy .entry .section__body {
    padding-top: 0 !important;
    padding-left: 0px !important;
    margin: 0 !important;
  }
}

#sitemap .entry {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #sitemap .entry {
    padding-bottom: 15px !important;
  }
}
#sitemap .entry .entry__header {
  background: none;
  margin-bottom: 0;
}
#sitemap .entry .entry__body {
  border-top: 0;
  padding: 0;
}
#sitemap .entry .section {
  position: relative;
}
#sitemap .entry .section__header {
  background: none;
  text-align: left;
  padding-bottom: 0 !important;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #sitemap .entry .section__header {
    position: static;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
}
#sitemap .entry .section__header h4 {
  font-weight: 400 !important;
}
#sitemap .entry .section__body {
  zoom: 1;
  width: auto !important;
  background: none;
  padding-top: 30px;
  padding-top: 15px !important;
}
#sitemap .entry .section__body:before, #sitemap .entry .section__body:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#sitemap .entry .section__body:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  #sitemap .entry .section__body {
    padding-top: 0 !important;
    margin: 0 !important;
  }
}
#sitemap .entry .section__body a + ul {
  position: relative;
  top: -2.3em;
  left: 150px;
  margin-bottom: -2.3em;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  #sitemap .entry .section__body a + ul {
    left: 100px;
    letter-spacing: 0.1em;
  }
}
#sitemap .entry .section__body a + ul:after {
  display: block;
  content: " ";
  width: 50px;
  border-top: 1px solid #CCC;
  position: absolute;
  left: -75px;
  top: 18px;
}
@media screen and (max-width: 768px) {
  #sitemap .entry .section__body a + ul:after {
    display: block;
    content: " ";
    width: 20px;
    border-top: 1px solid #CCC;
    position: absolute;
    left: -35px;
    top: 15px;
  }
}

#schedule .entry {
  padding-top: 0;
}
#schedule .entry .entry__header {
  margin: 0;
  padding: 30px 0 0;
  text-align: center;
}
#schedule .entry .entry__header img {
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #schedule .entry .entry__header {
    padding-top: 0;
  }
  #schedule .entry .entry__header img {
    width: 100%;
  }
}
#schedule .entry .entry__body {
  border-top: 0;
  margin: 0 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #schedule .entry .entry__body {
    margin: 0 10px;
    padding-top: 0;
  }
}

#calendar .pager .prev, #calendar .pager .next {
  display: block !important;
}

#sponsorBanner {
  margin-top: 20px;
  text-align: right;
}
#sponsorBanner ul {
  zoom: 1;
}
#sponsorBanner ul:before, #sponsorBanner ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#sponsorBanner ul:after {
  clear: both;
}
#sponsorBanner ul li {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}
#sponsorBanner ul li img {
  width: auto;
  height: 44px;
  /*
  @include max-screen(768px){
    height: 22px;
  }*/
}
@media screen and (max-width: 768px) {
  #sponsorBanner ul li {
    margin-left: 5px;
  }
}

#contents .content.programlist {
  position: relative;
}
#contents .content.programlist .page {
  zoom: 1;
}
#contents .content.programlist .page:before, #contents .content.programlist .page:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contents .content.programlist .page:after {
  clear: both;
}
#contents .content.programlist .content__inner {
  background: none;
}
#contents .content.programlist .entryContainer {
  zoom: 1;
  width: 1360px;
  margin: 0 auto;
  padding-bottom: 30px;
}
#contents .content.programlist .entryContainer:before, #contents .content.programlist .entryContainer:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contents .content.programlist .entryContainer:after {
  clear: both;
}
@media screen and (max-width: 1360px) {
  #contents .content.programlist .entryContainer {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  #contents .content.programlist .entryContainer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contents .content.programlist .entryContainer {
    padding-bottom: 10px;
    margin: 0 auto;
  }
}
#contents .content.programlist .entry {
  background: #FFF;
  float: left;
  border: 1px solid #f0f0f0;
  width: 256px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #contents .content.programlist .entry {
    width: 50%;
    padding: 8px;
  }
}
#contents .content.programlist .entry img {
  width: 100%;
}
#contents .content.programlist .entry .entry__header {
  padding: 0;
  margin: 0;
}
#contents .content.programlist .entry .entry__body {
  padding: 0;
  margin: 0;
  border: 0;
}
#contents .content.programlist .entry .title {
  display: table;
  width: 100%;
  padding: 12px 0;
}
#contents .content.programlist .entry .title .inner {
  display: table-cell;
  vertical-align: middle;
}
#contents .content.programlist .entry .title h4 {
  line-height: 1.35;
  font-style: oblique;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  #contents .content.programlist .entry .title h4 {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
#contents .content.programlist .entry .outline {
  margin-bottom: 10px;
  padding: 0;
  line-height: 1.6;
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: oblique;
  color: #666666;
}
@media screen and (max-width: 768px) {
  #contents .content.programlist .entry .outline {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
#home #contents .content.programlist .entry {
  width: 340px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #home #contents .content.programlist .entry {
    width: 50%;
    padding: 8px;
    height: auto;
  }
}
#home #contents .content.programlist .entry .outline {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #program .entry {
    height: auto;
  }
}

#contents #search {
  position: absolute;
  top: 0;
  right: 0;
  width: 256px;
  background: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  #contents #search {
    font-size: 10px;
    font-size: 0.625rem;
    width: auto;
    position: static;
  }
}
#contents #search #keywordSearch > div div {
  position: relative;
}
#contents #search #keywordSearch input[type="search"] {
  width: 100%;
  height: 44px;
  padding-left: 12px;
  background: #f0f0f0;
  border: 0;
  letter-spacing: 0.3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #contents #search #keywordSearch input[type="search"] {
    width: 100%;
  }
}
#contents #search #keywordSearch .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: url(../images/icon/search.png);
  background-size: 44px auto;
  text-indent: -9999px;
  border: none;
}
#contents #search .searchModule + .searchModule {
  border-top: 1px solid #f0f0f0;
}
#contents #search .searchModule .searchModule__header {
  padding: 30px 20px;
  color: #bf1686;
}
@media screen and (max-width: 768px) {
  #contents #search .searchModule .searchModule__header {
    padding: 15px 10px;
  }
}
#contents #search .searchModule .searchModule__body {
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  #contents #search .searchModule .searchModule__body {
    padding: 15px 10px;
  }
}
#contents #search .searchModule .searchModule__header + .searchModule__body {
  padding-top: 0;
}
#contents #search #sponsorSearch .searchModule__header, #contents #search #genreSearch .searchModule__header {
  padding: 40px 20px;
  background: url(../images/icon/arrow_b.png) 94% center no-repeat;
  background-size: auto 8px;
}
#contents #search #sponsorSearch .searchModule__header h3, #contents #search #genreSearch .searchModule__header h3 {
  color: #bf1686;
}
@media screen and (max-width: 768px) {
  #contents #search #sponsorSearch .searchModule__header, #contents #search #genreSearch .searchModule__header {
    padding: 15px 10px;
    background-size: auto 6px;
  }
}
#contents #search #sponsorSearch .searchModule__body, #contents #search #genreSearch .searchModule__body {
  border-top: 1px solid #f0f0f0;
  padding: 30px 0;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  #contents #search #sponsorSearch .searchModule__body, #contents #search #genreSearch .searchModule__body {
    padding: 15px 0;
    margin: 0 10px;
  }
}
#contents #search #sponsorSearch li, #contents #search #genreSearch li {
  margin-bottom: 10px;
}
#contents #search #sponsorSearch li a, #contents #search #genreSearch li a {
  color: #666;
}
#contents #search #sponsorSearch li a:hover, #contents #search #genreSearch li a:hover {
  color: #bf1686;
}
#contents #search #sponsorSearch li.selected a, #contents #search #genreSearch li.selected a {
  color: #bf1686;
  pointer-events: none;
}
#contents #search #displayType ul {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #bf1686;
  padding: 2px;
}
#contents #search #displayType ul li {
  display: inline-block;
}
#contents #search #displayType ul li, #contents #search #displayType ul li a {
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  width: 105px;
  height: 40px;
  background: #FFF;
  color: #bf1686;
}
@media screen and (max-width: 768px) {
  #contents #search #displayType ul li, #contents #search #displayType ul li a {
    width: 50%;
  }
}
#contents #search #displayType ul li.active, #contents #search #displayType ul li a.active {
  background: #bf1686;
  color: #FFF;
  pointer-events: none;
}
#contents #search #displayType ul li:hover, #contents #search #displayType ul li a:hover {
  text-decoration: none;
  background: #edc3df;
}
@media screen and (max-width: 768px) {
  #contents #search #displayType ul li a {
    width: 100%;
  }
}
#contents #search #displayType ul li + li {
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  #contents #search #displayType ul li + li {
    margin-left: 0px;
  }
}
#contents #list {
  position: relative;
  padding-right: 256px;
  max-width: 1536px;
  min-height: 1183px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents #list {
    padding-right: 0;
    width: auto;
    max-width: inherit;
  }
}
#contents #list .entryContainer {
  zoom: 1;
  width: 100%;
}
#contents #list .entryContainer:before, #contents #list .entryContainer:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contents #list .entryContainer:after {
  clear: both;
}
@media screen and (max-width: 1536px) {
  #contents #list .entryContainer {
    width: 1024px;
  }
}
@media screen and (max-width: 1280px) {
  #contents #list .entryContainer {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  #contents #list .entryContainer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contents #list .entryContainer {
    margin: 0 auto;
    padding-bottom: 0;
    padding-right: 0;
  }
}

#calendar #list .entry {
  float: none;
  width: 100%;
}
#calendar #list .entryContainer {
  zoom: 1;
  width: 100% !important;
}
#calendar #list .entryContainer:before, #calendar #list .entryContainer:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#calendar #list .entryContainer:after {
  clear: both;
}
#calendar #list div.table-style {
  display: table;
  border-collapse: collapse;
}
#calendar #list div.tr {
  display: table-row;
  border-collapse: collapse;
  width: 100%;
}
#calendar #list div.th, #calendar #list div.td {
  border-collapse: collapse;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #calendar #list div.th {
    vertical-align: top;
    padding-top: 10px;
  }
}
#calendar #list div.table-style {
  width: 100%;
}
#calendar #list div.tr + div.tr {
  border-collapse: collapse;
  border-top: 1px solid #F0F0F0;
}
#calendar #list div.table-style {
  background: #FFF;
}
#calendar #list div.table-style div.tr.clickable {
  cursor: pointer;
}
#calendar #list div.table-style div.tr.clickable:hover {
  background: #F5F5F5;
}
#calendar #list div.table-style div.th {
  width: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #calendar #list div.table-style div.th {
    width: 44px;
  }
}
#calendar #list div.table-style div.th span {
  display: block;
}
#calendar #list div.table-style div.th span.date {
  letter-spacing: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
#calendar #list div.table-style div.th span.day {
  margin-top: -5px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #999999;
}
#calendar #list div.table-style div.th span.day.sun {
  color: #ff6666;
}
#calendar #list div.table-style div.th span.day.sat {
  color: #66ccff;
}
#calendar #list div.table-style div.table-style {
  table-layout: fixed;
}
#calendar #list div.table-style div.table-style div.tr {
  position: relative;
}
#calendar #list div.table-style div.table-style div.tr.end {
  background: #E0E0E0 !important;
}
@media screen and (max-width: 768px) {
  #calendar #list div.table-style div.table-style div.tr {
    width: 100%;
    display: block;
    background: url(../images/icon/arrow.png) 97% center no-repeat;
    background-size: 8px auto;
  }
}
@media screen and (max-width: 768px) {
  #calendar #list div.table-style div.table-style {
    table-layout: auto;
  }
}
#calendar #list div.table-style div.table-style div.td {
  padding: 5px 0;
}
#calendar #list div.table-style div.table-style div.td.thumbnail {
  width: 60px;
}
#calendar #list div.table-style div.table-style div.td.thumbnail img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #calendar #list div.table-style div.table-style div.td.thumbnail {
    width: 56px;
  }
  #calendar #list div.table-style div.table-style div.td.thumbnail img {
    width: 56px;
    height: auto;
  }
}
#calendar #list div.table-style div.table-style div.td.genre {
  width: 175px;
}
#calendar #list div.table-style div.table-style div.td.genre li {
  display: block;
  margin-left: 0;
  margin-bottom: 5px;
}
#calendar #list div.table-style div.table-style div.td.title {
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: oblique;
}
@media screen and (max-width: 768px) {
  #calendar #list div.table-style div.table-style div.td.title {
    padding-left: 10px;
    padding-right: 20px;
  }
}
#calendar #list div.table-style div.table-style div.td.outline {
  letter-spacing: 0.1em;
  color: #999999;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: oblique;
}
@media screen and (max-width: 768px) {
  #calendar #list div.table-style div.table-style div.td.outline {
    display: none;
  }
}
#calendar #list div.table-style div.table-style div.td.genre {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  #calendar #list div.table-style div.table-style div.td.genre {
    display: block;
    padding-left: 61px;
    width: auto;
    padding-right: 0px;
  }
  #calendar #list div.table-style div.table-style div.td.genre li {
    line-height: 1;
  }
  #calendar #list div.table-style div.table-style div.td.genre li a {
    line-height: 14px;
  }
}
#calendar #list div.table-style div.table-style div.td.sp-none {
  display: table-cell;
}
@media screen and (max-width: 768px) {
  #calendar #list div.table-style div.table-style div.td.sp-none {
    display: none;
  }
}
#calendar #list div.table-style div.table-style div.td.pc-none {
  padding-left: 10px;
  padding-right: 40px;
  display: none;
}
#calendar #list div.table-style div.table-style div.td.pc-none .title + .genre {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #calendar #list div.table-style div.table-style div.td.pc-none {
    display: table-cell;
  }
}
#calendar #list div.table-style div.table-style div.td {
  position: relative;
}
#calendar #list div.table-style div.table-style div.td > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
}

#calendar #list .entryContainer {
  padding-top: 0;
  padding-bottom: 0;
}
#calendar #list .pager {
  position: relative;
  height: 100px;
  margin: 0 32px;
}
@media screen and (max-width: 768px) {
  #calendar #list .pager {
    height: 72px;
    margin: 0;
  }
  #calendar #list .pager a {
    padding: 0;
  }
}
#calendar #list .pager a {
  background: none !important;
  color: inherit !important;
  padding: 45px 0px;
  cursor: pointer;
}
#calendar #list .pager a:hover {
  color: #bf1686 !important;
}
@media screen and (max-width: 768px) {
  #calendar #list .pager a {
    padding: 0;
  }
}
#calendar #list .pager .prev, #calendar #list .pager .next {
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #calendar #list .pager .prev, #calendar #list .pager .next {
    width: 44px;
    margin: 0;
  }
}
#calendar #list .pager .prev {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icon/prev.png) 26px center no-repeat;
}
@media screen and (max-width: 768px) {
  #calendar #list .pager .prev {
    background: url(../images/icon/prev.png) center no-repeat;
    background-size: 6px auto;
    top: 0;
  }
  #calendar #list .pager .prev a {
    cursor: pointer;
    display: block;
    width: 44px;
    height: 72px;
    text-indent: -9999px;
  }
}
#calendar #list .pager .next {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/icon/next.png) 115px center no-repeat;
}
@media screen and (max-width: 768px) {
  #calendar #list .pager .next {
    top: 0;
    background: url(../images/icon/next.png) center no-repeat;
    background-size: 6px auto;
  }
  #calendar #list .pager .next a {
    cursor: pointer;
    display: block;
    width: 44px;
    height: 72px;
    text-indent: -9999px;
  }
}
#calendar #list .pager .current {
  color: #bf1686;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #calendar #list .pager .current {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
#calendar #list .pager .current .month {
  padding-top: 6px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #calendar #list .pager .current .month {
    padding-top: 2px;
  }
}
#calendar #list .pager .current .month .num {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  #calendar #list .pager .current .month .num {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

html, body {
  -webkit-overflow-scrolling: auto;
}

#colorbox {
  -webkit-overflow-scrolling: touch;
  overflow: visible !important;
}

.cBoxInline {
  background: #FFF;
  margin-top: 60px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .cBoxInline {
    padding: 15px;
    margin: 15px;
  }
}
.cBoxInline h2 {
  color: #333333;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .cBoxInline h2 {
    padding-top: 30px;
    font-size: 13.5px;
    font-size: 0.84375rem;
  }
}
.cBoxInline div > div {
  margin: 1.6em 0 2em;
  width: 100%;
}
.cBoxInline p {
  margin-bottom: 0.5em;
  line-height: 2;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.cBoxInline p strong {
  font-weight: 800;
  font-size: 116%;
  color: #000;
}
.cBoxInline div {
  color: #666666;
}
.cBoxInline a.pressRelease {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #999999 url(../images/colorbox-btnIcon.png) center no-repeat;
  background-size: 320px auto;
  width: 320px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  display: table;
  margin: 1.6em auto 2em;
  color: #FFF !important;
}
@media screen and (max-width: 768px) {
  .cBoxInline a.pressRelease {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    letter-spacing: 1;
  }
}
.cBoxInline a.pressRelease span {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .cBoxInline a.pressRelease span {
    padding-left: 10px;
    letter-spacing: 1.2;
  }
}
.cBoxInline a.pressRelease:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: 1px solid #999999;
  color: #999999 !important;
  background: #FFF url(../images/colorbox-btnIcon.png) center no-repeat;
  background-size: 320px auto;
}

#cboxClose {
  z-index: 100000000;
  width: 44px !important;
  height: 44px;
  background: url(../images/colorbox-close.png) !important;
  background-size: 44px !important;
  border: none;
  outline: none;
  position: absolute;
  top: 60px;
  right: -44px;
}
@media screen and (max-width: 768px) {
  #cboxClose {
    top: 0px;
    right: 0px;
  }
}

#news .content.news .content__inner {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #news .content.news .content__inner {
    padding-top: 0;
  }
}
#news .content.news .content__inner .entry {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #news .content.news .content__inner .entry {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#news .content.news .content__inner .entry:hover {
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  #news .content.news .content__inner .entry {
    padding-right: 10px;
  }
}
#news .content.news .content__inner .entry .entry__header {
  padding-top: 30px;
  padding-bottom: 30px;
  border: none;
  background: url(../images/icon/arrow.png) right center no-repeat;
  background-size: 8px auto;
}
@media screen and (max-width: 768px) {
  #news .content.news .content__inner .entry .entry__header {
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#news .content.news .content__inner .entry .entry__header .title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #news .content.news .content__inner .entry .entry__header .title {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
#news .content.news .content__inner .entry .entry__body {
  padding-top: 0;
}
#news .content.news .content__inner .entry .entry__body p {
  color: #999 !important;
}
#news .content.news .content__inner .entry + .entry {
  border-top: none;
}
#news .content.news .content__inner .entry + .entry .entry__header {
  border-top: 1px solid #F0F0F0;
}
#news #categories {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #news #categories {
    width: 100%;
  }
}
#news #categories li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 40px;
  overflow: hidden;
}
#news #categories li + li {
  border-left: 2px solid #f0f0f0;
}
#news #categories li a {
  width: 100%;
  text-align: center;
}
#news #categories li.cat1 {
  width: 11%;
}
#news #categories li.cat2 {
  width: 13.9%;
}
#news #categories li.cat3 {
  width: 13.9%;
}
#news #categories li.cat4 {
  width: 14.3%;
}
#news #categories li.cat5 {
  width: 14.2%;
}
#news #categories li.cat6 {
  width: 20.2%;
}
#news #categories li.cat7 {
  width: 12.5%;
}
#news #categories li.current a {
  background: #bf1686;
  color: #FFF;
}
#news #categories li a:hover {
  text-decoration: none;
  background: #bf1686;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #news #categories li {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0 !important;
    text-align: center;
  }
  #news #categories li.cat1 {
    width: 25%;
  }
  #news #categories li.cat2 {
    width: 25%;
  }
  #news #categories li.cat3 {
    width: 25%;
  }
  #news #categories li.cat4 {
    width: 25%;
  }
  #news #categories li.cat5 {
    width: 28.75%;
  }
  #news #categories li.cat6 {
    width: 42.5%;
  }
  #news #categories li.cat7 {
    width: 28.75%;
  }
}
#news #categories li a {
  display: table;
  height: 40px;
  line-height: 1;
  vertical-align: middle;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#news #categories li a span {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #news #categories li a {
    letter-spacing: 0;
    padding: 5px 0px;
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

.en #news #categories li a {
  font-size: 9px;
  font-size: 0.5625rem;
  letter-spacing: 0.1em !important;
}
@media screen and (max-width: 768px) {
  .en #news #categories li a {
    font-size: 8px;
    font-size: 0.5rem;
    letter-spacing: -0.1em;
  }
  .en #news #categories li a span {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    line-height: 1.2;
  }
}

#program-detail table {
  margin-bottom: 1em;
}
#program-detail table th, #program-detail table td {
  line-height: 1.6em;
  padding-bottom: 15px;
}
#program-detail table th {
  font-weight: 200;
  text-align: left;
  vertical-align: top;
}
#program-detail table th div {
  width: 120px;
}
@media screen and (max-width: 768px) {
  #program-detail table th div {
    width: 60px;
  }
}
#program-detail table td {
  padding-left: 30px;
  vertical-align: top;
}
#program-detail table .last td, #program-detail table .last tr {
  padding-bottom: 0 !important;
}
#program-detail .slick-dots {
  text-align: center;
  margin: 10px 0 0;
}
#program-detail .slick-dots li {
  display: inline-block;
}
#program-detail .slick-dots li + li {
  margin-left: 5px;
}
#program-detail .slick-dots li button {
  text-indent: -9999px;
  outline: none;
  border: none;
  background: #cccccc;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#program-detail .slick-dots li.slick-active button {
  background: #bf1686;
}

#contents .program-detail .content__inner {
  padding: 0;
}
#contents .program-detail .content__inner .entry .entry__header, #contents .program-detail .content__inner .entry .entry__body {
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #contents .program-detail .content__inner .entry .entry__header, #contents .program-detail .content__inner .entry .entry__body {
    margin-left: 10px;
    margin-right: 10px;
  }
  #contents .program-detail .content__inner .entry .entry__header.section, #contents .program-detail .content__inner .entry .entry__body.section {
    padding-top: 0;
    padding-bottom: 0;
  }
  #contents .program-detail .content__inner .entry .entry__header.section .section__title, #contents .program-detail .content__inner .entry .entry__body.section .section__title {
    padding: 15px 0;
    margin-bottom: 0;
  }
}
#contents .program-detail .content__inner .entry .entry__body strong {
  line-height: 2.5;
  font-size: 180% !important;
  font-weight: 200;
}
#contents .program-detail .content__inner .entry .entry__photo + .entry__body {
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  #contents .program-detail .content__inner .entry .entry__photo + .entry__body {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*
@import "top";
@import "news";
@import "about";
@import "movie";

@import "coop";
*/
