@charset "utf-8";

#eventMainImage {
	text-align: center;
}

#eventBodyInner {
	border-top: 1px solid #bbbec1;
	border-bottom: 1px solid #bbbec1;
	border-radius: 6px;
	padding: 9px 0;
}

/* map */
a.map {
	padding-left: 18px;
	background: url(/business/sp/images/n_ic_external.gif) left no-repeat;
}

/* eventProducts1 */
#eventProducts1 {
    margin: 20px 0 0 0;
}

/* SP */
@media only screen and (max-width: 767px) {
	#eventSchedule .eventScheduleTable .eventDlTable {
		width: 100% !important;
		box-sizing: border-box;
	}
	#eventBodyInner {
		border-top: none;
		border-bottom: none;
	}
	#eventSchedule .eventScheduleTable {
		border-top: none;
	}
	#eventSchedule .eventScheduleTable .titEventSchedule {
		margin: 0 10px;
	}
	.titTeacherProfile {
		margin: 0 10px;
	}
}

/* PC */
@media print, screen and (min-width: 768px) {
	#eventSchedule .eventScheduleTable .eventDlTable {
		width: 100% !important;
	}
	#eventSchedule .eventScheduleTable .eventDlTable .eventDlTableLine {
		width: 100%;
	}
	.productSection .eventProductsList > div {
		width: 48%;
	}
}

/** -------------------------------------------------------
 ** eventMain
 ** ------------------------------------------------------- */
#eventMain {
	margin: 50px 30px 0;
}

/** -------------------------------------------------------
 ** eventHeader
 ** ------------------------------------------------------- */

#eventHeader {
}

#eventBack {
	float: left;
}
#eventBack a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	background-color: #cbd2d7;
	border-radius: 5px;
	padding: 10px 15px 10px 30px;
	overflow: hidden;
}
#eventBack a::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #333 transparent transparent;
}
#eventBack a:hover {
	opacity: 0.75;
}

#eventInfo {
	float: right;
}
#eventInfoIcons {
	text-align: right;
}
#eventInfoIcons div {
	border-radius: 0.3em;
	box-sizing: border-box;
	color: white;
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0.1em 1.5em;
	text-align: center;
}
#eventInfoIcons div.pref {
	background-color: #666;
}
#eventInfoIcons div.cate {
	background-color: #ab7573;
}
#eventInfoDate {
	margin: 6px 0 0 0;
	text-align: right;
}

@media only screen and (max-width: 768px) {
	#eventBack {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	#eventInfo {
		padding: 8px 0 0 0;
		margin: 0 10px;
	}
	#eventInfoDate {
		font-size: 77%;
	}
}

/** -------------------------------------------------------
 ** eventClosed
 ** ------------------------------------------------------- */

.eventClosed {
	padding: 22px 0 14px 0;
	margin: 10px 10px 0 10px;
	border: 1px solid #bbbec1;
	background-color: #f5f3ee;
}
.eventClosed:first-child {
	margin-top: 0;
}
.eventClosed strong {
	display: block;
	color: #996945;
	font-size: 142.5%;
	text-align: center;
}
.eventClosed p {
	margin: 16px 0 0 0;
	text-align: center;
}
.eventClosed .btnContact {
	margin: 20px 0 0 0;
}
.eventClosed .btnContact a {
	display: block;
	width: 196px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	padding: 1em;
	background-color: #e88622;
}
.eventClosed .btnContact a:hover {
	opacity: 0.75;
}

@media only screen and (max-width: 768px) {
	.eventClosed {
		padding: 12px 12px 9px 12px;
	}
	.eventClosed strong {
		font-size: 116%;
	}
	.eventClosed p {
		font-size: 93%;
	}
}

/** -------------------------------------------------------
 ** eventSection
 ** ------------------------------------------------------- */
.eventSection {
	margin: 20px 10px 50px 10px;
}
.titSection {
	font-size: 138.5%;
	border-left: 6px solid #295e71;
	background-color: #ebeef0;
	padding: 16px 12px;
	margin: 0 0 15px 7px;
	clear: both;
}
.eventSectionInner {
	padding: 0 7px;
}
.eventSectionLead {
	margin: 0 0 12px 0;
}

@media only screen and (max-width: 768px) {
	.eventSection {
		margin: 20px 0 0 0;
	}
	.titSection {
		font-size: 120%;
		padding: 10px;
		margin: 0 0 15px 0;
	}
	.eventSectionInner {
		padding: 0;
	}
}

/** -------------------------------------------------------
 ** eventOutline
 ** ------------------------------------------------------- */
#eventOutline {
}

.eventOutlineTable table {
	width: 100%;
	border-left: 1px solid #b9bec2;
	border-top: 1px solid #b9bec2;
}
.eventOutlineTable table th,
.eventOutlineTable table td {
	padding: 14px;
	border-right: 1px solid #b9bec2;
	border-bottom: 1px solid #b9bec2;
}
.eventOutlineTable table th {
	background-color: #efece5;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.eventOutlineTable table td {
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}

.eventOutlineTable table td dt {
	margin-left: 18px;
	margin-bottom: 5px;
}
.eventOutlineTable table td ul li {
	list-style: disc !important;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.eventOutlineTable table td dt {
		margin-left: 6px;
	}
}

@media only screen and (max-width: 768px) {
	#eventOutline .eventSectionInner {
		padding: 8px 10px 12px 10px;
	}
	.eventOutlineTable table th,
	.eventOutlineTable table td {
		padding: 10px 14px;
	}
	.eventOutlineTable table th {
		white-space: nowrap;
	}
	.eventOutlineTable table td {
		font-size: 93%;
	}
}

/** -------------------------------------------------------
 ** eventStageDemo
 ** ------------------------------------------------------- */
#eventStageDemo {
}
#eventStageDemo .eventStageDemoProducts .eventStageDemoProductsSection {
	float: left;
	width: 220px;
}
#eventStageDemo .eventStageDemoProducts .eventStageDemoProductsSection .eventStageDemoPic img {
	display: block;
	width: 100%;
	height: auto;
}
#eventStageDemo .eventStageDemoProducts .eventStageDemoProductsSection .titEventStageDemo {
	margin: 8px 14px 0 14px;
	color: #36b1bb;
	font-size: 123.1%;
}
#eventStageDemo .eventStageDemoProducts .eventStageDemoProductsSection p {
	margin: 10px 14px 0 14px;
	font-size: 93%;
	line-height: 1.5;
}

/* eventSolutionTimetable */
#eventStageDemo .eventSolutionTimetable {
	margin: 20px 0 0 0;
}
#eventStageDemo .eventSolutionTimetableSection {
	margin: 10px 0 0 0;
}
#eventStageDemo .eventSolutionTimetableSection:first-child {
	margin: 0;
}
#eventStageDemo .eventSolutionTimetableSection .eventSolutionTimetableTitle {
	padding: 12px;
	background-color: #e25132;
	text-align: left;
	color: #fff;
	font-size: 123.1%;
}
#eventStageDemo .eventSolutionTimetableSection .eventTimetableTable {
	background-color: #fff;
	border-left: 1px solid #b9bec2;
}
#eventStageDemo .eventSolutionTimetableSection .eventTimetableTable th,
#eventStageDemo .eventSolutionTimetableSection .eventTimetableTable td {
	padding: 12px;
	border-right: 1px solid #b9bec2;
	border-bottom: 1px solid #b9bec2;
}
#eventStageDemo .eventSolutionTimetableSection .eventTimetableTable thead th {
	background-color: #efece5;
	text-align: center;
}
#eventStageDemo .eventSolutionTimetableSection .eventTimetableTable tbody th {
	width: 90px;
	text-align: center;
	font-weight: normal;
}
#eventStageDemo .eventSolutionTimetableSection .eventTimetableTable td strong {
	color: #0c5794;
	font-size: 123.1%;
}
#eventStageDemo .eventSolutionTimetableSection .eventTimetableTable td .icon-new {
	display: inline-block;
	position: relative;
	top: -0.2em;
	font-size: 0.7em;
	color: #fff;
	line-height: 1;
	margin-right: 0.5em;
	padding: 0.5em 0.7em 0.7em;
	background-color: #0c5794;
}
#eventStageDemo .eventSolutionTimetableSection .eventTimetableTable td p {
	margin: 4px 0 0 0;
	font-size: 93%;
}

@media only screen and (max-width: 768px) {
	#eventStageDemo .eventSectionLead {
		padding: 12px 10px 0 10px;
	}
	#eventStageDemo .eventStageDemoProducts .eventStageDemoProductsSection {
		float: none;
		width: auto;
		margin: 8px 0 0 0;
	}
	#eventStageDemo .eventStageDemoProducts .eventStageDemoProductsSection .titEventStageDemo {
		margin: 8px 10px 0 10px;
	}
	#eventStageDemo .eventStageDemoProducts .eventStageDemoProductsSection p {
		margin: 6px 10px 0 10px;
	}
	#eventStageDemo .eventSolutionBg {
		padding: 24px 10px 0 10px;
	}
	#eventStageDemo .eventSolutionTimetableOutline {
		margin: 8px 0 0 0;
	}
	#eventStageDemo .eventSolutionTimetableOutline .column-1 .eventTimetableOutlineSection,
	#eventStageDemo .eventSolutionTimetableOutline .column-2 .eventTimetableOutlineSection,
	#eventStageDemo .eventSolutionTimetableOutline .column-3 .eventTimetableOutlineSection {
		float: none;
		width: auto;
		margin: 6px 0 0 0;
	}
	#eventStageDemo .eventSolutionTimetableOutline .eventTimetableOutlineSection:first-child {
		margin: 0;
	}
	#eventStageDemo .eventSolutionTimetableOutline .eventTimetableOutlineTitle {
		padding: 10px;
		font-size: 108%;
	}
	#eventStageDemo .eventSolutionTimetableOutline table {
		font-size: 93%;
	}
	#eventStageDemo .eventSolutionTimetableSection .eventTimetableTable th,
	#eventStageDemo .eventSolutionTimetableSection .eventTimetableTable td {
		padding: 8px 10px;
	}
	#eventStageDemo .eventSolutionTimetableSection .eventTimetableTable tbody th {
		width: 56px;
	}
	#eventStageDemo .eventSolutionTimetableSection .eventTimetableTable td strong {
		font-size: 108%;
	}
}

/* ------------------------------------------------------------------ *
   body#popup
*/
body#popup{}
div#popup-header{
	background:#FFF;
	border-bottom:solid 1px #DBE0E4;
	margin-bottom:1em;
}
div#popup-header p{
	max-width:600px;
	margin:0 auto;
	text-align:left;
	padding:15px 0;
}
body#popup h1{
	font-size: 120%;
	color: #716F63;
	text-align: center;
	padding: 15px 10px 10px;
}
body#popup div.container{
	margin:0 auto 1em;
}
body#popup div.container div.inner{
	padding:15px 10px 10px;
}
body#popup h2{
	/*background: url(../images/bg_hd_short.jpg) no-repeat left center;*/
	padding:0 1em 0 20px;
	height:38px;
	line-height:38px;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	margin:0 0 10px 0;
}
body#popup div.container div.inner p{
	text-align:left;
	padding:0 15px 1em;
	line-height:1.4;
}
body#popup div.container div.inner p.center{
	text-align:center;
}
body#popup div.container div.inner img {
	max-width: 100%;
}
body#popup p.close{
	text-align:center;
	margin: 3em 1em;
}
body#popup p.close a{
	display: inline-block;
	width: 180px;
	font-size: 0.95rem;
	color: #000;
	text-decoration: none;
	padding: 1em;
	background-color: #cbd2d7;
	border-radius: 0.25em;
	cursor: pointer;
}
body#popup p.close a:hover {
	opacity: 0.5;
	transition: all 0.8s;
}
body#popup p.close a:before {
	display: inline-block;
	content: '';
	width: 11px;
	height: 11px;
	margin-right: 0.8em;
	background: url(/business/images_global/r_ico_close_02.png) no-repeat;
	background-size: 100%;
	vertical-align: -1px;
}
body#popup div.container div.inner ul{
	margin:0 15px 1em 45px;
}
body#popup div.container div.inner li{
	text-align:left;
	padding:0 0.5em 0.5em 0;
	list-style: disc !important;
}

body#popup #footerCon {
	width: 600px;
}
body#popup #footer {
	min-width: 600px;
}
body#popup #footer ul li#copyright {
	padding:0 0 0 423px;
	position:static;
}
.compensate-for-scrollbar {
	margin-right: 0 !important;
}
@media only screen and (max-width: 767px) {
	.fancybox-slide {
		padding: 44px 22px 0 !important;
	}
	.fancybox-content {
		width: 100% !important;
	}
}
@media print, screen and (min-width: 768px) {
	.fancybox-content {
		max-width: 800px !important;
	}
}








/* シャープ展示会出展　写真レポート
-----------------------------------------------------------*/
/*画像読み込み*/
.rPanelLazyLoad .rPanel .rPanelThumb a,
.rPanelLazyLoad .rPanel .rPanelThumb .rPanelThumbLoader {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 66.6666%;
	overflow: hidden;
	background: url(/business/case/images_global/r_case_thumb_loading.gif) no-repeat center center;
}
.rPanelLazyLoad .rPanel .rPanelThumb a .alt,
.rPanelLazyLoad .rPanel .rPanelThumb .rPanelThumbLoader .alt {
	display: none;
}
.rPanelLazyLoad .rPanel .rPanelThumb a img,
.rPanelLazyLoad .rPanel .rPanelThumb .rPanelThumbLoader img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	backface-visibility: hidden;
}
.rPanelLazyLoad .panel-loaded .rPanelThumb a,
.rPanelLazyLoad .panel-loaded .rPanelThumb .rPanelThumbLoader {
	background-image: none;
}
.rPanelLazyLoad .panel-loaded .rPanelThumb a img,
.rPanelLazyLoad .panel-loaded .rPanelThumb .rPanelThumbLoader img {
	opacity: 1;
	transition: opacity .4s linear;
}

#rCaseList {}
#rCaseList * {
	box-sizing: border-box;
}
#rCaseList .rPanelBlockInner {
	display: flex;
	flex-flow: row wrap;
}
#rCaseList .rPanel {
	width: calc((100% - 6%) / 3);
	font-size: 1.0rem;
	line-height: 1.3;
	border: 1px solid #dbdacb;
	box-sizing: border-box;
	margin-bottom: 3%;
}
#rCaseList .rPanel a {
	text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #rCaseList .rPanel {
		width: calc((100% - 6.1%) / 3);
	}
}
#rCaseList .rPanel:not(:nth-of-type(3n)) {
	margin-right: 3%;
}
#rCaseList .rPanelThumb .alt {
	display: none;
}
#rCaseList .rPanelThumb img {
	width: 100%;
}
#rCaseList .rPanelInner {
	padding: 10px 10px 15px;
}
#rCaseList .rCasePanelTit {
	margin-bottom: .5em;
}
#rCaseList .rCasePanelTit .title {
	font-size: 1.5rem;
	color: #716F63;
}
#rCaseList .rPanelTxt {
	margin-top: 1em;
}
#rCaseList .rPanelLinks {
	padding: 10px 10px 20px;
}
#rCaseList .rPanelLinks .rPanelDetail .rBtnLink {
	position: relative;
	display: block;
	width: 70%;
	margin: 0 auto;
	color: #fff;
	background-color: #716f63;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	padding: 20px 5px;
	transition: all 0.8s;
}
#rCaseList .rPanelLinks .rPanelDetail .rBtnLink:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 767px) {
	#rCaseList .rPanel:nth-of-type(n+2) {
		margin-top: 3%;
	}
	#rCaseList .rPanel {
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: none;
	}
	#rCaseList .rPanel:not(:nth-of-type(3n)) {
		margin-right: 0;
	}
	#rCaseList .rCasePanelTit .title {
		font-size: 1.4rem;
	}
	#rCaseList .rPanelLinks .rPanelDetail .rBtnLink {
		padding: 15px 5px;
	}
}

/* 詳細 */
.main {
	display: block;
	padding: 20px;
	background: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 10px;
  }
}

.contents {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1279px) {
  .contents {
    padding-right: 230px;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    padding-right: 0;
  }
}
.contents__main {
  float: left;
  max-width: 1170px;
  margin: 0 auto;
  width: 78%;
  background: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 1279px) {
  .contents__main {
    width: 96.6%;
  }
}
@media screen and (max-width: 767px) {
  .contents__main {
    float: none;
    width: 100%;
  }
}
.contents__side {
  float: right;
  width: 19.5%;
  background: #fff;
}
@media only screen and (max-width: 1279px) {
  .contents__side {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .contents__side {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}

.category {
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.category .title {
  margin-bottom: 20px;
}
.category .title img {
  width: 80%;
  height: auto;
  max-width: 254px;
}
.category p {
  margin-bottom: 1em;
  font-size: 12px;
}
.category .lead {
  font-weight: bold;
  font-size: 14px;
}
.category dl {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.category dl dt {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 12px;
}
.category dl dd {
  margin-bottom: 5px;
}
.category dl dd img {
  width: 100%;
  height: auto;
}
.category dl dd.zoom {
  margin-bottom: 0;
  text-align: right;
}
.category dl dd.zoom a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding-left: 25px;
  color: #e6000d;
  text-decoration: none;
}
.category dl dd.zoom a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
}
.category .main-image {
  margin-bottom: 10px;
}
.category .main-image img {
  width: 100%;
  height: auto;
}
.category .images {
  margin-bottom: -10px;
}
.category .image {
  width: 48.5%;
  float: left;
  clear: left;
  margin-bottom: 10px;
}
.category .image:nth-child(even) {
  float: right;
  clear: none;
}
.category .image img {
  width: 100%;
  height: auto;
}
.category .caption {
  font-size: 10px;
  padding-top: 5px;
  line-height: 1.2;
}

.twitter {
  background: #fff;
}
.twitter__ttl {
  padding: 10px;
  font-size: 12px;
  color: #8899A6;
}
.twitter__ttl a {
  color: #e6000d;
  text-decoration: none;
}
.twitter__ttl b {
  color: #292F33;
  font-weight: bold;
}
.twitter iframe {
  width: 100% !important;
  display: block !important;
}

.box-footer {
  padding: 10px 15px;
  background: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .box-footer {
    font-size: 11px;
  }
}
.box-footer__caption {
  font-weight: bold;
}
.box-footer__text .supper {
  vertical-align: 2px;
}
.box-footer__category {
  text-align: right;
  margin-top: 5px;
}
.box-footer__category a {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  color: #333;
  text-decoration: none;
}
.box-footer__category a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  height: 9px;
  width: 6px;
  background-image: url(/business/event/images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .box-footer__category a:after {
    width: 7px;
    height: 11px;
    background-image: url(/business/event/images/sprite@2x.png);
    background-position: 0 -24px;
    background-size: 64px 478px;
  }
}
.box-footer__category a:hover {
  text-decoration: underline;
}
.box-footer__banner {
  text-align: right;
  margin-top: 10px;
}
.box-footer__banner a {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
  background: #cbd2d7;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  padding: 10px 14px 10px;
}
.box-footer__banner a:hover {
  opacity: 0.8;
}
.box-footer__banner a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background: url(/business/event/images/icon_blank.png) no-repeat 0 0;
  vertical-align: -3px;
}
@media screen and (max-width: 767px) {
  .box-footer__banner a {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 1.43;
    text-align: left;
    font-size: 10px;
    padding: 7px 15px 7px 35px;
  }
  .box-footer__banner a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 60px;
  height: 60px;
  background: #e6000d url(../img/fancybox/fancybox_loading.gif) center center/40px 40px no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  padding: 15px;
}
.fancybox-close-inner {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background: #e6000d;
}
@media screen and (max-width: 767px) {
  .fancybox-close-inner {
    width: 24px;
    height: 24px;
  }
}
.fancybox-close-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 16px;
  width: 16px;
  background-image: url(/business/event/images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -446px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .fancybox-close-inner:before {
    width: 17px;
    height: 18px;
    background-image: url(/business/event/images/sprite@2x.png);
    background-position: 0 -145.5px;
    background-size: 64px 478px;
  }
}
@media screen and (max-width: 767px) {
  .fancybox-close-inner:before {
    transform-origin: center center;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../img/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .fancybox-prev {
    display: none !important;
  }
}

.fancybox-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .fancybox-next {
    display: none !important;
  }
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 21px;
  height: 21px;
  margin-top: -14px;
  border: 3px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
  height: auto;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0,0,0,.8);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: #e6000d;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
.sidr {
  display: block !important;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .sidr {
    width: 86.66%;
  }
}
.sidr.right {
  left: auto;
  right: -400px;
}
@media screen and (max-width: 767px) {
  .sidr.right {
    right: -86.66%;
  }
}
.sidr.left {
  left: -260px;
  right: auto;
}

.ended {
  text-align: center;
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .ended {
    margin-bottom: 20px;
  }
}
.ended img {
  width: 100%;
  height: auto;
}
.ended .wide {
  max-width: 780px;
}
.en .ended .wide {
  max-width: 789px;
}
@media only screen and (max-width: 667px) {
  .ended .wide {
    display: none;
  }
}
.ended .narrow {
  max-width: 229px;
}
.en .ended .narrow {
  max-width: 302px;
}
@media only screen and (min-width: 666px), print {
  .ended .narrow {
    display: none;
  }
}

.grid {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.grid-sizer, .grid-item {
  float: left;
  opacity: 0;
  width: 18.44%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1279px) {
  .grid-sizer, .grid-item {
    width: 23.17%;
  }
}
@media only screen and (max-width: 977px) {
  .grid-sizer, .grid-item {
    width: 31.48%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-sizer, .grid-item {
    width: 48.23%;
  }
}
.grid-sizer--4, .grid-item--4 {
  width: 100%;
  opacity: 1;
}
.grid-item {
  margin-bottom: 1.95%;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  .grid-item {
    margin-bottom: 2.44%;
  }
}
@media only screen and (max-width: 977px) {
  .grid-item {
    margin-bottom: 2.78%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-item {
    margin-bottom: 3.54%;
  }
}
.android4 .grid-item {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1279px) {
  .android4 .grid-item {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 977px) {
  .android4 .grid-item {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .android4 .grid-item {
    margin-bottom: 15px;
  }
}
.grid-item--image .grid__image:before, .grid-item--movie .grid__image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 8px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border-width 0.5s;
  -moz-transition: border-width 0.5s;
  -o-transition: border-width 0.5s;
  -ms-transition: border-width 0.5s;
  transition: border-width 0.5s;
  z-index: 100;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .grid-item--image .grid__image:before, .grid-item--movie .grid__image:before {
    border-width: 5px;
  }
}
.grid-item--image .grid__image:after, .grid-item--movie .grid__image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 109px;
  background: url(/business/event/images/shadow.png) repeat-x left bottom;
}
.grid-item--movie .grid__link {
  position: relative;
}
.grid-item--movie .grid__link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  height: 64px;
  width: 64px;
  background-image: url(/business/event/images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -688px;
  z-index: 100;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .grid-item--movie .grid__link:before {
    width: 65px;
    height: 66px;
    background-image: url(/business/event/images/sprite@2x.png);
    background-position: 0 -286.5px;
    background-size: 64px 478px;
  }
}
@media screen and (max-width: 767px) {
  .grid-item--movie .grid__link:before {
    margin: -16px 0 0 -16px;
    height: 32px;
    width: 32px;
    background-image: url(/business/event/images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -767px;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min-resolution: 144dpi) {
  .grid-item--movie .grid__link:before {
    width: 33px;
    height: 34px;
    background-image: url(/business/event/images/sprite@2x.png);
    background-position: 0 -358px;
    background-size: 64px 478px;
  }
}

.grid-item--category .grid__link {
  position: relative;
  background: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.grid-item--category .grid__link .grid__image:before {
  -webkit-transition: none　0;
  -moz-transition: none　0;
  -o-transition: none　0;
  -ms-transition: none　0;
  transition: none　0;
}
.grid-item--category .grid__link .grid__image img {
  -webkit-transition: none　0;
  -moz-transition: none　0;
  -o-transition: none　0;
  -ms-transition: none　0;
  transition: none　0;
}
.grid-item--category .grid__link:hover {
  background-color: #fce5e7;
}
.grid-item--category .grid__link:hover .grid__image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.grid-item--twitter {
  height: 740px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .grid-item--twitter {
    display: none;
  }
}
.grid-item--show {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
}
.grid-loader {
  display: none;
  width: 100%;
  text-align: center;
  opacity: 1;
}
.grid .grid-loader {
  display: block;
}
.grid-gutter {
  width: 1.95%;
}
@media only screen and (max-width: 1279px) {
  .grid-gutter {
    width: 2.44%;
  }
}
@media only screen and (max-width: 977px) {
  .grid-gutter {
    width: 2.78%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-gutter {
    width: 3.54%;
  }
}
.grid__link {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.grid__link:hover .grid__image:before {
  border-width: 0px;
}
.grid__link:hover .grid__image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.grid__image {
  position: relative;
}
.grid__image img {
  width: 100%;
  height: auto;
  transform-origin: center center;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  transition: transform 0.5s;
}
.grid__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  font-size: 12px;
  line-height: 1.23;
  padding: 0 15px 15px;
}

.grid__caption2 {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-shadow: 1px 2px 1px #303030;
  z-index: 100;
  font-size: 12px;
  line-height: 1.23;
  padding: 10px 15px 15px;
}


@media screen and (max-width: 767px) {
  .grid__caption {
    font-size: 10px;
    padding: 0 12px 12px;
  }

  .grid__caption2 {
    font-size: 10px;
    padding: 7px 12px 12px;
  }

}
.contents--category {
  margin-bottom: 40px;
}
.contents--category .contents__main {
  min-height: 800px;
}
.contents--category .contents__main__inner {
  padding: 4%;
}
.en .contents--category .contents__main {
  min-height: 840px;
}
@media screen and (max-width: 767px) {
  .contents--category .contents__side {
    display: none;
  }
}
.contents--category .cate {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 977px) {
  .contents--category .cate {
    display: block;
    max-width: 500px;
    margin: auto;
    padding-top: 3%;
  }
}
.contents--category .cate__main {
  display: table-cell;
  padding-right: 3.9%;
  vertical-align: top;
}
@media only screen and (max-width: 977px) {
  .contents--category .cate__main {
    display: block;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.contents--category .cate__sub {
  display: table-cell;
  width: 56.6%;
  vertical-align: top;
}
@media only screen and (min-width: 1340px), print {
  .contents--category .cate__sub {
    width: 500px;
  }
}
@media only screen and (max-width: 977px) {
  .contents--category .cate__sub {
    display: block;
    width: auto;
  }
}
.contents--category .cate-header {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contents--category .cate-header {
    margin-bottom: 30px;
  }
}
.contents--category .cate-header img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.contents--category .cate-header p {
  margin-bottom: 10px;
}
.contents--category p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contents--category p {
    margin-bottom: 30px;
  }
}
.contents--category p.lead {
  font-size: 15px;
  font-weight: bold;
}
.contents--category .main-image {
  position: relative;
  margin-bottom: 15px;
}
.contents--category .main-image img {
  width: 100%;
  height: auto;
  transform-origin: center center;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  transition: transform 0.5s;
}
.contents--category .main-image__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  font-size: 12px;
  line-height: 1.23;
  padding: 0 15px 15px;
}
@media screen and (max-width: 767px) {
  .contents--category .main-image__caption {
    font-size: 10px;
    padding: 0 12px 12px;
  }
}
.contents--category .main-image--image, .contents--category .main-image--movie {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.contents--category .main-image--image:before, .contents--category .main-image--movie:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 8px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border-width 0.5s;
  -moz-transition: border-width 0.5s;
  -o-transition: border-width 0.5s;
  -ms-transition: border-width 0.5s;
  transition: border-width 0.5s;
  z-index: 100;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contents--category .main-image--image:before, .contents--category .main-image--movie:before {
    border-width: 5px;
  }
}
.contents--category .main-image--image:after, .contents--category .main-image--movie:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 109px;
  background: url(/business/event/images/shadow.png) repeat-x left bottom;
}
.contents--category .main-image--image:hover:before, .contents--category .main-image--movie:hover:before {
  border-width: 0px;
}
.contents--category .main-image--image:hover img, .contents--category .main-image--movie:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.contents--category .main-image--movie .main-image__inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  height: 64px;
  width: 64px;
  background-image: url(/business/event/images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -688px;
  z-index: 100;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .contents--category .main-image--movie .main-image__inner:before {
    width: 65px;
    height: 66px;
    background-image: url(/business/event/images/sprite@2x.png);
    background-position: 0 -286.5px;
    background-size: 64px 478px;
  }
}
@media screen and (max-width: 767px) {
  .contents--category .main-image--movie .main-image__inner:before {
    margin: -25px 0 0 -25px;
    height: 51px;
    width: 51px;
    background-image: url(/business/event/images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -814px;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min-resolution: 144dpi) {
  .contents--category .main-image--movie .main-image__inner:before {
    width: 52px;
    height: 53px;
    background-image: url(/business/event/images/sprite@2x.png);
    background-position: 0 -397.5px;
    background-size: 64px 478px;
  }
}

.contents--category .cate-image__item {
  position: relative;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 15px;
}
.contents--category .cate-image__item:nth-child(2n) {
  margin-right: 0;
}
.contents--category .cate-image__item:nth-child(2n+1) {
  clear: none;
}
.contents--category .cate-image__item img {
  width: 100%;
  height: auto;
}
.contents--category .cate-image img {
  width: 100%;
  height: auto;
  transform-origin: center center;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  transition: transform 0.5s;
}
.contents--category .cate-image__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  font-size: 12px;
  line-height: 1.23;
  padding: 0 15px 15px;
}
@media screen and (max-width: 767px) {
  .contents--category .cate-image__caption {
    font-size: 10px;
    padding: 0 12px 12px;
  }
}
.contents--category .cate-image--image, .contents--category .cate-image--movie {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.contents--category .cate-image--image:before, .contents--category .cate-image--movie:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 8px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border-width 0.5s;
  -moz-transition: border-width 0.5s;
  -o-transition: border-width 0.5s;
  -ms-transition: border-width 0.5s;
  transition: border-width 0.5s;
  z-index: 100;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contents--category .cate-image--image:before, .contents--category .cate-image--movie:before {
    border-width: 5px;
  }
}
.contents--category .cate-image--image:after, .contents--category .cate-image--movie:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 109px;
  background: url(/business/event/images/shadow.png) repeat-x left bottom;
}
.contents--category .cate-image--image:hover:before, .contents--category .cate-image--movie:hover:before {
  border-width: 0px;
}
.contents--category .cate-image--image:hover img, .contents--category .cate-image--movie:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.contents--category .cate-image--movie .cate-image__inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  height: 51px;
  width: 51px;
  background-image: url(/business/event/images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -814px;
  z-index: 100;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .contents--category .cate-image--movie .cate-image__inner:before {
    width: 52px;
    height: 53px;
    background-image: url(/business/event/images/sprite@2x.png);
    background-position: 0 -397.5px;
    background-size: 64px 478px;
  }
}
@media screen and (max-width: 767px) {
  .contents--category .cate-image--movie .cate-image__inner:before {
    margin: -16px 0 0 -16px;
    height: 32px;
    width: 32px;
    background-image: url(/business/event/images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -767px;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min-resolution: 144dpi) {
  .contents--category .cate-image--movie .cate-image__inner:before {
    width: 33px;
    height: 34px;
    background-image: url(/business/event/images/sprite@2x.png);
    background-position: 0 -358px;
    background-size: 64px 478px;
  }
}

.contents--category .map {
  margin-top: 30px;
}
@media only screen and (max-width: 977px) {
  .contents--category .map {
    max-width: 380px;
    margin: 30px auto 0;
  }
}
.contents--category .map__ttl {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contents--category .map__image img {
  width: 100%;
  height: auto;
  max-width: 380px;
  border: 1px solid #dcdcdc;
}
