.event {
	padding: 120px 0 180px;
}
.event.event--view {
	padding: 70px 0;
}
.event.event--view .event-aligner {
	max-width: 1140px;
}
.event-aligner {
	position: relative;
	max-width: 924px;
	margin: 0 auto;
}
.event-heading {
	margin-bottom: 55px;
	color: #171717;
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	letter-spacing: -0.025em;
}
.event-tabbox {
	margin-bottom: 20px;
}
.event-tab {
	font-size: 0;
	text-align: left;
}
.event-tab > li {
	display: inline-block;
	vertical-align: top;
}
.event-tab > li + li {
	margin-left: 20px;
}
.event-tab > li > a {
	display: block;
	padding: 9px 0;
	color: #909090;
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	line-height: 1.625;
	letter-spacing: -0.01em;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.event-tab > li > a:hover {
	color: #484848;
}
.event-tab > li.active > a {
	color: #171717;
}
.event-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: -30px -15px;
}
.event-list > li {
	position: relative;
	width: 50%;
	padding: 30px 15px;
    box-sizing: border-box;
}
.event-list > li > a {
	display: block;
}
.event-list > li > .disabled {
	position: relative;
}
.event-list > li > .disabled:before {
	content: "";
	opacity: 0.6;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10;
}
.event-image {
	width: 100%;
	padding-bottom: 55.6%;
	background-repeat: no-repeat;
	background-image: url('https://www.photomon.com/assets/images/event/event-thumb.jpg');
	background-size: cover;
}
.event-box {
	padding-top: 10px;
}
.event-key {
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	color: #0E0E0E;
	font-size: 21px;
	text-align: left;
	line-height: 1.333;
	font-weight: 700;
	letter-spacing: -0.025em;	
}
.event-value {
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	margin-top: 2px;
	color: #0E0E0E;
	font-size: 14px;
	text-align: left;
	line-height: 1.571;
	font-weight: 500;
	letter-spacing: -0.01em;
}
.event-date {
	margin-top: 10px;
	color: #909090;
	font-size: 13px;
	text-align: left;
	line-height: 1.461;
	font-weight: 400;
	letter-spacing: -0.01em;
}
.e-view_headings {
	position: relative;
	padding-right: 50px;
	margin-bottom: 30px;
}
.e-view_heading > em {
	display: block;
	color: #171717;
	font-size: 24px;
	text-align: left;
	font-weight: 600;
	line-height: 1.5833;
	letter-spacing: -0.01em;
}
.e-view_heading .detail {
	margin-top: 2px;
	color: #484848;
	font-size: 16px;
	text-align: left;
	line-height: 1.625;
	letter-spacing: -0.015em;
}
.e-share {
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	-webkit-transform: translateY(-50%);
	-m-transform: translateY(-50%);
	transform: translateY(-50%);
}
.e-share_trigger {
	display: block;
	width: 40px;
	height: 40px;
	background: url('https://www.photomon.com/assets/images/event/e-share_trigger.png') no-repeat center center;
	text-indent: -9999px;
}
.e-share-pop {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 32px;
	right: -2px;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	z-index: 10;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.e-share.active .e-share-pop {
	opacity: 1;
	visibility: visible;
}
.e-share-pop_heading {
	position: relative;
	color: #484848;
	font-size: 14px;
	text-align: left;
	line-height: 1.571;
	font-weight: 500;
}
.e-share-pop_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background: url('https://www.photomon.com/assets/images/event/e-share-pop_close.png') no-repeat center center;
	text-indent: -9999px;
}
.e-share-pop_cont {
	padding-top: 20px;
}
.e-share_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 174px;
	margin: -11px;
}
.e-share_list > li {
	padding: 11px;
	box-sizing: border-box;
}
.e-share_list > li > a {
	display: block;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.e-share_list > li.e-share-1 > a {
	background-image: url('https://www.photomon.com/assets/images/event/e-share-1.png');
}
.e-share_list > li.e-share-2 > a {
	background-image: url('https://www.photomon.com/assets/images/event/e-share-2.png');
}
.e-share_list > li.e-share-3 > a {
	background-image: url('https://www.photomon.com/assets/images/event/e-share-3.png');
}
.e-view_cont img {
	max-width: 100%;
}
.e-view_cont img.m {
	display: none;
}


@media(max-width: 1025px) {
	.event-aligner {
		padding: 0 30px;
	}
	.event-list {
		margin: -30px -10px;
	}
	.event-list > li {
		padding: 30px 10px;
	}

	.e-view_headings {
		margin-bottom: 50px;
	}
	.e-share {
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@media(max-width: 767px) {
	br.mobile {
		display: block !important;
	}
	.photobook {
		padding-bottom: 70px;
	}
	.pb-section + .pb-section {
		margin-top: 70px;
	}
	.pb-aligner {
		padding: 0 20px;
	}
	.pb-heading {
		margin-bottom: 5px;
		font-size: 21px;
	}
}


@media(max-width: 767px) {
	
	.event {
		padding: 70px 0;
	}
	.event.event--view {
		padding-bottom: 0;
	}
	.event-aligner {
		padding: 0 20px;
	}
	.event-heading {
		margin-bottom: 30px;
		font-size: 21px;
		line-height: 1.333;
	}
	.event-list {
		display: block;
		margin: 0;
	}
	.event-list > li {
		width: 100%;
		padding: 0;
	}
	.event-list > li + li {
		margin-top: 30px;
	}
	.event-key {
		font-size: 20px;
	}
	.e-view_headings {
		padding-right: 34px;
		margin-bottom: 20px;
	}
	.e-view_heading .detail {
		font-size: 14px;
	}
	.e-share {
		top: 6px;
		width: 24px;
		height: 24px;
	}
	.e-share_trigger {
		width: 24px;
		height: 24px;
	}
	.e-view_cont {
		margin: 0 -20px;
	}
	.e-view_cont img.pc {
		display: none;
	}
	.e-view_cont img.m {
		display: block;
	}
	.e-view_cont img {
		width: 100%;
	}
	
}