@charset 'UTF-8';

/* reset */
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;
}
img {
  vertical-align: bottom;
  height: auto;
}
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;
}
a,
a:visited {
  color: #000;
  text-decoration: none;
}

/* temporary */
body {
  background-color: #999;
}

/* content */
.container {
  width: 1920px;
  height: 1080px;
  position: relative;
  background-color: #FFF;
}
h1 {
  padding-top: 45px;
  padding-left: 50px;
  height: 164px;
  box-sizing: border-box;
}
.imgExplanation {
  position: absolute;
  top: 102px;
  right: 30px;
}
.logoLarge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1070px;
  height: 550px;
}
.logoMedium {
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 140px;
}
.logoSmall {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 156px;
  height: 80px;
}
.listEvent {
  width: 1890px;
  min-height: 650px;
  margin: 0 auto;
  background-image: url(../img/bgLight.png);
}
.listEvent li {
  position: relative;
  height: 210px;
  background-image: url(../img/bgGray.png);
  border-bottom: solid 10px #FFF;
}
.listEvent li.linkJ {
  background-image: url(../img/bgRed.png);
}
.listEvent li.linkJ::before {
  content: url(../img/imgRibbon.png);
  position: absolute;
  top: -6px;
  left: -6px;
}
.wrapEvent {
  display: table;
  width: 100%;
  height: 100%;
}
.wrapEvent p {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.wrapEvent .title {
  width: 905px;
  padding-right: 30px;
  padding-left: 45px;
  font-size: 46px;
  line-height: 1.3;
}
.wrapEvent .time {
  width: 520px;
  padding: 0 30px 0 114px;
  background: url(../img/iconClock.png) no-repeat 36px center;
  font-size: 36px;
  word-break: break-all;
  line-height: 1.3;
}
.wrapEvent .time span {
  display: block;
  padding-top: 9px;
}
.wrapEvent .venue {
  padding: 0 30px 0 65px;
  background: url(../img/iconMarker.png) no-repeat left center;
  font-size: 36px;
  line-height: 1.3;
}

/* modal */
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
}
.detailEvent {
  position: fixed;
  top: 160px;
  left: 40px;
  width: 1840px;
  height: 880px;
  background-image: url(../img/bgLight.png);
  z-index: 2;
}
.detailEvent .inner {
  position: relative;
  height: 100%;
}
.detailEvent.linkJ > .inner::after {
  content: url(../img/imgRibbon.png);
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 200;
}
.detailEvent .btnClose {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  z-index: 1;
  background-image: url(../img/bgLight.png);
  background-position: 6px 0;
}
.detailEvent .image {
  position: relative;
  width: 880px;
  height: 100%;
  text-align: center;
  background-color: #e6e6e6;
}
.detailEvent .image .swiper-container {
  height: 100%;
}
.detailEvent .image .swiper-slide {
  overflow: hidden;
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
  width: 100%;
  height: 100%;
}
.detailEvent .image > ul,
.detailEvent .image > ul li {
  width: 100%;
  height: 100%;
}
/*.detailEvent .image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}*/
.btnPrev,
.btnNext {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  width: 35px;
  height: 0;
  padding-top: 64px;
  line-height: 1.6;
  overflow: hidden;
  background-repeat: no-repeat;
  outline: none;
}
.btnPrev {
  background-image: url(../img/btnPrev.png);
  left: 18px;
}
.btnNext {
  background-image: url(../img/btnNext.png);
  right: 18px;
}
.detailEvent .information {
  position: absolute;
  top: 0;
  right: 0;
  width: 960px;
  height: 880px;
  padding: 0 32px 0 49px;
  box-sizing: border-box;
}
.detailEvent .information .inner {
  overflow-y: scroll;
  padding-right: 49px;
}
.detailEvent .information .inner::-webkit-scrollbar {
  overflow: hidden;
  width: 14px;
}
.detailEvent .information .inner::-webkit-scrollbar-button {
  display:none;
}
.detailEvent .information .inner::-webkit-scrollbar-thumb,
.detailEvent .information .inner::-webkit-scrollbar-corner {
  background-color: rgba(0,0,0,.2)
}
.detailEvent .information .title {
  font-size: 46px;
  line-height: 1.3;
  margin-top: 49px;
}
.detailEvent .information .schedule,
.detailEvent .information .venue,
.detailEvent .information .organizer,
.detailEvent .information .telephone {
  padding-left: 68px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.3;
}
.detailEvent .information .schedule {
  font-size: 30px;
  margin-top: 39px;
  background-image: url(../img/iconModalCalendar.png);
}
/*
.detailEvent .information .schedule .time {
  margin-left: .8em;
}
*/
.detailEvent .information .venue {
  font-size: 30px;
  margin-top: 16px;
  background-image: url(../img/iconModalMarker.png);
}
.detailEvent .information .organizer {
  font-size: 30px;
  margin-top: 16px;
  background-image: url(../img/iconModalOrganizer.png);
}
.detailEvent .information .telephone {
  font-size: 30px;
  margin-top: 16px;
  background-image: url(../img/iconModalTelephone.png);
}
.detailEvent .information .description {
  font-size: 32px;
  line-height: 1.5;
  margin: 49px 0;
}