/* ----------------------------------------------------------------
	Canvas: Conference
-----------------------------------------------------------------*/ 
:root {
  --cnvs-themebg: #030e38;
  --cnvs-themecolor: #091a57;
  --cnvs-themecolor-rgb: 34, 34, 34;
  --cnvs-color1: #b78c21;
  --cnvs-color2: #fdd955;
  --cnvs-color3: #a78624;
  --cnvs-body-font: 'Roboto', sans-serif;
  --cnvs-primary-font: serif;
  --cnvs-body-bg: transparent;
}
body, .css3-spinner {
  background: linear-gradient(to left, rgba(9, 16, 80, 1), rgba(29, 56, 134, 1), rgba(9, 16, 80, 1));
  border: none;
}
#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark) {
  background: linear-gradient(to left, rgba(9, 16, 80, 0.8), rgba(29, 56, 134, 0.8), rgba(9, 16, 80, 0.8));
}
.responsive-sticky-header.dark #header-wrap {
  background-color: transparent;
}
.dark #header-wrap:not(.not-dark) .menu-container:not(.header-button) > .menu-item.current > .menu-link, .dark #header-wrap:not(.not-dark) .menu-container:not(.header-button) > .menu-item:hover > .menu-link, .gradient-text, .canvas-alt-tabs.tabs-bb .nav-link.active, .menu-item.current > .menu-link, .menu-item:hover > .menu-link {
  background: -webkit-linear-gradient(0deg, var(--cnvs-color1) 0.08%, var(--cnvs-color3) 95.62%);
  background: -o-linear-gradient(0deg, var(--cnvs-color1) 0.08%, var(--cnvs-color3) 95.62%);
  background: linear-gradient(0deg, var(--cnvs-color1) 10%, var(--cnvs-color2) 50.62%, var(--cnvs-color3) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-underline {
  font-family: var(--cnvs-primary-font);
  background-image: -webkit-linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  background-image: -o-linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  background-image: linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  background-repeat: no-repeat;
  background-size: 100% 0.25em;
  background-position: 0 98%;
}
.button-effect::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 2px solid #FFF;
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
}
.button-effect:hover::after {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
/* .device-sm .gradient-underline,
.device-xs .gradient-underline { background-image: none; } */
.button.button-xxlarge {
  padding: 0 44px;
  font-size: 20px;
  height: 72px;
  line-height: 70px;
}
.button-effect, .button.button-gradient-hover:hover, .button.button-gradient, #section-news ul li p:nth-child(2) span, .modal .btn {
  background: -webkit-linear-gradient(323deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  background: -o-linear-gradient(323deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  background: linear-gradient(323deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
}
.button-purple {
  padding: .2rem;
  background: linear-gradient(180deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
}
.gradient-bg {
  position: relative;
  padding: 4px;
}
.gradient-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  background: -o-linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  background: linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
}
.gradient-bg * {
  position: relative;
  z-index: 2;
}
.card-columns .team {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  transition: opacity .25s ease;
}
.card-columns:hover .team:not(:hover) {
  opacity: .3;
}
.team-image {
  width: 95%;
  margin-left: auto;
}
.team-image::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.team-desc {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: left;
  transition: transform .2s ease-out;
}
.team-title span {
  font-style: normal;
  color: #AAA;
}
.team:hover .team-desc {
  transform: scale(1.05);
}
.canvas-alt-tabs {
  border-bottom-width: 1px !important;
  --cnvs-tab-base-color: #FFF;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-link-color: var(--cnvs-tab-base-color);
  --bs-nav-link-padding-x: 1.5rem;
  --bs-nav-link-padding-y: 1.125rem;
  --bs-nav-tabs-border-color: rgba(255, 255, 255, .1);
  --bs-nav-tabs-link-active-bg: transparent;
  --bs-nav-tabs-link-active-color: var(--bs-nav-link-color);
  --bs-nav-link-font-size: 20px;
  --bs-nav-link-font-weight: 600;
}
.canvas-alt-tabs .nav-item .nav-link {
  position: relative;
  text-align: center;
}
.canvas-alt-tabs .nav-item .nav-link::after {
  content: '';
  opacity: 0;
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: -webkit-linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  background: -o-linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  background: linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  z-index: 1;
  transform: translateX(-50%);
  transition: width .15s ease-out;
}
.canvas-alt-tabs .nav-item .nav-link.active::after {
  opacity: 1;
  width: 100%;
}
.schedule-wrap {
  padding: 10px;
}
.schedule-wrap dt:not(:nth-last-of-type(1)) + dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.schedule-time, .schedule-desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
#canvas-tab-alt-content {
  color: var(--cnvs-contrast-100);
}
.schedule-desc small {
  display: block;
  font-size: 14px;
  opacity: .7;
  margin-top: 4px;
}
.dotted-bg {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pricing [class^=col-] {
  margin-top: 0;
}
.pricing-price {
  padding-bottom: 15px;
}
.pricing-persons {
  padding: 15px 50px;
}
.pricing-box.disabled {
  border: 0;
  pointer-events: none;
  cursor: default;
}
.pricing-box.disabled::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  cursor: default;
  z-index: 1;
}
#headquarters-map::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  z-index: 1;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1)92%);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1)92%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1)92%);
}
.device-xs .display-2 {
  font-size: 48px;
}
#section-location .container-bg {
  position: relative;
  bottom: -2px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, 1) 100%);
}
#section-location .container-bg .container {
  padding: 150px 0;
}
.schedule-wrap, #section-participants .promo-border {
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .4));
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .4));
  background: linear-gradient(to top, rgba(9, 16, 50, 7), rgba(9, 16, 50, .4));
}
#section-participants .promo-border { color: #fff;}
.news-wrap {
  background: #FFF;
}
@media (min-width: 992px) {
  .menu-link {
    font-weight: 600;
    font-size: 18px;
  }
  .about-img > div {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 75%;
  }
  .about-img > div + div {
    top: 130px;
    left: 0;
    right: auto;
    z-index: 0;
  }
  .schedule-wrap {
    padding: 50px 80px;
  }
  .schedule-wrap dt:not(:nth-last-of-type(1)), .schedule-wrap dt:not(:nth-last-of-type(1)) + dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .schedule-time, .schedule-desc {
    font-size: 26px;
  }
  #section-location #headquarters-map {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  #footer .footer-widgets-wrap {
    padding: 100px 0;
  }
  .dark .widget_links li a, .dark .widget_meta li a {
    font-size: 15px;
    line-height: 1.8;
    color: #FFF;
  }
}
@media (min-width: 576px) {
	#section-schedule .col-sm-3:not(:nth-last-of-type(1)) {
		margin-bottom: 10px;
    	padding-bottom: 10px;
    	border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
	}
}
/* カスタマイズ   */
.content-wrap {
  padding: 0;
}
.primary-menu-trigger {
  position: fixed;
  top: 2%;
  right: 5%;
}
.cnvs-hamburger .cnvs-hamburger-box {
  width: 1.5rem;
}
h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge) {
  color: #fff;
}
.ticker-wrap .ticker .ticker-item {
  font-family: var(--cnvs-primary-font);
  padding: 0 5rem;
}
#section-slogan, #section-news, #section-movie, #section-history, #section-schedule, #section-tickets, #section-participants, #section-faq, #section-access {
  margin: 0;
  padding: 0;
  background: linear-gradient(to left, rgba(9, 16, 80, 1), rgba(29, 56, 134, 1), rgba(9, 16, 80, 1));
}
#slider {
  background: url(../images/bg.png) repeat-x center bottom;
  background-size: 100%;
  background-attachment: fixed;
}
#section-news .forbg {
  background: url(../images/bg.png) repeat-x center bottom;
  background-attachment: fixed;
  background-size: 100%;
  padding-top: 200px;
}
#section-movie .forbg {
  background: url(../images/bg07.png) repeat-x center center;
  background-attachment: fixed;
  background-size: 100%;
  padding-top: 200px;
}
#section-history .forbg {
  background: url(../images/bg05.png) repeat-x center bottom;
  background-attachment: fixed;
  background-size: 100%;
}
#section-schedule .forbg {
  background: url(../images/bg03.png) repeat-x center bottom;
  background-attachment: fixed;
  background-size: 100%;
}
#section-tickets .forbg {
  background: url(../images/bg04.png) repeat-x center bottom;
  background-attachment: fixed;
  background-size: 100%;
}
#section-participants .forbg {
  background: url(../images/bg09.png) repeat-x center bottom;
  background-attachment: fixed;
  background-size: 100%;
}
#section-faq .forbg {
  background: url(../images/bg02.png) repeat-x center bottom;
  background-attachment: fixed;
  background-size: 100%;
}
#section-access .forbg {
  background: url(../images/bg06.png) repeat-x center bottom;
  background-attachment: fixed;
  background-size: 100%;
}
#footer {
  background: url(../images/bg06.png) repeat-x center bottom;
  background-attachment: fixed;
  background-size: 100%;
}
.forbg {
  padding-bottom: 12rem;
}
.clear {
  display: none;
}
#section-schedule .schedule-wrap, #section-news .news-wrap, #section-faq .col-lg-9 {
  max-width: 1000px;
}
#section-schedule .schedule-wrap {
  min-height: 400px;
}
#header-wrap {
  padding-bottom: 3px;
}
.ticker-wrap {
  display: block;
}
.ticker-item {
  margin-bottom: 0;
  color: #000;
  font-size: 2.5rem;
  padding: 0.75rem 0;
}
.sticker-item {
  letter-spacing: .15rem;
}
.content-wrap .header-stick {
  margin-left: -1px;
}
.content-wrap .container {
  margin-top: 0;
  padding-bottom: 12rem;
}
#section-history h4 {
  font-size: 2rem;
}
#section-history .entry-image, #section-history .entry-title {
  margin: 0 auto;
  width: 88%;
}
#section-history .col-md-5 {
  background: url("../images/history/timeline_g.svg") no-repeat 0 312px;
}
.t-shadow, .map-desc h3 {
  text-shadow: 2px 0 3px #0b1456, 0 3px 3px #0b1456, 1px 3px 3px #0b1456, 2px 6px 4px #0b1456, 0 0 10px #0b1456;
}
.justify-content-between .t-shadow {
  text-shadow: 0 0 5px #0b1456, 3px 3px 6px #0b1456, 2px 2px 13px #0b1456, 4px 8px 8px #0b1456
}
#section-history h3 {
  font-size: 2.5rem;
  padding-left: 2rem;
  background: url("../images/history/years_g.svg") no-repeat 5px center;
  background-size: 20px;
}
::selection {
  color: #8b07fd;
  background: #94e2f2;
}
#section-schedule {
  background: url("../images/arena-hall.png") no-repeat center top;
}
#section-schedule .schedule-desc span{ margin-left: 1.5rem; }
#section-tickets .promo-border {
  background: linear-gradient(to bottom, rgba(225, 225, 225, 9), rgba(225, 225, 225, .9));
}
#section-news ul {
  list-style: none outside;
  max-height: 385px;
  overflow-y: scroll;
  padding: 2rem;
}
#section-news ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
#section-news ul li p i {
  margin-right: .5rem
}
#section-news ul li p:nth-child(1) {
  margin: 0;
  min-width: 150px;
  font-size: 16px;
  padding: 0 20px 0 0;
}
#section-news ul li p:nth-child(2) {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
#section-news ul li span {
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}
#section-news ul li p:nth-child(3) {
  margin: 0;
  width: 100%;
}
#section-news ul li a:hover p:nth-child(3) {
  color: #00F;
}
#section-movie h3 { line-height: 1.2;}
#section-access .grid-inner {
  width: 93%;
}
#section-access .col-lg-9 img {
  max-width: 45%;
}
#footer {
  padding: 0 0 2rem;
}
#footer .row img {
  height: 99px;
}
.panel {
  margin: 0;
  padding: 0;
}
.pricing-action a:not(.btn-link):not(.text-decoration-underline):not(.more-link), #section-schedule .button, #section-tickets .button, #section-participants .button {
  text-shadow: 1px 1px 1px #271603;
}
.pricing-action a:not(.btn-link):not(.text-decoration-underline):not(.more-link):hover, #section-schedule .button:hover, #section-tickets .button:hover, #section-participants .button:hover {
  text-shadow: -1px -1px 1px #271603;
}
.canvas-alt-tabs.tabs-bb .nav-link.active {
  border: none;
}
.owl-carousel .owl-nav {
  margin-top: 0;
}
.owl-carousel .owl-nav [class*=owl-], #gotoTop:hover {
  background-color: #E2CE7F;
  color: #000;
}
.owl-carousel .owl-nav:hover {
  background-color: #E2CE7F;
}
#l-left, #l-right {
  position: fixed;
  z-index: 1;
  height: 70px;
  width: 960px;
  background: url("../images/liner.svg") no-repeat 0 0;
  background-size: 100%;
}
#l-right {
  top: 0;
  left: 52.5%;
  transform: scale(-1, 1);
}
#l-left {
  top: 0;
  right: 52.5%;
}
.tab-wrap {
  padding: 2.5em .5em;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(to bottom, rgba(9, 16, 50, .6), rgba(9, 16, 50, .8));
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
.tab-label {
  font-size: 110%;
  color: #fff;
  cursor: pointer;
  flex: 1;
  order: -1;
  padding: 12px 5px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
  user-select: none;
  white-space: nowrap;
  font-weight: 600;
}
.tab-label:hover, .tab-switch:checked + .tab-label {
  color: rgba(29, 56, 134, 1);
  font-size: 118%;
  background: linear-gradient(0deg, var(--cnvs-color1) 10%, var(--cnvs-color2) 50.62%, var(--cnvs-color3) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab-switch:checked + .tab-label {
  font-size: 118%;
  font-weight: 800;
}
.tab-switch:checked + .tab-label::after {
  height: 3px;
  background: linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  transition: width 0.15s ease-out 0s;
}
.tab-label::after {
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
  width: 100%;
  z-index: 1;
}
.tab-switch:checked ~ .tab-label::after {
  transform: translateX(-100%);
}
.tab-switch:checked + .tab-label::after {
  opacity: 1;
  transform: translateX(0);
}
.tab2-content {
  height: 0;
  opacity: 0;
  margin: 0 auto;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform .3s 80ms, opacity .3s 80ms;
  width: 98%;
  color: #000;
}
.tab-switch:checked ~ .tab2-content {
  transform: translateX(30%);
}
.tab-switch:checked + .tab-label + .tab2-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: fill;
  transform: translateX(0);
}
.tab-wrap::after {
  content: '';
  order: -1;
  width: 100%;
}
.tab-switch {
  display: none;
}
.tab2-content input {
  display: none;
}
.tab2-content label, .tab2-content li {
  margin: 0;
  padding: .3em .8em .2em 3em;
  color: #fff;
  display: block;
  font-size: 115%;
  font-weight: 500;
  background: rgba(9, 16, 50, .8) url(../images/icon_Q.svg) no-repeat 9px center;
  background-size: 25px;
}
.tab2-content li {
  background: rgba(9, 16, 50, .8) url(../images/icon_Map.svg) no-repeat 9px center;
  background-size: 20px;
}
.tab2-content li a {
  display: block;
  color: #fff;
  font-weight: 200;
}
.tab2-content label:hover, .tab2-content li:hover {
  background-color: rgba(29, 56, 134, .5);
  cursor: pointer;
}
.tab2-content label::before {
  content: " ";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.tab2-content label, .tab2-content div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.tab2-content div {
  height: 0;
  overflow: hidden;
  padding: 0 2em;
  margin-bottom: 5px;
}
.tab2-content p {
  margin-bottom: 0;
}
.tab2-content input:checked + label + div {
  height: auto;
  padding: .4em .8em .8em 3.5em;
  transition: all .3s;
  background: rgba(9, 16, 50, .8);
  color: #fff;
  background-size: 35px;
  overflow-wrap: anywhere;
}
.tab2-content input:checked + label::before {
  transform: rotate(-45deg) !important;
}
#img-qr {
  text-align: center;
}
#img-qr canvas {
  padding: 10px;
  background-color: #fff;
  margin: 0 auto;
  height: 180px;
  width: 180px;
  font-size: 135%;
}
.modal-content {
  width: 95%;
}
.modal-fullscreen .modal-content {
  height: 85%;
  border: 0;
  border-radius: 0;
  margin: 5% auto;
}
.modal .btn {
  color: #000;
  font-weight: 500;
}
.modal .fa-solid::before {
  margin-left: 10px;
}
.mbYTP_wrapper iframe {
  min-height: 100vh;
}
/* レスポンス調整 */
@media (max-width: 1399.98px) {
  #section-history .col-md-5 {
    background-position: 0 275px
  }
}
@media (max-width: 1199.98px) {
  #section-history .col-md-5 {
    background-position: 0 189px;
  }
  #l-left, #l-right {
    top: -8px;
    width: 676px;
  }
  .primary-menu-trigger {
    top: 7%;
    z-index: 3;
  }
  .e-count b {
    font-size: 85%;
  }
  .e-count span, .e-count .font-body {
    font-size: 90%;
  }
}
@media (max-width: 991.98px) {
  #logo {
    width: 110px;
    margin: 0 auto;
  }
  .menu-item {
    display: block;
    text-align: center;
  }
  #header-wrap {
    padding-bottom: 10px;
  }
  .forbg {
    padding-bottom: 0;
  }
  #slider {
    background-size: 130%;
    background-position: center center;
  }
  #section-news .forbg {
    background-size: 130%;
    background-position: center center;
  }
  #section-history .forbg {
    background-size: 130%;
  }
  #section-schedule .forbg {
    background-size: 130%;
    ;
  }
  #section-tickets .forbg {
    background-size: 100%;
  }
#section-participants .forbg {
  background-size: 146%;
}
  #section-faq .forbg {
    background-size: 130%;
    background-position: center center;
  }
  #section-access .forbg {
    background-size: 120%;
  }
  #footer {
    background-size: 120%;
  }
  #header-wrap #logo img {
    height: auto;
  }
  #header.transparent-header.responsive-sticky-header #header-wrap {
    background-color: rgba(29, 56, 134, .6);
    border: none;
  }
  .menu-item > .button-effect {
    background: -webkit-linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
    background: -o-linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
    background: linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  .menu-item > .button-effect::after {
    display: none;
  }
  #m-hotel .row .col-lg-6 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .content-wrap .container {
    padding-bottom: 13rem;
  }
  #section-news .forbg, #section-history .forbg {
    background-size: 175%;
  }
  #section-news ul {
    padding: .5rem;
  }
  #section-news ul li a {
    flex-wrap: wrap;
  }
  #section-news ul li p:nth-child(1) {
    min-width: 100px;
  }
  #section-news ul li p:nth-child(3) {
    margin-top: 10px;
  }
  #section-movie .overlay-trigger-icon.size-lg { 
	width: 33px;
  	height: 33px;
  	line-height: 33px;
  　font-size: 33px;
  }
  #section-movie h3 { font-size: 1rem; }
  #section-history .col-md-5 {
    background-position: 0 307px;
  }
  #section-history .e-count .col-md-4 {
    width: 55% !important;
  }
  #section-schedule {
    background-size: 106%;
  }
  .e-count b {
    font-size: 50%;
  }
  .e-count span, .e-count .font-body {
    font-size: 80%;
  }
}
@media (max-width: 575.98px) {
  #section-news .forbg {
    padding-top: 150px;
  }
  #section-history .col-md-5 {
    background-position: 0 326px;
  }
  #section-schedule .tabs {
    flex-direction: inherit;
  }
  #slider {
    background-size: 170%;
  }
  #section-news .forbg,  #section-movie .forbg {
    background-size: 170%;
  }
  #section-history .forbg {
    background-size: 190%;
  }
  #section-schedule .forbg {
    background-size: 170%;
    ;
  }
  #section-tickets .forbg {
    background-size: 110%;
    background-position: center center;
  }
  #section-faq .forbg {
    background-size: 130%;
    background-position: center center;
  }
  #section-access .forbg {
    background-size: 130%;
  }
  #footer {
    background-size: 130%;
  }
  .content-wrap .container {
    padding-bottom: 10rem;
  }
  .map-desc h3 {
    font-size: 130%;
  }
  .tab2-content label, .tab2-content li {
    font-size: 105%;
    font-weight: 400;
  }
}
@media (max-width: 539.98px) {
  #section-history .col-md-5 {
    background-position: 0 306px;
  }
  #section-history .e-count .col-md-4 {
    width: 65% !important;
  }
}
@media (max-width: 430.98px) {
  .content-wrap .container {
    padding-bottom: 6rem;
  }
  #section-history .col-md-5 {
    background-position: 0 252px;
  }
}
@media (max-width: 415.98px) {
  #section-history .col-md-5 {
    background-position: 0 243px;
  }
}
@media (max-width: 390.98px) {
  #section-history .col-md-5 {
    background-position: 0 232px
  }
  #section-history .e-count .col-md-4 {
    width: 70% !important;
  }
  #footer {
    font-size: 10px;
  }
}
@media (max-width: 375.98px) {
  #section-history .col-md-5 {
    background-position: 0 226px
  }
}
@media (max-width: 360.98px) {
  #section-history .col-md-5 {
    background-position: 0 218px
  }
}

.dropdown-item:hover, .dropdown-item:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
/*! The MIT License (MIT)
 *  Copyright (c) 2013 Panayiotis Lipiridis
 *  https://flagicons.lipis.dev
*/

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em
}
.flag-icon:before {
  content: '\00a0'
}
.flag-icon.flag-icon-squared {
  width: 1em
}
.flag-icon-jp {
  background-image: url(../images/f-jp.svg)
}

.flag-icon-us {
  background-image: url(../images/f-us.svg)
}
@media (max-width: 767.98px) {
	.bootstrap-select > .dropdown-toggle:after { display: none;}	
}
/*!
 * Bootstrap-select v1.14.0-beta2 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2021 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */ 

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important
}
.bootstrap-select {
  width: 100%;
  vertical-align: middle
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  padding: 5px;
  text-align: right;
  white-space: nowrap;
  border-radius: var(--bs-border-radius);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: none;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 7px;
  transform: rotate(135deg);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: .5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto
}
.form-inline .bootstrap-select .form-control {
  width: 100%
}
.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

/* カウントダウン日本語文字差し替え */
:lang(ja_JP) .countdown-period { font-size:0; }
:lang(ja_JP) .countdown-section:nth-child(1) .countdown-period:before { font-size: 1.25rem; content:"日"; }
:lang(ja_JP) .countdown-section:nth-child(2) .countdown-period:before { font-size: 1.25rem; content:"時間"; }
:lang(ja_JP) .countdown-section:nth-child(3) .countdown-period:before { font-size: 1.25rem; content:"分"; }
:lang(ja_JP) .countdown-section:nth-child(4) .countdown-period:before { font-size: 1.25rem; content:"秒"; }

/* 英日プルダウン微調整 */
.header-row .col-md-2 { 
    position: absolute !important;
    top: 70px;
    right: 27px;
	width: 10%;
}
@media (max-width: 991.98px) {
	.header-row .col-md-2 {
		top: 54px;
		left: -6%;
		width: 125px;
	}
}
/* 20240502 白ヘッダー対策 */
.is-expanded-menu .sticky-header #header-wrap { background: linear-gradient(to left, rgba(9, 16, 80, 0.8), rgba(29, 56, 134, 0.8), rgba(9, 16, 80, 0.8)); }
.menu-item > .menu-link { color:#fff; }
/* 20240514 モーダル・テーブル調整  */
#section-participants .col-12 { text-align: center;}
#section-participants img { 
    width: 50%;
    height: 50%;
    cursor: pointer;
}
.table-hover > tbody > tr:hover > * { background-color: #FEE9A0}
.form-control { 
    margin-bottom: 1rem;
    border: 3px solid #ddd;
    width: 50%;
}
@media (min-width: 992px) {
    .modal-fullscreen .modal-content { width: 80%;}
}
@media (min-width: 1400px) {
    .modal-fullscreen .modal-content { width: 60%;}
}
@media (max-width: 767.98px) {
    #section-participants .forbg { background-position: center 65%;}
}
.table-hover tbody th:nth-of-type(2), .table-hover tbody td:nth-of-type(2) { 
    width: 0;
    font-size:0; 
}
/* 20240521 会長バナー画像レスポンス調整 */
#MrO .swiper-slide-bg {
  background-image: url("../images/img-Message-from-MrO.jpg");
}
@media (max-width: 992px){ 
   #MrO .swiper-slide-bg {
      background-image: url("../images/img-Message-from-MrO-mb.jpg");
      background-position: center 5%;
  }
}
/* 20240603 ホテルセクション復活 */
#section-hotels {
  margin: 0;
  padding: 0;
  background: linear-gradient(to left, rgba(9, 16, 80, 1), rgba(29, 56, 134, 1), rgba(9, 16, 80, 1));
}
#section-hotels .forbg {
  background: url(../images/bg08.png) repeat-x center bottom;
  background-attachment: fixed;
  background-size: 100%;
}
#section-hotels .promo {
  color: #fff;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .4));
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .4));
  background: linear-gradient(to top, rgba(9, 16, 50, 7), rgba(9, 16, 50, .4));
}
#section-hotels .button, #section-hotels .promo-border, .menu-item > .menu-link { text-shadow: 2px 1px 3px #271603; }
#section-hotels .button:hover { text-shadow: -1px -1px 1px #271603; }
.menu-item:hover > .menu-link { text-shadow: unset; }
@media (max-width: 991.98px) { 
    #section-hotels .forbg {
      background-size: 146%;
    }
}
.form-control { width: 100%;}
/* 20240620 バスシャトル */
#section-bus {
  margin: 0;
  padding: 0;
  background: linear-gradient(to left, rgba(9, 16, 80, 1), rgba(29, 56, 134, 1), rgba(9, 16, 80, 1));
}
#section-bus .forbg {
  background: url(../images/bg07.png) repeat-x center bottom;
  background-attachment: fixed;
  background-size: 100%;
}
#section-bus .promo {
  color: #fff;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 7), rgba(0, 0, 0, .6));
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 7), rgba(0, 0, 0, .6));
  background: linear-gradient(to top, rgba(9, 16, 50, 7), rgba(9, 16, 50, .6));
}
#section-bus a { color: #ff3;}
#section-bus p.info {
	margin-left: .5em;
    padding-left: 1em;
    border-left: 4px solid #ffc;
}
/* 20240626 メッセージ追加 */
#section-news .forbg {
  background: url(../images/bg02.png) repeat-x center center;
  background-attachment: fixed;
  background-size: 100%;
  padding-top: 200px;
}
#section-message {
  font-family: var(--cnvs-primary-font);
  font-size: 115%;
  padding: 0;
  background: linear-gradient(to left, rgba(9, 16, 80, 1), rgba(29, 56, 134, 1), rgba(9, 16, 80, 1));
}
/* :lang(ja_JP) #section-message { margin-top: -25px; } */
#section-message .forbg {
  background: url(../images/bg.png) repeat-x center bottom;
  background-attachment: fixed;
  background-size: 100%;
  padding-top: 200px;
}
#section-message .promo {
  color: #fff;
  border-color: #e2d06e;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .4));
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .4));
  background: linear-gradient(to top, rgba(9, 16, 50, 7), rgba(9, 16, 50, .4));
}
#section-message .text-end { margin-bottom: 0; }
#section-impressions {
  font-family: var(--cnvs-primary-font);
  margin-top: 0;
  padding: 0;
  background: linear-gradient(to left, rgba(9, 16, 80, 1), rgba(29, 56, 134, 1), rgba(9, 16, 80, 1));
}
#section-impressions .forbg {
  background: url(../images/bg04.png) repeat-x center center;
  background-attachment: fixed;
  background-size: 100%;
}
.ms-content {
  margin: 0 auto;
  width: 98%;
  color: #000;
}
.ms-content input {
  display: none;
}
.ms-content label, .ms-content li {
  margin: 0;
  padding: .8em 1em;
  color: #fff;
  display: block;
  background-color: rgba(9, 16, 50, .75);
  background-size: 25px;
}
.ms-content label {
    border-radius: 15px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.ms-content div { 
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.ms-content label:after {
    border: solid transparent;
    content: '';
    position: absolute;
    border-top-width: 8px;
    border-bottom-width: 6px;
    border-right-width: 35px;
    border-right-color: rgba(9, 16, 50, .75);
    right: 100%;
    top: 37%;
}
.ms-content li a {
  display: block;
  color: #fff;
  font-weight: 200;
}
.ms-content label:hover, .ms-content li:hover {
  background-color: rgba(9, 16, 50, .5);
  cursor: pointer;
}
.ms-content label::before {
  content: " ";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.ms-content label, .ms-content div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.ms-content div {
  height: 0;
  overflow: hidden;
  padding: 0 2em;
  margin-bottom: .75em;
}
.ms-content div p {
  margin-bottom: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.ms-content label span {
  text-transform: uppercase;
  margin-right: 1em;
  color: #ffc;
}
.ms-content input:checked + label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1em 1.5em 0;
}
.ms-content input:checked + label + div {
  height: auto;
  padding: 0 1.5em 1em;
  transition: all .3s;
  background-color: rgba(9, 16, 50, .75);
  color: #fff;
  background-size: 35px;
  overflow-wrap: anywhere;
  overflow-y: auto;
  max-height: 200px;
}
.ms-content input:checked + label::before {
  transform: rotate(-45deg) !important;
}
#section-impressions .btn {
  background: -webkit-linear-gradient(323deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  background: -o-linear-gradient(323deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  background: linear-gradient(323deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
  color: #000;
  font-weight: 600;
  display: block;
  border-radius: 20px;
}
.ListImpressions .table-hover tbody th:nth-of-type(2), .ListImpressions .table-hover tbody td:nth-of-type(2) {
    width: inherit;
    font-size: 100%;
}
.ListImpressions .modal-content{
  background: rgba(9, 16, 50, .75);
}
.ListImpressions .modal-header, .ListImpressions .modal-footer {
  border-color: rgba(255, 255, 255, .3);
}
.ListImpressions .modal-title {
  color: #fff;
}
.ListImpressions .form-control {
  background: rgba(255, 255, 255, .7);
  border: none;
}
.ListImpressions .form-control:focus { 
  box-shadow: 0 0 0 0.2rem rgba(230, 212, 53, 0.3);
  background: rgba(255, 255, 255, .9);
}
.ListImpressions .table > :not(caption) > * > * { background: rgba(255, 255, 255, .8); }
.ListImpressions .table tr { border-color: rgba(9, 16, 50, .5); }
@media (max-width: 575.98px) { 
   #section-news .forbg, #section-participants .forbg, #section-message .forbg, #section-impressions .forbg {
      background-size: 170%;
   }
    #section-participants img { width: 80%;}
}
/* 20240627 impression トグル追加 */
#my_table2 td:nth-child(3) div:nth-child(1) {
  position: relative;
  cursor: pointer;
}
#my_table2 td:nth-child(3) div:nth-child(1):before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
#my_table2 td:nth-child(3) div:nth-child(1):after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
#my_table2 td:nth-child(3) div:nth-child(1).active:after {
  display: none;
}
#my_table2 td:nth-child(3) div:nth-child(2) {
  display: none;;
}
:lang(ja_JP) #my_table2 { font-size: 91%; }
:lang(ja_JP) #my_table2 td:nth-child(1), :lang(ja_JP) #my_table2 td:nth-child(2) { word-break: keep-all; }