@charset "UTF-8";
/* ---------------------------------------------------------------------------------------- */
/* RESET
/* ---------------------------------------------------------------------------------------- */
* {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
}

* {
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  font-style: normal;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

::before, ::after {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

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

hr {
  overflow: visible;
}

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

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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;
}

/*
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
select::-ms-expand {
display:none;
}
select::-ms-value {
color:currentColor;
}
*/
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: .5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

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

/* Specify media element style
/* ---------------------------------------------------------------------------------------- */
img {
  border-style: none;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

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

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

/* Acessibility
/* ---------------------------------------------------------------------------------------- */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* Selection
/* ---------------------------------------------------------------------------------------- */
::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

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

body {
  font-size: .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: #000;
  text-align: center;
  background-color: #111;
  color: #DDD;
}
@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 .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: 800px) {
  .onlySMP {
    display: none;
  }
}

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

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

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

.notice {
  font-weight: bold;
}

h1, h2 {
  margin-bottom: 1em;
  color: #00a0b5;
  font-weight: 400;
}

h3, h4 {
  margin-bottom: 1.5em;
  color: #008a9b;
}

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

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

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

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

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

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

h4 {
  font-size: 1.05em;
  color: #1d292c;
}
@media print, screen and (min-width: 576px) {
  h4 {
    font-size: 1.155em;
  }
}
@media print, screen and (min-width: 800px) {
  h4 {
    font-size: 1.23375em;
  }
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

.no-mgn-btm {
  margin-bottom: 0 !important;
}

.sml-sp-btm {
  margin-bottom: 0.5rem !important;
}

.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: bold;
}

.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: -.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: #000;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

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

a:active, a:hover {
  color: #888;
}

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

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

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

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,
.page-single ul li,
.page-single ol li {
  margin-bottom: .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: .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: .92em;
}
.tb-norm.fullW {
  width: 100%;
}
.tb-norm th,
.tb-norm td {
  padding: .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;
}

.inner-wrap, .inner-wrap.aln-C, .inner-wrap--semi, .inner-wrap--narrow, .inner-wrap--thin {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.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;
}

.swrap, .swrap--semi, .swrap--narrow, .swrap--thin {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

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

.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;
}

.isInView {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.isInView.fadeIn {
  opacity: 0 !important;
}
.isInView.fadeIn.scrlin {
  opacity: 1 !important;
}
.isInView.shutter.open {
  overflow: hidden;
}
.isInView.shutter.open::before, .isInView.shutter.open::after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1;
}
.isInView.shutter.open::after {
  opacity: .5;
}
.isInView.shutter.open.scrlin::before, .isInView.shutter.open.scrlin::after {
  animation: inViewShutterOpen .5s ease-in-out forwards;
}
.isInView.shutter.open.scrlin::before {
  animation-delay: 0s;
}
.isInView.shutter.open.scrlin::after {
  animation-delay: .25s;
}

@keyframes inViewShutterOpen {
  0% {
    left: 0;
  }
  99% {
    left: 100%;
  }
  100% {
    left: 100%;
    display: none;
  }
}
/* ---------------------------------------------------------------------------------------- */
/* LAYOUT-FLEXBOX
/* ---------------------------------------------------------------------------------------- */
.flex-container, .flex-container--no-space {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.flex-container {
  margin: -.75rem;
}
@media print, screen and (min-width: 800px) {
  .flex-container {
    margin: -1rem;
  }
}
.flex-container--no-space {
  margin: 0;
}

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

.flex-container > *[class^="col-"] {
  position: relative;
  min-width: 2rem;
  padding: .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-s-1 {
  width: 8.3333333333%;
}

.col-s-2 {
  width: 16.6666666667%;
}

.col-s-3 {
  width: 25%;
}

.col-s-4 {
  width: 33.3333333333%;
}

.col-s-5 {
  width: 41.6666666667%;
}

.col-s-6 {
  width: 50%;
}

.col-s-7 {
  width: 58.3333333333%;
}

.col-s-8 {
  width: 66.6666666667%;
}

.col-s-9 {
  width: 75%;
}

.col-s-10 {
  width: 83.3333333333%;
}

.col-s-11 {
  width: 91.6666666667%;
}

.col-s-12 {
  width: 100%;
}

@media print, screen and (min-width: 576px) {
  .col-s-1, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6,
  .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12 {
    width: auto;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-1 {
    width: 8.3333333333%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-2 {
    width: 16.6666666667%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-3 {
    width: 25%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-4 {
    width: 33.3333333333%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-5 {
    width: 41.6666666667%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-6 {
    width: 50%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-7 {
    width: 58.3333333333%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-8 {
    width: 66.6666666667%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-9 {
    width: 75%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-10 {
    width: 83.3333333333%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-11 {
    width: 91.6666666667%;
  }
}

@media print, screen and (min-width: 576px) {
  .col-m-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-m-1, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6,
  .col-m-7, .col-m-8, .col-m-9, .col-m-10, .col-m-11, .col-m-12 {
    width: auto;
  }
}

@media print, screen and (min-width: 960px) {
  .col-1 {
    width: 8.3333333333%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-2 {
    width: 16.6666666667%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-3 {
    width: 25%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-4 {
    width: 33.3333333333%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-5 {
    width: 41.6666666667%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-6 {
    width: 50%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-7 {
    width: 58.3333333333%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-8 {
    width: 66.6666666667%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-9 {
    width: 75%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-10 {
    width: 83.3333333333%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-11 {
    width: 91.6666666667%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-12 {
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* BUTTON
/* ---------------------------------------------------------------------------------------- */
.btn {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: .75em 1em;
  background-color: #00B7CE;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.btn.large {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1.25em 2em;
  min-width: 12em;
}
@media print, screen and (min-width: 576px) {
  .btn.large {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.btn.full {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 2em;
  width: 100%;
}
.btn.xlarge {
  font-size: 1.35em;
}
.btn.small {
  font-size: .875em;
  padding: .5em 1em;
}
.btn.nagative {
  background-color: #5e5e5e;
}
.btn.nagative:hover {
  background-color: #919191;
}
.btn.disabled, .btn:disabled {
  background-color: #f2f2f2;
  color: #AAA;
  pointer-events: none;
}
.btn:hover {
  color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #008a9b;
}
.btn:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #02e3ff;
}
.btn.rnd {
  border-radius: .2em;
}

.btn--outline {
  background-color: #FFF;
  border: 1px solid #00B7CE;
  color: #00B7CE;
}
.btn--outline:hover {
  color: #008a9b;
  border-color: #008a9b;
}
.btn--outline:active {
  color: #02e3ff;
  border-color: #02e3ff;
}

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

/* ---------------------------------------------------------------------------------------- */
/* FORM
/* ---------------------------------------------------------------------------------------- */
.form-group {
  position: relative;
  margin-bottom: 3rem;
  display: block;
}
.form-group__inner {
  display: block;
  width: 100%;
  padding: 1em 0;
  margin: 0;
  border-top: 1px solid #DDDDDD;
}
@media print, screen and (min-width: 800px) {
  .form-group__inner {
    display: table;
    padding: 1em 0;
  }
}
.form-group__inner .col {
  display: block;
  width: auto;
}
@media print, screen and (min-width: 800px) {
  .form-group__inner .col {
    display: table-cell;
    width: 20%;
    width: 12em;
    vertical-align: text-top;
  }
}
.form-group__inner .col + .col {
  margin-top: .5em;
}
@media print, screen and (min-width: 800px) {
  .form-group__inner .col + .col {
    padding-top: 0;
    width: 80%;
    width: calc(100% - 12em);
  }
}
.form-group__inner .mst {
  position: relative;
  display: inline-block;
  font-size: .7em;
  vertical-align: middle;
  font-style: normal;
  color: #E64432;
  margin-left: .5em;
}

input,
textarea,
select {
  padding: .35em 1em;
}

textarea {
  min-height: 10em;
}

input,
textarea {
  width: 100%;
  background-color: #F8F8F8;
  border: 1px solid #E0E0E0;
}

input.ipt-S {
  width: 10em;
}
input.ipt-SS {
  width: 5em;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #999;
  outline: 0;
}

:disabled {
  opacity: .5;
}

[type="radio"],
[type="radio"] + label,
[type="checkbox"],
[type="checkbox"] + label {
  width: auto;
  display: inline-block;
}

[type="radio"],
[type="checkbox"] {
  margin-right: .5em;
}

.wrap-select {
  position: relative;
  display: inline-block;
  width: auto;
}

select,
.list-group-team select {
  padding: .5em 1em;
  background-color: #f0f0f0;
  background: linear-gradient(0deg, #F2F2F2, #FFF);
  padding-right: 32px;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: normal;
}

.form-group select {
  max-width: calc(100vw - 4rem - 32px);
}
@media print, screen and (min-width: 350px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 48px);
  }
}
@media print, screen and (min-width: 576px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 96px);
  }
}
@media print, screen and (min-width: 960px) {
  .form-group select {
    max-width: 100%;
  }
}

.list-group-team select {
  border: 1px solid #BBB;
}

.btn-label input[type="radio"],
.btn-label input[type="checkbox"],
.txt-label input[type="radio"],
.txt-label input[type="checkbox"] {
  display: none;
}

.btn-label label {
  position: relative;
  padding: .5em 1em;
  border: 1px solid #AAA;
  background-color: #F5F5F5;
  cursor: pointer;
  transition: all .2s ease-in-out;
  margin-left: -1px;
  margin-top: -1px;
}
.btn-label label:hover {
  background-color: #CCC;
  color: #111;
}
.btn-label.sort-item label {
  padding: .5em .5em;
  background-color: #FFF;
  border-color: #DDD;
}
@media print, screen and (min-width: 350px) {
  .btn-label.sort-item label {
    padding: .5em .75em;
  }
}
.btn-label.separated label {
  padding: 1em .5em;
  background-color: #FFF;
  border-radius: 0;
}
.btn-label.separated label.btn-img label {
  padding: 0;
  background-color: #000;
  border-radius: 0;
  border: none;
}
.btn-label.full label {
  width: 100%;
}
.btn-label:not(:first-child) label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-label:not(:last-child) label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-label.separated :not(:last-child) label {
  border-right: 1px solid #AAA;
}
.btn-label.separated.btn-img :not(:last-child) label {
  border: none;
}

.txt-label label {
  position: relative;
  padding: .25em 0;
  padding-left: 1em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.txt-label label::before {
  position: relative;
  content: '・';
  margin-left: -1em;
  margin-right: .5em;
  display: inline-block;
}
.txt-label label:hover {
  color: #111;
}

.btn-label input[type="radio"]:checked + label,
.btn-label input[type="checkbox"]:checked + label {
  background-color: #555;
  color: #FFF;
}

.btn-label.btn-img input[type="radio"]:checked + label,
.btn-label.btn-img input[type="checkbox"]:checked + label {
  background-color: #000;
  border: 3px solid #e7cd00;
}

.btn-label.btn-img label img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.btn-label.btn-img input[type="radio"]:checked + label img,
.btn-label.btn-img input[type="checkbox"]:checked + label img {
  opacity: .5;
}

.txt-label input[type="checkbox"]:checked + label {
  font-weight: bold;
}

.txt-label input[type="checkbox"]:checked + label::before {
  content: '-';
}

.form-help {
  display: inline-block;
  font-size: .83em;
  line-height: 1.4;
  margin-top: .5em;
}

.error label,
.error .label {
  color: #C5B242;
}

.error input, .error select,
.error .btn-label label {
  border-color: #C5B242;
}

.error-msg {
  display: block;
  color: #C5B242;
  margin-top: .5em;
}

/* ---------------------------------------------------------------------------------------- */
/* BASIC | CONTENT
/* ---------------------------------------------------------------------------------------- */
.atl-norm {
  text-align: left;
}

.func-message, .func-message--notice {
  position: relative;
  padding: 2rem;
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url(../img/common/slash/slash-x4.svg);
  background-size: 4px 4px;
}

.func-message--notice {
  border-color: #9bf4ff;
  color: #02e3ff;
  background-color: rgba(0, 183, 206, 0.1);
}

.list-paging {
  font-size: .875em;
  line-height: 1;
  font-family: 'robotolight', sans-serif;
  letter-spacing: -.4em;
}
.list-paging a {
  position: relative;
  text-decoration: none;
}
.list-paging a:hover {
  border-color: #AAA;
  background-color: #EEE;
}
.list-paging a:active {
  border-color: #111;
  background-color: #444;
  color: #FFF;
}
.list-paging li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 2px;
}
.list-paging li a,
.list-paging li span {
  text-align: center;
  display: block;
  padding: .35em;
  min-width: 2.5em;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
.list-paging li .current {
  background-color: #222;
  color: #FFF;
}
.list-paging li.prev a {
  padding-left: 24px;
}
.list-paging li.prev a::after {
  left: 4px;
  content: '\e912';
}
.list-paging li.prev a:hover::after {
  color: #555;
}
.list-paging li.prev a:active::after {
  color: #FFF;
}
.list-paging li.next a {
  padding-right: 24px;
}
.list-paging li.next a::after {
  right: 4px;
  content: '\e910';
}
.list-paging li.next a:hover::after {
  color: #555;
}
.list-paging li.next a:active::after {
  color: #FFF;
}
.list-paging li.prev a::after, .list-paging li.next a::after {
  font-family: 'icons';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  color: #888;
  pointer-events: none;
}

.tab-menu {
  position: relative;
  display: table;
  border-collapse: collapse;
  margin-bottom: 0 !important;
  z-index: 1;
}
@media print, screen and (min-width: 800px) {
  .tab-menu {
    border-collapse: separate;
    border-spacing: 8px;
    margin: 0 -8px;
  }
}
.tab-menu li {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  padding: 1rem 1.5rem;
  line-height: 1.5;
  transition: all .15s ease-in-out;
}
.tab-menu li:hover {
  background-color: #008a9b;
  color: #EEE;
  border-color: #008a9b;
}
.tab-menu li:active {
  background-color: #02e3ff;
  color: #555;
  border-color: #02e3ff;
}
.tab-menu li.active {
  background-color: #008a9b;
  color: #EEE;
  border-color: #008a9b;
}

.tab-content {
  position: relative;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tab-content.active {
  display: block;
  opacity: 1;
}

.wrap-tab-content {
  position: relative;
  width: 100%;
  margin-top: -1px;
  border-top: 1px solid #DDDDDD;
  padding-top: 2rem;
  z-index: 0;
}
@media print, screen and (min-width: 800px) {
  .wrap-tab-content {
    margin-top: -9px;
  }
}

.accordion {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}
.accordion:not(:last-child) {
  margin-bottom: 2rem;
}
.accordion dt {
  position: relative;
  padding: .75em 0;
  margin: 0;
  padding-right: 2em;
  display: block;
  border-top: 1px solid #DDDDDD;
  font-weight: bold;
  cursor: pointer;
  background-color: #FFF;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.accordion dt::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 0;
  height: 11px;
  content: ' ';
  border-left: 1px solid #888;
}
.accordion dt::after {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 11px;
  height: 0;
  content: ' ';
  border-top: 1px solid #888;
}
.accordion dt.active::before {
  display: none;
}
.accordion dd {
  border-top: 1px dotted #AAA;
  padding: 0;
  margin-bottom: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.accordion dd.active {
  padding: .75em 0 1.5em;
  visibility: visible;
  opacity: 1;
  max-height: 999999px;
}

.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: #005748;
  padding: .75em 0 .5em;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
    width: 30%;
    padding-right: 2em;
    color: #005748;
  }
}
.wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
  padding-bottom: .75em;
}
@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
    width: 70%;
  }
}

.wrap-inline-scrl {
  padding: 4px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  font-size: .875em;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 800px) {
  .wrap-inline-scrl {
    padding: 8px;
    margin-bottom: 3rem;
  }
}

.inline-scrl {
  position: relative;
  padding: 2rem;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
}
@media print, screen and (min-width: 800px) {
  .inline-scrl {
    padding: 3rem;
    height: 300px;
  }
}

div#modalMask {
  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;
  opacity: 0;
}

#MdTrailer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #000;
}

#MdTrailer.md-ver {
  padding-top: 178%;
}

#MdTrailer iframe,
#MdTrailer #vd-mpg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#MdTrailer.vd-ver #vd-mpg {
  width: auto;
  height: 100%;
}

.modal .modalBtns {
  z-index: 1000;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: left;
  top: -40px;
  right: -40px;
}

.modal .modalBtns a.modalBtn-close {
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  display: block;
}

.modal .modalBtns a.modalBtn-close {
  background: url(../img/close-modal.svg) no-repeat center;
}

.icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  stroke-width: 0;
  stroke: #FFF;
  fill: #FFF;
}
.icon svg {
  width: 100%;
  height: auto;
}

.isInView {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.isInView.fast {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.isInView.faster {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.isInView.fastest {
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.isInView.slow {
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.isInView.slower {
  -webkit-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;
}
.isInView.slowest {
  -webkit-transition: all 3s ease-in-out 0s;
  transition: all 3s ease-in-out 0s;
}
.isInView.fadeIn {
  opacity: 0 !important;
}
.isInView.fadeIn.scrlin {
  opacity: 1 !important;
}
.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: white;
  z-index: 1;
  -webkit-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.isInView.shutter.open.shutter-rev::after {
  left: 0;
}
.isInView.shutter.open.scrlin::after {
  width: 0;
}
.isInView.delayH1 {
  transition-delay: .2s;
}
.isInView.delayH2 {
  transition-delay: .4s;
}
.isInView.delayH3 {
  transition-delay: .6s;
}
.isInView.delayH4 {
  transition-delay: .8s;
}
.isInView.delay1 {
  transition-delay: .4s;
}
.isInView.delay2 {
  transition-delay: .8s;
}
.isInView.delay3 {
  transition-delay: 1.2s;
}
.isInView.delay4 {
  transition-delay: 1.6s;
}

@keyframes inViewShutterOpen {
  0% {
    left: 0;
  }
  99% {
    left: 100%;
  }
  100% {
    left: 100%;
    display: none;
  }
}
/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-NAVIGATION
/* ---------------------------------------------------------------------------------------- */
#Global-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  align-items: center;
}
#Global-navigation ul {
  position: relative;
  margin: auto;
  text-align: left;
  list-style: none;
}
#Global-navigation ul li {
  font-size: .92em;
  line-height: 1;
  letter-spacing: .2em;
  font-feature-settings: 'palt';
  font-family: 'roboto', Arial, Helvetica, "sans-serif";
  margin-bottom: 1.25em;
}
@media print, screen and (min-width: 768px) {
  #Global-navigation ul li {
    font-size: 1.15em;
  }
}
#Global-navigation ul li a {
  position: relative;
  color: #FFF;
  display: block;
  overflow: hidden;
  padding-left: 2em;
  padding-top: .5em;
}
#Global-navigation ul li a.disabled {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
#Global-navigation ul li a span {
  position: relative;
  top: 2em;
  opacity: 0;
  display: block;
  -webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#Global-navigation ul li a::before {
  position: absolute;
  bottom: .15em;
  left: 0;
  content: ' ';
  width: 0;
  height: 0;
  border-top: 1px solid #888;
  -webkit-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#Global-navigation ul li:nth-child(1) a span {
  transition-delay: 0.075s;
}
#Global-navigation ul li:nth-child(1) a::before {
  transition-delay: 0.065s;
}
#Global-navigation ul li:nth-child(2) a span {
  transition-delay: 0.15s;
}
#Global-navigation ul li:nth-child(2) a::before {
  transition-delay: 0.13s;
}
#Global-navigation ul li:nth-child(3) a span {
  transition-delay: 0.225s;
}
#Global-navigation ul li:nth-child(3) a::before {
  transition-delay: 0.195s;
}
#Global-navigation ul li:nth-child(4) a span {
  transition-delay: 0.3s;
}
#Global-navigation ul li:nth-child(4) a::before {
  transition-delay: 0.26s;
}
#Global-navigation ul li:nth-child(5) a span {
  transition-delay: 0.375s;
}
#Global-navigation ul li:nth-child(5) a::before {
  transition-delay: 0.325s;
}
#Global-navigation ul li:nth-child(6) a span {
  transition-delay: 0.45s;
}
#Global-navigation ul li:nth-child(6) a::before {
  transition-delay: 0.39s;
}
#Global-navigation ul li:nth-child(7) a span {
  transition-delay: 0.525s;
}
#Global-navigation ul li:nth-child(7) a::before {
  transition-delay: 0.455s;
}
#Global-navigation ul li:nth-child(8) a span {
  transition-delay: 0.6s;
}
#Global-navigation ul li:nth-child(8) a::before {
  transition-delay: 0.52s;
}
#Global-navigation ul li:nth-child(9) a span {
  transition-delay: 0.675s;
}
#Global-navigation ul li:nth-child(9) a::before {
  transition-delay: 0.585s;
}
#Global-navigation.active {
  opacity: 1;
  visibility: visible;
}
#Global-navigation.active ul li a span {
  top: 0;
  opacity: 1;
}
#Global-navigation.active ul li a::before {
  width: 1.25em;
}
#Global-navigation.active ul li a:hover::before {
  border-top-color: #444;
}
#Global-navigation.active ul li:nth-child(1) a:hover::before {
  transition-delay: 0;
  transition-duration: .2s;
}
#Global-navigation.active ul li:nth-child(2) a:hover::before {
  transition-delay: 0;
  transition-duration: .2s;
}
#Global-navigation.active ul li:nth-child(3) a:hover::before {
  transition-delay: 0;
  transition-duration: .2s;
}
#Global-navigation.active ul li:nth-child(4) a:hover::before {
  transition-delay: 0;
  transition-duration: .2s;
}
#Global-navigation.active ul li:nth-child(5) a:hover::before {
  transition-delay: 0;
  transition-duration: .2s;
}
#Global-navigation.active ul li:nth-child(6) a:hover::before {
  transition-delay: 0;
  transition-duration: .2s;
}
#Global-navigation.active ul li:nth-child(7) a:hover::before {
  transition-delay: 0;
  transition-duration: .2s;
}
#Global-navigation.active ul li:nth-child(8) a:hover::before {
  transition-delay: 0;
  transition-duration: .2s;
}
#Global-navigation.active ul li:nth-child(9) a:hover::before {
  transition-delay: 0;
  transition-duration: .2s;
}

.trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow: hidden;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
@media print, screen and (min-width: 768px) {
  .trigger {
    width: 64px;
    height: 64px;
  }
}
.trigger .ti {
  position: absolute;
  bottom: 12%;
  left: 0;
  display: block;
  width: 100%;
  height: 2em;
  text-align: center;
  font-size: 8px;
  line-height: 2em;
  letter-spacing: .1em;
  color: #FFF;
  overflow: hidden;
}
.trigger .ti span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2em;
  line-height: 2em;
  display: block;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.trigger .ti span:nth-child(1) {
  top: 0;
}
.trigger .ti span:nth-child(2) {
  top: 2em;
}
@media print, screen and (min-width: 960px) {
  .trigger .ti {
    font-size: 9px;
  }
}
.trigger .bars {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -4px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.trigger .bars i {
  position: absolute;
  display: block;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.trigger .bars i.up {
  top: -4px;
  left: -12px;
  width: 24px;
  height: 0;
  border-top: 1px solid #FFF;
}
.trigger .bars i.bm {
  top: 4px;
  left: -12px;
  width: 24px;
  height: 0;
  border-top: 1px solid #FFF;
}
.trigger:not(.active):hover .bars .up {
  width: 32px;
  left: -16px;
  top: -2px;
}
.trigger:not(.active):hover .bars .bm {
  width: 32px;
  left: -16px;
  top: 2px;
}
.trigger.active .ti span:nth-child(1) {
  top: 2em;
}
.trigger.active .ti span:nth-child(2) {
  top: 0;
}
.trigger.active .bars {
  transform: rotate(360deg);
}
.trigger.active .bars .up {
  top: 0;
  left: -12px;
  transform: rotate(45deg);
}
.trigger.active .bars .bm {
  top: 0;
  left: -12px;
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-FOOTER
/* ---------------------------------------------------------------------------------------- */
.global-footer {
  position: relative;
  padding: 4rem 2rem;
}
.global-footer .copyright {
  font-size: .8125em;
}

#Nav-sns {
  position: fixed;
  top: 0;
  right: 56px;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  #Nav-sns {
    right: 64px;
  }
}
#Nav-sns ul {
  display: table;
}
#Nav-sns ul li {
  display: table-cell;
  vertical-align: top;
}
#Nav-sns ul li a,
#Nav-sns ul li span {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 56px;
  height: 56px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #Nav-sns ul li a,
  #Nav-sns ul li span {
    width: 64px;
    height: 64px;
  }
}
#Nav-sns ul li a svg,
#Nav-sns ul li span svg {
  position: relative;
  margin: auto;
  z-index: 1;
  fill: #EEE;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
#Nav-sns ul li a::after,
#Nav-sns ul li span::after {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #FFF;
  opacity: 0;
  z-index: 0;
  content: ' ';
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
#Nav-sns ul li a:hover svg,
#Nav-sns ul li span:hover svg {
  fill: #81d6f5;
}
#Nav-sns ul li a:hover::after,
#Nav-sns ul li span:hover::after {
  bottom: 0;
  height: 100%;
  opacity: 1;
}
#Nav-sns ul li a.double,
#Nav-sns ul li span.double {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 8rem;
  height: 56px;
  border-right: 1px solid #444;
}
@media print, screen and (min-width: 768px) {
  #Nav-sns ul li a.double,
  #Nav-sns ul li span.double {
    height: 64px;
  }
}
#Nav-sns ul li a.double i,
#Nav-sns ul li span.double i {
  position: relative;
  font-style: normal;
  z-index: 1;
}
#Nav-sns ul li a.double i.btn-movitike,
#Nav-sns ul li span.double i.btn-movitike {
  display: block;
  width: 100%;
  padding: 4px;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  #Nav-sns ul li a.double i.btn-movitike,
  #Nav-sns ul li span.double i.btn-movitike {
    padding: 4px 8px;
  }
}
#Nav-sns ul li a.double i.btn-movitike img,
#Nav-sns ul li span.double i.btn-movitike img {
  margin: auto;
  width: 100%;
  height: auto;
}
#Nav-sns ul li a.double:hover,
#Nav-sns ul li span.double:hover {
  color: #111 !important;
}

/* ---------------------------------------------------------------------------------------- */
/* TEASER
/* ---------------------------------------------------------------------------------------- */
.wrapper-top {
  position: relative;
  width: 100%;
  height: 75vh;
  background-color: #111;
  background-image: url("../img/teaser2020/bg.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 576px) {
  .wrapper-top {
    height: 100vh;
  }
}
.wrapper-top .poster {
  position: relative;
  width: 100%;
  margin: auto;
}
.wrapper-top .poster img {
  width: 100%;
  height: auto;
}

.coming-soon {
  position: absolute;
  bottom: 1rem;
  left: 0;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .coming-soon {
    bottom: 2rem;
  }
}
.coming-soon p {
  font-weight: 900;
  font-size: 1.75em;
  line-height: 1;
  letter-spacing: .1em;
  color: #FFF;
  font-family: 'roboto';
  display: inline-block;
  padding: .35em 0;
  border-top: 1px solid #FFF;
}
@media print, screen and (min-width: 576px) {
  .coming-soon p {
    font-size: 1.75em;
  }
}
@media print, screen and (min-width: 800px) {
  .coming-soon p {
    font-size: 2em;
    border-width: 4px;
  }
}
@media print, screen and (min-width: 960px) {
  .coming-soon p {
    font-size: 2.15em;
  }
}

.date {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  width: 280px;
  max-width: 60%;
  filter: drop-shadow(0 0 0.25rem black);
}
@media print, screen and (min-width: 576px) {
  .date {
    bottom: 2rem;
    left: 2rem;
    max-width: 70%;
  }
}
.date img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------------------------------- */
/* MOVITIKE
/* ---------------------------------------------------------------------------------------- */
.scn-norm#About-movitike {
  background-color: #181818;
  color: #FFF;
  padding: 3rem 0;
  margin: 0;
}
@media print, screen and (min-width: 800px) {
  .scn-norm#About-movitike {
    padding: 3rem 0;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm#About-movitike {
    padding: 4rem 0;
  }
}
.scn-norm#About-movitike .lead {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .scn-norm#About-movitike .lead {
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  .scn-norm#About-movitike .lead br {
    display: none;
  }
}
.scn-norm#About-movitike .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin-bottom: -2rem;
}
.scn-norm#About-movitike .row .col {
  width: 100%;
  max-width: 480px;
  padding: 1rem 0 2rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .scn-norm#About-movitike .row .col {
    width: 50%;
    padding: 2rem 1rem;
    margin: 0;
    max-width: none;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm#About-movitike .row .col {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-norm#About-movitike .row .col {
    padding: 2rem;
  }
}
.scn-norm#About-movitike .row .col h4 {
  text-align: center;
  border-bottom: 1px dotted #555;
  padding-bottom: .75em;
  color: #DDD;
}
.scn-norm#About-movitike .row .col .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 576px) {
  .scn-norm#About-movitike .row .col .inner {
    max-width: none;
    margin: 0;
  }
}
.scn-norm#About-movitike .row .col .inner .fig {
  width: 100%;
  padding-bottom: 1em;
}
@media print, screen and (min-width: 576px) {
  .scn-norm#About-movitike .row .col .inner .fig {
    width: 45%;
  }
}
.scn-norm#About-movitike .row .col .inner .desc {
  width: 100%;
}
@media print, screen and (min-width: 576px) {
  .scn-norm#About-movitike .row .col .inner .desc {
    width: 55%;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm#About-movitike .row .col .inner .desc {
    padding-left: 1.5rem;
  }
}
.scn-norm#About-movitike .row .col p {
  font-size: .875em;
}
@media print, screen and (max-width: 959px) {
  .scn-norm#About-movitike .row .col p br {
    display: none;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* MOVITIKE
/* ---------------------------------------------------------------------------------------- */
.scn-norm#Theaters {
  background-color: #111;
  color: #FFF;
}
.scn-norm#Theaters .lead {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .scn-norm#Theaters .lead {
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  .scn-norm#Theaters .lead br {
    display: none;
  }
}

.nav-theaters {
  position: relative;
  text-align: center;
  font-size: .92em;
}
.nav-theaters ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
}
.nav-theaters ul li {
  display: block;
  margin: 0;
  width: 33.333333%;
  padding: 1px;
}
@media print, screen and (min-width: 576px) {
  .nav-theaters ul li {
    width: 25%;
  }
}
@media print, screen and (min-width: 768px) {
  .nav-theaters ul li {
    width: 14.28%;
  }
}
.nav-theaters ul li a {
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em .25em;
  background-color: #333;
  border-radius: .25em;
}
.nav-theaters ul li a:hover {
  background-color: #666;
}

.wrap-schedule {
  position: relative;
  margin-top: 2em;
}

.region {
  position: relative;
  padding-top: 2rem;
}
.region + .region {
  margin-top: 1.5em;
}
.region h3 {
  color: #666;
  margin-bottom: 0;
  padding-bottom: .25em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.dl-theaters {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: -1px;
}
.dl-theaters dt {
  padding: 1em 0 .5em;
  font-weight: bold;
  margin: 0;
  color: #AAA;
}
@media print, screen and (min-width: 576px) {
  .dl-theaters dt {
    float: left;
    width: 6em;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 1em 0;
  }
}
.dl-theaters dd {
  position: relative;
  overflow: hidden;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 1em 0;
  margin: 0;
}
@media print, screen and (min-width: 576px) {
  .dl-theaters dd {
    position: relative;
    margin-left: 6em;
    padding: 0;
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
  }
}
.dl-theaters dd .m {
  display: block;
  overflow: hidden;
}
.dl-theaters dd span {
  display: block;
}
@media print, screen and (min-width: 576px) {
  .dl-theaters dd span {
    float: left;
    padding: 1em;
  }
}
.dl-theaters dd span.nm {
  font-size: 1.15em;
  font-weight: bold;
  width: 100%;
}
@media print, screen and (min-width: 576px) {
  .dl-theaters dd span.nm {
    width: 65%;
    font-size: 1em;
  }
}
.dl-theaters dd span.sch {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
@media print, screen and (min-width: 576px) {
  .dl-theaters dd span.sch {
    float: right;
    width: 35%;
    text-align: right;
  }
}
.dl-theaters dd span.tel {
  display: block;
}
@media print, screen and (min-width: 576px) {
  .dl-theaters dd span.tel {
    width: 20%;
    padding-right: 2em;
    text-align: left;
    font-size: 1em;
    white-space: nowrap;
  }
}
.dl-theaters a {
  text-decoration: none;
  color: #EEE;
}
.dl-theaters a:hover {
  color: #FFF;
  text-shadow: 0 0 0.5rem white;
}
.dl-theaters .end a,
.dl-theaters .end a:hover {
  color: #888;
  cursor: default;
}
.dl-theaters .remarks {
  position: relative;
  display: block;
  padding: .5em 0 1em;
}
.dl-theaters .remarks p {
  font-size: .8125em;
  line-height: 1.4;
}
@media print, screen and (min-width: 576px) {
  .dl-theaters .remarks {
    padding: 0 1em 1em;
  }
}

.scn-norm {
  padding: 4rem 0 3rem;
}
@media print, screen and (min-width: 800px) {
  .scn-norm {
    padding: 3rem 0;
  }
}
@media print, screen and (min-width: 960px) {
  .scn-norm {
    padding: 4rem 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .scn-norm {
    padding: 6rem 0;
  }
}
.scn-norm h2.en {
  font-family: 'roboto', Arial, Helvetica, "sans-serif";
  font-weight: 900;
  letter-spacing: .2em;
  font-size: 1em;
  display: block;
}
.scn-norm h2.en span {
  display: inline-block;
  padding-bottom: .5em;
  border-bottom: 1px dotted rgba(0, 183, 206, 0.5);
}

.fig-norm {
  margin: 2rem -2rem;
}
@media print, screen and (min-width: 800px) {
  .fig-norm {
    margin: 3rem -2rem;
  }
}
.fig-norm.no-sp {
  margin: 0;
}
.fig-norm img {
  width: 100%;
  height: auto;
}

.interlude {
  position: relative;
  width: 100%;
  padding-top: 50%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140% auto;
}
@media print, screen and (min-width: 800px) {
  .interlude {
    padding-top: 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* Director's note
/* ---------------------------------------------------------------------------------------- */
#D-note {
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: url("../img/d-note/bg.jpg");
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  padding: 4rem 0;
}
@media print, screen and (min-width: 800px) {
  #D-note {
    padding: 5rem 0;
  }
}
@media print, screen and (min-width: 960px) {
  #D-note {
    padding: 7rem 0;
  }
}
@media print, screen and (min-width: 1200px) {
  #D-note {
    padding: 10rem 0;
  }
}
#D-note .inner {
  display: inline-block;
  margin: auto;
}
#D-note .inner p {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2;
}
#D-note .inner p.signature {
  text-align: right;
  letter-spacing: .1em;
}

/* ---------------------------------------------------------------------------------------- */
/* Introduction
/* ---------------------------------------------------------------------------------------- */
.intro-1st {
  max-width: 720px;
  display: block;
  line-height: 2;
}

.intro-2nd {
  max-width: 720px;
  display: block;
  margin-left: auto;
  line-height: 2;
}

/* ---------------------------------------------------------------------------------------- */
/* Story
/* ---------------------------------------------------------------------------------------- */
#Story {
  background-color: #151515;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url("../img/story/bg.jpg");
  padding-bottom: 40%;
}
#Story p {
  display: block;
  max-width: 720px;
  line-height: 2;
}

/* ---------------------------------------------------------------------------------------- */
/* Cast
/* ---------------------------------------------------------------------------------------- */
.cast {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin-left: -1rem;
  margin-right: -1rem;
}
.cast--item {
  width: 100%;
  padding: 1rem;
}
@media print, screen and (min-width: 768px) {
  .cast--item {
    width: 50%;
  }
}
.cast--item.large {
  width: 100%;
}
@media print, screen and (min-width: 576px) {
  .cast--item.large {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
@media print, screen and (min-width: 960px) {
  .cast--item.large {
    width: 50%;
  }
}
.cast--item.large .ph {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 576px) {
  .cast--item.large .ph {
    width: 128px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .cast--item.large .ph {
    width: 128px;
  }
}
@media print, screen and (min-width: 1200px) {
  .cast--item.large .ph {
    width: 168px;
  }
}
.cast--item.large .ph img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 576px) {
  .cast--item.large .txt {
    width: calc(100% - 128px);
    padding-left: 1.5em;
  }
}
@media print, screen and (min-width: 960px) {
  .cast--item.large .txt {
    width: calc(100% - 128px);
  }
}
@media print, screen and (min-width: 1200px) {
  .cast--item.large .txt {
    width: calc(100% - 168px);
  }
}
.cast .name {
  position: relative;
  display: block;
  padding-bottom: 1em;
  margin-bottom: 1em;
  color: #00B7CE;
  line-height: 1.2;
}
.cast .name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: ' ';
  background: linear-gradient(to left, rgba(190, 79, 87, 0.3) 0, rgba(0, 183, 206, 0.3) 100%);
}
.cast .name span {
  display: block;
  font-feature-setting: 'palt';
}
.cast .name span small {
  font-size: .8125em;
  letter-spacing: .1em;
  font-family: 'roboto', Arial, Helvetica, "sans-serif";
  font-weight: 900;
  opacity: .7;
}
.cast .name span.na {
  font-size: 1.25em;
  color: #02e3ff;
  margin-bottom: .5em;
}
.cast .name span.na small {
  font-size: .65em;
  display: inline-block;
}
.cast .name span.nb {
  font-size: .875em;
  font-weight: 700;
  color: #008a9b;
}
.cast .profile {
  font-size: .875em;
  line-height: 1.5;
  color: #DDD;
}

/* ---------------------------------------------------------------------------------------- */
/* Crew
/* ---------------------------------------------------------------------------------------- */
#Crew {
  background-color: rgba(0, 0, 0, 0.8);
}

.crew {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin-left: -1rem;
  margin-right: -1rem;
}
.crew--item {
  width: 100%;
  padding: 1rem;
}
@media print, screen and (min-width: 768px) {
  .crew--item {
    width: 50%;
  }
}
.crew .name {
  position: relative;
  display: block;
  padding-bottom: 1em;
  margin-bottom: 1em;
  color: #00B7CE;
  line-height: 1.2;
}
.crew .name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: ' ';
  background: linear-gradient(to left, rgba(190, 79, 87, 0.3) 0, rgba(0, 183, 206, 0.3) 100%);
}
.crew .name span {
  display: block;
  font-feature-setting: 'palt';
}
.crew .name span small {
  display: inline-block;
  font-size: .6em;
  letter-spacing: .1em;
  font-family: 'roboto', Arial, Helvetica, "sans-serif";
  font-weight: 900;
  opacity: .7;
}
.crew .name span.title {
  font-size: .92em;
  font-weight: 700;
  color: #008a9b;
  margin-bottom: .5em;
}
.crew .name span.n {
  font-size: 1.15em;
  color: #02e3ff;
}
.crew .name span.n.en {
  font-family: 'roboto', Arial, Helvetica, "sans-serif";
  font-weight: 700;
  letter-spacing: .15em;
  color: #00c0d8;
}
.crew .profile {
  font-size: .875em;
  line-height: 1.5;
  color: #DDD;
}

div#modalMask {
  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;
  opacity: 0;
}

#MdTrailer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #000;
}

#MdTrailer.md-ver {
  padding-top: 178%;
}

#MdTrailer iframe,
#MdTrailer .vd-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#MdTrailer iframe video,
#MdTrailer .vd-container video {
  width: 100%;
  height: 100%;
}

#MdTrailer.vd-ver #vd-mpg {
  width: auto;
  height: 100%;
}

.modal .modalBtns {
  z-index: 1000;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: left;
  top: -40px;
  right: -40px;
}

.modal .modalBtns a.modalBtn-close {
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  display: block;
}

.modal .modalBtns a.modalBtn-close {
  background: url(../img/common/close-modal.svg) no-repeat center;
}
