@charset "UTF-8";
/*
Theme Name: TTABF Theme
Theme URI: 
Author: the WordPress team
Author URI: http://wordpress.org/
Description: 
Version: 0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* CSS RESET */
html, body, div, .padder, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

fieldset, img {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, object, embed {
  display: block;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

nav ul, nav li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  width: auto;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a, .no-touch a:hover, .no-touch a:visited:hover, a:active, .no-touch a:active:hover {
  outline: none;
}

/* a,.no-touch a:hover,.no-touch a:visited:hover,a:visited{text-decoration: none} */
a {
  outline: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

img {
  color: transparent;
  font-size: 0;
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

/* __Basic
---------------------------------------------------------------------- */
/* green */
/* line / hover */
/* __HTML__BODY
---------------------------------------------------------------- */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body {
  font-family: 'Linotype Univers W01', 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6', 'ＭＳ Ｐゴシック',  'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  background-color: #fff;
}

body {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: normal;
  color: #000;
  margin: 0;
  padding: 0;
}

body.home {
  /* position: fixed; */
}

:focus {
  outline: 0;
}

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

::-moz-selection {
  background: #00f;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #00f;
  color: #fff;
  text-shadow: none;
}

hr {
  border-top: 2px solid #000;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* __H
---------------------------------------------------------------- */
h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* __H1
-------------------------- */
h1 {
  font-size: 30px;
  line-height: 1.0em;
  font-weight: 700;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  h1 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  h1 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 20em) {
  h1 {
    font-size: 20px;
  }
}

h1.page-title,
h1.page-subtitle,
h1.article-title {
  margin-bottom: 0.75em;
  line-height: 1.5;
}

h1.about-title {
  line-height: 1.4em;
}

h1.about-title span,
h1.page-title span,
h1.article-title span {
  border-bottom: 3px solid;
}

h1.sub-title {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  h1.sub-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  h1.sub-title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  h1.sub-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 20em) {
  h1.sub-title {
    font-size: 18px;
  }
}

/* __H2__H3
-------------------------- */
h2,
p.day,
h2.neighbours-title,
h2.outdoorlounge-title,
h2.playground-title,
h2.parklive-title,
h2.views-title,
h2.access-title,
h2.booksigning-title {
  font-size: 20px;
  line-height: 1.6em;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  h2,
  p.day,
  h2.neighbours-title,
  h2.outdoorlounge-title,
  h2.playground-title,
  h2.parklive-title,
  h2.views-title,
  h2.access-title,
  h2.booksigning-title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  h2,
  p.day,
  h2.neighbours-title,
  h2.outdoorlounge-title,
  h2.playground-title,
  h2.parklive-title,
  h2.views-title,
  h2.access-title,
  h2.booksigning-title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  h2,
  p.day,
  h2.neighbours-title,
  h2.outdoorlounge-title,
  h2.playground-title,
  h2.parklive-title,
  h2.views-title,
  h2.access-title,
  h2.booksigning-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 20em) {
  h2,
  p.day,
  h2.neighbours-title,
  h2.outdoorlounge-title,
  h2.playground-title,
  h2.parklive-title,
  h2.views-title,
  h2.access-title,
  h2.booksigning-title {
    font-size: 16px;
  }
}

h2.gallery-title,
h3,
h3.partner-name,
h3.exhibitors-name,
h3.neighbours-name,
h3.outdoorlounge-name,
.category-nav li a,
.date-title,
p.parklive-date,
p.day {
  font-size: 18px;
  line-height: 1.4em;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  h2.gallery-title,
  h3,
  h3.partner-name,
  h3.exhibitors-name,
  h3.neighbours-name,
  h3.outdoorlounge-name,
  .category-nav li a,
  .date-title,
  p.parklive-date,
  p.day {
    font-size: 16px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  h2.gallery-title,
  h3,
  h3.partner-name,
  h3.exhibitors-name,
  h3.neighbours-name,
  h3.outdoorlounge-name,
  .category-nav li a,
  .date-title,
  p.parklive-date,
  p.day {
    font-size: 14px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  h2.gallery-title,
  h3,
  h3.partner-name,
  h3.exhibitors-name,
  h3.neighbours-name,
  h3.outdoorlounge-name,
  .category-nav li a,
  .date-title,
  p.parklive-date,
  p.day {
    font-size: 14px;
  }
}

@media only screen and (max-width: 20em) {
  h2.gallery-title,
  h3,
  h3.partner-name,
  h3.exhibitors-name,
  h3.neighbours-name,
  h3.outdoorlounge-name,
  .category-nav li a,
  .date-title,
  p.parklive-date,
  p.day {
    font-size: 14px;
  }
}

h2.article-title {
  margin-top: 0.3em;
  line-height: 1.4em;
}

@media only screen and (max-width: 64em) {
  h2.article-title {
    margin-top: 0.6em;
  }
}

h2.app-comp-title {
  font-size: 22px;
  margin: 10% 0 5% 0;
  color: #00f;
  font-weight: bold;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  h2.app-comp-title {
    font-size: 20px;
  }
}

h2.parklive-title {
  display: inline-block;
  margin-left: 2em;
  position: absolute;
  left: 25%;
}

p.parklive-date {
  display: inline-block;
}

h2.access-title {
  display: inline-block;
  padding-bottom: 0.4em;
  position: relative;
  width: 100%;
  border-bottom: 2px solid;
  margin: 1.0em 0;
}

/* __H3
-------------------------- */
h3.exhibitors-name,
h3.neighbours-name,
h3.outdoorlounge-name {
  cursor: pointer;
}

/* __H4
-------------------------- */
h4 {
  font-size: 14px;
  line-height: 1.6em;
}

/* __P
---------------------------------------------------------------- */
p,
.page-col li,
p.article-caption {
  font-size: 14px;
  line-height: 1.8em;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  p,
  .page-col li,
  p.article-caption {
    font-size: 13px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  p,
  .page-col li,
  p.article-caption {
    font-size: 12px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  p,
  .page-col li,
  p.article-caption {
    font-size: 12px;
  }
}

@media only screen and (max-width: 20em) {
  p,
  .page-col li,
  p.article-caption {
    font-size: 12px;
  }
}

p.article-caption {
  line-height: 1.4em;
  margin-top: 0.4em;
}

.partner-text p,
.exhibitors-text p,
.neighbours-text p,
.outdoorlounge-text p,
.parklive-text p,
.exhibitions-excerpt p,
.a.readmore,
p.hero-copyrigh {
  font-size: 12px;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .partner-text p,
  .exhibitors-text p,
  .neighbours-text p,
  .outdoorlounge-text p,
  .parklive-text p,
  .exhibitions-excerpt p,
  .a.readmore,
  p.hero-copyrigh {
    font-size: 12px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .partner-text p,
  .exhibitors-text p,
  .neighbours-text p,
  .outdoorlounge-text p,
  .parklive-text p,
  .exhibitions-excerpt p,
  .a.readmore,
  p.hero-copyrigh {
    font-size: 12px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .partner-text p,
  .exhibitors-text p,
  .neighbours-text p,
  .outdoorlounge-text p,
  .parklive-text p,
  .exhibitions-excerpt p,
  .a.readmore,
  p.hero-copyrigh {
    font-size: 12px;
  }
}

@media only screen and (max-width: 20em) {
  .partner-text p,
  .exhibitors-text p,
  .neighbours-text p,
  .outdoorlounge-text p,
  .parklive-text p,
  .exhibitions-excerpt p,
  .a.readmore,
  p.hero-copyrigh {
    font-size: 12px;
  }
}

p.image-caption {
  font-size: 10px;
  line-height: 1.4em;
  margin-top: 0.2em;
}

.single .exhibitions-excerpt p {
  font-size: 14px;
}

.simcal-default-calendar .simcal-tooltip-content {
  font-size: 14px !important;
  line-height: 1.4em;
}

p.web {
  line-height: 1.4em;
}

/* __A
---------------------------------------------------------------- */
a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid;
}

a:hover {
  border-bottom: none;
}

a.fade,
li.fade {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  opacity: 1.0;
  display: block;
}

a.fade:hover,
li.fade:hover {
  opacity: 0.8;
}

/* __ul li
---------------------------------------------------------------- */
article ul li,
article ol li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

article .gc-wrap ul li,
article .gc-wrap ol li {
  padding-left: 0;
  text-indent: 0;
}

article ol li {
  list-style: inside decimal;
}

article ol li ul li {
  list-style: none;
}

article ul.number-2 li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* __Nav
---------------------------------------------------------------- */
/* __Header
-------------------------- */
.header {
  display: block;
  position: fixed;
  width: 100%;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 5000;
}

.home .header {
  display: block;
  position: static;
}

.h-right {
  text-align: right;
  position: fixed;
  right: 14%;
  top: calc(30px - 0.2em);
  z-index: 5000;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .h-right {
    right: 12%;
    top: 20px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .h-right {
    right: 12%;
    top: 20px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .h-right {
    right: 13%;
    top: 15px;
  }
}

@media only screen and (max-width: 20em) {
  .h-right {
    right: 15%;
    top: 15px;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  .h-right {
    right: 14%;
    top: 20px;
  }
}

/* ___H_right
------------------------------------ */
.h-right li {
  font-size: 18px;
  margin-bottom: 0.4em;
  line-height: 1.2em;
}

.h-right li a {
  color: #000;
}

.home .header.w .h-right li a {
  color: #fff;
}

.home .header.b .h-right li a {
  color: #000;
}

.page .h-right li a,
.archive .h-right li a,
.single .h-right li a {
  color: #000;
}

.lang-nav li,
.hr-nav li.menu-item,
.mobile-nav li.menu-item {
  font-size: 18px;
  line-height: 1.2em;
  display: block;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .lang-nav li,
  .hr-nav li.menu-item,
  .mobile-nav li.menu-item {
    font-size: 18px;
    margin-bottom: 0.6em;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .lang-nav li,
  .hr-nav li.menu-item,
  .mobile-nav li.menu-item {
    font-size: 17px;
    margin-bottom: 0.6em;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .lang-nav li,
  .hr-nav li.menu-item,
  .mobile-nav li.menu-item {
    font-size: 16px;
    margin-bottom: 0.4em;
  }
}

@media only screen and (max-width: 20em) {
  .lang-nav li,
  .hr-nav li.menu-item,
  .mobile-nav li.menu-item {
    font-size: 15px;
    margin-bottom: 0.4em;
  }
}

.lang-nav li {
  display: inline-block;
  margin: 0.8em 0;
}

.h-right li.menu-spacer,
.mobile-wrap li.menu-spacer {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1em;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .h-right li.menu-spacer,
  .mobile-wrap li.menu-spacer {
    font-size: 18px;
    margin-bottom: 0.6em;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .h-right li.menu-spacer,
  .mobile-wrap li.menu-spacer {
    font-size: 16px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .h-right li.menu-spacer,
  .mobile-wrap li.menu-spacer {
    font-size: 16px;
  }
}

.h-right li.menu-privacy-policy,
.mobile-wrap li.menu-privacy-policy,
.h-right li.menu-community-agreement,
.mobile-wrap li.menu-community-agreement {
  font-size: 13px;
  line-height: 1.4em;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .h-right li.menu-privacy-policy,
  .mobile-wrap li.menu-privacy-policy,
  .h-right li.menu-community-agreement,
  .mobile-wrap li.menu-community-agreement {
    font-size: 13px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .h-right li.menu-privacy-policy,
  .mobile-wrap li.menu-privacy-policy,
  .h-right li.menu-community-agreement,
  .mobile-wrap li.menu-community-agreement {
    font-size: 12px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .h-right li.menu-privacy-policy,
  .mobile-wrap li.menu-privacy-policy,
  .h-right li.menu-community-agreement,
  .mobile-wrap li.menu-community-agreement {
    font-size: 12px;
  }
}

.home .h-right .midnightHeader.gray li a {
  color: #000;
}

.home .h-right .midnightHeader.black li a {
  color: #000;
}

.menu-access {
  margin-top: 1.5em;
}

/* __sb-slidebar
---------------------------------------------------------------- */
li.sb-toggle-right {
  display: none;
}

@media only screen and (max-width: 64em) {
  li.sb-toggle-right {
    display: block;
    cursor: pointer;
    display: inline-block;
  }
}

.sb-slidebar.sb-active {
  display: none;
}

@media only screen and (max-width: 64em) {
  .sb-slidebar.sb-active {
    display: block;
    padding: 25px;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .sb-slidebar.sb-active {
    display: block;
    padding: 25px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .sb-slidebar.sb-active {
    display: block;
    padding: 25px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .sb-slidebar.sb-active {
    display: block;
    padding: 20px;
  }
}

@media only screen and (max-width: 20em) {
  .sb-slidebar.sb-active {
    display: block;
    padding: 20px;
  }
}

.pc-wrap li.menu-about,
.pc-wrap li.menu-application,
.pc-wrap li.menu-booth,
.pc-wrap li.menu-zms,
.pc-wrap .qtranxs_language_chooser {
  display: block;
}

li.menu-application a {
  cursor: pointer;
}

@media only screen and (max-width: 64em) {
  .pc-wrap ul.hr-nav,
  .pc-wrap ul.lang-nav,
  .pc-wrap ul.hsns-nav {
    display: none;
  }
}

@media only screen and (max-width: 64em) {
  .sb-slidebar a {
    border-bottom: none;
  }
}

@media only screen and (max-width: 64em) {
  .sb-slidebar a:hover,
  .sb-slidebar li.active a,
  li.current-menu-item a {
    border-bottom: 2px solid;
  }
}

@media only screen and (max-width: 64em) {
  .sb-slidebar li,
  ul.lang-nav,
  ul.hsns-nav {
    text-align: right;
  }
}

@media only screen and (max-width: 64em) {
  .sb-slidebar li.menu-application a,
  .sb-slidebar li.menu-application a:hover {
    border-bottom: none;
    cursor: auto;
  }
}

@media only screen and (max-width: 64em) {
  .sb-slidebar ul.sub-menu li.current-menu-item a,
  .sb-slidebar ul.sub-menu li a:hover {
    border-bottom: 1px solid;
  }
}

/* ___Movile Nav
------------------------------------ */
.mobile-nav {
  line-height: 0;
  z-index: 6000;
  display: none;
}

@media only screen and (max-width: 64em) {
  .mobile-nav {
    display: block;
  }
}

.mobile-nav li.menu-item a {
  color: #000;
}

.home .header.w .mobile-nav li a {
  color: #fff;
}

.home .header.b .mobile-nav li a {
  color: #000;
}

.page .mobile-nav li.menu-item a,
.archive .mobile-nav li.menu-item a,
.single .mobile-nav li.menu-item a {
  color: #000;
}

.sb-slidebar li a {
  color: #000;
}

/* ___SNS
------------------------------------ */
.hsns-nav li.sns,
.exhibitors-text .sns p,
.neighbours-text .sns p,
.outdoorlounge-text .sns p {
  display: inline-block;
  margin: 0.8em 0 0.8em 0.2em;
  width: 23px;
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .hsns-nav li.sns,
  .exhibitors-text .sns p,
  .neighbours-text .sns p,
  .outdoorlounge-text .sns p {
    width: 20px;
  }
}

@media only screen and (max-width: 20em) {
  .hsns-nav li.sns,
  .exhibitors-text .sns p,
  .neighbours-text .sns p,
  .outdoorlounge-text .sns p {
    width: 20px;
  }
}

.exhibitors-text .sns p,
.neighbours-text .sns p,
.outdoorlounge-text .sns p {
  width: 20px;
  margin: 0;
  margin-right: 0.50em;
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .exhibitors-text .sns p,
  .neighbours-text .sns p,
  .outdoorlounge-text .sns p {
    width: 17px;
  }
}

@media only screen and (max-width: 20em) {
  .exhibitors-text .sns p,
  .neighbours-text .sns p,
  .outdoorlounge-text .sns p {
    width: 17px;
  }
}

.hsns-nav li.sns a,
.exhibitors-text .sns p a {
  display: block;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: “alpha(opacity=100) ”;
}

.hsns-nav li.sns a:hover,
.exhibitors-text .sns p a:hover {
  border: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70) ”;
}

.header a,
.article-nav a,
.archive-nav a,
.category-nav a {
  border-bottom: none;
}

html:lang(ja) .lang-nav li:first-of-type a,
html:lang(en-US) .lang-nav li:last-of-type a,
.header a:hover,
.header li.active a,
.lang-nav a.active,
li.current-menu-item a,
li.sb-toggle-right:hover,
.article-nav a:hover,
.archive-nav a:hover,
.category-nav a:hover,
.category-nav li.current-menu-item a,
.post-type-archive-news li.menu-news a,
.post-type-archive-exhibitors li.menu-exhibitors a,
.post-type-archive-events li.menu-events a,
.tax-exhibitor_type li.menu-exhibitors a,
.tax-days li.menu-events a,
.single-news li.menu-news a,
.single-events li.menu-events a,
.single-exhibitions li.menu-exhibitions a,
.post-type-archive-ge_exhibitors li.menu-exhibitors a,
.post-type-archive-ge_news li.menu-news a,
.post-type-archive-ge_zms li.menu-zms a,
.post-type-archive-ge_events li.menu-events a,
.post-type-archive-ge_exhibitions li.menu-exhibitions a,
.single-ge_news li.menu-news a,
.single-ge_events li.menu-events a,
.single-ge_exhibitions li.menu-exhibitions a,
.single-guest_country li.menu-guest-country a,
.page-apply-for-booth-form li.menu-booth,
.single-special_booths .menu-special-booths a {
  border-bottom: 2px solid;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  li.sb-toggle-right:hover {
    text-decoration: none;
  }
}

.article-nav li.none-link a,
.archive-nav li.none-link a,
.category-nav li.none-link a {
  cursor: default;
  border-bottom: none;
}

/* __Main
---------------------------------------------------------------- */
main {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}

/* __Section
---------------------------------------------------------------- */
section {
  /* max-width: 1920px; */
}

section:after {
  content: " ";
  display: block;
  clear: both;
}

header {
  position: relative;
  margin: 0;
  width: 100%;
}

header.header-contact {
  margin: 3em 0;
}

header.app-header,
header.about-header,
header.article-header {
  width: 100%;
}

/* __Home Hero
---------------------------------------------------------------- */
.home .hero,
.home .hero_movie,
.home .h-right,
.home .mobile-nav {
  opacity: 0;
  -moz-transition: opacity 1s 0.6s;
  -webkit-transition: opacity 1s 0.6s;
  -o-transition: opacity 1s 0.6s;
  -ms-transition: opacity 1s 0.6s;
  -khtml-transition: opacity 1s 0.6s;
  transition: opacity 1s 0.6s;
}

/* __Home logo
-------------------------------- */
.link_clip {
  display: block;
  z-index: 1;
  position: absolute;
  border: none;
  clip: rect(1px auto auto 1px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: auto;
  -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
}

a.link_year_pc {
  z-index: 20000;
  display: block;
  border: none;
  margin: auto;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 9.4%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  a.link_year_pc {
    top: 20px;
    right: 20px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  a.link_year_pc {
    top: 20px;
    right: 20px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  a.link_year_pc {
    top: 15px;
    right: 15px;
  }
}

@media only screen and (max-width: 20em) {
  a.link_year_pc {
    top: 15px;
    right: 15px;
  }
}

a.link_year_mobile {
  display: block;
  border: none;
  z-index: 20000;
  position: fixed;
  top: 30px;
  right: 30px;
  width: auto;
  height: 95%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  a.link_year_mobile {
    height: 95%;
    top: 20px;
    right: 20px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  a.link_year_mobile {
    height: 95%;
    top: 20px;
    right: 20px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  a.link_year_mobile {
    height: 95%;
    top: 15px;
    right: 15px;
  }
}

@media only screen and (max-width: 20em) {
  a.link_year_mobile {
    height: 95%;
    top: 15px;
    right: 15px;
  }
}

img.year_mobile {
  max-height: 100%;
  /* width: 30px; */
  height: 100%;
}

img.info_ja_pc,
img.info_en_pc {
  z-index: 20000;
  position: absolute;
  /* position: fixed; */
  bottom: 30px;
  right: 30px;
  width: 27%;
  display: block;
}

@media only screen and (max-width: 64em) {
  img.info_ja_pc,
  img.info_en_pc {
    display: none;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  img.info_ja_pc,
  img.info_en_pc {
    width: 29%;
    bottom: 20px;
    right: 20px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  img.info_ja_pc,
  img.info_en_pc {
    width: 32%;
    bottom: 20px;
    right: 20px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  img.info_ja_pc,
  img.info_en_pc {
    width: 32%;
    bottom: 15px;
    right: 15px;
  }
}

@media only screen and (max-width: 20em) {
  img.info_ja_pc,
  img.info_en_pc {
    width: 32%;
    bottom: 15px;
    right: 15px;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  img.info_ja_pc,
  img.info_en_pc {
    display: block;
  }
}

img.info_ja_mobie,
img.info_en_mobile {
  z-index: 20000;
  position: absolute;
  /* position: fixed; */
  bottom: 30px;
  left: 30px;
  display: none;
}

@media only screen and (max-width: 64em) {
  img.info_ja_mobie,
  img.info_en_mobile {
    display: block;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  img.info_ja_mobie,
  img.info_en_mobile {
    display: block;
    width: 50%;
    height: auto;
    left: 20px;
    bottom: auto;
    top: 20px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  img.info_ja_mobie,
  img.info_en_mobile {
    display: block;
    width: 60%;
    height: auto;
    left: 20px;
    bottom: auto;
    top: 20px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  img.info_ja_mobie,
  img.info_en_mobile {
    display: block;
    width: 70%;
    height: auto;
    left: 15px;
    bottom: auto;
    top: 20px;
  }
}

@media only screen and (max-width: 20em) {
  img.info_ja_mobie,
  img.info_en_mobile {
    display: block;
    width: 70%;
    height: auto;
    left: 15px;
    bottom: auto;
    top: 20px;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  img.info_ja_mobie,
  img.info_en_mobile {
    display: none;
  }
}

a.link_std {
  z-index: 20000;
  display: block;
  border: none;
  margin: auto;
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 8.8%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  a.link_std {
    bottom: 20px;
    left: 20px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  a.link_std {
    bottom: 20px;
    left: 20px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  a.link_std {
    bottom: 15px;
    left: 15px;
  }
}

@media only screen and (max-width: 20em) {
  a.link_std {
    bottom: 15px;
    left: 15px;
  }
}

img.std_mobile {
  z-index: 20000;
  position: fixed;
  top: 30px;
  left: 30px;
  width: 60%;
  display: none !important;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  img.std_mobile {
    width: 60%;
    top: 20px;
    left: 20px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  img.std_mobile {
    width: 65%;
    top: 20px;
    left: 20px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  img.std_mobile {
    width: 75%;
    top: 15px;
    left: 15px;
  }
}

@media only screen and (max-width: 20em) {
  img.std_mobile {
    width: 75%;
    top: 15px;
    left: 15px;
  }
}

.home img.year_mobile,
.page img.year_mobile,
.archive img.year_mobile,
.single img.year_mobile,
.home img.std_mobile,
.page img.std_mobile,
.archive img.std_mobile,
.single img.std_mobile {
  z-index: 20000;
  display: none;
}

@media only screen and (max-width: 64em) {
  .home img.year_mobile,
  .page img.year_mobile,
  .archive img.year_mobile,
  .single img.year_mobile,
  .home img.std_mobile,
  .page img.std_mobile,
  .archive img.std_mobile,
  .single img.std_mobile {
    display: block;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  .home img.year_mobile,
  .page img.year_mobile,
  .archive img.year_mobile,
  .single img.year_mobile,
  .home img.std_mobile,
  .page img.std_mobile,
  .archive img.std_mobile,
  .single img.std_mobile {
    display: none;
  }
}

.home img.year_pc,
.page img.year_pc,
.archive img.year_pc,
.single img.year_pc,
.home img.std_pc,
.page img.std_pc,
.archive img.std_pc,
.single img.std_pc {
  z-index: 20000;
  display: block;
}

@media only screen and (max-width: 64em) {
  .home img.year_pc,
  .page img.year_pc,
  .archive img.year_pc,
  .single img.year_pc,
  .home img.std_pc,
  .page img.std_pc,
  .archive img.std_pc,
  .single img.std_pc {
    display: none;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  .home img.year_pc,
  .page img.year_pc,
  .archive img.year_pc,
  .single img.year_pc,
  .home img.std_pc,
  .page img.std_pc,
  .archive img.std_pc,
  .single img.std_pc {
    display: block;
  }
}

a.link_tabf {
  display: none;
}

img.tabf {
  z-index: 20000;
  position: absolute;
  /* position: fixed; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: 90%;
}

@media only screen and (min-width: 90em) and (max-width: 120em) {
  img.tabf {
    width: auto;
    height: 90%;
  }
}

@media only screen and (min-width: 80em) and (max-width: 90em) {
  img.tabf {
    width: auto;
    height: 85%;
  }
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  img.tabf {
    width: auto;
    height: 80%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  img.tabf {
    width: 60%;
    height: auto;
    right: auto;
    left: 20px;
    bottom: 20%;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  img.tabf {
    width: 65%;
    height: auto;
    right: auto;
    left: 20px;
    bottom: 15%;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  img.tabf {
    width: 75%;
    height: auto;
    right: auto;
    left: 15px;
    bottom: 10%;
  }
}

@media only screen and (max-width: 20em) {
  img.tabf {
    width: 75%;
    height: auto;
    right: auto;
    left: 15px;
    bottom: 10%;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  img.tabf {
    width: auto;
    height: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

a.link_tickets {
  z-index: 20000;
  position: fixed;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 20%;
  max-width: 300px;
  min-width: 200px;
  border: none;
  text-decoration: none;
}

@media only screen and (max-width: 64em) {
  a.link_tickets {
    top: auto;
    bottom: 20px;
    left: 20px;
    width: 40%;
    max-width: 240px;
    min-width: 160px;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  a.link_tickets {
    top: auto;
    bottom: 20px;
    left: 20px;
    width: 40%;
    max-width: 240px;
    min-width: 160px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  a.link_tickets {
    top: auto;
    bottom: 20px;
    left: 20px;
    width: 40%;
    max-width: 240px;
    min-width: 160px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  a.link_tickets {
    top: auto;
    bottom: 15px;
    left: 15px;
    width: 40%;
    max-width: 240px;
    min-width: 160px;
  }
}

@media only screen and (max-width: 20em) {
  a.link_tickets {
    top: auto;
    bottom: 15px;
    left: 15px;
    width: 40%;
    max-width: 240px;
    min-width: 160px;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  a.link_tickets {
    top: 30px;
    bottom: auto;
    left: 30px;
  }
}

a.link_tickets img {
  max-width: 100%;
}

/* __Page logo
-------------------------------- */
/* __APPLY NOW LOGO Flash
-------------------------------- */
img.flash {
  /* animation: flash 1s linear infinite; */
  /* animation-delay: 1s; */
  animation: flash 1s linear infinite;
  animation-delay: 1s;
}

@keyframes flash {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

/* ____Home Top
------------------------------------ */
.top {
  position: relative;
  /* position: fixed; */
  z-index: 5;
  /* overflow: hidden; */
  /* clip: rect(0, auto, auto, 0); */
  height: 100vh;
  height: 100svh;
}

@media only screen and (max-width: 64em) {
  .top {
    height: 100vh;
    height: 100svh;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  .top {
    height: 100vh;
    height: 100svh;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .top {
    height: 100vh;
    height: 100svh;
  }
}

.hero {
  width: 100%;
  height: 100%;
  position: relative;
  /* overflow: hidden; */
  /* position: fixed; */
}

.hero-overlay {
  content: ' ';
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  /* position: fixed; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.home-slide-img {
  /* position: absolute; */
  /* position: fixed; */
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  position: relative;
  margin: auto;
  min-height: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center top;
  background-image: url(./img/home_pc.jpg);
}

@media only screen and (max-width: 64em) {
  .home-slide-img {
    min-height: 100vh;
    height: 100vh;
    background-image: url(./img/home_mobile_jp.jpg);
    background-position: left top;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  .home-slide-img {
    min-height: 100vh;
    height: 100vh;
    background-image: url(./img/home_pc.jpg);
    background-position: center top;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .home-slide-img {
    min-height: 100vh;
    height: 100vh;
    background-position: left center;
  }
}

@media only screen and (max-width: 64em) {
  html[lang="en-US"] .home-slide-img {
    min-height: 100vh;
    height: 100vh;
    background-image: url(./img/home_mobile_en.jpg);
    background-position: left top;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  html[lang="en-US"] .home-slide-img {
    min-height: 100vh;
    height: 100vh;
    background-image: url(./img/home_pc.jpg);
    background-position: center top;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  html[lang="en-US"] .home-slide-img {
    min-height: 100vh;
    height: 100vh;
    background-position: left center;
  }
}

p.hero-copyright {
  position: fixed;
  bottom: 0.4em;
  left: 0;
  font-size: 10px;
  line-height: 1.2em;
  width: 90%;
}

/* ____Hero Movie Ver
------------------------------------ */
.hero_movie {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

.hero_movie_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero_movie video {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  filter: drop-shadow(0px 0px #fff);
  outline: none;
  border: none;
}

.hero_movie video.video_pc {
  display: block;
}

@media only screen and (max-width: 64em) {
  .hero_movie video.video_pc {
    display: none;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  .hero_movie video.video_pc {
    display: block;
  }
}

.hero_movie video.video_mobile {
  display: none;
}

@media only screen and (max-width: 64em) {
  .hero_movie video.video_mobile {
    display: block;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  .hero_movie video.video_mobile {
    display: none;
  }
}

/* ____Home Bottom
------------------------------------ */
.bottom {
  width: 100%;
  position: relative;
  /* position: absolute; */
  z-index: 3;
  /* clip: rect(0, auto, auto, 0); */
}

.title {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.title-pool {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

/* ____Home ABOUT
------------------------------------ */
.home #about {
  opacity: 0;
}

.home .about-section {
  margin-top: 6em;
}

@media only screen and (max-width: 64em) {
  .home .about-section {
    margin-top: 2em;
  }
}

.button {
  font-size: 16px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #000;
  padding: 1em 3em;
  margin-top: 0.5em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 1.0;
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.button:hover {
  opacity: 0.7;
}

#about .span_1_of_1 {
  margin-bottom: 3em;
}

/* ____Home Arrow
------------------------------------ */
.arrow {
  padding: 0 0 0 0;
}

.arrow a {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}

/* __Col__Group__Span
---------------------------------------------------------------- */
/* __col
-------------------- */
.col,
.page-col {
  width: 60%;
  margin: 30px 0 30px 14%;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 80em) and (max-width: 90em) {
  .col,
  .page-col {
    width: 58%;
    margin: 25px 0 25px 14%;
  }
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  .col,
  .page-col {
    width: 58%;
    margin: 25px 0 25px 14%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .col,
  .page-col {
    width: 73%;
    margin: 55px 0 20px 20px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .col,
  .page-col {
    width: 83%;
    margin: 55px 0 20px 20px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .col,
  .page-col {
    width: 80%;
    margin: 60px 0 15px 15px;
  }
}

@media only screen and (max-width: 20em) {
  .col,
  .page-col {
    width: 80%;
    margin: 60px 0 15px 15px;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  .col,
  .page-col {
    width: 69%;
    margin-top: 20px;
    margin-left: 14%;
  }
}

@media only screen and (max-width: 48em) and (orientation: landscape) {
  .col,
  .page-col {
    width: 69%;
    margin-top: 20px;
    margin-left: 16%;
  }
}

/* __group
-------------------- */
.group {
  width: 100%;
  float: left;
}

/* __header_span_wrap
------------------------------------------------------- */
.header_span_wrap {
  position: relative;
  margin-bottom: 4%;
  width: 100%;
  margin-top: 10%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .header_span_wrap {
    margin-top: 12%;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .header_span_wrap {
    margin-bottom: 4%;
    margin-top: 18%;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .header_span_wrap {
    margin-bottom: 4%;
    margin-top: 18%;
  }
}

.header_span_wrap:first-of-type {
  margin-top: 0;
}

.header_span_wrap header,
.header_span_wrap article {
  margin-bottom: 4%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .header_span_wrap header,
  .header_span_wrap article {
    margin-top: 6%;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .header_span_wrap header,
  .header_span_wrap article {
    margin-bottom: 8%;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .header_span_wrap header,
  .header_span_wrap article {
    margin-bottom: 12%;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  .header_span_wrap header,
  .header_span_wrap article {
    margin-top: 0;
  }
}

.header_span_wrap .header-description {
  margin-bottom: 10%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .header_span_wrap .header-description {
    margin-top: 10%;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .header_span_wrap .header-description {
    margin-bottom: 12%;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .header_span_wrap .header-description {
    margin-bottom: 16%;
  }
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
  .header_span_wrap .header-description {
    margin-top: 0;
  }
}

/* __header_sub_span_wrap 
------------------------------------------------------- */
.header_sub_span_wrap {
  margin-bottom: 1%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .header_sub_span_wrap {
    margin-bottom: 3%;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .header_sub_span_wrap {
    margin-bottom: 4%;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .header_sub_span_wrap {
    margin-bottom: 4%;
  }
}

.header_sub_span_wrap:first-of-type {
  margin-top: 0;
}

.sub_span_wrap {
  margin-top: 10%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .sub_span_wrap {
    margin-top: 10%;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .sub_span_wrap {
    margin-top: 14%;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .sub_span_wrap {
    margin-top: 14%;
  }
}

/* __span_wrap
------------------------------------------------------- */
.span_wrap {
  position: relative;
  margin-bottom: 3em;
  width: 100%;
  font-size: 0;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .span_wrap {
    margin-bottom: 5%;
  }
}

.neighbours-section .span_wrap,
.outdoorlounge-section .span_wrap {
  margin-bottom: 3%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .neighbours-section .span_wrap,
  .outdoorlounge-section .span_wrap {
    margin-bottom: 8%;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .neighbours-section .span_wrap,
  .outdoorlounge-section .span_wrap {
    margin-bottom: 8%;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .neighbours-section .span_wrap,
  .outdoorlounge-section .span_wrap {
    margin-bottom: 16%;
  }
}

@media only screen and (max-width: 20em) {
  .neighbours-section .span_wrap,
  .outdoorlounge-section .span_wrap {
    margin-bottom: 16%;
  }
}

.playground-section .span_wrap {
  margin-bottom: 6%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .playground-section .span_wrap {
    margin-bottom: 10%;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .playground-section .span_wrap {
    margin-bottom: 10%;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .playground-section .span_wrap {
    margin-bottom: 18%;
  }
}

@media only screen and (max-width: 20em) {
  .playground-section .span_wrap {
    margin-bottom: 18%;
  }
}

/* __app_span_wrap 
------------------------------------------------------- */
.app_span_wrap {
  position: relative;
  margin-bottom: 0;
  width: 85%;
}

/* __span
------------------------------------------------------- */
.span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

/* __span_1_2_3
-------------------- */
.span_1_of_1 {
  width: 100%;
  margin: 0;
}

/* __span_2
-------------------- */
.span_1_of_2,
.span_2_of_4 {
  width: 48.5%;
  margin: 0 3% 6% 0;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .span_1_of_2,
  .span_2_of_4 {
    margin: 0 3% 9% 0;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .span_1_of_2,
  .span_2_of_4 {
    margin: 0 3% 9% 0;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .span_1_of_2,
  .span_2_of_4 {
    width: 100%;
    margin: 0 0 12% 0;
  }
}

@media only screen and (max-width: 20em) {
  .span_1_of_2,
  .span_2_of_4 {
    width: 100%;
    margin: 0 0 12% 0;
  }
}

.span_wrap .span_1_of_2:nth-of-type(2n),
.span_wrap .span_2_of_4:nth-of-type(2n) {
  margin: 0 0 6% 0;
}

@media only screen and (max-width: 64em) {
  .span_wrap .span_1_of_2:nth-of-type(2n),
  .span_wrap .span_2_of_4:nth-of-type(2n) {
    margin: 0 0 12% 0;
  }
}

@media only screen and (max-width: 64em) {
  .exhibitors-section .span_wrap .span_1_of_2,
  .exhibitors-section .span_wrap .span_1_of_4,
  .neighbours-section .span_wrap .span_1_of_2,
  .outdoorlounge-section .span_wrap .span_1_of_2 {
    margin: 0;
    padding-right: 0;
  }
}

/* __span_3
-------------------- */
.span_1_of_3 {
  width: 31.33333%;
  margin: 0 3% 4.5% 0;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .span_1_of_3 {
    width: 48.75%;
    margin: 0 2.5% 6% 0;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .span_1_of_3 {
    width: 100%;
    margin: 0 0 5% 0;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .span_1_of_3 {
    width: 100%;
    margin: 0 0 5% 0;
  }
}

@media only screen and (max-width: 20em) {
  .span_1_of_3 {
    width: 100%;
    margin: 0 0 5% 0;
  }
}

.span_wrap .span_1_of_3:nth-of-type(3n) {
  margin: 0 0 4.5% 0;
}

@media only screen and (max-width: 64em) {
  .span_wrap .span_1_of_3:nth-of-type(2n),
  .span_wrap .span_1_of_3:nth-of-type(4n) {
    margin: 0 0 6% 0;
  }
}

/* __span_4
-------------------- */
.span_1_of_4 {
  width: 23.125%;
  margin: 0 2.5% 3% 0;
}

@media only screen and (max-width: 64em) {
  .span_1_of_4 {
    width: 48.75%;
    margin: 0 2.5% 6% 0;
  }
}

.span_wrap .span_1_of_4:nth-of-type(4n) {
  margin: 0 0 3% 0;
}

@media only screen and (max-width: 64em) {
  .span_wrap .span_1_of_4:nth-of-type(2n),
  .span_wrap .span_1_of_4:nth-of-type(4n) {
    margin: 0 0 6% 0;
  }
}

/* __span_others
-------------------- */
.span_span_wrap {
  position: relative;
  width: 100%;
  font-size: 0;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .span_span_wrap {
    margin-bottom: 20px;
  }
}

.span_areamap {
  margin-top: 4.0em;
  margin-bottom: 4.0em;
}

/* ----------------------------------------------------------------
 __Archive Page
---------------------------------------------------------------- */
/* __Category nav
-------------------------- */
.category-nav {
  margin: 6px 0;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .category-nav {
    margin-top: 2em;
    border-left: 2px solid;
    padding-left: 10px;
  }
}

.category-nav li {
  display: inline-block;
  margin-right: 1.2em;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .category-nav li {
    display: block;
    margin: 6px 0;
    margin-right: 1.2em;
  }
}

.category-nav li a,
.date-title {
  font-size: 18px;
  line-height: 1.4em;
}

/* __Article
-------------------------- */
.article-section {
  width: 100%;
}

.article-article {
  position: relative;
}

h2.exhibitions-title {
  margin-top: 0;
  margin-bottom: 0.8em;
}

h2.gallery-title {
  margin-top: 0;
  margin-bottom: 0.8em;
}

h1 span.article-main {
  border-bottom: 2px solid;
  line-height: 1.4em;
}

.article-text {
  font-size: 14px;
  line-height: 1.8em;
}

h1.article-title span.article-new,
h2.article-title span.article-new {
  font-size: 70%;
  line-height: 1.2em;
  color: #00f;
  border-bottom: none;
}

a.article-url {
  border-bottom: none;
}

a.readmore {
  margin-top: 0.3em;
  display: inline-block;
}

/* __Archive Page Nav
---------------------------- */
.archive-nav {
  font-size: 14px;
  padding: 1.4em 0;
}

.archive-nav li {
  float: left;
  margin-right: 2%;
  text-align: left;
}

/* __News
---------------------------------------------------------------- */
.image-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.image-wrap::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 60%;
}

.image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* __Book Signing
---------------------------------------------------------------- */
h2.booksigning-title {
  margin-top: 4.0em;
  margin-bottom: 1.0em;
}

h2.booksigning-title:first-of-type {
  margin-top: 0;
}

/* __Partner
---------------------------------------------------------------- */
h2.partner-title {
  margin-top: 4.0em;
  margin-bottom: 1.0em;
}

h3.partner-name {
  font-weight: bold;
}

.partner-text {
  margin-top: 0.2em;
}

.partner-text a {
  border-bottom: none;
}

.partner-text a:hover {
  border-bottom: 2px solid;
}

.partners-section img,
.exhibitions-section img,
.single-special_booths .article-text img,
.event-section img,
.single-events .article-text img {
  border: 1px solid #d5d5d5;
}

/* __Exhibitors__Neighbours__Outdoor Lounge
---------------------------------------------------------------- */
.exhibitors-article {
  margin-bottom: 1.0em;
}

.neighbours-article,
.outdoorlounge-article {
  margin-bottom: 0.8em;
}

.exhibitors-name.active span,
.exhibitors-name span:hover,
.neighbours-name.active span,
.neighbours-name span:hover,
.outdoorlounge-name.active span,
.outdoorlounge-name span:hover {
  border-bottom: 2px solid;
}

.exhibitors-text,
.neighbours-text,
.outdoorlounge-text {
  /* border-bottom: 3px solid; */
  margin: 8px 0 10px 0;
  padding: 8px 0 10px 0;
  display: none;
}

.exhibitors-text p.section-booth,
.exhibitors-text p.text,
.neighbours-text p.text,
.outdoorlounge-text p.text {
  margin-bottom: 0.5em;
}

.exhibitors-text a,
.neighbours-text a,
.outdoorlounge-text a {
  font-weight: bold;
  border-bottom: none;
  text-decoration: underline;
}

.category {
  margin-bottom: 4em;
}

.category h2,
.header_sub_span_wrap h2,
h2.neighbours-title,
h2.outdoorlounge-title,
h2.playground-title,
h2.booksigning-title {
  margin-bottom: 0.75em;
  font-weight: bold;
  /* border-bottom: 2px solid; */
  /* display: inline-block; */
}

h2.neighbours-title,
h2.outdoorlounge-title,
h2.playground-title,
h2.booksigning-title {
  border-bottom: 2px solid;
}

.exhibitors-text .sns,
.neighbours-text .sns,
.outdoorlounge-text .sns {
  margin-top: 1em;
}

/* __Neighbours
---------------------------------------------------------------- */
.neighbours-section .header-description-bottom {
  border-top: 2px solid;
  border-bottom: 2px solid;
  cursor: pointer;
  padding: 0.5em 0;
  margin: 0;
  margin-top: 2em;
}

.span_neighbours_header {
  position: relative;
}

.span_neighbours_header:before {
  position: absolute;
  top: 50%;
  right: 0rem;
  margin-top: -15px;
  content: "+";
  font-size: 30px;
}

.active.span_neighbours_header:before {
  content: "–";
}

.span_neighbours_body {
  margin: 0;
  display: none;
  margin: 2em 0;
}

.span_neighbours_body a {
  margin-top: 0.5em;
  display: inline-block;
}

.neighbours-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 66.666%;
  position: relative;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .neighbours-map {
    padding-bottom: 66.666%;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .neighbours-map {
    padding-bottom: 66.666%;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .neighbours-map {
    padding-bottom: 80%;
  }
}

@media only screen and (max-width: 20em) {
  .neighbours-map {
    padding-bottom: 80%;
  }
}

.neighbours-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.span_neighbours_body {
  margin-top: 1.0em;
  display: none;
}

h3.neighbours-subtitle {
  border: 2px solid;
  margin: 1em 0;
  display: inline-block;
  padding: 0.5em 3em;
}

span.star {
  color: blue;
}

/* __Exhibitions
---------------------------------------------------------------- */
@media only screen and (min-width: 20em) and (max-width: 30em) {
  .exhibitions-section .span_1_of_2.span_left {
    width: 100%;
    margin: 0 0 0.75em 0;
  }
}

@media only screen and (max-width: 20em) {
  .exhibitions-section .span_1_of_2.span_left {
    width: 100%;
    margin: 0 0 0.75em 0;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .exhibitions-section .span_1_of_2.span_right {
    width: 100%;
    margin: 0 0 12% 0;
  }
}

@media only screen and (max-width: 20em) {
  .exhibitions-section .span_1_of_2.span_right {
    width: 100%;
    margin: 0 0 12% 0;
  }
}

.exhibitions-excerpt {
  margin-top: 1.8em;
}

@media only screen and (max-width: 64em) {
  .exhibitions-excerpt {
    font-size: 1.2em;
    margin-top: 0.5em;
  }
}

.press-article {
  margin-bottom: 1.5em;
  letter-spacing: 0;
}

/* __Access
---------------------------------------------------------------- */
.accessmap-img,
.areamap-img {
  margin: 1.5em 0 0.5em 0;
}

.access-text li {
  padding-left: 1em;
  text-indent: -1em;
}

/* __Exhibitor_info
---------------------------------------------------------------- */
.exhibitorinfo-section .span_1_of_2.span_left {
  width: 27%;
  margin: 0 3% 0 0;
}

.exhibitorinfo-section .span_1_of_2.span_right {
  width: 70%;
  margin: 0;
}

.exhibitorinfo-section .span_1_of_1 {
  border-bottom: 1px solid;
  padding: 3% 0;
}

.exhibitorinfo-section .span_1_of_1:last-child {
  border-bottom: none;
}

.exhibitorinfo-section .span_1_of_1:first-child {
  border-top: 1px double;
}

.single-exhibitor_info .exhibitorinfo-section .span_1_of_1:first-child {
  margin-top: 16%;
}

.single-exhibitor_info .article-header a {
  /* border-bottom: 1px solid; */
  margin-bottom: 4%;
  padding: 1% 0;
}

.exhibitorinfo-section .span_1_of_1:last-child {
  border-bottom: 1px double;
  margin-bottom: 3%;
}

/*----------------------------------------------------------------
 __Single
---------------------------------------------------------------- */
/* __All
---------------------------------- */
img.post-img {
  max-height: 650px;
}

.article-text p.left {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.article-text p.right {
  float: left;
  width: 49%;
  margin-right: 0;
}

/* __Single Page Nav
---------------------------- */
.article-nav {
  padding: 1.4em 0;
  border-top: 2px solid;
  margin-top: 3em;
}

.article-nav li.prev {
  float: left;
  width: 47%;
  margin-right: 6%;
  text-align: left;
}

.article-nav li.next {
  float: right;
  width: 47%;
  text-align: right;
}

.article-nav li a,
.span_1_of_4 h3.partner-name {
  font-size: 14px;
  line-height: 1.4em;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .article-nav li a,
  .span_1_of_4 h3.partner-name {
    font-size: 13px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .article-nav li a,
  .span_1_of_4 h3.partner-name {
    font-size: 13px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .article-nav li a,
  .span_1_of_4 h3.partner-name {
    font-size: 12px;
  }
}

@media only screen and (max-width: 20em) {
  .article-nav li a,
  .span_1_of_4 h3.partner-name {
    font-size: 12px;
  }
}

/*----------------------------------------------------------------
 __Q & A
---------------------------------------------------------------- */
/* ___span_wrap__item
---------------------------------------- */
.span_wrap .item {
  margin-top: 4em;
  display: block;
}

.span_wrap .item:first-of-type {
  margin-top: 0;
}

.span_wrap header {
  margin-bottom: 1.0em;
}

span.q {
  display: block;
  padding-left: 1em;
}

span.q::before {
  content: "Q. ";
  display: block;
  float: left;
  margin-left: -1em;
  width: 1em;
  text-align: center;
}

/*----------------------------------------------------------------
 __application
---------------------------------------------------------------- */
.app-section {
  width: 100%;
}

.app-left {
  float: left;
  width: 100%;
  margin-right: 6%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .app-left {
    float: none;
    width: 100%;
  }
}

.app-right {
  float: left;
  width: 47%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .app-right {
    float: none;
    width: 100%;
    margin-top: 4em;
  }
}

a.link-btn {
  font-size: 16px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #000;
  padding: 1em 3em;
  margin-top: 0.5em;
  color: #fff;
  text-decoration: none;
  opacity: 1.0;
}

a.link-btn:hover {
  opacity: 0.7;
}

body.en.page-apply-for-zines-mate-shop .app-left-box:last-of-type,
body.en.page-apply-for-booth .app-left-box:nth-of-type(5) {
  display: none;
}

li.subject {
  width: 100%;
}

h1.page-title,
h1.article-title {
  line-height: 1.3;
}

.app-left-box,
.form-lead {
  margin-top: 4em;
}

.app-left-box:first-of-type {
  margin-top: 0;
}

.app-right-box {
  margin-top: 0;
}

h2.app-sec-title,
h2.qanda-title,
h3.qanda-title,
.form-lead {
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  h2.app-sec-title,
  h2.qanda-title,
  h3.qanda-title,
  .form-lead {
    font-size: 15px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  h2.app-sec-title,
  h2.qanda-title,
  h3.qanda-title,
  .form-lead {
    font-size: 15px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  h2.app-sec-title,
  h2.qanda-title,
  h3.qanda-title,
  .form-lead {
    font-size: 14px;
  }
}

@media only screen and (max-width: 20em) {
  h2.app-sec-title,
  h2.qanda-title,
  h3.qanda-title,
  .form-lead {
    font-size: 14px;
  }
}

.app-left p,
.app-right p,
.app-left li,
.app-right li,
.submit-text .form-lead {
  font-size: 14px;
  line-height: 1.8em;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .app-left p,
  .app-right p,
  .app-left li,
  .app-right li,
  .submit-text .form-lead {
    font-size: 13px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .app-left p,
  .app-right p,
  .app-left li,
  .app-right li,
  .submit-text .form-lead {
    font-size: 13px;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .app-left p,
  .app-right p,
  .app-left li,
  .app-right li,
  .submit-text .form-lead {
    font-size: 12px;
  }
}

@media only screen and (max-width: 20em) {
  .app-left p,
  .app-right p,
  .app-left li,
  .app-right li,
  .submit-text .form-lead {
    font-size: 12px;
  }
}

.app-left article li,
.app-right article li {
  padding-left: 1em;
  text-indent: -1em;
}

a.apply_btn {
  display: block;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-bottom: none;
  width: 100%;
  text-align: center;
  padding: 15px;
}

a.apply_btn:hover {
  opacity: 0.8;
}

a.apply_btn_en {
  display: block;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-bottom: none;
  width: 520px;
  text-align: center;
  padding: 10px;
}

a.apply_btn_en:hover {
  opacity: 0.8;
}

.subject.booth {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 2em;
}

.subject.booth.booth_row {
  border-top: 1px solid;
  padding-top: 2em;
}

/* ___Form
---------------------------------------- */
.contact-form {
  margin-top: 2em;
  padding: 0;
  /* border-top: 1px solid $text_color_02; */
}

ul.form-col {
  margin-bottom: 3em;
}

/* ___Subject
---------------------------------------- */
li.subject {
  vertical-align: top;
  margin-bottom: 0.6em;
}

li.subject label {
  font-size: 18px;
  line-height: 1.6em;
}

li.sub_subject .submessage,
li.booth_image .submessage {
  font-size: 12px;
  line-height: 1.6em;
  display: block;
  margin-top: 0.3em;
  width: 100%;
}

/* ___Input
---------------------------------- */
.input {
  margin-top: 0.5em;
}

#mc_embed_signup_scroll input,
li.input input,
li.input textarea,
li.input select {
  font-size: 14px;
  line-height: 1.6em;
  font-family: Arial, sans-serif;
}

span.mwform-checkbox-field-text {
  font-size: 16px;
  line-height: 1.6em;
  font-family: Arial, sans-serif;
  margin: 0.2em 0;
}

#mc_embed_signup_scroll input,
li.input input[type="text"],
li.input textarea {
  border: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.5em;
  background-color: #fff;
}

li.input input[type="text"],
li.input textarea {
  width: 100%;
}

li.input select {
  border: 1px solid #ccc;
  padding: 0.5em;
  width: 100%;
  height: 35px;
}

input[type=checkbox] {
  display: none;
}

.mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  vertical-align: middle;
  cursor: pointer;
}

.mwform-checkbox-field-text:hover:after {
  border-color: #0171bd;
}

.mwform-checkbox-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background-color: #fff;
  content: '';
  opacity: 1;
}

.mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background-color: #000;
  content: '';
  opacity: 0;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 0;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  opacity: 1;
}

li.input span.mwform-checkbox-field {
  display: block;
}

.mw_wp_form .mwform-checkbox-field.horizontal-item + .horizontal-item {
  margin-left: 0;
}

input#mce-EMAIL {
  width: 70%;
}

.mw_wp_form li.note {
  background-color: #ddd;
  font-size: 12px;
  padding: 5px 12px;
  margin: 8px 0 15px 27px;
}

/* ___input detail
---------------------------------- */
input:focus {
  border: solid 1px #333;
}

li.input input[name$="files01"],
li.input input[name$="files02"],
li.input input[name$="files03"],
li.input input[name$="file"] {
  font-size: 16px;
  border: none;
  background: none;
  color: #000;
  color: #000;
  width: 60%;
}

.mwform-file-delete {
  font-size: 18px;
}

/* ___ZINES MATE___publication
---------------------------------- */
li.input.publication span.pub_span {
  width: 160px;
  display: inline-block;
  font-size: 14px;
  margin: 10px 0;
  vertical-align: middle;
}

li.input.publication input[type="text"] {
  width: calc( 100% - 160px);
  display: inline-block;
}

li.pub_subject {
  width: 100%;
  margin-top: 0.8em;
}

li.pub_subject label {
  font-size: 18px;
  line-height: 1.6em;
  border: 1px solid;
  padding: 2px 6px;
}

li.pub_subject .submessage {
  font-size: 14px;
  line-height: 1.6em;
  display: block;
  margin-top: 0.3em;
}

/* ___submit
---------------------------------- */
li.input submit {
  text-align: center;
}

input#mc-embedded-subscribe,
.submit-container input {
  font-size: 16px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #000;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 1.0;
  width: 100%;
}

input#mc-embedded-subscribe:hover,
.submit-container input:hover,
.entry-container a:hover {
  opacity: 0.7;
}

.submit-container input {
  margin-top: 2em;
}

/* ___error
---------------------------------- */
.mw_wp_form .error {
  font-size: 16px !important;
  color: #ff0000;
  display: block;
  margin: 0.4em 0 0 0.2em;
  font-weight: bold;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .mw_wp_form .error {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  .mw_wp_form .error {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 20em) and (max-width: 30em) {
  .mw_wp_form .error {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 20em) {
  .mw_wp_form .error {
    font-size: 14px !important;
  }
}

/* ___confirm
---------------------------------- */
.mw_wp_form_confirm li.input {
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  margin-top: 0.3em;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #00f;
  overflow-wrap: normal;
}

/* ___table
---------------------------------- */
table.price {
  width: 100%;
}

table.price, table.price td, table.price th {
  border-collapse: collapse;
  border: 1px solid #000;
}

table.price td, table.price th {
  padding: 5px 10px;
}

/* ----------------------------------
___2015.07.03 ADD
---------------------------------- */
.h-right ul.sub-menu {
  display: none;
  margin-top: 0.8em;
}

.h-right ul.sub-menu li.menu-item {
  font-size: 10px;
}

.pc-wrap li.menu-about,
.pc-wrap li.menu-application,
.pc-wrap li.menu-booth,
.pc-wrap li.menu-zms,
.pc-wrap .qtranxs_language_chooser {
  display: block;
}

li.menu-application a {
  cursor: pointer;
}

/* ___booth
---------------------------------------- */
.booth_image_wrap {
  display: flex;
}

@media only screen and (max-width: 64em) {
  .booth_image_wrap {
    display: block;
  }
}

.booth_image_wrap li {
  width: 50%;
  padding: 0.5em;
}

@media only screen and (max-width: 64em) {
  .booth_image_wrap li {
    width: 100%;
  }
}

/* -----------------------------------
 * Slidebars
 * Version 0.10.3
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
html, body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */
}

html {
  height: 100%;
  /* Site is as tall as device. */
}

body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}

/* ----------
 * 002 - Site
 */
#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  background-color: none;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  content: ' ';
  display: table;
}

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  clear: both;
}

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #fff;
  box-shadow: 0 -20px 20px -10px;
}

.sb-slidebar, .sb-slidebar * {
  /* -webkit-transform: translateZ( 0px ); */
}

.sb-left {
  left: 0;
  /* Set Slidebar to the left. */
}

.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
  /* display: block;  Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}

.sb-width-thin {
  width: 15%;
}

.sb-width-wide {
  width: 45%;
}

@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%;
  }
  .sb-width-thin {
    width: 50%;
  }
  .sb-width-wide {
    width: 85%;
  }
}

@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%;
  }
  .sb-width-thin {
    width: 40%;
  }
  .sb-width-wide {
    width: 70%;
  }
}

@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%;
  }
  .sb-width-thin {
    width: 30%;
  }
  .sb-width-wide {
    width: 55%;
  }
}

@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%;
  }
  .sb-width-thin {
    width: 20%;
  }
  .sb-width-wide {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%;
  }
  .sb-width-thin {
    width: 10%;
  }
  .sb-width-wide {
    width: 35%;
  }
}

/* ---------------
 * 004 - Animation
 */
/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

/* __Clearing
--------------------------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom: 1;
}
