@charset "UTF-8";
/* ---------------------------------------------------------------------------------------- */
/* FONT SET
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* RESET
/* ---------------------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/* Forms
/* ---------------------------------------------------------------------------------------- */
fieldset {
  border: none;
}

input {
  border-radius: 0;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button {
  text-transform: none;
}

button,
input,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  max-width: 100%;
  overflow: hidden;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* ---------------------------------------------------------------------------------------- */
/* COMMON
/* ---------------------------------------------------------------------------------------- */
html {
  height: -webkit-fill-available;
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 0.875em;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #eeeeee;
  text-align: center;
  background-color: #010912;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media print, screen and (min-width: 800px) {
  body {
    font-size: 1em;
  }
}

.no-overflow {
  position: fixed;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.anime {
  transition: all 0.3s ease-in-out;
}

.flt-R {
  float: right;
}

.flt-L {
  float: left;
}

.flt-C {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tb-L {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.tb-R {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.clr-L {
  clear: left;
}

.clr-R {
  clear: right;
}

.clr-B {
  clear: both;
}

.aln-R {
  text-align: right;
}

.aln-C {
  text-align: center;
}

.aln-L {
  text-align: left;
}

.noshow {
  display: none;
}

.clearfix:after,
.row:after {
  content: " ";
  display: block;
  clear: both;
}

.clear {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
}

.border-box {
  box-sizing: border-box;
}

.content-box {
  box-sizing: content-box;
}

.linkbox .readmore, .lkbx .readmore {
  display: none;
}

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

@media print, screen and (min-width: 768px) {
  .onlySMP {
    display: none;
  }
}

.noSMP {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .noSMP {
    display: inherit;
  }
}
@media print, screen and (min-width: 768px) {
  .noSMP.inline {
    display: inline;
  }
}

.onlyPC {
  display: none;
}
@media print, screen and (min-width: 800px) {
  .onlyPC {
    display: inherit;
  }
}

@media print, screen and (min-width: 800px) {
  .noPC {
    display: none;
  }
}

.notice {
  font-weight: 700;
}

h1, h2 {
  margin-bottom: 1.5em;
}

h3, h4 {
  margin-bottom: 1em;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 2em;
}

h5, h6, li, dt, dd {
  margin-bottom: 0.5em;
}

p:not(:last-child) {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 2em;
}
@media print, screen and (min-width: 576px) {
  h1 {
    font-size: 2em;
  }
}
@media print, screen and (min-width: 800px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 1.4em;
}
@media print, screen and (min-width: 576px) {
  h2 {
    font-size: 1.7em;
  }
}
@media print, screen and (min-width: 800px) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 1.25em;
}
@media print, screen and (min-width: 576px) {
  h3 {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 800px) {
  h3 {
    font-size: 1.6875em;
  }
}

h4 {
  font-size: 1.1em;
}
@media print, screen and (min-width: 576px) {
  h4 {
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 800px) {
  h4 {
    font-size: 1.1em;
  }
}

h5 {
  font-size: 1em;
}
@media print, screen and (min-width: 800px) {
  h5 {
    font-size: 1.05em;
  }
}

h6 {
  font-size: 0.92em;
}

.fntSS {
  font-size: 0.6875em;
  line-height: 1.5;
}

.fntS {
  font-size: 0.875em;
}

.fntL {
  font-size: 1.125em;
}

.fntLL {
  font-size: 1.375em;
}

.fntBold {
  font-weight: 700;
}

.dsp-b {
  display: block;
}

.dsp-ib {
  display: inline-block;
}

.dsp-tbl {
  display: table;
}
.dsp-tbl > .col {
  display: table-cell;
}

.dsp-fx {
  -js-display: flex;
  display: flex;
}

.list-ib {
  letter-spacing: -0.4em;
}
.list-ib > li,
.list-ib > .col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.list-ib.with-gap li:not(:last-child) {
  margin-right: 2em;
}

@-moz-document url-prefix() {
  .list-ib {
    word-spacing: 0.1em;
  }
}
.list-tbl {
  display: table;
}
.list-tbl > li {
  display: table-cell;
  vertical-align: middle;
}

a {
  color: #FFF5E0;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

nav a, header a, footer a, a.no-underline {
  text-decoration: none;
}

a:active, a:hover {
  color: white;
}

dt, dd, li, th, td {
  line-height: 1.5;
}

nav ol, nav ul,
.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol:not(:last-child), ul:not(:last-child) {
  margin-bottom: 1.5em;
}

ol ol, ol ul, ul ul, ul ol, table ul, table ol {
  margin-bottom: 0;
}

.list-norm,
.page-single ul,
.page-single ol {
  margin-left: 1.75em;
}
.list-norm li:not(:last-child),
.page-single ul li:not(:last-child),
.page-single ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
.list-norm li ol, .list-norm li ul,
.page-single ul li ol,
.page-single ul li ul,
.page-single ol li ol,
.page-single ol li ul {
  margin-top: 0.5em;
}

ol.list-norm,
.page-single ol {
  list-style: decimal;
}

ul.list-norm,
.page-single ul {
  list-style: disc;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
table p {
  margin-bottom: 0;
}

.tb-norm {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 0.92em;
}
.tb-norm.fullW {
  width: 100%;
}
.tb-norm th,
.tb-norm td {
  padding: 0.5em;
  border: 1px solid #DDD;
  vertical-align: top;
}
@media print, screen and (min-width: 800px) {
  .tb-norm th,
  .tb-norm td {
    padding: 1em;
  }
}
.tb-norm thead th {
  background-color: #EEE;
}
.tb-norm tbody th {
  background-color: #F5F5F5;
}
.tb-norm .aln-C th,
.tb-norm .aln-C td {
  text-align: center;
}

[class*=inner-wrap] {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media print, screen and (min-width: 800px) {
  [class*=inner-wrap] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media print, screen and (max-width: 575px) {
  [class*=inner-wrap].small-space-smp {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.inner-wrap {
  max-width: 1216px;
}
.inner-wrap.aln-C {
  text-align: center;
}
.inner-wrap--semi {
  max-width: 1024px;
}
.inner-wrap--narrow {
  max-width: 832px;
}
.inner-wrap--thin {
  max-width: 640px;
}
.inner-wrap--wide {
  max-width: 1408px;
}

[class*=swrap] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
[class*=swrap].mgn-bottom {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 800px) {
  [class*=swrap].mgn-bottom {
    margin-bottom: 2rem;
  }
}

.swrap {
  max-width: 1152px;
}
.swrap--semi {
  max-width: 960px;
}
.swrap--narrow {
  max-width: 768px;
}
.swrap--thin {
  max-width: 576px;
}
.swrap--wide {
  max-width: 1344px;
}

.with-bottom-border::before {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 0;
  content: " ";
  border-bottom: 1px solid #CCC;
}

#Mask-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2731;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  display: none;
}

.gglmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vd {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.vd iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ---------------------------------------------------------------------------------------- */
/* BUTTON
/* ---------------------------------------------------------------------------------------- */
.btn, .btn--outline {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 1.5em 1.25em;
  background-color: #FFF5E0;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.btn.large, .large.btn--outline {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 2em;
  min-width: 12em;
}
@media print, screen and (min-width: 576px) {
  .btn.large, .large.btn--outline {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.btn.full, .full.btn--outline {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 2em;
  width: 100%;
}
.btn.xlarge, .xlarge.btn--outline {
  font-size: 1.35em;
}
.btn.small, .small.btn--outline {
  font-size: 0.875em;
  padding: 0.5em 1em;
}
.btn.negative, .negative.btn--outline {
  background-color: #5e5e5e;
}
.btn.negative:hover, .negative.btn--outline:hover {
  background-color: #919191;
}
.btn.disabled, .disabled.btn--outline, .btn:disabled, .btn--outline:disabled {
  background-color: hsl(0, 0%, 95%);
  color: #AAA;
  pointer-events: none;
}
.btn:hover, .btn--outline:hover {
  color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #ffe5ad;
}
.btn:active, .btn--outline:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: white;
}

.btn--outline {
  background-color: #FFF;
  border: 1px solid #FFF5E0;
  color: #FFF5E0;
}
.btn--outline:hover {
  color: #ffe5ad;
  border-color: #ffe5ad;
}
.btn--outline:active {
  color: white;
  border-color: white;
}

.wrap-btns {
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.wrap-btns li {
  padding: 0.25em;
}
.wrap-btns--half-smp li {
  width: 50%;
}
@media print, screen and (min-width: 800px) {
  .wrap-btns--half-smp li {
    width: auto;
  }
}

.cards {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
.cards .card {
  position: relative;
  width: 100%;
  padding: 1rem 1.5rem;
  text-align: left;
}
@media print, screen and (min-width: 576px) {
  .cards .card {
    width: 50%;
  }
}
@media print, screen and (min-width: 800px) {
  .cards .card {
    padding: 2.5rem 2rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .cards .card {
    width: 33.33333333%;
  }
}
@media print, screen and (min-width: 576px) {
  .cards .card:nth-child(2) {
    transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 1200px) {
  .cards .card:nth-child(3) {
    transition-delay: 0.4s;
  }
}
@media print, screen and (min-width: 576px) {
  .cards .card:nth-child(4) {
    transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 1200px) {
  .cards .card:nth-child(4) {
    transition-delay: 0s;
  }
}
@media print, screen and (min-width: 576px) {
  .cards .card:nth-child(5) {
    transition-delay: 0s;
  }
}
@media print, screen and (min-width: 1200px) {
  .cards .card:nth-child(5) {
    transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 576px) {
  .cards .card:nth-child(6) {
    transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 1200px) {
  .cards .card:nth-child(6) {
    transition-delay: 0.4s;
  }
}
@media print, screen and (min-width: 576px) {
  .cards .card:nth-child(8) {
    transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 1200px) {
  .cards .card:nth-child(8) {
    transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 1200px) {
  .cards .card:nth-child(9) {
    transition-delay: 0.4s;
  }
}
@media print, screen and (min-width: 576px) {
  .cards .card:nth-child(10) {
    transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 1200px) {
  .cards .card:nth-child(10) {
    transition-delay: 0s;
  }
}

.card--ph {
  position: relative;
  margin-bottom: 1em;
}
.card--ph span {
  position: relative;
  display: block;
}
.card dl dt {
  position: relative;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
  z-index: 2;
}
@media print, screen and (min-width: 1200px) {
  .card dl dt {
    font-size: 1.35em;
  }
}
.card dl dt .n {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.card dl dt .t {
  font-size: 0.7125em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.card dl dt .r {
  font-size: 0.7125em;
  display: inline-block;
  vertical-align: middle;
}
.card dl dt .d {
  position: absolute;
  top: 40%;
  right: 0;
  display: block;
  width: 30%;
  z-index: -1;
}
.card dl dt .d img {
  width: 100%;
  height: auto;
}
.card dl dd p {
  font-size: 0.875em;
  line-height: 1.7;
  font-feature-settings: "palt";
}

/* ---------------------------------------------------------------------------------------- */
/* LAYOUT-FLEXBOX
/* ---------------------------------------------------------------------------------------- */
.flex-container--no-space, .flex-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}

.flex-container {
  margin: -0.75rem;
}
@media print, screen and (min-width: 800px) {
  .flex-container {
    margin: -1rem;
  }
}
.flex-container--no-space {
  margin: 0;
}
.flex-container.sp-btm {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 800px) {
  .flex-container.sp-btm {
    margin-bottom: 2rem;
  }
}

.flex-container.rev {
  flex-direction: row-reverse;
}

.flex-container > *[class^=col-] {
  position: relative;
  min-width: 2rem;
  padding: 0.75rem;
  word-wrap: break-word;
}
@media print, screen and (min-width: 800px) {
  .flex-container > *[class^=col-] {
    padding: 1rem;
  }
}

.flex-container--no-space > *[class^=col-] {
  padding: 0;
}

.col-sm-1 {
  width: 16.6666666667%;
}

.col-sm-2 {
  width: 33.3333333333%;
}

.col-sm-3 {
  width: 50%;
}

.col-sm-4 {
  width: 66.6666666667%;
}

.col-sm-5 {
  width: 83.3333333333%;
}

.col-sm-6 {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .col-xsm-1 {
    width: 12.5%;
  }
  .col-xsm-2 {
    width: 25%;
  }
  .col-xsm-3 {
    width: 37.5%;
  }
  .col-xsm-4 {
    width: 50%;
  }
  .col-xsm-5 {
    width: 62.5%;
  }
  .col-xsm-6 {
    width: 75%;
  }
  .col-xsm-7 {
    width: 87.5%;
  }
  .col-xsm-8 {
    width: 100%;
  }
}
@media print, screen and (min-width: 800px) {
  .col-md-1 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 25%;
  }
  .col-md-3 {
    width: 37.5%;
  }
  .col-md-4 {
    width: 50%;
  }
  .col-md-5 {
    width: 62.5%;
  }
  .col-md-6 {
    width: 75%;
  }
  .col-md-7 {
    width: 87.5%;
  }
  .col-md-8 {
    width: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
[class*=icon-] {
  font-size: 1px !important;
  line-height: 1;
}

svg.icon-fill,
svg.icon-stroke {
  width: 100%;
  height: 100%;
}

svg.icon-fill {
  fill: #000;
}

svg.icon-stroke {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-stroke.thin {
  stroke-width: 1;
}

.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  z-index: 1002;
  display: none;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  max-width: 960px;
}
.modal .modal-btns {
  z-index: 1000;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: left;
  top: -40px;
  right: -40px;
}
.modal .modal-btns .modal-btn-close {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.modal .modal-btns .modal-btn-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.modal .modal-btns .modal-btn-close span::before, .modal .modal-btns .modal-btn-close span::after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  transition: all 0.1s ease-in-out;
}
.modal .modal-btns .modal-btn-close span::before {
  margin-top: 10px;
  width: 21px;
  height: 0;
  border-top: 1px solid #fff;
}
.modal .modal-btns .modal-btn-close span::after {
  margin-left: 10px;
  height: 21px;
  width: 0;
  border-left: 1px solid #fff;
}
.modal .modal-btns .modal-btn-close:hover span {
  transform: scale(1.25) rotate(45deg);
}
#MdTrailer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #000;
}
#MdTrailer.md-ver {
  padding-top: 178%;
}
#MdTrailer.md-ver #vd-mpg {
  width: auto;
  height: 100%;
}
#MdTrailer iframe,
#MdTrailer #vd-mpg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: #151515;
}
.preloader .fire {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.3);
  z-index: 1;
  filter: blur(0.05em);
  transform: scale(0);
  animation: blinkDot 2s ease-in-out infinite;
}
.preloader .fringe {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -0.75em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.3);
  z-index: 1;
  filter: blur(0.25em);
  transform: scale(0);
  animation: blinkDot 2s 0.15s ease-in-out infinite;
}

@keyframes blinkDot {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.isInView {
  transition: all 0.5s ease-in-out;
}
.isInView.fast {
  transition: all 0.3s ease-in-out;
}
.isInView.faster {
  transition: all 0.2s ease-in-out;
}
.isInView.fastest {
  transition: all 0.1s ease-in-out;
}
.isInView.slow {
  transition: all 1s ease-in-out;
}
.isInView.slower {
  transition: all 2s ease-in-out;
}
.isInView.slowest {
  transition: all 3s ease-in-out;
}
.isInView.fadeIn {
  opacity: 0 !important;
  filter: blur(1em);
}
.isInView.fadeIn.scrlin {
  opacity: 1 !important;
  filter: blur(0);
}
.isInView.slideIn {
  top: 2rem;
}
.isInView.slideIn.scrlin {
  top: 0;
}
.isInView.acco {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.isInView.acco.scrlin {
  visibility: visible;
  max-height: none;
  opacity: 1;
}
.isInView.shutter.open {
  overflow: hidden;
}
.isInView.shutter.open::after {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #010912;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.isInView.shutter.open.shutter-rev::after {
  left: 0;
}
.isInView.shutter.open.scrlin::after {
  width: 0;
}
.isInView.monochrome {
  filter: saturate(0%);
  transition-delay: 0.8s;
}
.isInView.monochrome.scrlin {
  filter: saturate(100%);
}
.isInView.delay1 {
  transition-delay: 0.2s;
}
.isInView.delay2 {
  transition-delay: 0.4s;
}
.isInView.delay3 {
  transition-delay: 0.6s;
}
.isInView.delay4 {
  transition-delay: 0.8s;
}
.isInView.delay5 {
  transition-delay: 1s;
}
.isInView.delay6 {
  transition-delay: 1.2s;
}
.isInView.delay7 {
  transition-delay: 1.4s;
}
.isInView.delay8 {
  transition-delay: 1.6s;
}
.isInView.delay9 {
  transition-delay: 1.8s;
}
.isInView.delay10 {
  transition-delay: 2s;
}

@keyframes inViewShutterOpen {
  0% {
    left: 0;
  }
  99% {
    left: 100%;
  }
  100% {
    left: 100%;
    display: none;
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl {
  display: block;
  width: 100%;
  border-top: 1px dotted #AAA;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl {
    display: table;
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
  display: block;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
    display: table-cell;
    padding: 1em 0;
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
  color: hsl(170, 100%, 17%);
  padding: 0.75em 0 0.5em;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
    width: 30%;
    padding-right: 2em;
    color: hsl(170, 100%, 17%);
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
  padding-bottom: 0.75em;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
    width: 70%;
  }
}

.wrap-tb {
  position: relative;
  width: 100%;
}
.wrap-tb.scrl-x {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.wrap-tb.scrl-x > .tb-norm.fullW {
  min-width: 720px;
}
@media print, screen and (min-width: 800px) {
  .wrap-tb.scrl-x {
    overflow-x: visible;
  }
  .wrap-tb.scrl-x > .tb-norm.fullW {
    min-width: inherit;
  }
}

.trigger,
.trigger-close {
  position: fixed;
  top: 0.5em;
  left: 0.5em;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  transition: all 0.1s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .trigger,
  .trigger-close {
    width: 56px;
    height: 56px;
  }
}
@media print, screen and (min-width: 960px) {
  .trigger,
  .trigger-close {
    display: none;
  }
}
.trigger .ti,
.trigger-close .ti {
  position: absolute;
  bottom: 4px;
  left: 0;
  display: block;
  width: 100%;
  height: 2em;
  text-align: center;
  font-size: 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #FFF;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .trigger .ti,
  .trigger-close .ti {
    bottom: 5px;
    font-size: 8px;
  }
}
.trigger .ti span,
.trigger-close .ti span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2em;
  line-height: 2em;
  display: block;
  transition: all 0.25s ease-in-out;
}
.trigger .ti span:nth-child(1),
.trigger-close .ti span:nth-child(1) {
  top: 0;
}
.trigger .ti span:nth-child(2),
.trigger-close .ti span:nth-child(2) {
  top: 2em;
}
@media print, screen and (min-width: 960px) {
  .trigger .ti,
  .trigger-close .ti {
    font-size: 9px;
  }
}
.trigger .bars,
.trigger-close .bars {
  position: absolute;
  display: block;
  top: 21px;
  left: 50%;
  width: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .trigger .bars,
  .trigger-close .bars {
    top: 23px;
  }
}
.trigger .bars i,
.trigger-close .bars i {
  position: absolute;
  display: block;
  transition: all 0.15s ease-in-out;
}
.trigger .bars i.up,
.trigger-close .bars i.up {
  top: -4px;
  left: -11px;
  width: 22px;
  height: 0;
  border-top: 1px solid #FFF;
}
@media print, screen and (min-width: 768px) {
  .trigger .bars i.up,
  .trigger-close .bars i.up {
    left: -14px;
    width: 28px;
  }
}
.trigger .bars i.bm,
.trigger-close .bars i.bm {
  top: 3px;
  left: -11px;
  width: 22px;
  height: 0;
  border-top: 1px solid #FFF;
}
@media print, screen and (min-width: 768px) {
  .trigger .bars i.bm,
  .trigger-close .bars i.bm {
    top: 4px;
    left: -14px;
    width: 28px;
  }
}
.trigger:not(.active):hover .bars .up,
.trigger-close:not(.active):hover .bars .up {
  width: 32px;
  left: -16px;
  top: -2px;
}
@media print, screen and (min-width: 768px) {
  .trigger:not(.active):hover .bars .up,
  .trigger-close:not(.active):hover .bars .up {
    width: 36px;
    left: -18px;
  }
}
.trigger:not(.active):hover .bars .bm,
.trigger-close:not(.active):hover .bars .bm {
  width: 32px;
  left: -16px;
  top: 2px;
}
@media print, screen and (min-width: 768px) {
  .trigger:not(.active):hover .bars .bm,
  .trigger-close:not(.active):hover .bars .bm {
    width: 36px;
    left: -18px;
  }
}
.trigger.active .ti,
.trigger-close.active .ti {
  color: #FFF;
}
.trigger.active .ti span:nth-child(1),
.trigger-close.active .ti span:nth-child(1) {
  top: 2em;
}
.trigger.active .ti span:nth-child(2),
.trigger-close.active .ti span:nth-child(2) {
  top: 0;
}
.trigger.active .bars,
.trigger-close.active .bars {
  transform: rotate(360deg);
}
.trigger.active .bars .up,
.trigger-close.active .bars .up {
  top: 0;
  left: -11px;
  transform: rotate(45deg);
  border-top-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .trigger.active .bars .up,
  .trigger-close.active .bars .up {
    left: -14px;
  }
}
.trigger.active .bars .bm,
.trigger-close.active .bars .bm {
  top: 0;
  left: -11px;
  transform: rotate(-45deg);
  border-top-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .trigger.active .bars .bm,
  .trigger-close.active .bars .bm {
    left: -14px;
  }
}

.trigger-close {
  top: 0;
  right: 0;
  margin-top: 0;
  z-index: 10;
}
@media print, screen and (min-width: 960px) {
  .trigger-close {
    display: block;
  }
}
.trigger-close:hover .bars {
  transform: rotate(180deg);
}
.trigger-close:hover .bars .up {
  top: 0;
  left: -12px;
  transform: rotate(0);
  border-top-color: #FFF;
}
.trigger-close:hover .bars .bm {
  top: 0;
  left: -12px;
  transform: rotate(0);
  border-top-color: #FFF;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-HEADER
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-FOOTER
/* ---------------------------------------------------------------------------------------- */
.global-footer {
  position: relative;
  background-color: #010912;
  padding: 20vw 2rem 4rem;
  z-index: 2;
}
@media print, screen and (min-width: 800px) {
  .global-footer {
    padding-bottom: 1rem;
  }
}
.global-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-image: url(../img/footer/bg-footer.jpg);
}
.global-footer .billing {
  position: relative;
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
  z-index: 2;
}
.global-footer .billing img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-NAVIGATION
/* ---------------------------------------------------------------------------------------- */
.global-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 0;
  height: 100%;
  padding: 1rem;
  padding-top: 96px;
  left: -100%;
  overflow: hidden;
  visibility: hidden;
  max-width: 0;
  opacity: 0;
  transition-property: opacity;
}
@media print, screen and (min-width: 960px) {
  .global-navigation {
    left: 0;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 1rem;
    visibility: visible;
    opacity: 1;
    overflow: visible;
  }
}
.global-navigation.slideIn {
  max-width: 999999em;
  left: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.global-navigation.slideIn ul li {
  opacity: 1;
  filter: blur(0);
}
.global-navigation::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 10em);
  content: " ";
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 0;
  pointer-events: none;
}
@media print, screen and (min-width: 960px) {
  .global-navigation::before {
    content: " ";
    height: calc(100% + 10em);
    background-color: transparent;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: all 0.15s ease-in-out;
  }
}
.global-navigation ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  font-size: 1.15em;
  font-feature-settings: "palt";
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .global-navigation ul {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
    font-size: 0.92em;
  }
}
@media print, screen and (min-width: 1200px) {
  .global-navigation ul {
    font-size: 1em;
  }
}
.global-navigation ul li {
  position: relative;
  margin: 0 0 1em;
  padding: 0;
  opacity: 0;
  filter: blur(0.5em);
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media print, screen and (min-width: 960px) {
  .global-navigation ul li {
    margin: 0 2em 0 0;
    opacity: 1;
    filter: blur(0);
  }
}
.global-navigation ul li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  color: yellow;
}
.global-navigation ul li a::before {
  display: block;
  width: 0.75em;
  height: 0;
  content: " ";
  border-top: 1px solid yellow;
  margin-right: 0.45em;
}
@media print, screen and (max-width: 959px) {
  .global-navigation ul li:nth-child(1) {
    transition-delay: 0.3s;
  }
}
@media print, screen and (max-width: 959px) {
  .global-navigation ul li:nth-child(2) {
    transition-delay: 0.45s;
  }
}
@media print, screen and (max-width: 959px) {
  .global-navigation ul li:nth-child(3) {
    transition-delay: 0.6s;
  }
}
@media print, screen and (max-width: 959px) {
  .global-navigation ul li:nth-child(4) {
    transition-delay: 0.75s;
  }
}
@media print, screen and (max-width: 959px) {
  .global-navigation ul li:nth-child(5) {
    transition-delay: 0.9s;
  }
}
@media print, screen and (max-width: 959px) {
  .global-navigation ul li:nth-child(6) {
    transition-delay: 1.05s;
  }
}
@media print, screen and (max-width: 959px) {
  .global-navigation ul li:nth-child(7) {
    transition-delay: 1.2s;
  }
}
@media print, screen and (max-width: 959px) {
  .global-navigation ul li:nth-child(8) {
    transition-delay: 1.35s;
  }
}
@media print, screen and (max-width: 959px) {
  .global-navigation ul li:nth-child(9) {
    transition-delay: 1.5s;
  }
}
@media print, screen and (max-width: 959px) {
  .global-navigation ul li:nth-child(10) {
    transition-delay: 1.65s;
  }
}

@media print, screen and (min-width: 960px) {
  body.scrld .global-navigation::before {
    opacity: 1;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - COMMON
/* ---------------------------------------------------------------------------------------- */
.wrapper {
  position: relative;
}

.content {
  position: relative;
  z-index: 1;
}

.sp-top {
  padding-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .sp-top {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .sp-top {
    padding-top: 4rem;
  }
}

.sp-btm {
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .sp-btm {
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .sp-btm {
    padding-bottom: 4rem;
  }
}

.interlude {
  position: relative;
  background-color: black;
}
.interlude ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
.interlude ul li {
  width: 50%;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .interlude ul li {
    width: 25%;
  }
}
.interlude ul li img {
  width: 100%;
  height: auto;
}

.btn-sns {
  position: fixed;
  bottom: 0.5em;
  right: 0.5em;
  z-index: 1000;
  width: 48px;
  height: 48px;
}
.btn-sns a {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 0.75em;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: blinkRing 6s infinite;
  overflow: hidden;
}
.btn-sns a i {
  position: relative;
  width: 100%;
  height: 100%;
  animation: blinkI 4s infinite;
}
.btn-sns a i svg {
  width: 100%;
  height: 100%;
  fill: #FFF;
  transition: all 0.15s ease-in-out;
}
.btn-sns a:hover {
  border-color: #00aced;
}
.btn-sns a:hover i svg {
  fill: #00aced;
}

.btn-trailers {
  position: fixed;
  bottom: 0.5em;
  right: calc(0.5em + 56px);
  z-index: 1000;
}
@media print, screen and (min-width: 800px) {
  .btn-trailers {
    bottom: auto;
    right: auto;
    top: 0.5em;
    left: calc(0.5em + 64px);
  }
}
.btn-trailers span {
  position: relative;
  display: inline-block;
  height: 48px;
  padding: 0 1.25em;
  line-height: 46px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: blinkRing 6s infinite;
  animation-delay: 0.2s;
  cursor: pointer;
}
@media print, screen and (min-width: 350px) {
  .btn-trailers span {
    padding: 0 1.75em;
  }
}
@media print, screen and (min-width: 576px) {
  .btn-trailers span {
    padding: 0 2em;
  }
}
.btn-trailers span:hover {
  border-color: white;
}
.btn-trailers span.active {
  pointer-events: none;
  opacity: 0.2;
}

@keyframes blinkRing {
  0% {
    border-color: rgba(255, 255, 255, 0.8);
  }
  10% {
    border-color: rgba(255, 255, 255, 0.1);
  }
  20% {
    border-color: rgba(255, 255, 255, 0.8);
  }
  100% {
    border-color: rgba(255, 255, 255, 0.8);
  }
}
@keyframes blinkI {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.scn-norm,
.scn-home {
  position: relative;
  padding: 2rem 0 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .scn-norm,
  .scn-home {
    padding: 4rem 0 4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm,
  .scn-home {
    padding: 4rem 0 5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-norm,
  .scn-home {
    padding: 6rem 0 6rem;
  }
}
.scn-norm.last,
.scn-home.last {
  padding-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .scn-norm.last,
  .scn-home.last {
    padding-bottom: 7rem;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm.last,
  .scn-home.last {
    padding-bottom: 8rem;
  }
}
.scn-norm.no-sp,
.scn-home.no-sp {
  padding: 0;
}
.scn-norm.no-sp-top,
.scn-home.no-sp-top {
  padding-top: 0;
}
.scn-norm.row-divide-half,
.scn-home.row-divide-half {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  width: 100%;
}
.scn-norm.row-divide-half.rev,
.scn-home.row-divide-half.rev {
  flex-direction: row-reverse;
}
.scn-norm.row-divide-half > .col,
.scn-home.row-divide-half > .col {
  position: relative;
  width: 50%;
}
.scn-norm .palt,
.scn-home .palt {
  font-feature-settings: "palt";
}
.scn-norm em,
.scn-home em {
  font-style: italic;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.scn-norm h2:not(.plain).h-img,
.scn-home h2:not(.plain).h-img {
  position: relative;
  width: 40vw;
  margin-left: 0.5rem;
}
@media print, screen and (min-width: 800px) {
  .scn-norm h2:not(.plain).h-img,
  .scn-home h2:not(.plain).h-img {
    width: 20vw;
    margin-left: 1rem;
  }
}
.scn-norm h2:not(.plain).h-img img,
.scn-home h2:not(.plain).h-img img {
  width: 100%;
  height: auto;
}
.scn-norm p,
.scn-home p {
  line-height: 2;
}
.scn-norm .justified,
.scn-home .justified {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

.interlude {
  position: relative;
}
.interlude ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
.interlude ul li {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.interlude ul li img {
  width: 100%;
  height: auto;
}
.interlude.two-four ul li {
  width: 50%;
}
@media print, screen and (min-width: 800px) {
  .interlude.two-four ul li {
    width: 25%;
  }
}
.interlude.two-four ul li:nth-child(2) {
  transition-delay: 0.2s;
}
@media print, screen and (min-width: 800px) {
  .interlude.two-four ul li:nth-child(3) {
    transition-delay: 0.4s;
  }
}
.interlude.two-four ul li:nth-child(4) {
  transition-delay: 0.2s;
}
@media print, screen and (min-width: 800px) {
  .interlude.two-four ul li:nth-child(4) {
    transition-delay: 0.6s;
  }
}
.interlude.two-four ul li.shutter.open:nth-child(2)::after {
  transition-delay: 0.2s;
}
@media print, screen and (min-width: 800px) {
  .interlude.two-four ul li.shutter.open:nth-child(3)::after {
    transition-delay: 0.4s;
  }
}
.interlude.two-four ul li.shutter.open:nth-child(4)::after {
  transition-delay: 0.2s;
}
@media print, screen and (min-width: 800px) {
  .interlude.two-four ul li.shutter.open:nth-child(4)::after {
    transition-delay: 0.6s;
  }
}
.interlude.two ul li {
  width: 50%;
}
@media print, screen and (min-width: 960px) {
  .interlude.two ul li {
    padding-top: 20%;
  }
}
.interlude.two ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.interlude.two ul li.shutter.open:nth-child(2)::after {
  transition-delay: 0.2s;
}
@media print, screen and (min-width: 960px) {
  .interlude.two ul li img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
  }
}
.interlude.three ul li {
  width: 33.33333333%;
}
.interlude.three ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.interlude.three ul li:nth-child(3) {
  transition-delay: 0.4s;
}
.interlude.three ul li:nth-child(5) {
  transition-delay: 0.2s;
}
.interlude.three ul li:nth-child(6) {
  transition-delay: 0.4s;
}
.interlude.three ul li.shutter.open:nth-child(2)::after {
  transition-delay: 0.2s;
}
.interlude.three ul li.shutter.open:nth-child(3)::after {
  transition-delay: 0.4s;
}
.interlude.three ul li.shutter.open:nth-child(5)::after {
  transition-delay: 0.2s;
}
.interlude.three ul li.shutter.open:nth-child(6)::after {
  transition-delay: 0.4s;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - HOME
/* ---------------------------------------------------------------------------------------- */
.posters {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 56.25vw;
}
@media print, screen and (min-width: 1200px) {
  .posters {
    position: relative;
    height: 100vh;
    height: 100svh;
    min-height: 56.25vw;
  }
}
.posters--visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media print, screen and (min-width: 800px) {
  .posters--visual {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: stretch;
  }
}
.posters--visual.rev {
  flex-direction: row-reverse;
}
.posters--visual .poster-a,
.posters--visual .poster-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 1.5s ease-in-out;
}
@media print, screen and (min-width: 800px) {
  .posters--visual .poster-a,
  .posters--visual .poster-b {
    position: relative;
    top: inherit;
    left: inherit;
    width: 50%;
  }
}
.posters--visual .poster-a.hide,
.posters--visual .poster-b.hide {
  opacity: 0;
}
@media print, screen and (min-width: 800px) {
  .posters--visual .poster-a.hide,
  .posters--visual .poster-b.hide {
    opacity: 1;
  }
}
.posters--visual .poster-a {
  background-position: right -2rem top;
  background-size: auto 80%;
  background-image: url(../img/home/visual1.jpg);
  background-color: #010912;
}
@media print, screen and (min-width: 800px) {
  .posters--visual .poster-a {
    background-position: right -5rem top;
    background-size: auto 100%;
  }
}
.posters--visual .poster-b {
  background-image: url(../img/home/visual0.jpg);
}
@media print, screen and (max-width: 799px) {
  .posters--visual .poster-b {
    background-position: left bottom;
  }
}
.posters--title-and {
  position: absolute;
  bottom: 1em;
  left: 1em;
  width: 80%;
  max-width: 400px;
  margin: 0;
  font-size: 1em;
  line-height: 1;
  z-index: 2;
}
@media print, screen and (min-width: 576px) {
  .posters--title-and {
    bottom: 1em;
    left: 1em;
    width: 60%;
  }
}
@media print, screen and (min-width: 800px) {
  .posters--title-and {
    left: calc(50% + 1em);
    width: 40%;
    max-width: 560px;
  }
}
.posters--title-and h1 {
  position: relative;
  display: block;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.posters--title-and img {
  width: 100%;
  height: auto;
}
.posters--title-and .date-smp {
  position: relative;
  top: 1.5em;
  width: 50%;
  margin: 0 0 1em;
  font-size: 1em;
  line-height: 1;
  z-index: 2;
  filter: drop-shadow(1px 1px 1em rgba(0, 0, 0, 0.8)) drop-shadow(-1px -1px 1em rgba(0, 0, 0, 0.8));
  transform: rotate(-10deg);
}
@media print, screen and (min-width: 350px) {
  .posters--title-and .date-smp {
    top: 0;
  }
}
@media print, screen and (min-width: 800px) {
  .posters--title-and .date-smp {
    display: none;
  }
}
.posters h1, .posters h2 {
  margin: 0;
}
.posters--copy {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 1.25em;
  margin: 0;
  font-size: 1em;
  line-height: 1;
  z-index: 2;
  filter: drop-shadow(1px 1px 0.25em rgba(0, 0, 0, 0.8)) drop-shadow(-1px -1px 0.25em rgba(0, 0, 0, 0.8));
}
@media print, screen and (min-width: 800px) {
  .posters--copy {
    top: 1.5em;
    right: 1em;
    width: 1.5em;
  }
}
.posters--copy img {
  width: 100%;
  height: auto;
}
.posters--date {
  position: absolute;
  bottom: 35%;
  left: 1em;
  width: 40%;
  margin: 0;
  font-size: 1em;
  line-height: 1;
  z-index: 2;
  filter: drop-shadow(1px 1px 1em rgba(0, 0, 0, 0.8)) drop-shadow(-1px -1px 1em rgba(0, 0, 0, 0.8));
  transform: rotate(-10deg);
  display: none;
}
@media print, screen and (min-width: 576px) {
  .posters--date {
    bottom: 45%;
    width: 30%;
  }
}
@media print, screen and (min-width: 800px) {
  .posters--date {
    bottom: 6em;
    left: 2em;
    width: 20%;
    max-width: 320px;
    transform: rotate(10deg);
    display: block;
  }
}
.posters--date img {
  width: 100%;
  height: auto;
}
.posters .badge20221217,
.posters .badge20221218,
.posters .badge20230601 {
  position: absolute;
  top: 64px;
  left: 14px;
  width: 36px;
}
@media print, screen and (min-width: 768px) {
  .posters .badge20221217,
  .posters .badge20221218,
  .posters .badge20230601 {
    top: 72px;
    left: 12px;
    width: 48px;
  }
}
@media print, screen and (min-width: 800px) {
  .posters .badge20221217,
  .posters .badge20221218,
  .posters .badge20230601 {
    top: 12px;
    left: 72px;
    width: 180px;
  }
}
@media print, screen and (min-width: 960px) {
  .posters .badge20221217,
  .posters .badge20221218,
  .posters .badge20230601 {
    top: 4em;
    left: 0;
    width: 228px;
  }
}
.posters .badge20221217 a,
.posters .badge20221218 a,
.posters .badge20230601 a {
  display: block;
}
.posters .badge20221217 a:hover,
.posters .badge20221218 a:hover,
.posters .badge20230601 a:hover {
  opacity: 0.7;
}
.posters .badge20221217 img,
.posters .badge20221218 img,
.posters .badge20230601 img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 799px) {
  .posters .badge20221217 img.yoko,
  .posters .badge20221218 img.yoko,
  .posters .badge20230601 img.yoko {
    display: none;
  }
}
@media print, screen and (min-width: 800px) {
  .posters .badge20221217 img.tate,
  .posters .badge20221218 img.tate,
  .posters .badge20230601 img.tate {
    display: none;
  }
}
.posters .badge20221218 {
  top: 200px;
}
@media print, screen and (min-width: 768px) {
  .posters .badge20221218 {
    top: 254px;
  }
}
@media print, screen and (min-width: 800px) {
  .posters .badge20221218 {
    top: 12px;
    left: 254px;
  }
}
@media print, screen and (min-width: 960px) {
  .posters .badge20221218 {
    top: 4em;
    left: 0;
    margin-top: 64px;
  }
}

@media print and (orientation: landscape), screen and (orientation: landscape) and (max-width: 799px) {
  .posters {
    position: relative;
    height: 133vw;
  }
}
.trailers {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.trailers.active {
  opacity: 1;
  visibility: visible;
}
.trailers--inner {
  position: relative;
  padding: 2em;
  display: inline-block;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 2rem black;
  margin: 0 auto;
  border-radius: 0.5em;
}
.trailers--inner ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 576px) {
  .trailers--inner ul {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: stretch;
    white-space: nowrap;
  }
}
.trailers--inner ul li {
  margin: 0;
  padding: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .trailers--inner ul li {
    padding: 1rem;
  }
}
.trailers--inner ul li a {
  position: relative;
  display: inline-block;
  height: 48px;
  padding: 0 1.25em;
  line-height: 46px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  white-space: nowrap;
  min-width: 12em;
}
@media print, screen and (min-width: 350px) {
  .trailers--inner ul li a {
    padding: 0 1.75em;
  }
}
@media print, screen and (min-width: 576px) {
  .trailers--inner ul li a {
    padding: 0 2em;
  }
}
.trailers--inner ul li a:hover {
  border-color: white;
}
.trailers--inner .modal-btns {
  z-index: 1;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: left;
  top: 0;
  right: 0;
}
.trailers--inner .modal-btns .modal-btn-close {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
}
.trailers--inner .modal-btns .modal-btn-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.trailers--inner .modal-btns .modal-btn-close span::before, .trailers--inner .modal-btns .modal-btn-close span::after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  transition: all 0.1s ease-in-out;
}
.trailers--inner .modal-btns .modal-btn-close span::before {
  margin-top: 10px;
  width: 21px;
  height: 0;
  border-top: 1px solid #fff;
}
.trailers--inner .modal-btns .modal-btn-close span::after {
  margin-left: 10px;
  height: 21px;
  width: 0;
  border-left: 1px solid #fff;
}
.trailers--inner .modal-btns .modal-btn-close:hover span {
  transform: scale(1.25) rotate(45deg);
}
.scn-norm#Trailers .background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-image: url(../img/theaters/bg-theaters.jpg);
  opacity: 0.7;
}

.wrap-trailers {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: center;
}
.wrap-trailers .trailer {
  position: relative;
  width: 100%;
  padding: 0 1.5rem;
}
@media print, screen and (min-width: 800px) {
  .wrap-trailers .trailer {
    padding: 2rem;
    width: 50%;
  }
}
.wrap-trailers .trailer:not(:last-child) {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 800px) {
  .wrap-trailers .trailer:not(:last-child) {
    margin-bottom: 2em;
  }
}
.wrap-trailers .trailer .ti {
  font-weight: 700;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 800px) {
  .wrap-trailers .trailer .ti {
    margin-top: 0.85em;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - INTRODUCTION
/* ---------------------------------------------------------------------------------------- */
.scn-norm.scn-introduction .bgimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: -1;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 120% auto;
  background-image: url(../img/introduction/bg-intro.jpg);
  display: none;
}
@media print, screen and (min-width: 576px) {
  .scn-norm.scn-introduction .bgimg {
    display: block;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm.scn-introduction .bgimg {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 120% auto;
  }
}
.scn-norm.scn-introduction .inner {
  position: relative;
  max-width: 768px;
}
.scn-norm.scn-introduction .inner:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .scn-norm.scn-introduction .inner:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-norm.scn-introduction .inner:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.scn-norm.scn-introduction h3 {
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 575px) {
  .scn-norm.scn-introduction h3 {
    font-size: clamp(1em, 4.5vw, 1.25em);
  }
}
.scn-norm.scn-introduction p {
  margin-bottom: 0;
  text-indent: 1em;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - STORY
/* ---------------------------------------------------------------------------------------- */
.scn-norm.scn-story {
  background-color: #010912;
  width: 100%;
  overflow: hidden;
}
.scn-norm.scn-story .row {
  position: relative;
  text-align: left;
  max-width: 1728px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .scn-norm.scn-story .row {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: stretch;
  }
}
.scn-norm.scn-story .row:not(:last-child) {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 800px) {
  .scn-norm.scn-story .row:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.scn-norm.scn-story .row.right {
  flex-direction: row-reverse;
}
.scn-norm.scn-story .row.right .col-ph {
  padding-left: 0;
}
@media print, screen and (max-width: 959px) {
  .scn-norm.scn-story .row.right .col-ph {
    display: none;
  }
}
.scn-norm.scn-story .row.right .col-ph img {
  transform: rotate(-1deg);
}
.scn-norm.scn-story .row.left .col-ph {
  padding-right: 0;
  margin-left: auto;
}
.scn-norm.scn-story .row.left .col-ph img {
  transform: rotate(-2deg);
}
@media print, screen and (min-width: 960px) {
  .scn-norm.scn-story .row.left .col-ph img {
    transform: rotate(-0.5deg);
  }
}
.scn-norm.scn-story .row .col-txt {
  width: 100%;
  padding: 1rem 1.5rem;
}
@media print, screen and (min-width: 800px) {
  .scn-norm.scn-story .row .col-txt {
    padding: 1.5rem 2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm.scn-story .row .col-txt {
    width: 50%;
    padding: 2rem;
  }
}
.scn-norm.scn-story .row .col-ph {
  width: 100%;
  max-width: 640px;
  padding: 1rem 1.5rem;
}
@media print, screen and (min-width: 800px) {
  .scn-norm.scn-story .row .col-ph {
    padding: 1.5rem 2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm.scn-story .row .col-ph {
    width: 50%;
    padding: 2rem;
  }
}
.scn-norm.scn-story p {
  margin-bottom: 0;
  text-indent: 1em;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - CAST
/* ---------------------------------------------------------------------------------------- */
.scn-norm.scn-cast {
  background-color: #000;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - STAFF
/* ---------------------------------------------------------------------------------------- */
.scn-norm.scn-staff {
  background-color: #010912;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - THEATERS
/* ---------------------------------------------------------------------------------------- */
.scn-norm#Theaters .background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-image: url(../img/theaters/bg-theaters.jpg);
  opacity: 0.7;
}

.wrap-theaters {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  text-align: left;
}
.wrap-theaters .nav-theaters {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .wrap-theaters .nav-theaters {
    width: 15em;
    padding-right: 5em;
  }
}
.wrap-theaters .nav-theaters ul {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
@media print, screen and (min-width: 960px) {
  .wrap-theaters .nav-theaters ul {
    position: sticky;
    top: 4em;
    display: block;
  }
}
.wrap-theaters .nav-theaters ul li {
  margin: 0;
  padding: 1px;
  width: 33.33333333%;
}
@media print, screen and (min-width: 576px) {
  .wrap-theaters .nav-theaters ul li {
    width: 25%;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-theaters .nav-theaters ul li {
    width: 20%;
  }
}
@media print, screen and (min-width: 960px) {
  .wrap-theaters .nav-theaters ul li {
    width: auto;
    padding: 2px 0;
  }
}
.wrap-theaters .nav-theaters ul li a {
  display: block;
  padding: 1em 0.25em;
  background-color: rgba(255, 245, 224, 0.2);
  font-weight: 700;
  color: #FFF;
  border-radius: 0.25em;
  text-align: center;
  font-size: 0.875em;
}
@media print, screen and (min-width: 350px) {
  .wrap-theaters .nav-theaters ul li a {
    font-size: 0.92em;
  }
}
@media print, screen and (min-width: 960px) {
  .wrap-theaters .nav-theaters ul li a {
    text-align: left;
  }
}
.wrap-theaters .wrap-schedule {
  width: 100%;
  padding-top: 1.5em;
}
@media print, screen and (min-width: 960px) {
  .wrap-theaters .wrap-schedule {
    width: calc(100% - 15em);
    padding-top: 0;
  }
}
.wrap-theaters .region {
  position: relative;
  padding-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .wrap-theaters .region {
    padding-top: 3em;
  }
}
.wrap-theaters .region .dl-theaters {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.wrap-theaters .region .dl-theaters dt {
  position: relative;
  margin: 0;
  float: left;
  width: 6em;
  padding: 1em 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
}
.wrap-theaters .region .dl-theaters dd {
  position: relative;
  margin: 0;
  margin-left: 6em;
  padding: 1em;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
}
.wrap-theaters .m {
  display: block;
  overflow: hidden;
}
.wrap-theaters span {
  display: block;
}
@media print, screen and (min-width: 576px) {
  .wrap-theaters span {
    float: left;
  }
}
.wrap-theaters span.nm {
  font-size: 1.15em;
  font-weight: bold;
  width: 100%;
}
@media print, screen and (min-width: 576px) {
  .wrap-theaters span.nm {
    width: 65%;
    font-size: 1em;
  }
}
.wrap-theaters span.sch {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
@media print, screen and (min-width: 576px) {
  .wrap-theaters span.sch {
    float: right;
    width: 35%;
    text-align: right;
  }
}
.wrap-theaters span.tel {
  display: block;
}
@media print, screen and (min-width: 576px) {
  .wrap-theaters span.tel {
    width: 20%;
    padding-right: 2em;
    text-align: left;
    font-size: 1em;
    white-space: nowrap;
  }
}
.wrap-theaters a {
  text-decoration: none;
}
.wrap-theaters a:hover {
  color: #fff;
  text-shadow: 0 0 0.5rem white;
}
.wrap-theaters .end a,
.wrap-theaters .end a:hover {
  color: #888;
  cursor: default;
}
.wrap-theaters .remarks {
  position: relative;
  display: block;
  padding: 0.5em 0 1em;
  z-index: 0;
  pointer-events: none;
}
.wrap-theaters .remarks p {
  font-size: 0.875em;
  line-height: 1.5;
}
@media print, screen and (min-width: 576px) {
  .wrap-theaters .remarks p.right {
    text-align: right;
  }
}
@media print, screen and (min-width: 576px) {
  .wrap-theaters .remarks {
    padding: 1em 0 0;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - COMMENTS
/* ---------------------------------------------------------------------------------------- */
.scn-norm#Comments::before {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  content: " ";
  background: linear-gradient(-135deg, rgba(34, 34, 34, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.scn-norm#Comments .wrap-comments {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  justify-content: space-between;
}
.scn-norm#Comments .wrap-comments .comment {
  position: relative;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .scn-norm#Comments .wrap-comments .comment {
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm#Comments .wrap-comments .comment {
    width: calc(50% - 2rem);
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-norm#Comments .wrap-comments .comment {
    margin-bottom: 3em;
    padding-bottom: 3em;
    width: calc(50% - 3rem);
  }
}
.scn-norm#Comments .wrap-comments .comment p {
  position: relative;
  z-index: 1;
}
.scn-norm#Comments .wrap-comments .comment p:not(.name) {
  font-feature-settings: "palt";
  font-weight: 700;
  line-height: 2;
  color: rgba(255, 245, 224, 0.7);
  letter-spacing: 0.1em;
}
.scn-norm#Comments .wrap-comments .comment p.name {
  font-feature-settings: "palt";
  margin-top: 2em;
  text-align: right;
  color: #e43523;
  font-size: 1.15em;
  font-weight: 700;
}
.scn-norm#Comments .wrap-comments .comment p.name span {
  font-size: 0.65em;
  display: inline-block;
  margin-left: 0.5em;
}

.scn-norm#Scn-news {
  background-color: rgba(0, 0, 0, 0.1);
}

.longurl {
  word-break: break-all;
}

.atl-news {
  position: relative;
  padding: 6rem 0 0;
  text-align: left;
  font-size: 0.92em;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
}
@media print, screen and (min-width: 768px) {
  .atl-news {
    font-size: 1em;
    padding: 8rem 0 0;
  }
}
@media print, screen and (min-width: 800px) {
  .atl-news {
    padding: 12rem 0 0;
  }
}
.atl-news:last-child {
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 800px) {
  .atl-news:last-child {
    padding-bottom: 4rem;
  }
}
.atl-news--date {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .atl-news--date {
    width: 25%;
  }
}
.atl-news--date p {
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.15em;
}
.atl-news--content {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .atl-news--content {
    width: 75%;
  }
}
.atl-news h1 {
  font-size: 1.35em;
  margin-bottom: 0.75em;
  font-feature-settings: "palt";
  color: #d32c1a;
}
@media print, screen and (min-width: 800px) {
  .atl-news h1 {
    font-size: 1.5em;
  }
}
.atl-news .news-inner-block {
  position: relative;
}
.atl-news .news-inner-block + .news-inner-block {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px dotted #888;
}
@media print, screen and (min-width: 800px) {
  .atl-news .news-inner-block + .news-inner-block {
    margin-top: 3em;
    padding-top: 3em;
  }
}
.atl-news .event-details dl {
  overflow: hidden;
}
.atl-news .event-details dl dt {
  float: left;
  width: 6em;
}
.atl-news .event-details dl dd {
  padding-left: 6em;
}
.atl-news .event-details dl + dl {
  margin-top: 1.5em;
}
.atl-news p {
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.atl-news p.asterisk {
  margin-left: 1em;
  text-indent: -1em;
}
.atl-news p.asterisk + .asterisk {
  margin-top: -0.5em;
}
.atl-news p a {
  text-decoration: underline;
}
.atl-news h2 {
  font-size: 1.15em;
  margin-bottom: 0.75em;
  margin-top: 0;
}
@media print, screen and (min-width: 800px) {
  .atl-news h2 {
    font-size: 1.25em;
  }
}
.atl-news h3 {
  font-size: 1.08em;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 800px) {
  .atl-news h3 {
    font-size: 1.15em;
  }
}
.atl-news h4 {
  font-size: 1em;
  margin-bottom: 0.25em;
}
@media print, screen and (min-width: 800px) {
  .atl-news h4 {
    font-size: 1.07em;
  }
}/*# sourceMappingURL=style.css.map */