@charset "utf-8";

/*body
----------------------------------------------------------------------------------------------*/

html,
body {
	/*min-width:1260px;*/
}

body {
	background: #fff;
}

.eye {
	width: 100%;
	text-align: center;
	position: relative;

}

.main {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

@keyframes rolls {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

#header {
	width: 960px;
	margin: 0 auto;
	/*height:45px;*/
}

#header h1 {
	float: left;
	padding-top: 8px;
	padding-left: 17px;
	margin-right: 45px;
}

#header h1 img {
	width: 180px;
	height: auto;
}

#header ul {
	float: right;
	padding-top: 0px;
}

#header ul li {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
}

#header ul li span {
	font-weight: bold;
	padding: 0 10px;
	color: #000;
}

#header ul li a {
	display: inline;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#header ul li a:hover {
	color: #666;
}

.grey {
	color: #ababab !important;
}

#mainArea {
	position: relative;
	width: 960px;
	margin: 0 auto 45px;
	/*height:2181px*/
}

.infoTxt {
	padding: 25px 0 40px;
	color: #000;
	font-size: 13px;
}

.infoTxt span {
	font-weight: bold;
	font-size: inherit;
}

.contents {
	width: 960px;
	margin: 0 auto;
}

/*footer
----------------------------------------------------------------------------------------------*/
footer {
	padding: 10px 0 30px 0;
}

.footerIn {
	margin: 24px auto 20px;
	text-align: center;
	width: 100%;
}

/* footer p img {
	height: auto;
	margin-right: 5px;
	width: 200px;
} */

footer ul {
	float: right;
	padding-top: 10px;
}

footer ul li {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

footer ul li>span {
	font-weight: bold;
	padding: 0 10px;
	color: #000;
}

footer ul li a {
	display: inline !important;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

footer ul li a>span {
	font-weight: inherit;
	font-size: inherit;
}

footer ul li a:hover {
	color: #999;
}

footer small {
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 1;
}

#pageTop {
	bottom: 20px;
	position: fixed;
	right: 20px;
	width: 50px;
	z-index: 1000;
}

#pageTop img {
	height: auto;
	width: 100%;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

.text_center {
	text-align: center;
}

.text_end {
	text-align: end;
}

#attention img {
	max-width: 1060px;
	width: 100%;
}

.infoTxt {
	padding: 25px 46px 40px;
	color: #000;
	font-size: 14px;
	line-height: 1.6em;
}

.infoTxt span {
	font-weight: bold;
	font-size: inherit;
}

.col_w {
	color: #fff;
}

.text_right {
	text-align: right;
}

.mt70 {
	margin-top: 70px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb20 {
	margin-bottom: 20px;
}

.ml20 {
	margin-left: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.pl12 {
	padding-left: 12px;
}

.pl20 {
	padding-left: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pt0 {
	padding-top: 0;
}

.pt110 {
	padding-top: 110px;
}

.fw_bold {
    font-weight: bold;
}

.fair_menu {
	position: absolute;
	top: 0;
	text-align: center;
	/*left: calc(100%/2 - 100px);*/
	left: 0;
	z-index: 5;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.fair_menu {
		position: relative;
		top: 0;
		text-align: center;
		/*left: calc(100%/2 - 100px);*/
		/*left:0;
		right: 0;*/
		z-index: 5;
		width: 100%;
		margin: 0 auto;
	}

	.fair_menu img {
		width: 100%;
	}

}

@media screen and (max-width: 768px) {

	html,
	body {
		min-width: 100%;
	}


	#mainContents {
		background: none;
	}

	header {
		margin: 0 auto;
		padding: 0 0 0 0;
		position: relative;
	}

	header .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	#header {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	header h1,
	#header h1 {
		float: none;
		text-align: center;
		margin-right: 0;
		padding-left: 0px;
		padding: 7px 0px;
		width: 180px;
		margin: 0 auto;

	}

	header img {
		height: auto;
		width: 100%;
	}

	header h1 img {
		width: 180px;
		height: auto;
	}

	header #menuBtn {
		position: absolute;
		top: 8px;
		right: 15px;
		width: 26px;
		height: 24px;
		background: url(../images/bg_menu.png) 0 0 no-repeat;
		background-size: 26px 24px;
		z-index: 10;
	}

	header #menuBtn.active img {
		display: none;
	}

	#header ul {
		float: none;
		padding-top: 0px;
	}

	#header nav {
		display: none;
		padding-top: 0;
		float: none;
		position: absolute;
		top: 55px;
		background: url(../images/bg_overlay.png) 0 0 repeat;
		z-index: 9;
		left: 0;
		width: 100%;
	}

	#header nav.active {
		display: block;
	}

	#header nav ul li {
		float: none;
	}

	#header nav ul li span {
		padding: 0;
		display: none;
	}

	#header nav ul li:last-child a {
		border-bottom: 0;
	}
	.eye {
    padding-top: 50px;
}

	.bgYellow {
		background: #ffff00;
	}

	.bgRed {
		background: #ff0000;
	}

	.txt01 {
		background: #0066cc;
		color: #fff;
		padding: 15px 20px 30px;
		font-size: 10px;
	}

	.infoTxt {
		padding: 15px;
		width: 100%;
		margin: 0 auto 35px;
		font-size: 13px;
		color: #000;
		text-align: left;
	}

	footer {
		padding: 15px 0;
	}

	.footerIn {
		width: 100%;
		margin: 0 auto 10px;
		padding: 0 10px;
	}

	footer h1 {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-right: 0;
		text-align: center;
		margin-bottom: 15px;
	}

	footer h1 img {
		width: 173px;
		height: auto;
	}

	footer ul {
		float: none;
		width: 100%;
		padding-top: 0;
	}

	footer ul li {
		font-size: 20px;
		font-weight: bold;
		color: #FFFF26;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}

	footer ul li:nth-child(2),
	footer ul li:nth-child(4) {
		margin-right: 0;
	}

	footer ul li>span {
		font-size: 14px;
		font-weight: bold;
		padding: 0 10px;
		color: #333;
		display: none;
	}

	footer ul li a {
		display: block !important;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;
		padding: 5px 0;
		width: 100%;
		border: 1px solid #FFFF26;
		background: #FFFF26;
		text-align: center;
	}

	footer ul li a:hover {
		color: #999;
		border: 1px solid #FFFF26;
	}

	footer ul li a>span {
		display: none;
	}

	footer small {
		text-align: center;
		display: block;
		font-size: 12px;
		line-height: 1;
	}

	footer .footerIn p {
		float: none;
		padding-top: 15px;
		text-align: center;
		width: 100%;
	}

	footer .footerIn p img {
		height: auto;
		width: 180px;
	}

	#pageTop {
		width: 40px;
		position: fixed;
		bottom: 15px;
		right: 15px;
	}

	#pageTop img {
		height: auto;
		width: 100%;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

}

/**/

.m-mt20 {
	margin-top: -20px;
}

/**/

.fade-up {
	font-weight: bold;
	visibility: hidden;
}

.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}

	30% {
		opacity: 0.7;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}


.fadeInDown_pre {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown_pre;
	animation-name: fadeInDown_pre;
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
	-ms-animation-delay: 1.0s;
	visibility: visible !important;
}

@keyframes fadeInDown_pre {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}

	20% {
		opacity: 0.7;
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fade-right {
	visibility: hidden;
}

.fade_right {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: fade_right;
	animation-name: fade_right;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-ms-animation-delay: 0s;
	visibility: visible !important;
}

@keyframes fade_right {
	0% {
		opacity: 0;
		-webkit-transform: translate(250px);
		-ms-transform: translate(250px);
		transform: translate(250px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
	}
}

.fade-left {
	visibility: hidden;
}

.fade_left {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: fade_left;
	animation-name: fade_left;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-ms-animation-delay: 0s;
	visibility: visible !important;
}

@keyframes fade_left {
	0% {
		opacity: 0;
		-webkit-transform: translate(-250px);
		-ms-transform: translate(-250px);
		transform: translate(-250px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
	}
}
/* common */
#menuBtn:hover img {
    opacity: 1;
}
.content_container {
    overflow: hidden;
}

.content_container .content {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.block {
    display: block;
}

.fs_24 {
    font-size: 24px;
}

.fs_30 {
    font-size: 30px;
}

.footer {
    background: #FFFFFF;
}

.footer {
	background-color: #fff;
}

.footer_logo_wrap {
	display: flex;
	justify-content: center;
	padding: 0;
}


footer p img {
	height: auto;
	margin-right: 5px;
	width: 100%;
	max-width: 220px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #fff;
}

.logo {
    display: block;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.logo_header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.logo .logo_img {
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1200px) {
    .content_container .content {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    #header nav ul li .nav_item {
		padding: 10px;
		border-bottom: 1px solid #FFF;
		color: #FFF;
	}

	#header nav ul li:last-child .nav_item {
		border-bottom: 0;
	}

	.nav_item_link_wrap {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	#header nav ul li .nav_link {
		font-size: 0.9em;
		display: block;
		text-decoration: none;
		color: #FFF;
	}

	#header nav ul li .nav_link:hover {
		text-decoration: none;
		color: #fff;
	}

	header #menuBtn {
		top: 50%;
		transform: translateY(-50%);
	}

	.header .sp_logo img {
		object-fit: contain;
		height: 50px;
	}
    
    .fair_menu {
        position: relative;
        top: 0;
        text-align: center;
        z-index: 5;
        width: 40%;
        max-width: 250px;
        margin: 0 auto;
    }
    #header {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .sp_block {
        display: block;
    }
    .sp_mt10 {
        margin-top: 10px;
    }
    .sp_mt30 {
        margin-top: 30px;
    }
    .sp_fs_14 {
        font-size: 14px;
    }
    .footerIn {
        width: 100%;
        margin: 0 auto 10px;
        padding: 0 10px;
    }
}


/* 240820 */
.banner {
	width: 100%;
}

.banner_img {
	width: 100%;
	object-fit: contain;
}

.information_bg {
	background-color: #FFE99F;
	padding: 50px 0 100px;
}

.information_img {
    width: 100%;
	object-fit: contain;
}

.data_bg {
	padding: 100px 0;
}

.data_img_title {
    width: 103.5%;
	object-fit: contain;
}

.data_group, .data_box {
    display: flex;
    margin-left: -40px;
    margin-right: -40px;
    overflow: hidden;
}

.data_img {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
	object-fit: contain;
}

.video_advertise_bg {
    background-color: #FFE99F;
    padding: 100px 0;
	margin-top: 100px;
}

.video_advertise_title_img {
    width: 100%;
	object-fit: contain;
}

.video_advertise_thumb {
    width: 100%;
    object-fit: contain;
}

.guide_container {
    padding: 50px 0 100px;
}

.guide_img {
    width: 100%;
    object-fit: contain;
}

.contact_container {
    padding: 100px 0;
    border-top: 8px solid #000000;
    border-bottom: 8px solid #000000;
}

.contact_title {
    display: flex;
    justify-content: center;
}

.contact_title_img {
    width: 60%;
    max-width: 300px;
    object-fit: contain;
}

.contact_text {
    text-align: center;
}

.btn_group {
    display: flex;
    justify-content: center;
    margin-left: -25px;
    margin-right: -25px;
}

.btn_item {
	display: block;
    width: 40%;
    padding-left: 25px;
    padding-right: 25px;
}

.btn_item:hover {
	cursor: pointer;
}

.btn_img {
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1200px) {
    .content_container .content {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .sp_block {
        display: block;
    }
    .sp_mt10 {
        margin-top: 10px;
    }
    .sp_mt30 {
        margin-top: 30px;
    }
    .sp_fs_14 {
        font-size: 14px;
    }
    .information_bg {
        padding: 50px 0;
    }
    .data_bg {
        padding: 50px 0;
    }
    .video_advertise_bg {
        padding: 50px 0;
    }
    .data_group {
        display: block;
    }
    .data_group, .data_box {
        margin-left: 0;
        margin-right: 0;
    }
    .data_img_title{
        width: 104.5%;
    }
    .data_img {
        padding-left: 0;
        padding-right: 0;
    }
    .data_box {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .guide_container {
        padding: 50px 0;
    }
    .contact_container {
        padding: 50px 0;
    }
    .btn_group {
        display: block;
    }
    .btn_item {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}
