/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }
@charset "UTF-8";
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes showMenu {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes showMenu {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes closeMenu {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); } }

@keyframes closeMenu {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); } }

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  height: 100%; }
  html[lang="ja"] *, html[lang="en"] *, body[lang="ja"] *, body[lang="en"] * {
    font-family: 'Noto Sans JP', '\6E38\30B4\30B7\30C3\30AF   Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif; }
  html[lang="zh"] *, body[lang="zh"] * {
    font-family: 'Noto Sans SC', '\6E38\30B4\30B7\30C3\30AF   Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif; }
  html *, body * {
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box; }

img {
  max-width: 100%;
  pointer-events: none;
  vertical-align: middle; }

p, li dt, dd, a, span {
  line-height: 1.5; }

figure {
  line-height: 0; }

button {
  outline: none;
  padding: 0;
  border: none;
  background: none;
  font-size: 0;
  cursor: pointer; }

a {
  text-decoration: none; }

body {
  overflow: hidden; }

#all {
  background-color: #000;
  overflow: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  #all::-webkit-scrollbar {
    display: none; }
  #all img {
    max-width: 100%; }
  #all p, #all a, #all li, #all dt, #all dd, #all span, #all small, #all strong {
    font-size: 3.73333vw;
    line-height: 1.8;
    color: #fff;
    text-decoration: none; }
  #all .triangle {
    position: relative; }
    #all .triangle:after {
      position: absolute;
      bottom: -10px;
      right: -10px;
      content: '';
      border-top: 10px solid #b3b3b3;
      border-right: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid transparent;
      display: inline-block;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  #all .under-page {
    margin-top: 5.33333vw; }
    #all .under-page #concept, #all .under-page #sp-contents, #all .under-page #contents, #all .under-page #information, #all .under-page #access, #all .under-page #sponsors,
    #all .under-page #partnership, #all .under-page #partnership-detail, #all .under-page #schedule, #all .under-page #venues, #all .under-page #venues-detail, #all .under-page #press {
      padding-top: 0; }
    #all .under-page .map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #all .title {
    text-align: center; }
  #all .onlySP {
    display: none !important; }
  #all [data-js="fadein"] {
    transition: opacity .65s ease-in-out, -webkit-transform .65s ease-in-out;
    transition: opacity .65s ease-in-out, transform .65s ease-in-out;
    transition: opacity .65s ease-in-out, transform .65s ease-in-out, -webkit-transform .65s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
    #all [data-js="fadein"].active {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  #all .swiper-container {
    width: 100%; }
  #all .swiper-wrapper {
    display: flex; }
  #all .swiper-pagination {
    position: static;
    margin-top: 5.33333vw; }
  #all .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    display: inline-block;
    margin: 0 2.66667vw;
    border-radius: 0;
    background-color: #fff;
    opacity: .35; }
  #all .swiper-pagination-bullet-active {
    opacity: 1; }
  #all .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
  #all #WebAR {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 5.33333vw 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-delay: 1s; }
    #all #WebAR .btn {
      font-size: 4.53333vw;
      font-weight: bold;
      color: #fff;
      text-align: center;
      background-color: rgba(76, 123, 223, 0.8);
      padding: 4vw 13.33333vw;
      display: inline-block;
      margin-top: 2.66667vw; }
      #all #WebAR .btn:after {
        border-top-color: #a1b4de; }
    #all #WebAR .close {
      position: fixed;
      top: 2.66667vw;
      right: 4.66667vw;
      z-index: 100;
      cursor: pointer; }
      #all #WebAR .close img {
        width: 4.66667vw; }
    #all #WebAR .title {
      font-weight: bold; }
    #all #WebAR .text {
      text-align: center;
      margin-top: 2.66667vw; }
      #all #WebAR .text a {
        display: inline-block;
        text-decoration: underline; }

/* Header
--------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background-color: transparent;
  transition: background-color .2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4vw 5.33333vw; }
  #header.bg {
    background-color: #000; }
  #header.hidden {
    z-index: 1; }
  #header p {
    color: #fff;
    text-align: center; }
  #header .logo {
    width: 38.66667vw;
    line-height: 1; }
    #header .logo img {
      width: 100%; }
  #header .lang {
    margin-top: 3px;
    margin-left: 15.33333vw;
    margin-right: 5.33333vw;
    align-items: center; }
    #header .lang.pc {
      transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
      -webkit-transform: translateY(80px);
              transform: translateY(80px);
      display: block;
      text-align: right;
      margin: 0 0 0 0; }
      #header .lang.pc li {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        display: inline-block;
        line-height: 1; }
    #header .lang li {
      line-height: 1;
      padding-right: 3.33333vw;
      margin-right: 3.33333vw;
      border-right: 2px solid #666; }
      #header .lang li a {
        line-height: 1;
        padding-bottom: 3px;
        border-bottom: 2px solid transparent;
        display: inline-block; }
      #header .lang li img {
        line-height: 1;
        width: 5.33333vw;
        opacity: 0.5; }
      #header .lang li:last-of-type {
        padding-right: 0;
        margin-right: 0;
        border: none; }
      #header .lang li.current a {
        border-bottom: 2px solid #fff; }
      #header .lang li.current img {
        opacity: 1; }

#pc-menu {
  text-align: center;
  margin-top: 40px; }
  #pc-menu button {
    display: inline-block;
    cursor: pointer; }
    #pc-menu button img {
      display: none; }
      #pc-menu button img.active {
        display: block; }

#menu {
  z-index: 200;
  width: 5.86667vw;
  max-width: 48px;
  min-width: 28px;
  cursor: pointer; }
  #menu .btn {
    cursor: pointer;
    display: block; }
    #menu .btn.active {
      background-color: #000; }
  #menu img {
    display: none; }
    #menu img.active {
      display: block; }

#spNavi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 6.66667vw 6.66667vw 9.33333vw;
  background-color: #000;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  #spNavi.active {
    -webkit-animation: showMenu .35s ease-in-out forwards;
            animation: showMenu .35s ease-in-out forwards; }
  #spNavi.hidden {
    -webkit-animation: closeMenu .35s ease-in-out forwards;
            animation: closeMenu .35s ease-in-out forwards; }
  #spNavi .title img {
    width: 8.8vw;
    min-width: 48px; }
  #spNavi nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #spNavi nav li {
    width: 38.66667vw;
    margin-top: 11.33333vw; }
  #spNavi nav a {
    display: inline-block; }
  #spNavi .language {
    margin-top: 10.66667vw; }
    #spNavi .language img {
      width: 35.06667vw; }
    #spNavi .language .lang {
      margin: 4vw 0 0; }

#gnavi {
  position: relative;
  width: 750px;
  margin: 0 auto; }
  #gnavi ul {
    display: flex;
    flex-wrap: wrap; }
    #gnavi ul li {
      margin: 20px 60px 20px 0; }
      #gnavi ul li.select-lang {
        margin: 8px 0 0 0; }
      #gnavi ul li:nth-child(4n) {
        margin-right: 0; }
  #gnavi a {
    display: block; }

.wrap {
  position: relative;
  width: 750px;
  margin: 0 auto; }

.is-line {
  position: relative;
  padding: 13.33333vw 0; }
  .is-line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 750px;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to right, transparent, #546ea6 25%, #546ea6 75%, transparent);
    background-position: center;
    background-repeat: no-repeat; }

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: url("/img/common/bg_sp.jpg") repeat-y, url("/img/common/bg_star.jpg") repeat;
  background-size: auto 100%; }

.btn-back img {
  width: 10.4vw; }

#questionnaire .text {
  margin-top: 8vw; }

#questionnaire .btn {
  text-align: center;
  margin-top: 8vw; }

#questionnaire a {
  display: inline-block;
  font-size: 3.73333vw;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  background-color: rgba(102, 102, 102, 0.5);
  padding: 2.66667vw;
  width: 72vw; }
  #questionnaire a span {
    display: block;
    font-size: 2.66667vw;
    font-weight: bold;
    text-align: center; }

/* KeyVisual
--------------------------------------------------- */
#kv {
  position: relative;
  z-index: 10;
  padding-top: 26.66667vw;
  padding-bottom: 20vw; }
  #kv .wrap {
    text-align: center; }
  #kv:after {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 10px);
    content: "";
    width: 21px;
    height: 9px;
    background: url("/img/kv/icon_arrow.png");
    background-size: contain;
    display: block;
    -webkit-animation: bounce 3s ease-in-out infinite;
            animation: bounce 3s ease-in-out infinite; }
  #kv h1 img {
    width: 49.33333vw;
    max-width: 367px; }
  #kv .copy {
    margin-top: 4vw; }
    #kv .copy img {
      width: 85.33333vw;
      max-width: 640px; }
  #kv .date {
    margin-top: 3.33333vw; }
    #kv .date.active {
      opacity: 0.5 !important; }
    #kv .date img {
      width: 85.33333vw;
      max-width: 640px; }
  #kv .end {
    margin-top: 4vw; }
    #kv .end img {
      max-width: 77.33333vw; }
  #kv .place {
    margin-top: 0.66667vw; }
    #kv .place.active {
      opacity: 0.5 !important; }
    #kv .place img {
      width: 85.33333vw;
      max-width: 640px; }
  #kv .special {
    font-size: 3.73333vw;
    margin: 5.33333vw 10px 0 10px; }
    #kv .special a {
      color: #fff;
      font-size: 3.73333vw;
      font-weight: bold;
      background-color: rgba(102, 102, 102, 0.5);
      display: block;
      padding: 4vw; }
  #kv.en .end img {
    max-width: 70.66667vw; }
  #kv.cn .end img {
    max-width: 55.33333vw; }

#under-page-wrap {
  position: relative;
  z-index: 10; }

#contents-wrap, #page-wrap {
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5); }

#page-wrap {
  padding-top: 20vw; }

#page-wrap.no-bg {
  background: none;
  padding-top: 0; }
  #page-wrap.no-bg #footer {
    background-color: rgba(0, 0, 0, 0.5); }

/* PDF
--------------------------------------------------- */
#pdf {
  padding-top: 5.33333vw; }
  #pdf ul {
    display: flex;
    justify-content: space-between; }
    #pdf ul li {
      width: 49%; }
      #pdf ul li a {
        display: block;
        font-size: 3.73333vw;
        font-weight: bold;
        line-height: 1.35;
        text-align: center;
        background-color: rgba(102, 102, 102, 0.5);
        padding: 2.66667vw; }
        #pdf ul li a span {
          display: block;
          font-size: 2.66667vw;
          font-weight: normal;
          text-align: center; }

#page-list .title img {
  max-width: 120px; }

#page-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #page-list ul li {
    width: 38.66667vw;
    margin-top: 9.33333vw; }
    #page-list ul li a {
      display: block; }

/* news
--------------------------------------------------- */
#news .title img {
  max-width: 120px; }

#news #tweet iframe {
  display: block !important;
  width: 100vw !important; }

/* concept
--------------------------------------------------- */
#concept .logo {
  text-align: center;
  margin-top: 13.33333vw; }
  #concept .logo img {
    width: 26.66667vw; }

#concept .title img {
  max-width: 199px; }

#concept .text {
  margin-top: 8vw; }
  #concept .text p {
    font-size: 3.73333vw;
    line-height: 1.8;
    margin-top: 8.66667vw; }
    #concept .text p:first-of-type {
      margin-top: 0; }

#concept.en .text p {
  margin-top: 0;
  line-height: 1.8; }

/* アクセス
--------------------------------------------------- */

#access .title img {
  width: 140px; }

#access .info {
  margin-top: 8vw; }
  #access .info dl {
    display: flex; }
    #access .info dl:first-of-type dt, #access .info dl:first-of-type dd {
      padding-top: 0; }
    #access .info dl:last-of-type dt, #access .info dl:last-of-type dd {
      padding-bottom: 0; }
  #access .info dt {
    font-weight: bold;
    text-align: right;
    line-height: 1.4;
    margin-right: 3.33333vw;
    width: 20vw;
    padding: 2vw 0 2vw 0; }
  #access .info dd {
    line-height: 1.4;
    border-left: 2px solid #546ea6;
    width: calc(100% - 20vw);
    text-align: left;
    padding: 2vw 0 2vw 5.33333vw; }

#access .map {
  margin-top: 4.66667vw;
  text-align: center; }
  #access .map .link {
    text-align: right;
    margin-top: 2.66667vw;
    margin-right: 5.33333vw; }
    #access .map .link a {
      color: #fff;
      text-decoration: underline; }
  #access .map .route {
    text-align: left;
    margin-top: 6.66667vw; }

/* SPECIAL CONTENTS
--------------------------------------------------- */
#sp-contents {
  /* 参加方法
--------------------------------------------------- */ }
  #sp-contents .mono-map {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    width: 100%; }
  #sp-contents .title img {
    max-width: 380px; }
  #sp-contents .slider {
    margin: 5.33333vw auto 0;
    max-width: 920px; }
  #sp-contents .attention {
    color: #999; }
  #sp-contents .text {
    margin-top: 6.66667vw; }
    #sp-contents .text p {
      margin-top: 9.33333vw; }
  #sp-contents #renkei p {
    margin-top: 4vw; }
  #sp-contents .schedule, #sp-contents .renkei {
    margin-top: 8vw; }
    #sp-contents .schedule dt, #sp-contents .renkei dt {
      font-size: 4.53333vw;
      font-weight: bold;
      text-align: center; }
    #sp-contents .schedule dd, #sp-contents .renkei dd {
      text-align: center;
      font-size: 3.53333vw;
      line-height: 1.7; }
  #sp-contents .join {
    margin: 8vw 0 0;
    text-align: center; }
    #sp-contents .join .btn {
      font-size: 4.53333vw;
      font-weight: bold;
      color: #fff;
      text-align: center;
      background-color: rgba(61, 98, 180, 0.8);
      padding: 4vw 13.33333vw;
      display: inline-block; }
      #sp-contents .join .btn:after {
        border-top-color: #a1b4de; }
    #sp-contents .join a.btn {
      color: #fff;
      background-color: rgba(61, 98, 180, 0.8); }
    #sp-contents .join p {
      margin-top: 2.66667vw;
      text-align: center; }
  #sp-contents #env {
    margin-top: 13.33333vw; }
    #sp-contents #env .title {
      text-align: center;
      font-size: 4.26667vw;
      font-weight: bold;
      color: #fff; }
    #sp-contents #env .env {
      margin-top: 5.33333vw; }
      #sp-contents #env .env dl {
        display: flex; }
        #sp-contents #env .env dl.android dt, #sp-contents #env .env dl.android dd {
          padding-top: 20px; }
      #sp-contents #env .env dt {
        font-weight: bold;
        text-align: right;
        width: 20vw;
        margin-right: 3.33333vw; }
      #sp-contents #env .env dd {
        border-left: 2px solid #546ea6;
        padding-left: 5.33333vw;
        width: calc(100% - 20vw); }
        #sp-contents #env .env dd strong {
          font-weight: bold; }
  #sp-contents #illust {
    display: flex;
    margin-top: 8vw;
    align-items: center; }
    #sp-contents #illust .img {
      width: 21.33333vw; }
      #sp-contents #illust .img img {
        width: 100%; }
    #sp-contents #illust p {
      width: calc(100% - 21.33333vw);
      padding-left: 6vw; }
  #sp-contents #ar-map {
    margin-top: 13.33333vw; }
    #sp-contents #ar-map .title {
      text-align: center;
      font-size: 4.26667vw;
      font-weight: bold;
      color: #fff; }
    #sp-contents #ar-map .map dl {
      margin-top: 6.66667vw; }
    #sp-contents #ar-map .map dt {
      text-align: center;
      font-weight: bold; }
    #sp-contents #ar-map .map dd {
      margin-top: 2vw; }
    #sp-contents #ar-map .sub {
      display: block; }
      #sp-contents #ar-map .sub dl {
        width: auto; }
      #sp-contents #ar-map .sub img {
        width: 100%; }
      #sp-contents #ar-map .sub .link {
        text-align: right;
        font-size: 3.46667vw;
        margin-top: 1.33333vw; }
        #sp-contents #ar-map .sub .link a {
          font-size: 3.46667vw;
          text-decoration: underline; }
  #sp-contents #modal-no-open {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    #sp-contents #modal-no-open.active {
      -webkit-animation: showMenu .35s ease-in-out forwards;
              animation: showMenu .35s ease-in-out forwards; }
    #sp-contents #modal-no-open.hidden {
      -webkit-animation: closeMenu .35s ease-in-out forwards;
              animation: closeMenu .35s ease-in-out forwards; }
    #sp-contents #modal-no-open .box {
      padding: 16vw 6.66667vw; }
    #sp-contents #modal-no-open .title img {
      width: 250px; }
    #sp-contents #modal-no-open .close {
      position: fixed;
      top: 5.33333vw;
      right: 5.33333vw; }
      #sp-contents #modal-no-open .close img {
        width: 6.66667vw; }
    #sp-contents #modal-no-open .text {
      text-align: center; }
    #sp-contents #modal-no-open .modal-info {
      margin-top: 8vw; }
      #sp-contents #modal-no-open .modal-info dl {
        display: flex;
        justify-content: center; }
        #sp-contents #modal-no-open .modal-info dl:last-of-type dt, #sp-contents #modal-no-open .modal-info dl:last-of-type dd {
          padding-top: 4vw; }
      #sp-contents #modal-no-open .modal-info dt {
        font-weight: bold;
        text-align: right;
        margin-right: 3.33333vw;
        width: 40vw; }
      #sp-contents #modal-no-open .modal-info dd {
        border-left: 2px solid #546ea6;
        padding-left: 4vw;
        width: calc(100% - 40vw); }
    #sp-contents #modal-no-open .btn {
      margin-top: 8vw;
      text-align: center; }
      #sp-contents #modal-no-open .btn button {
        position: relative;
        display: inline-block;
        width: 34.66667vw;
        padding: 2.66667vw 2.66667vw;
        background-color: #333;
        font-size: 3.73333vw;
        font-weight: bold;
        color: #fff; }
  #sp-contents #participation {
    margin-top: 8vw;
    background-color: rgba(34, 34, 34, 0.5);
    padding: 8vw 4vw; }
    #sp-contents #participation .title {
      font-size: 4.53333vw;
      font-weight: bold;
      color: #fff; }
    #sp-contents #participation .howto {
      margin-top: 11.33333vw; }
      #sp-contents #participation .howto:first-of-type {
        margin-top: 6.66667vw; }
    #sp-contents #participation .head {
      display: flex; }
      #sp-contents #participation .head .icon {
        width: 12.8vw; }
      #sp-contents #participation .head .txt {
        margin-left: 4.66667vw;
        width: calc(100% - 5vw); }
    #sp-contents #participation .img {
      margin-top: 6.66667vw; }

/* コンテンツ
--------------------------------------------------- */
#contents .title img {
  max-width: 190px; }

#contents .slider {
  margin: 5.33333vw auto 0;
  max-width: 920px; }

#contents .text {
  margin-top: 6.66667vw; }
  #contents .text p {
    margin-top: 9.33333vw; }

/* 開催概要
--------------------------------------------------- */
#information .title img {
  max-width: 250px; }

#information .about {
  margin-top: 10vw; }
  #information .about dl {
    display: flex; }
    #information .about dl:first-of-type dt, #information .about dl:first-of-type dd {
      padding-top: 0; }
    #information .about dl:last-of-type dt, #information .about dl:last-of-type dd {
      padding-bottom: 0; }
  #information .about .cd dt {
    font-size: 2.4vw; }
  #information .about dt {
    font-weight: bold;
    text-align: right;
    line-height: 1.5;
    margin-right: 3.33333vw;
    width: 20vw;
    padding: 2.66667vw 0; }
  #information .about dd {
    border-left: 2px solid #546ea6;
    padding-left: 5.33333vw;
    line-height: 1.5;
    padding: 2.66667vw 0 2.66667vw 5.33333vw;
    width: calc(100% - 20vw); }
    #information .about dd .attention {
      font-size: 3.2vw; }

#information.en .about dt {
  width: 30vw; }

#information.en .about dd {
  width: calc(100% - 30vw); }

/* 協賛企業
--------------------------------------------------- */
#company {
  margin-top: 13.33333vw; }
  #company .list {
    margin-top: 6.66667vw; }
  #company dl {
    margin-top: 8.26667vw; }
    #company dl dt {
      font-weight: bold; }
    #company dl dd {
      padding-left: 1.5em;
      margin-top: 2.66667vw; }
    #company dl.logos dd {
      text-align: center;
      margin-top: 0;
      padding-left: 0.6em; }
    #company dl.logos ul {
      display: flex;
      flex-wrap: wrap; }
      #company dl.logos ul li {
        width: 33%;
        margin-top: 4.66667vw; }
    #company dl img {
      width: 24vw; }
  #company .title {
    font-size: 3.73333vw;
    color: #fff;
    font-weight: bold; }
  #company .media {
    margin-top: 10.66667vw; }
    #company .media .title {
      text-align: left; }
  #company .peatix {
    text-align: center;
    margin-top: 5.33333vw; }
    #company .peatix img {
      width: 26.26667vw; }
  #company .logo {
    margin-top: 13.33333vw;
    display: flex;
    justify-content: center; }
    #company .logo li {
      margin: 0 2.66667vw; }
    #company .logo .beyond {
      width: 16vw; }
    #company .logo .bunka {
      width: 23.46667vw; }
    #company .logo .nihon {
      width: 21.86667vw; }

/* 協賛・協力企業一覧
--------------------------------------------------- */
#sponsors .title img {
  max-width: 410px; }

/* 関連会場
--------------------------------------------------- */
#venues {
  position: relative; }
  #venues .title img {
    max-width: 380px; }
  #venues .venues {
    margin-top: 8vw; }
    #venues .venues .place {
      position: relative;
      display: table;
      width: 100%;
      margin-top: 5.33333vw; }
      #venues .venues .place:first-child {
        margin-top: 0; }
      #venues .venues .place .img, #venues .venues .place .txt {
        display: table-cell; }
      #venues .venues .place .img {
        width: 28vw; }
      #venues .venues .place .txt {
        width: calc(100% - 28vw);
        padding: 2.66667vw 4vw;
        vertical-align: top;
        border: 1px solid #808088;
        border-left: none;
        background: url("/img/schedule/btn_detail.png") calc(100% - 2.66667vw) calc(100% - 2.66667vw) no-repeat;
        background-size: 9.6vw auto; }
        #venues .venues .place .txt:after {
          position: absolute;
          bottom: -8px;
          right: -8px;
          content: '';
          border-top: 8px solid #b3b3b3;
          border-right: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 8px solid transparent;
          display: inline-block;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      #venues .venues .place .place-title {
        font-weight: bold;
        line-height: 1.35; }

/* パートナーシップ
--------------------------------------------------- */
#partner {
  margin-top: 13.33333vw; }
  #partner .title {
    font-size: 3.73333vw;
    color: #fff;
    font-weight: bold; }
  #partner .logo {
    margin-top: 6.66667vw; }
    #partner .logo img {
      width: 16vw; }
  #partner ul {
    margin-top: 6.66667vw; }
    #partner ul li {
      position: relative;
      line-height: 1.8;
      display: inline;
      margin-right: 2vw; }
      #partner ul li:after {
        content: "";
        width: 2px;
        height: 1em;
        vertical-align: middle;
        display: inline-block;
        margin-left: 2vw;
        background-color: #546ea6;
        -webkit-transform: translateY(-0.3vw);
                transform: translateY(-0.3vw); }
      #partner ul li:last-of-type:after {
        display: none; }

/* お問い合わせ
--------------------------------------------------- */
#contact {
  margin-top: 13.33333vw; }
  #contact .title {
    font-size: 3.73333vw;
    color: #fff;
    font-weight: bold; }
  #contact .text {
    margin-top: 6.66667vw; }

/* 制作関連企業
--------------------------------------------------- */
#member {
  margin-top: 8vw; }
  #member .title {
    font-size: 3.73333vw;
    color: #fff;
    font-weight: bold; }
  #member .text {
    margin-top: 6vw; }
    #member .text dt {
      font-weight: bold;
      margin-top: 4vw; }
      #member .text dt::first-of-type {
        margin-top: 0; }
    #member .text dd {
      padding-left: 1em; }

#page-schedule .title img {
  max-width: 200px; }

#page-schedule .events {
  margin-top: 8vw; }
  #page-schedule .events .event {
    position: relative;
    display: none;
    width: 100%;
    margin-bottom: 5.33333vw; }
    #page-schedule .events .event.selected, #page-schedule .events .event.daily {
      display: table; }
    #page-schedule .events .event .img, #page-schedule .events .event .txt {
      display: table-cell; }
    #page-schedule .events .event .img {
      width: 28vw; }
    #page-schedule .events .event .txt {
      width: calc(100% - 28vw);
      padding: 2.66667vw 4vw;
      vertical-align: top;
      border: 1px solid #808088;
      border-left: none;
      background-size: 9.6vw auto; }
    #page-schedule .events .event .event-title {
      font-weight: bold;
      line-height: 1.4; }
    #page-schedule .events .event .btn {
      position: absolute;
      bottom: 2.66667vw;
      right: 2.66667vw; }
  #page-schedule .events a.event .txt {
    background: url("/img/schedule/btn_detail.png") calc(100% - 2.66667vw) calc(100% - 2.66667vw) no-repeat;
    background-size: 9.6vw auto; }
    #page-schedule .events a.event .txt:after {
      position: absolute;
      bottom: -8px;
      right: -8px;
      content: '';
      border-top: 8px solid #b3b3b3;
      border-right: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 8px solid transparent;
      display: inline-block;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

#page-schedule .calendar {
  position: relative;
  margin-top: 10.66667vw; }
  #page-schedule .calendar .month {
    text-align: center;
    margin-bottom: 5.33333vw; }
  #page-schedule .calendar .prevnext {
    position: absolute;
    top: 0;
    cursor: pointer; }
  #page-schedule .calendar#nov .prevnext {
    right: 0; }
    #page-schedule .calendar#nov .prevnext img {
      width: 9.86667vw; }
  #page-schedule .calendar#dec .prevnext {
    left: 0; }
    #page-schedule .calendar#dec .prevnext img {
      width: 16.13333vw; }
  #page-schedule .calendar .weeks, #page-schedule .calendar .days {
    display: flex;
    flex-wrap: wrap; }
  #page-schedule .calendar .cell {
    display: block;
    padding: 2.66667vw 4vw;
    text-align: center;
    font-weight: bold; }
  #page-schedule .calendar .days .cell {
    position: relative;
    border-bottom: 0.4vw solid transparent; }
    #page-schedule .calendar .days .cell:after {
      position: absolute;
      bottom: 0.66667vw;
      left: calc(50% - 0.66667vw);
      content: '';
      width: 1.33333vw;
      height: 1.33333vw;
      background-color: rgba(76, 123, 223, 0.6);
      display: inline-block;
      border-radius: 100px; }
  #page-schedule .calendar .days .day.day- .cell:after, #page-schedule .calendar .days .noEvent .cell:after {
    display: none; }
  #page-schedule .calendar .weeks .cell {
    padding: 2.66667vw 2.66667vw; }
  #page-schedule .calendar .week, #page-schedule .calendar .day {
    width: calc(100% / 7);
    border-bottom: 1px solid #333; }
    #page-schedule .calendar .week.mon, #page-schedule .calendar .week.wed, #page-schedule .calendar .week.fri, #page-schedule .calendar .week.sun, #page-schedule .calendar .week:nth-of-type(1), #page-schedule .calendar .week:nth-of-type(3), #page-schedule .calendar .week:nth-of-type(5), #page-schedule .calendar .day.mon, #page-schedule .calendar .day.wed, #page-schedule .calendar .day.fri, #page-schedule .calendar .day.sun, #page-schedule .calendar .day:nth-of-type(1), #page-schedule .calendar .day:nth-of-type(3), #page-schedule .calendar .day:nth-of-type(5) {
      background-color: rgba(102, 102, 102, 0.25); }
    #page-schedule .calendar .week.current .cell, #page-schedule .calendar .day.current .cell {
      background-color: rgba(255, 255, 255, 0.5);
      border-bottom: 0.4vw solid #fff;
      cursor: pointer; }
    #page-schedule .calendar .week img, #page-schedule .calendar .day img {
      width: 100%; }
  #page-schedule .calendar .day {
    cursor: pointer; }
    #page-schedule .calendar .day.day- {
      cursor: auto; }
    #page-schedule .calendar .day.isEvent .cell:after {
      left: calc(50% - 4.26667vw);
      width: 8.53333vw;
      height: 8.53333vw;
      bottom: 1.33333vw; }
    #page-schedule .calendar .day.isEvent img {
      position: relative;
      z-index: 10;
      opacity: 1; }
    #page-schedule .calendar .day.noEvent {
      cursor: auto; }
      #page-schedule .calendar .day.noEvent img {
        opacity: .3; }

#page-schedule-detail p a {
  text-decoration: underline;
  display: inline-block; }
  #page-schedule-detail p a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none; }

#page-schedule-detail .title img,
#page-venues-detail .title img {
  max-width: 365px; }

#page-schedule-detail .ttl-event,
#page-venues-detail .ttl-event {
  font-size: 4.8vw;
  font-weight: bold;
  margin-top: 9.33333vw; }

#page-schedule-detail .slider,
#page-venues-detail .slider {
  margin: 5.33333vw 0; }

#page-schedule-detail p a {
  text-decoration: underline;
  display: inline-block; }
  #page-schedule-detail p a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none; }

#page-venues-detail .title img,
#page-partnership-detail .title img {
  max-width: 500px; }

#page-venues-detail .map,
#page-partnership-detail .map {
  margin-top: 10.66667vw; }

#page-venues-detail .mono-map,
#page-partnership-detail .mono-map {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%; }

#page-venues-detail .link,
#page-partnership-detail .link {
  margin-top: 2.66667vw;
  text-align: right; }
  #page-venues-detail .link a,
  #page-partnership-detail .link a {
    text-decoration: underline; }

#page-venues-detail .info,
#page-partnership-detail .info {
  margin-top: 10vw; }
  #page-venues-detail .info dl,
  #page-partnership-detail .info dl {
    display: flex; }
    #page-venues-detail .info dl:first-of-type dt, #page-venues-detail .info dl:first-of-type dd,
    #page-partnership-detail .info dl:first-of-type dt,
    #page-partnership-detail .info dl:first-of-type dd {
      padding-top: 0; }
    #page-venues-detail .info dl:last-of-type dt, #page-venues-detail .info dl:last-of-type dd,
    #page-partnership-detail .info dl:last-of-type dt,
    #page-partnership-detail .info dl:last-of-type dd {
      padding-bottom: 0; }
  #page-venues-detail .info .cd dt,
  #page-partnership-detail .info .cd dt {
    font-size: 2.4vw; }
  #page-venues-detail .info dt,
  #page-partnership-detail .info dt {
    font-weight: bold;
    text-align: right;
    line-height: 1.5;
    margin-right: 3.33333vw;
    width: 17.33333vw;
    padding: 2.66667vw 0; }
  #page-venues-detail .info dd,
  #page-partnership-detail .info dd {
    border-left: 2px solid #546ea6;
    padding-left: 5.33333vw;
    line-height: 1.5;
    padding: 2.66667vw 0 2.66667vw 5.33333vw;
    width: calc(100% - 20.66667vw);
    word-wrap: break-word; }
    #page-venues-detail .info dd a,
    #page-partnership-detail .info dd a {
      text-decoration: underline; }

#page-venues-detail.en .info dt,
#page-partnership-detail.en .info dt {
  font-weight: bold;
  text-align: right;
  line-height: 1.5;
  margin-right: 3.33333vw;
  width: 13.33333vw;
  padding: 2.66667vw 0; }

#page-venues-detail.en .info dd,
#page-partnership-detail.en .info dd {
  border-left: 2px solid #546ea6;
  padding-left: 5.33333vw;
  line-height: 1.5;
  padding: 2.66667vw 0 2.66667vw 5.33333vw;
  width: calc(100% - 16.66667vw);
  word-wrap: break-word; }
  #page-venues-detail.en .info dd a,
  #page-partnership-detail.en .info dd a {
    text-decoration: underline; }

#page-partnership-detail .title img {
  max-width: 400px; }

#page-partnership-detail .ttl-event {
  font-size: 4.8vw;
  font-weight: bold;
  margin-top: 9.33333vw; }

#page-partnership-detail .slider {
  margin: 5.33333vw 0; }

#page-partnership-detail dd strong {
  font-weight: bold; }

#page-partnership-detail .marker {
  display: flex;
  align-items: center;
  margin-top: 5.33333vw; }
  #page-partnership-detail .marker span {
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    width: calc(100% - 21px);
    line-height: 1.35; }
  #page-partnership-detail .marker:before {
    content: "";
    width: 21px;
    height: 22px;
    display: inline-block;
    margin-right: 15px;
    background: url("/img/partnership/icon_s.png") left top no-repeat; }

/* プレスリリース
--------------------------------------------------- */
#press .title img {
  max-width: 145px; }

#press .release {
  margin-top: 10.66667vw; }
  #press .release li {
    margin-top: 4vw; }
    #press .release li:first-of-type {
      margin-top: 0; }
    #press .release li a {
      display: inline-block;
      text-decoration: underline; }

/* プレスリリース
--------------------------------------------------- */
#partnership .title img {
  max-width: 330px; }

#partnership .partnership {
  margin-top: 8vw; }
  #partnership .partnership .place {
    position: relative;
    display: table;
    width: 100%;
    margin-top: 5.33333vw; }
    #partnership .partnership .place:first-child {
      margin-top: 0; }
    #partnership .partnership .place .img, #partnership .partnership .place .txt {
      display: table-cell; }
    #partnership .partnership .place .img {
      width: 28vw; }
    #partnership .partnership .place .txt {
      width: calc(100% - 28vw);
      padding: 2.66667vw 4vw;
      vertical-align: top;
      border: 1px solid #808088;
      border-left: none;
      background: url("/img/schedule/btn_detail.png") calc(100% - 2.66667vw) calc(100% - 2.66667vw) no-repeat;
      background-size: 9.6vw auto; }
      #partnership .partnership .place .txt:after {
        position: absolute;
        bottom: -8px;
        right: -8px;
        content: '';
        border-top: 8px solid #b3b3b3;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid transparent;
        display: inline-block;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      #partnership .partnership .place .txt p {
        font-size: 3.2vw; }
    #partnership .partnership .place .place-title {
      font-weight: bold;
      line-height: 1.35; }

#footer {
  padding-top: 10.66667vw;
  padding-bottom: 10.66667vw; }
  #footer #sns {
    margin-top: 12.66667vw; }
    #footer #sns ul {
      display: flex;
      justify-content: center; }
    #footer #sns li {
      margin: 0 5.33333vw; }
    #footer #sns a {
      display: inline-block;
      line-height: 1; }
    #footer #sns img {
      width: 6.66667vw; }
  #footer .no-sp {
    text-align: center;
    margin-top: 10.66667vw; }
    #footer .no-sp img {
      width: 42.93333vw; }

#return {
  text-align: center; }
  #return a {
    display: inline-block; }
  #return img {
    width: 16vw;
    display: inline-block; }

#ga {
  margin-top: 4vw; }
  #ga p {
    color: #999;
    font-size: 3.2vw;
    margin-top: 4.66667vw; }
    #ga p:first-of-type {
      margin-top: 0; }
  #ga a {
    color: #fff;
    text-decoration: underline;
    font-size: 3.2vw; }

#copyright {
  text-align: center;
  margin-top: 10vw; }
  #copyright small {
    font-size: 2.66667vw; }
    #copyright small .icon {
      font-size: 2.66667vw; }
    @media screen and (orientation: landscape) {
  .iOS #all #menu.landscape {
    top: 80px; }
    #menu {
      top: 20px; }
      #menu.landscape {
        top: 40px; }
    #spNavi {
      padding: 100px 5.33333vw 100px; } }
    @media (min-width: 751px) {
    #all {
      margin-right: 0; }
      #all p, #all a, #all li, #all dt, #all dd, #all span, #all small, #all strong {
        font-size: 16px; }
    #all p a {
      transition: all .15s ease-in-out; }
      #all .under-page {
        margin-top: 35px; }
      #all .swiper-pagination {
        margin-top: 30px; }
      #all .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 15px; }
        #all #WebAR .btn {
          font-size: 20px;
          width: 340px;
          padding: 20px;
          margin: 30px auto 0; }
    #header {
      transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
      -webkit-transform: translateY(-270px);
              transform: translateY(-270px);
      padding: 15px 0 15px;
      background-color: #000; }
      #header.active {
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
        #header.active .select-lang .lang.pc {
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
      #header .logo {
        position: absolute;
        bottom: 3px;
        left: 0;
        width: 140px; }
        #header .lang li {
          padding-right: 15px;
          margin-right: 15px !important; }
          #header .lang li img {
            width: 18px; }
          #header .lang li:last-of-type {
            padding-right: 0;
            margin-right: 0 !important; }
    .is-line {
      padding: 80px 0; }
      .is-line:before {
        height: 2px; }
    #bg {
      background: url("/img/common/bg.jpg") repeat-y, url("/img/common/bg_star.jpg") repeat;
      background-size: auto; }
    .btn-back img {
      width: 50px; }
    #questionnaire .text {
      margin-top: 60px; }
    #questionnaire .btn {
      margin-top: 40px; }
    #questionnaire a {
      font-size: 16px;
      padding: 10px 15px 15px;
      width: 320px; }
      #questionnaire a span {
        font-size: 16px;
        margin-top: 5px; }
    #kv {
      padding-top: 140px;
      padding-bottom: 80px; }
      #kv h1 img {
        max-width: 250px; }
      #kv .copy {
        margin-top: 15px; }
        #kv .copy img {
          width: 541px;
          max-width: 100%; }
      #kv .date {
        margin-top: 25px; }
        #kv .date img {
          max-width: 543px; }
      #kv .end {
        margin-top: 20px; }
        #kv .end img {
          max-width: 100%; }
      #kv .place {
        margin-top: 5px;
        margin-right: 6px; }
        #kv .place img {
          max-width: 537px; }
      #kv .special {
        font-size: 16px;
        margin: 40px 0 0; }
        #kv .special a {
          font-size: 16px;
          padding: 15px 60px;
          display: inline-block; }
    #kv.en .copy img {
      width: 622px; }
    #kv.en .special a {
      padding: 15px 75px; }
    #kv.en .end img {
      max-width: 100%; }
    #kv.cn .copy img {
      width: 410px; }
    #kv.cn .date img {
      max-width: 593px; }
    #kv.cn .place img {
      max-width: 584px; }
    #kv.cn .end img {
      max-width: 100%; }
    #page-wrap {
      padding: 80px 0 0; }
    #pdf {
      padding-top: 40px; }
          #pdf ul li a {
            font-size: 16px;
            padding: 10px 15px; }
            #pdf ul li a span {
              font-size: 14px;
              margin-top: 5px; }
    #page-list ul {
      display: block;
      margin-left: -50px; }
      #page-list ul:after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        visibility: hidden;
        clear: both; }
      #page-list ul li {
        float: left;
        width: 140px;
        margin-top: 40px;
        margin-left: 50px; }
  #news #tweet {
    padding: 0 80px; }
    #concept .logo {
      margin-top: 40px; }
      #concept .logo img {
        width: 170px; }
    #concept .text {
      margin-top: 60px; }
      #concept .text p {
        font-size: 16px;
        margin-top: 50px; }
    #concept.en .text p {
      margin-top: 0px;
      line-height: 2.2; }
  [lang="en"] #access .info dd {
    width: calc(100% - 100px); }
    #access .info {
      margin-top: 60px; }
      #access .info dt {
        width: 100px;
        margin-right: 20px;
        padding: 25px 0 25px 0; }
      #access .info dd {
        width: calc(100% - 220px);
        padding: 25px 0 25px 35px;
        padding-left: 40px; }
    #access .map {
      max-width: 920px;
      margin: 30px auto 0; }
      #access .map .link {
        margin-top: 20px;
        margin-right: 0; }
      #access .map .route {
        margin-top: 30px; }
    #sp-contents {
      padding: 80px 0 80px; }
      #sp-contents .slider {
        margin-top: 40px; }
      #sp-contents .text {
        margin-top: 50px; }
        #sp-contents .text p {
          margin-top: 50px; }
      #sp-contents #renkei p {
        margin-top: 30px; }
      #sp-contents .schedule, #sp-contents .renkei {
        margin-top: 50px; }
        #sp-contents .schedule dt, #sp-contents .renkei dt {
          font-size: 20px; }
        #sp-contents .schedule dd, #sp-contents .renkei dd {
          font-size: 16px; }
      #sp-contents .join {
        margin: 60px 0 0;
        padding: 30px; }
        #sp-contents .join .btn {
          font-size: 20px;
          width: 340px;
          padding: 20px;
          margin: 0 auto; }
        #sp-contents .join p {
          margin-top: 15px; }
      #sp-contents #env {
        margin-top: 60px; }
        #sp-contents #env .title {
          font-size: 24px; }
        #sp-contents #env .env {
          margin-top: 30px; }
          #sp-contents #env .env dt {
            width: 100px;
            margin-right: 20px; }
          #sp-contents #env .env dd {
            padding-left: 40px;
            width: calc(100% - 100px); }
      #sp-contents #illust {
        margin-top: 40px; }
        #sp-contents #illust .img {
          width: 130px; }
        #sp-contents #illust p {
          width: calc(100% - 130px);
          padding-left: 50px; }
      #sp-contents #ar-map {
        margin-top: 60px; }
        #sp-contents #ar-map .title {
          font-size: 24px; }
      #sp-contents #ar-map .map dl {
        margin-top: 35px; }
      #sp-contents #ar-map .map dd {
        margin-top: 10px; }
      #sp-contents #ar-map .map img {
        width: 100%; }
        #sp-contents #ar-map .sub {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          width: 545px;
          margin: 0 auto; }
          #sp-contents #ar-map .sub dl {
            width: 240px; }
          #sp-contents #ar-map .sub .link {
            font-size: 14px;
            margin-top: 10px; }
            #sp-contents #ar-map .sub .link a {
              font-size: 14px;
              transition: all .15s ease-in-out; }
              #sp-contents #ar-map .sub .link a:hover {
                color: #000;
                text-decoration: none;
                background-color: #fff; }
        #sp-contents #modal-no-open .box {
          padding: 60px; }
        #sp-contents #modal-no-open .close {
          top: 30px;
          right: 30px; }
          #sp-contents #modal-no-open .close img {
            width: 30px; }
        #sp-contents #modal-no-open .modal-info {
          margin-top: 40px; }
            #sp-contents #modal-no-open .modal-info dl:last-of-type dt, #sp-contents #modal-no-open .modal-info dl:last-of-type dd {
              padding-top: 20px; }
          #sp-contents #modal-no-open .modal-info dt {
            margin-right: 20px; }
          #sp-contents #modal-no-open .modal-info dd {
            padding-left: 40px; }
          #sp-contents #modal-no-open .btn button {
            margin: 0 auto;
            padding: 15px 30px;
            font-size: 16px;
            width: 360px; }
        #sp-contents #modal-no-open .btn {
          margin-top: 40px; }
        #sp-contents #participation .title {
          font-size: 20px; }
      #sp-contents #participation {
        margin-top: 50px;
        padding: 60px 50px; }
        #sp-contents #participation .title img {
          width: 90px; }
        #sp-contents #participation .howto {
          margin-top: 45px; }
          #sp-contents #participation .howto:first-of-type {
            margin-top: 30px; }
        #sp-contents #participation .head {
          align-items: center; }
          #sp-contents #participation .head .icon {
            width: 40px; }
          #sp-contents #participation .head .txt {
            margin-left: 40px;
            width: calc(100% - 100px); }
        #sp-contents #participation .img {
          margin-top: 20px;
          text-align: center; }
    #contents .slider {
      margin-top: 40px; }
    #contents .text {
      margin-top: 50px; }
      #contents .text p {
        margin-top: 50px; }
    #information .about {
      margin-top: 60px; }
      #information .about dl {
        justify-content: center; }
      #information .about .cd dt {
        font-size: 14px; }
      #information .about dt {
        margin-right: 20px;
        width: 80px;
        padding: 25px 0; }
        #information .about dd .attention {
          font-size: 14px; }
      #information .about dd {
        padding: 25px 0 25px 40px;
        width: calc(100% - 80px); }
    #information.en .about dt {
      width: 120px; }
    #information.en .about dd {
      width: calc(100% - 120px); }
    #company {
      margin-top: 90px; }
      #company .list {
        margin-top: 50px; }
      #company dl {
        margin-top: 30px; }
        #company dl:first-of-type {
          margin-top: 0; }
        #company dl dd {
          margin-top: 10px; }
        #company dl.logos dd {
          padding-left: 0;
          margin-top: 10px; }
        #company dl.logos ul {
          width: 600px;
          margin: -15px auto 0; }
          #company dl.logos ul li {
            margin: 30px 0 0; }
        #company dl img {
          width: 130px; }
      #company .title {
        font-size: 20px; }
      #company .media {
        margin-top: 50px; }
      #company .peatix {
        margin-top: 30px; }
        #company .peatix img {
          width: 130px; }
      #company .logo {
        margin-top: 65px; }
        #company .logo li {
          margin: 0 30px; }
        #company .logo .beyond {
          width: 84px; }
        #company .logo .bunka {
          width: 125px; }
        #company .logo .nihon {
          width: 115px; }
      #venues .venues {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #venues .venues .place {
          margin-top: 30px;
          width: 366px; }
          #venues .venues .place:nth-of-type(1), #venues .venues .place:nth-of-type(2) {
            margin-top: 0; }
          #venues .venues .place .img {
            width: 135px; }
            #venues .venues .place .img img {
              max-width: inherit;
              width: 100%; }
          #venues .venues .place .txt {
            width: calc(100% - 135px);
            padding: 8px 15px;
            background-position: calc(100% - 10px) calc(100% - 5px);
            background-size: 35px auto; }
            #venues .venues .place .txt p {
              font-size: 14px; }
    #partner {
      margin-top: 90px; }
      #partner .title {
        font-size: 20px; }
      #partner .logo {
        margin-top: 25px; }
        #partner .logo img {
          width: 75px; }
      #partner ul {
        margin-top: 50px; }
          #partner ul li:after {
            width: 1px; }
        #partner ul li {
          margin-right: 15px; }
          #partner ul li:after {
            margin-left: 15px;
            -webkit-transform: translateY(-0.15vw);
                    transform: translateY(-0.15vw); }
    #contact {
      margin-top: 80px; }
      #contact .title {
        font-size: 20px; }
      #contact .text {
        margin-top: 50px; }
    #member {
      margin-top: 40px; }
      #member .title {
        font-size: 20px; }
      #member .text {
        margin-top: 50px; }
        #member .text dt {
          margin-top: 30px; }
          #member .text dt::first-of-type {
            margin-top: 0; }
    #page-schedule .events {
      margin-top: 60px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #page-schedule .events .event {
        margin-bottom: 30px;
        width: 366px; }
        #page-schedule .events .event .img {
          width: 135px; }
          #page-schedule .events .event .img img {
            max-width: inherit;
            width: 100%; }
        #page-schedule .events .event .txt {
          width: calc(100% - 135px);
          padding: 8px 15px; }
          #page-schedule .events .event .txt p {
            font-size: 14px; }
      #page-schedule .events a.event .txt {
        width: calc(100% - 135px);
        padding: 8px 15px;
        background-position: calc(100% - 10px) calc(100% - 5px);
        background-size: 35px auto; }
        #page-schedule .events a.event .txt p {
          font-size: 14px; }
    #page-schedule .calendar {
      margin-top: 60px; }
      #page-schedule .calendar .inner {
        position: relative;
        margin: 0 35px; }
      #page-schedule .calendar .month {
        margin-bottom: 40px; }
      #page-schedule .calendar .prevnext {
        top: 7px; }
        #page-schedule .calendar#nov .prevnext img {
          width: 50px; }
        #page-schedule .calendar#dec .prevnext img {
          width: 70px; }
      #page-schedule .calendar .cell {
        padding: 25px 37px 25px; }
      #page-schedule .calendar .days .cell {
        border-bottom-width: 3px; }
        #page-schedule .calendar .days .cell:after {
          bottom: 10px;
          left: calc(50% - 4px);
          width: 8px;
          height: 8px; }
      #page-schedule .calendar .weeks .cell {
        padding: 15px 30px; }
      #page-schedule .calendar .week, #page-schedule .calendar .day {
        border-bottom-width: 3px;
        width: 97px; }
        #page-schedule .calendar .week.current .cell, #page-schedule .calendar .day.current .cell {
          border-bottom-width: 3px; }
      #page-schedule .calendar .day.isEvent .cell {
        border-bottom-width: 3px; }
        #page-schedule .calendar .day.isEvent .cell:after {
          left: calc(50% - 28px);
          width: 56px;
          height: 56px;
          bottom: 10px; }
    #page-schedule-detail .ttl-event,
    #page-venues-detail .ttl-event {
      font-size: 28px;
      margin-top: 60px; }
    #page-schedule-detail .slider,
    #page-venues-detail .slider {
      margin: 30px 0; }
    #page-venues-detail .map,
    #page-partnership-detail .map {
      margin-top: 60px; }
    #page-venues-detail .link,
    #page-partnership-detail .link {
      margin-top: 10px; }
      #page-venues-detail .link a:hover,
      #page-partnership-detail .link a:hover {
        background-color: #fff;
        color: #000;
        text-decoration: none; }
    #page-venues-detail .info,
    #page-partnership-detail .info {
      margin-top: 40px; }
      #page-venues-detail .info dl,
      #page-partnership-detail .info dl {
        justify-content: center; }
      #page-venues-detail .info .cd dt,
      #page-partnership-detail .info .cd dt {
        font-size: 14px; }
      #page-venues-detail .info dt,
      #page-partnership-detail .info dt {
        margin-right: 20px;
        width: 80px;
        padding: 25px 0; }
      #page-venues-detail .info dd,
      #page-partnership-detail .info dd {
        padding: 25px 0 25px 40px;
        width: calc(100% - 100px); }
        #page-venues-detail .info dd a:hover,
        #page-partnership-detail .info dd a:hover {
          background-color: #fff;
          color: #000;
          text-decoration: none; }
    #page-venues-detail.en .info dt,
    #page-partnership-detail.en .info dt {
      margin-right: 20px;
      width: 80px;
      padding: 25px 0; }
    #page-venues-detail.en .info dd,
    #page-partnership-detail.en .info dd {
      padding: 25px 0 25px 40px;
      width: calc(100% - 80px); }
      #page-venues-detail.en .info dd a:hover,
      #page-partnership-detail.en .info dd a:hover {
        background-color: #fff;
        color: #000;
        text-decoration: none; }
    #page-partnership-detail .ttl-event {
      font-size: 24px;
      margin-top: 50px; }
    #page-partnership-detail .slider {
      margin: 30px 0; }
    #page-partnership-detail .marker {
      margin-top: 35px;
      margin-bottom: 95px; }
    #press .release {
      margin-top: 60px; }
      #press .release li {
        margin-top: 20px; }
        #press .release li a {
          transition: all .15s ease-in-out; }
          #press .release li a:hover {
            background-color: #fff;
            color: #000;
            text-decoration: none; }
    #partnership .partnership {
      margin-top: 60px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #partnership .partnership .place {
        margin-top: 30px;
        width: 366px; }
        #partnership .partnership .place:nth-of-type(1), #partnership .partnership .place:nth-of-type(2) {
          margin-top: 0; }
        #partnership .partnership .place .img {
          width: 135px; }
          #partnership .partnership .place .img img {
            max-width: inherit;
            width: 100%; }
        #partnership .partnership .place .txt {
          width: calc(100% - 135px);
          padding: 8px 15px;
          background-position: calc(100% - 10px) calc(100% - 5px);
          background-size: 35px auto; }
          #partnership .partnership .place .txt p {
            font-size: 14px; }
    #footer {
      padding-top: 60px;
      padding-bottom: 60px; }
    #footer .flex {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row-reverse;
      margin-top: 40px; }
      #footer #sns {
        margin-top: 0; }
        #footer #sns li {
          margin: 0 20px; }
        #footer #sns img {
          width: 20px; }
      #footer .no-sp {
        margin-top: 0; }
        #footer .no-sp img {
          width: 200px; }
      #return img {
        width: 80px; }
    #ga {
      margin-top: 30px; }
      #ga p {
        font-size: 14px;
        margin-top: 20px; }
        #ga p:first-of-type {
          margin-top: 0; }
      #ga a {
        font-size: 14px; }
        #ga a:hover {
          background-color: #fff;
          color: #000;
          text-decoration: none; }
    #copyright {
      margin-top: 50px; }
      #copyright small {
        font-size: 12px; }
        #copyright small .icon {
          font-size: 12px; } }
    @media (max-width: 750px) {
    #all .onlySP {
      display: block !important; }
    #all .onlyPC {
      display: none; }
      #header .lang {
        display: flex !important; }
    #gnavi {
      width: auto;
      padding: 0 15px; }
    .wrap {
      padding: 0 15px; }
    .wrap {
      width: auto;
      padding: 0 5.33333vw; }
  #questionnaire .title img {
    max-width: 48vw; }
    #page-list .title img {
      max-width: 15.73333vw; }
    #news .title img {
      max-width: 16.4vw; }
    #concept .title img {
      max-width: 26.4vw; }
    #access .title img {
      max-width: 22.8vw; }
      #sp-contents .title img {
        max-width: 58.8vw; }
        #sp-contents #modal-no-open .title img {
          width: 39.73333vw; }
    #contents .title img {
      max-width: 30.4vw; }
    #information .title img {
      max-width: 40.26667vw; }
    #sponsors .title img {
      max-width: 68.8vw; }
      #venues .title img {
        max-width: 66vw; }
    #page-schedule .title img {
      max-width: 30.26667vw; }
    #page-schedule .calendar#nov .month img {
      width: 36.93333vw; }
    #page-schedule .calendar#dec .month img {
      width: 36.66667vw; }
    #page-schedule-detail .title img,
    #page-venues-detail .title img {
      max-width: 53.86667vw; }
    #page-venues-detail .title img,
    #page-partnership-detail .title img {
      max-width: 82vw; }
    #page-partnership-detail .title img {
      max-width: 64.26667vw; }
    #press .title img {
      max-width: 23.2vw; }
    #partnership .title img {
      max-width: 54.13333vw; } }
    @media (max-width: 896px) {
        #gnavi ul li {
          margin: 20px 50px 20px 0; } }
    @media (max-width: 360px) {
      #information .about dt {
        width: 26vw; }
      #information .about dd {
        width: calc(100% - 26vw); }
      #page-venues-detail .info dt,
      #page-partnership-detail .info dt {
        width: 18vw; }
      #page-venues-detail .info dd,
      #page-partnership-detail .info dd {
        width: calc(100% - 22vw); }
    #page-venues-detail.en .info dt,
    #page-partnership-detail.en .info dt {
      width: 18vw; }
    #page-venues-detail.en .info dd,
    #page-partnership-detail.en .info dd {
      width: calc(100% - 20vw); } }
