<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#key {
	height: 900px;
	min-height: 900px;
}
#key li.slide1 {
	background: url(../img/event/kv.jpg) no-repeat center center / cover;
}

#sec1, #sec1 .wrap {
	height: 2065px;
	position: relative;
	box-sizing: border-box;
}
#sec1 {
	background:url(../img/event/sec1_bg2.png) no-repeat bottom center / 100%;
}
#sec1 .sec1_ttl {
    margin: 0px 0 0 -98px;
}
#sec1 .sec1_content1,
#sec1 .sec1_content2 {
	box-sizing: border-box;
	position: relative;
}
#sec1 .sec1_content1 *,
#sec1 .sec1_content2 * {
	color:#000000;
	box-sizing: border-box;
	position: absolute;
}
#sec1 .sec1_content1 p.price,
#sec1 .sec1_content2 p.price {
	font-size: 17px;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: 0.5px;
	width: 270px;
	z-index: 1;
	box-sizing: border-box;
	border: 2px solid #fff;
	color: #fff;
}
#sec1 .sec1_content1 p.price {
    padding: 20px 45px;
    right: 20px;
    top: 50px;
}
#sec1 .sec1_content2 p.price {
    padding: 20px 45px;
    left: 50px;
    top: 1003px;
}
#sec1 .sec1_content1:before,
#sec1 .sec1_content2:before {
	content: '';
	position: absolute;
}
#sec1 .sec1_content1:before {
	width: 1140px;
	height: 735px;
	background: url(../img/event/sec1_content1_deco.png) no-repeat center center;
	top: 128px;
  left: -400px;
}
#sec1 .sec1_content2:before {
	width: 479px;
	height: 718px;
	background: url(../img/event/sec1_content2_deco.png) no-repeat center center;
	top: 925px;
	left: -295px;
	z-index: -1;
}
#sec1 .sec1_content1 .txt, #sec1 .sec1_content2 .txt {
    z-index: 1;
    width: 455px;
}
#sec1 .sec1_img1 {
    top: -235px;
    left: -275px;
}
#sec1 .sec1_img2 {
    top: 710px;
    right: -260px;
}
#sec1 .sec1_content1 .txt {
    top: 300px;
    right: 0;
}
#sec1 .sec1_content2 .txt {
    top: 1200px;
    left: 0;
    width: 515px;
}
#sec1 .sec1_ttl1 {
    top: -150px;
    right: 315px;
    z-index: 1;
}
#sec1 .sec1_ttl2 {
    z-index: 1;
    top: 808px;
    left: 15px;
}
#sec2, #sec2 .wrap {
	height: 595px;
	position: relative;
	box-sizing: border-box;
}

#sec2 {
	background:#FFCC00;
}
#sec2 .wrap {
	padding: 75px 0 0 0;
	background:#FFCC00;
}

#sec2 .sec2_ttl {
    position: absolute;
    top: -18px;
    left: 413px;
}
#sec2 .box_wrap {
	border-top: 1px solid #CCA300;
	border-bottom: 1px solid #CCA300;
	width: 1000px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 35px 0 0 0;
}
#sec2 .sec2_box {
	width: 500px;
	margin-bottom: 22px;
}
#sec2 .date {
	color: #ae2503;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 0.5px;
	font-weight: bold;
}
#sec2 .txt {
	color: #000000;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.5px;
	font-weight: bold;
}

/*MAILFORM*/
#sec3 {
	padding: 82px 0 36px;
}
#sec3 h2 {
	text-align: center;
	margin-bottom: 43px;
}

#sec3 #mail {
	width: 666px;
	margin: 0 auto;
}

#sec3 .caption {
	width: 198px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

#sec3 .form-value {
	float: right;
	width: 450px;
}

#sec3 .row {
	position: relative;
	padding: 11px 0 9px;
	line-height: 40px;
}
#sec3 .form-value::after, #sec3 .row::after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
#sec3 .mark-require {
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	width: 28px;
	height: 16px;
	border-radius: 4px;
	line-height: 15px;
	text-align: center;
	padding: 2px 4px;
	font-size: 11px;
	background-color: #000;
	color: #fff;
}

#sec3 .form-value input[type="text"] {
	width: 100%;
	border: 1px solid #000000;
	padding: 10px 10px;
}


#sec3 .row .input label {
    padding-right: 30px;
}
#sec3 textarea {
	width: 100%;
	padding: 5px 10px;
	min-height: 135px;
	border: 1px solid #000000;
}
#sec3 .fuild {
	text-align: center;
	padding-top: 18px;
}
#sec3 button {
	border: none;
	background: none;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	width: 370px;
	transition: all .3s ease;
}

#sec3 button:hover {
	opacity: .7;
}
.fc-form [class^='error'] {
	bottom: -65px;
}
.fc-confirm .con_email {
	display: none;
}
#sec3 .row .w1 input {
	width: 251px;
}


#thanks p {
	padding: 50px 10px;
	text-align: center;
	font-weight: bold;
}

#sec4 {
	background: #AE2503 url(../img/event/s4_bg.jpg) no-repeat top center;
	min-height: 416px;
	padding: 76px 0 97px;
}
#sec4 .photo {
	position: absolute;
	top: 177px;
	right: 0;
}
#sec4 .photo {
	position: absolute;
	top: 177px;
	right: 0;
}
#sec4 .photo a {
	display: block;
	width: 546px;
	height: 417px;
}
#sec4 .photo a img {
	width: 100%;
	height: auto;
}
#sec4, #sec4 .wrap {
	height: 770px;
	position: relative;
	box-sizing: border-box;
}
#sec4 h2 {
	margin-bottom: 60px;
	text-align: center;
}
#sec4 dl {
	width: 406px;
}
#sec4 dl dt {color: #231815;font-size: 19px;line-height: 32px;font-weight: bold;margin-bottom: 43px;}
#sec4 dl dd {

line-height: 33px;
}

#sec5, #sec5 .wrap {
	background: #fff;
	height: 390px;
	position: relative;
	box-sizing: border-box;
}

#sec5 .box_wrap {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 75px 120px;
}

#sec5 .sec5_box {
    box-sizing: border-box;
    width: 350px;
    border: 2px solid #231815;
    color: #231815;
    z-index: 2;
}

#sec5 .sec5_box_ttl {
    color: #fff;
    background: #231815;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 15px 0;
}

#sec5 .sec5_box .txt {
    padding: 20px;
}

.event_fix_btn {
    right: 0;
    text-align: right;
}
.event_bnr a{
	margin-top: 5px;
	padding: 5px 0;
	display: block;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	background:linear-gradient(#af2403, #8d1b00); 
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	width: 360px;
	letter-spacing: 2px;
}</pre></body></html>