﻿@media screen and (min-width: 600px) {
	.br-sp {
		display: none
	}
}
@media screen and (max-width: 599px) {
	.br-sp {
		display: block
	}
}
@media screen and (min-width: 600px) {
	.br-pc {
		display: block
	}
}
@media screen and (max-width: 599px) {
	.br-pc {
		display: none
	}
}
@media screen and (min-width: 600px) {
	.sp {
		display: none
	}
}
@media screen and (max-width: 599px) {
	.sp {
		display: block
	}
}
@media screen and (min-width: 600px) {
	.pc {
		display: block
	}
}
@media screen and (max-width: 599px) {
	.pc {
		display: none
	}
}
.event__header {
	margin: 0 -15px 60px
}
@media screen and (max-width: 959px) {
	.event__header {
		margin-top: 100px;
		margin-bottom: 0
	}
}
.event__header h2 span {
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 0.3em;
	font-size: 37px;
	font-weight: bold
}
@media screen and (max-width: 959px) {
	.event__header h2 span {
		font-size: 28px;
		margin: 0 15px
	}
}
.event__header h2::after {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: -moz-linear-gradient(0% 50% 0deg, #de9bb9 0%, #de9bb9 16.6%, #88bee4 16.67%, #88bee4 33.2%, #db8460 33.23%, #db8460 49.8%, #648bc1 49.9%, #648bc1 66.4%, #e7b24a 66.5%, #e7b24a 83%, #93bb72 83.1%, #93bb72 100%);
	background: -webkit-linear-gradient(0deg, #de9bb9 0%, #de9bb9 16.6%, #88bee4 16.67%, #88bee4 33.2%, #db8460 33.23%, #db8460 49.8%, #648bc1 49.9%, #648bc1 66.4%, #e7b24a 66.5%, #e7b24a 83%, #93bb72 83.1%, #93bb72 100%);
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #de9bb9), color-stop(0.166, #de9bb9), color-stop(0.1667, #88bee4), color-stop(0.332, #88bee4), color-stop(0.3323, #db8460), color-stop(0.498, #db8460), color-stop(0.499, #648bc1), color-stop(0.664, #648bc1), color-stop(0.665, #e7b24a), color-stop(0.83, #e7b24a), color-stop(0.831, #93bb72), color-stop(1, #93bb72));
	background: -ms-linear-gradient(0deg, #de9bb9 0%, #de9bb9 16.6%, #88bee4 16.67%, #88bee4 33.2%, #db8460 33.23%, #db8460 49.8%, #648bc1 49.9%, #648bc1 66.4%, #e7b24a 66.5%, #e7b24a 83%, #93bb72 83.1%, #93bb72 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE9BB9', endColorstr='#93BB72' ,GradientType=0)";
	background: linear-gradient(90deg, #de9bb9 0%, #de9bb9 16.6%, #88bee4 16.67%, #88bee4 33.2%, #db8460 33.23%, #db8460 49.8%, #648bc1 49.9%, #648bc1 66.4%, #e7b24a 66.5%, #e7b24a 83%, #93bb72 83.1%, #93bb72 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE9BB9', endColorstr='#93BB72', GradientType=1)
}
.event__header nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 30px
}
@media screen and (max-width: 599px) {
	.event__header nav {
		flex-direction: column
	}
}
.event__header nav a {
	display: block;
	width: 100%;
	padding: .3em 0;
	color: #4D4D4D;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #4AA1CD;
	font-size: 16px;
	line-height: 1.4;
	position: relative
}
.event__header nav a::after {
	content: "";
	border-bottom: 1px solid #4AA1CD;
	border-right: 1px solid #4AA1CD;
	transform: rotate(45deg);
	position: absolute;
	bottom: calc(50% - 5px);
	right: 20px;
	width: 10px;
	height: 10px
}
@media screen and (max-width: 599px) {
	.event__header nav a {
		border-right: none;
		border-bottom: 1px solid #4AA1CD;
		padding: .75em 0
	}
}
.event__header nav a span {
	display: inline-block;
	font-size: 13px;
	line-height: 1
}
.event__header nav a span::before, .event__header nav a span::after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 2px;
	margin: 0 5px;
	border-top: 1px solid #F3863E;
	vertical-align: middle
}
.event__header nav a:nth-of-type(1) {
	border-left: 1px solid #4AA1CD
}
.event__header nav a:nth-of-type(1) span {
	color: #F3863E
}
.event__header nav a:nth-of-type(1) span::before, .event__header nav a:nth-of-type(1) span::after {
	border-top-color: #F3863E
}
@media screen and (max-width: 599px) {
	.event__header nav a:nth-of-type(1) {
		border-left: none;
		border-top: 1px solid #4AA1CD
	}
}
.event__header nav a:nth-of-type(2) span {
	color: #3F8AB2
}
.event__header nav a:nth-of-type(2) span::before, .event__header nav a:nth-of-type(2) span::after {
	border-top-color: #3F8AB2
}
.event__header nav a:nth-of-type(3) span {
	color: #92AF42
}
.event__header nav a:nth-of-type(3) span::before, .event__header nav a:nth-of-type(3) span::after {
	border-top-color: #92AF42
}
.event__header nav a:hover {
	text-decoration: none
}
.event__type__title {
	display: block;
	margin: 0 -15px 50px;
	border-bottom: 1px solid #4AA1CD
}
.event__type__title h3 {
	display: block;
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	color: #333333;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2
}
@media screen and (max-width: 959px) {
	.event__type__title h3 {
		margin: 0 15px;
		font-size: 20px;
		padding-bottom: 5px
	}
}
.event__type__title h3::after {
	display: block;
	bottom: -1px;
	right: 0;
	position: absolute;
	content: "";
	width: 35px;
	height: 40px;
	background: url("/-/media/Project/Daikin/ac_daikin_co_jp/fuha/event/local/images/pichon_bg svg") no-repeat bottom center/contain
}
@media screen and (max-width: 959px) {
	.event__type__title h3::after {
		width: 35px;
		height: 40px;
		right: 20px
	}
}
.event__type__title h3 span {
	display: inline-block;
	margin-left: 15px;
	font-size: 18px;
	line-height: 1;
	vertical-align: middle
}
.event__type__title h3 span::before, .event__type__title h3 span::after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 2px;
	margin: 0 5px;
	border-top: 1px solid #F3863E;
	vertical-align: middle
}
@media screen and (max-width: 959px) {
	.event__type__title h3 span::before, .event__type__title h3 span::after {
		width: 20px
	}
}
@media screen and (max-width: 959px) {
	.event__type__title h3 span {
		display: block;
		margin: 10px 0;
		font-size: 12px
	}
}
.event__type.event__type--online .event__type__title h3 span {
	color: #F3863E
}
.event__type.event__type--online .event__type__title h3 span::before, .event__type.event__type--online .event__type__title h3 span::after {
	border-top-color: #F3863E
}
.event__type.event__type--tokyo .event__type__title h3 span {
	color: #3F8AB2
}
.event__type.event__type--tokyo .event__type__title h3 span::before, .event__type.event__type--tokyo .event__type__title h3 span::after {
	border-top-color: #3F8AB2
}
.event__type.event__type--osaka .event__type__title h3 span {
	color: #92AF42
}
.event__type.event__type--osaka .event__type__title h3 span::before, .event__type.event__type--osaka .event__type__title h3 span::after {
	border-top-color: #92AF42
}
.event__cell__container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	align-items: stretch
}
.event__cell__container::after {
	display: block;
	content: "";
	width: 294px
}
.event__cell {
	display: flex;
	position: relative;
	align-items: stretch;
	width: 294px;
	margin-bottom: 50px
}
@media screen and (max-width: 959px) {
	.event__cell {
		width: 100%
	}
}
.event__cell--large {
	width: 100%;
	margin-top: 30px
}
@media screen and (max-width: 959px) {
	.event__cell--large .event__card__img--large {
		display: none !important
	}
}
.event__cell--large .event__card__img--small {
	display: none !important
}
@media screen and (max-width: 959px) {
	.event__cell--large .event__card__img--small {
		display: block !important
	}
}
.event__cell--large .event__card__header {
	display: none !important
}
@media screen and (max-width: 959px) {
	.event__cell--large .event__card__header {
		display: block !important
	}
}
.event__cell--large .event__card__tags {
	display: none !important
}
@media screen and (max-width: 959px) {
	.event__cell--large .event__card__tags {
		display: block !important
	}
}
.event__card {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	width: 100%;
	background-color: #FFF;
	padding: 0;
	transition: all .3s ease;
	transform-origin: center bottom;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	cursor: pointer
}
.event__card__img {
	display: flex;
	position: relative;
	align-items: stretch;
	flex-direction: column;
	width: 100%;
	min-height: 0%;
	margin: 0;
	background-color: #CCC
}
.event__card__img > img {
	width: 100%;
	height: auto;
	min-height: 0%;
	margin: 0;
	vertical-align: bottom
}
.event__card__img__date {
	position: absolute;
	top: -50px;
	right: 10px;
	width: 130px;
	height: 130px
}
.event__card__img__date img {
	width: 100%
}
.event__card__img__limit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 64px;
	right: 25px;
	width: 98px;
	height: 80px;
	background: url("/-/media/Project/Daikin/ac_daikin_co_jp/fuha/event/local/images/close_bg svg") no-repeat center/contain;
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
	font-weight: bold;
	color: #333
}
.event__card__img__limit span .rest {
	background: linear-gradient(transparent 60%, #ff6 60%)
}
.event__card__img__limit span .rest em {
	font-size: 18px;
	font-style: normal
}
.event__card__img__limit--over {
	background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/fuha/event/local/images/close_bg_red svg")
}
.event__card__img__limit--over span {
	color: #FFF;
	font-size: 22px;
	line-height: 1.24;
	letter-spacing: .15em;
	margin-left: .15em;
	padding-top: 6px
}
.event__card__img__limit--small span {
	display: inline-block;
	position: absolute;
	bottom: -10px;
	right: 10px;
	border: 1px solid #D14141;
	color: #D14141;
	font-size: 11px;
	padding: 5px 8px 3px;
	background-color: #FFF;
	line-height: 1.1
}
.event__card__img__limit--small span em {
	background: linear-gradient(transparent 60%, #ff6 60%);
	font-style: normal;
	font-size: 11px
}
.event__card__img__limit--small span strong {
	font-size: 13px
}
.event__card__img__limit--small.event__card__img__limit--over span {
	background-color: #d14141;
	color: #FFF;
	letter-spacing: 0.05em;
	text-indent: 0.05em
}
.event__card__header {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	flex-grow: 1;
	margin-bottom: 10px;
	padding: 15px
}
.event__card__header p {
	margin-bottom: .4em;
	color: #4D4D4D
}
.event__card__header h4 {
	font-size: 18px;
	font-weight: bold
}
.event__card__tags {
	padding: 15px
}
.event__card__tags li {
	display: inline-block;
	border: 1px solid #4AA1CD;
	margin: 0 .5em .5em 0;
	padding: 6px 10px 4px;
	color: #4AA1CD;
	background-color: #FFF;
	line-height: 1.05;
	border-radius: 1em;
	font-size: 12px;
	font-weight: bold
}
.event__card__handle {
	display: block;
	width: 100%;
	padding: 6px 0 4px;
	background-color: #4AA1CD;
	color: #FFF;
	text-align: center;
	font-size: 14px
}
.event__card__handle::before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 8px;
	margin-right: 3px;
	background: url("/-/media/Project/Daikin/ac_daikin_co_jp/fuha/event/local/images/arrow svg") no-repeat center/contain
}
.event__card__handle:hover {
	text-decoration: none !important
}
.event__card__handle--up::before {
	transform: rotate(180deg)
}
.event__card:hover {
	filter: brightness(110%);
	transform: scale(1.02);
	box-shadow: 0 15px 24px rgba(0, 0, 0, 0.09)
}
.event__detail {
	display: block;
	position: absolute;
	width: 100vw;
	top: calc(100% + 30px);
	left: 0;
	z-index: 500
}
.event__detail__frame {
	display: block;
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #F8FCFE;
	border-top: 1px solid #1BA3D2;
	border-bottom: 1px solid #1BA3D2
}
.event__detail__frame::after {
	display: block;
	content: "";
	position: absolute;
	top: -20px;
	left: calc(50% - 480px + 147px - 15px);
	width: 30px;
	height: 20px;
	background: url("/-/media/Project/Daikin/ac_daikin_co_jp/fuha/event/local/images/sec_line svg") center bottom/contain
}
.event__cell--large .event__detail__frame::after {
	left: calc(50% - 15px)
}
@media screen and (max-width: 959px) {
	.event__detail__frame::after {
		left: calc(50% - 15px) !important
	}
}
.event__detail__inner {
	display: block;
	width: 960px;
	margin: 0 auto
}
@media screen and (max-width: 959px) {
	.event__detail__inner {
		width: 100%
	}
}
.event__detail h4 {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	color: #333333
}
.event__detail h4::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	width: 150px;
	height: 1px;
	background-color: #1BA3D2
}
@media screen and (max-width: 959px) {
	.event__detail h4 {
		width: calc(100% - 30px);
		margin: 0 15px 30px;
		font-size: 18px
	}
}
@media screen and (max-width: 959px) {
	.event__detail p {
		width: calc(100% - 30px);
		margin: 0 15px 10px
	}
}
.event__detail table {
	margin-top: 20px;
	margin-bottom: 50px;
	border-top: 1px solid #1BA3D2
}
@media screen and (max-width: 959px) {
	.event__detail table {
		display: block;
		width: calc(100% - 30px);
		margin: 20px 15px 50px
	}
}
.event__detail table th, .event__detail table td {
	padding: 24px 0 20px;
	border-bottom: 1px solid #1BA3D2;
	color: #333333
}
@media screen and (max-width: 959px) {
	.event__detail table th, .event__detail table td {
		display: block;
		width: 100%
	}
}
.event__detail table th {
	width: 24%
}
@media screen and (max-width: 959px) {
	.event__detail table th {
		text-align: left;
		border-bottom: none;
		width: 100%;
		padding-bottom: 0
	}
}
.event__detail table ul.note {
	list-style-type: none;
	margin-left: 1em
}
.event__detail table ul.note li {
	text-indent: -1em;
	margin-bottom: 0.25em
}
.event__detail table ul.note li:before {
	content: "※"
}
.event__detail table a {
	text-decoration: underline
}
.event__detail__btnbox {
	text-align: center
}
.event__detail__btn {
	display: inline-block;
	padding: 6px 40px 4px;
	font-size: 22px;
	text-align: center;
	background-color: #4AA1CD;
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
	transition: all 0.3s ease
}
@media screen and (max-width: 959px) {
	.event__detail__btn {
		font-size: 17px
	}
}
.event__detail__btn:visited {
	color: #FFF
}
.event__detail__btn:hover {
	text-decoration: none !important;
	background-color: #61ADD3
}
.event__detail__btn--disable {
	background-color: #AAA
}
.event__detail__btn--disable:hover {
	text-decoration: none !important;
	background-color: #AAA
}
/*# sourceMappingURL=event.css.map */
/*20220913*/
.event__card__link {
	display: block;
	width: 100%;
	padding: 6px 0 4px;
	background-color: #4AA1CD;
	color: #FFF;
	text-align: center;
	font-size: 14px
}
.event__card__link::before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 6px;
	margin: 0 2px 0 0;
	padding: 0;
	background: url("/-/media/Project/Daikin/ac_daikin_co_jp/fuha/event/local/images/arrow svg") no-repeat center/contain;
	transform: rotate(-90deg) translate(3px, 3px)
}
.event__card__link:hover {
	text-decoration: none !important
}
.no-touchevents a:hover {
	text-decoration: none !important;
}