@charset "UTF-8";
.intro {
	max-width: 1120px;
	margin: 0 auto 125px;
}
.intro_title {}
.intro_text {
	font-weight: 500;
}
.baseSect {
	margin-bottom: 94px;
}
.baseSect:last-child {
	margin-bottom: 0;
}
.baseSect_cols {
	display: flex;
}
.baseSect_col {}
.baseSect_col-title {
	width: 96px;
}
.baseSect_title {
	position: sticky;
	top: 15px;
	left: 0;
}
.baseSect_col-body {
	width: calc(100% - 126px);
	max-width: 1064px;
	margin-left: auto;
	overflow: hidden;
	padding-top: 40px;
}
.aceTasty {}
.aceTasty_inner {
	max-width: 952px;
	margin: 0 auto;
}
.aceTasty_cell {
	position: relative;
	margin-bottom: 56px;
}
.aceTasty_cell::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: var(--color-beige);
	border-radius: 2px;
	margin-top: 56px;
}
.aceTasty_cell:last-child {
	margin-bottom: 0;
}
.aceTasty_cell:last-child::after {
	display: none;
}
.aceTasty_cols {
	display: flex;
	justify-content: space-between;
}
.aceTasty_col {}
.aceTasty_col-img {
	width: 160px;
}
.aceTasty_image {
	border-radius: 50%;
	overflow: hidden;
}
.aceTasty_image > img {
	display: block;
}
.aceTasty_col-txt {
	width: calc(100% - 184px);
	padding-top: 32px;
}
.aceTasty_title {
	color: var(--color-green);
}
.aceTasty_text {
	margin-bottom: 22px;
}
.aceTasty_text:last-child {
	margin-bottom: 0;
}
.aceTasty_imgList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 24px;
	row-gap: 24px;
}
.aceTasty_imgList > li {}
.aceTasty_fig {}
.aceTasty_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}
.aceAbout {}
.aceAbout_cell {
	margin-bottom: 53px;
}
.aceAbout_cell:last-child {
	margin-bottom: 0;
}
.aceAbout_title {}
.aceAbout_text {
	margin-bottom: 12px;
}
.aceAbout_text:last-child {
	margin-bottom: 0;
}
.aceAbout_box {
	background-color: var(--color-back);
	border-radius: 4px;
	padding: 12px 17px;
	margin-bottom: 12px;
}
.aceAbout_list {
	list-style: none;
	font-size: 19px;
	font-weight: bold;
	color: var(--color-green);
	line-height: 1.8;
}
.aceAbout_list > li {
	position: relative;
	padding-left: 22px;
}
.aceAbout_list > li > .icon {
	font-size: 16px;
	position: absolute;
	top: 0.9em;
	left: 0;
	transform: translateY(-50%);
	margin-top: 2px;
}
.aceAbout_link {
	max-width: 270px;
	margin-top: 22px;
}
.aceAbout_link > a {}
.aceGuide {}
.aceGuide_title {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 18px;
}
.aceGuide_cells {
	background-color: var(--color-back);
	padding: 40px 25px;
}
.aceGuide_cell {
	max-width: 1120px;
	margin: 0 auto 40px;
}
.aceGuide_cell:last-child {
	margin-bottom: 0;
}
.aceGuide_headline {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 8px;
}
.aceGuide_cols {
	display: flex;
	justify-content: space-between;
}
.aceGuide_col {
	width: 48.5%;
	max-width: 540px;
}
.aceGuide_col-no1 {}
.aceGuide_tblWrap {}
.aceGuide_table {
	width: 100%;
	line-height: 1.5;
}
.aceGuide_table > thead {}
.aceGuide_table > thead > tr {}
.aceGuide_table > thead > tr.-white {
	border-right: none;
	border-bottom: 1px solid var(--color-beige);
}
.aceGuide_table > thead > tr > th {
	background-color: var(--color-beige);
	font-weight: 500;
	text-align: left;
	padding: 8px 12px;
	border-right: 1px solid var(--color-beige);
}
.aceGuide_table > thead > tr > th:last-child {
	border-right: none;
}
.aceGuide_table > thead > tr.-white > th {
	background-color: var(--color-white);
	text-align: center;
	padding: 4px 12px;
}
.aceGuide_table > thead > tr > td {}
.aceGuide_table > tbody {}
.aceGuide_table > tbody > tr {
	border-bottom: 1px solid var(--color-beige);
}
.aceGuide_table > tbody > tr:last-child {
	border-bottom: none;
}
.aceGuide_table > tbody > tr > th {
	text-align: left;
	padding: 8px 18px;
	background-color: var(--color-white);
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	width: 190px;
}
.aceGuide_table > tbody > tr > td {
	background-color: var(--color-white);
	padding: 8px 20px;
	text-align: center;
	border-left: 1px solid var(--color-beige);
}
.aceGuide_table-padLarge > tbody > tr > th {
	padding-top: 23px;
	padding-bottom: 23px;
	width: 120px;
}
.aceGuide_table-padLarge > tbody > tr > td {
	padding-top: 23px;
	padding-bottom: 23px;
	text-align: left;
}
.aceGuide_col-no2 {}
.comp {}
.comp_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.comp_col {
	width: 48.5%;
}
.comp_col-img {
	max-width: 512px;
}
.comp_image {}
.comp_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.comp_col-txt {}
.comp_text {
	margin-bottom: 28px;
}
.comp_name {
	font-weight: bold;
	margin-top: 35px;
}
.comp_message {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 34px;
	line-height: 1.8;
}
.comp_message:last-child {
	margin-bottom: 0;
}
.compAbout {}
.compAbout_tblWrap {
	margin-bottom: 55px;
}
.compAbout_table {}
.compAbout_table > tbody {}
.compAbout_table > tbody > tr {}
.compAbout_table > tbody > tr > th {}
.compAbout_table > tbody > tr > td {}
.compAbout_list {
	list-style: none;
}
.compAbout_list > li {}
.compAbout_map {
	position: relative;
	padding-bottom: 37.59%;
	margin-bottom: 23px;
}
.compAbout_map > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.compHis {}
.compHis_tblWrap {}
.compHis_table {}
.compHis_table > tbody {}
.compHis_table > tbody > tr {}
.compHis_table > tbody > tr > th {}
.compHis_table > tbody > tr > td {}
.compStaff {}
.compStaff_image {
	margin-bottom: 22px;
}
.compStaff_image > img {
	display: block;
}
.compStaff_text {}
.topWideImage {
	position: relative;
	height: 635px;
}
.topWideImage > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topAce {}
.topAce_inner {
	max-width: 1280px;
}
.topAce_cols {
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
}
.topAce_col {}
.topAce_col-img {
	padding-top: 145px;
	width: calc(100% - 520px);
	max-width: 640px;
}
.topAce_riceImage {}
.topAce_riceImage > img {
	display: block;
	border-radius: 64px;
}
.topAce_col-txt {
	width: 480px;
}
.topAce_cCols {
	display: flex;
	flex-direction: column-reverse;
}
.topAce_cCol {}
.topAce_cCol-txt {}
.topAce_title {}
.topAce_text {
	margin-bottom: 28px;
}
.topAce_text > b {
	font-weight: bold;
}
.topAce_link {
	margin-top: 48px;
	display: flex;
}
.topAce_link > a {}
.topAce_cCol-img {}
.topAce_soilImage {
	margin-bottom: 55px;
}
.topAce_soilImage > img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 32px;
}
.topProduce {
	margin-bottom: 160px;
}
.topProduce_inner {
	max-width: 1280px;
}
.topProduce_title {
	text-align: center;
}
.produceNav {}
.produceNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 25px;
	row-gap: 25px;
}
.produceNav_list > li {}
.produceNav_list > li:nth-child(6) {
	display: none;
}
.produceNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	overflow: hidden;
	border-radius: 16px;
}
.produceNav_image {
	transition-duration: .5s;
	transition-property: transform;
	overflow: hidden;
}
.produceNav_image > img {
	display: block;
	border-radius: 16px;
	max-width: 100%;
	height: auto;
}
.produceNav_linkList {
	list-style: none;
	display: flex;
	column-gap: 50px;
	justify-content: flex-end;
	margin-top: 47px;
}
.produceNav_linkList > li {}
.produceNav_linkList > li > a {
	text-decoration: none;
	color: inherit;
}
.topComp {
	position: relative;
	padding-top: 160px;
	margin-bottom: 160px;
}
.topComp_bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	width: 1680px;
	height: 800px;
	margin-left: -835px;
}
.topComp_bg > img {
	display: block;
}
.topComp_inner {
	max-width: 1280px;
}
.topComp_cols {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1240px;
	margin-left: auto;
}
.topComp_col {}
.topComp_col-txt {
	width: 480px;
}
.topComp_title {}
.topComp_text {
	margin-bottom: 28px;
}
.topComp_link {
	max-width: 186px;
	margin-top: 42px;
}
.topComp_link > a {
	text-decoration: none;
	color: inherit;
}
.topComp_col-img {
	width: calc(100% - 510px);
	max-width: 640px;
	padding-bottom: 95px;
}
.topComp_image {}
.topComp_image > img {
	display: block;
	border-radius: 64px;
}
.mainVis {
	padding-top: 137px;
	position: relative;
	z-index: 1;
}
.mainVis_inner {
	max-width: 1130px;
}
.mainVis_areaTxt {}
.mainVis_logo {
	margin-bottom: 26px;
}
.mainVis_logo > img {
	display: block;
	margin: 0 auto;
}
.mainVis_title {
	margin-bottom: 17px;
}
.mainVis_title > img {
	display: block;
	margin: 0 auto;
}
.mainVis_text {
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	line-height: 1.65;
}
.mainVis_wideImg {
	position: relative;
	margin-top: 51px;
}
.mainVis_wideImg > img {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.coming {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width:1299px) {
	.comp_message {
		font-size: 18px;
	}
	.topComp_bg {
		margin-left: 0;
		transform: none;
		left: -890px;
	}
	.topComp_col-txt {
		padding-top: 250px;
	}
	.topComp_col-img {
		padding-bottom: 0;
	}
	.topComp_cols {
		align-items: center;
		padding-top: 70px;
	}
}
@media screen and (min-width: 1000px) and (hover:hover) {
	.topAce_link > a:hover {}
	.produceNav_list > li > a:hover {}
	a:hover .produceNav_image {
		transform: scale(1.08);
	}
	.produceNav_linkList > li > a:hover {}
	.topComp_link > a:hover {}
	.aceAbout_link > a:hover {}
}
@media screen and (max-width:999px) {
	.intro {
		margin-bottom: 62px;
	}
	.intro_title {}
	.intro_text {}
	.baseSect {
		margin-bottom: 64px;
	}
	.baseSect_cols {
		display: block;
	}
	.baseSect_col {
		width: auto;
	}
	.baseSect_col-title {
		margin-bottom: 20px;
	}
	.baseSect_title {}
	.baseSect_col-body {
		padding-top: 0;
	}
	.baseSect_col-ptLarge {}
	.aceTasty {}
	.aceTasty_inner {}
	.aceTasty_cell {
		margin-bottom: 40px;
	}
	.aceTasty_cell::after {
		margin-top: 40px;
	}
	.aceTasty_cell:last-child {}
	.aceTasty_cell:last-child::after {}
	.aceTasty_cols {}
	.aceTasty_col {}
	.aceTasty_col-img {}
	.aceTasty_image {}
	.aceTasty_image > img {}
	.aceTasty_col-txt {}
	.aceTasty_title {}
	.aceTasty_text {}
	.aceTasty_text:last-child {}
	.aceTasty_imgList {
		column-gap: 12px;
		row-gap: 12px;
	}
	.aceTasty_imgList > li {}
	.aceTasty_fig {}
	.aceTasty_fig > img {}
	.aceAbout {}
	.aceAbout_cell {
		margin-bottom: 38px;
	}
	.aceAbout_cell:last-child {}
	.aceAbout_title {}
	.aceAbout_text {}
	.aceAbout_text:last-child {}
	.aceAbout_box {}
	.aceAbout_list {}
	.aceAbout_list > li {}
	.aceAbout_list > li > .icon {}
	.aceAbout_link {}
	.aceAbout_link > a {}
	.aceGuide {}
	.aceGuide_title {}
	.aceGuide_cells {
		padding: 40px;
	}
	.aceGuide_cell {}
	.aceGuide_cell:last-child {}
	.aceGuide_headline {}
	.aceGuide_cols {
		display: block;
	}
	.aceGuide_col {
		width: auto;
		max-width: none;
	}
	.aceGuide_col-no1 {
		margin-bottom: 20px;
	}
	.aceGuide_tblWrap {}
	.aceGuide_table {}
	.aceGuide_table > thead {}
	.aceGuide_table > thead > tr {}
	.aceGuide_table > thead > tr.-white {}
	.aceGuide_table > thead > tr > th {}
	.aceGuide_table > thead > tr > th:last-child {}
	.aceGuide_table > thead > tr.-white > th {}
	.aceGuide_table > thead > tr > td {}
	.aceGuide_table > tbody {}
	.aceGuide_table > tbody > tr {}
	.aceGuide_table > tbody > tr:last-child {}
	.aceGuide_table > tbody > tr > th {}
	.aceGuide_table > tbody > tr > td {}
	.aceGuide_table-padLarge > tbody > tr > th {}
	.aceGuide_table-padLarge > tbody > tr > td {}
	.aceGuide_col-no2 {}
	.comp {}
	.comp_cols {
		display: block;
	}
	.comp_col {
		width: auto;
		max-width: none;
	}
	.comp_col-img {
		margin-bottom: 38px;
	}
	.comp_image {
		position: relative;
		padding-bottom: 53.33%;
	}
	.comp_image > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.comp_col-txt {}
	.comp_text {}
	.comp_name {}
	.comp_message {
		font-size: 19px;
	}
	.comp_message:last-child {}
	.compAbout {}
	.compAbout_tblWrap {
		margin-bottom: 40px;
	}
	.compAbout_table {}
	.compAbout_table > tbody {}
	.compAbout_table > tbody > tr {}
	.compAbout_table > tbody > tr > th {}
	.compAbout_table > tbody > tr > td {}
	.compAbout_list {}
	.compAbout_list > li {}
	.compAbout_map {
		padding-bottom: 55.55%;
	}
	.compAbout_map > iframe {}
	.compHis {}
	.compHis_tblWrap {}
	.compHis_table {}
	.compHis_table > tbody {}
	.compHis_table > tbody > tr {}
	.compHis_table > tbody > tr > th {}
	.compHis_table > tbody > tr > td {}
	.compStaff {}
	.compStaff_image {
		padding-bottom: 55.55%;
		position: relative;
	}
	.compStaff_image > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.compStaff_text {}
	.topWideImage {
		height: 353px;
	}
	.topWideImage > img {}
	.topAce {}
	.topAce_inner {}
	.topAce_cols {
		display: block;
		max-width: none;
	}
	.topAce_col {
		width: auto;
	}
	.topAce_col-img {
		display: none;
	}
	.topAce_riceImage {}
	.topAce_riceImage > img {}
	.topAce_col-txt {}
	.topAce_cCols {
		display: block;
	}
	.topAce_cCol {}
	.topAce_cCol-txt {
		margin-bottom: 60px;
	}
	.topAce_title {}
	.topAce_text {}
	.topAce_text > b {}
	.topAce_link {}
	.topAce_link > a {}
	.topAce_cCol-img {}
	.topAce_soilImage {
		position: relative;
		padding-bottom: 55.55%;
		margin-bottom: 0;
	}
	.topAce_soilImage > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 16px;
		object-fit: cover;
	}
	.topProduce {
		margin-bottom: 120px;
	}
	.topProduce_inner {}
	.topProduce_title {}
	.produceNav {
		max-width: 720px;
		margin: 0 auto;
	}
	.produceNav_list {
		column-gap: 12px;
		row-gap: 12px;
		grid-template-columns: repeat(3, 1fr);
	}
	.produceNav_list > li {}
	.produceNav_list > li:nth-child(6) {
		display: block;
	}
	.produceNav_list > li > a {}
	.produceNav_image {}
	.produceNav_image > img {}
	.produceNav_linkList {}
	.produceNav_linkList > li {}
	.produceNav_linkList > li > a {}
	.topComp {
		padding-top: 120px;
		margin-bottom: 110px;
	}
	.topComp_bg {
		left: -599px;
	}
	.topComp_bg > img {}
	.topComp_inner {}
	.topComp_cols {
		display: block;
		padding-top: 0;
	}
	.topComp_col {
		width: auto;
		max-width: none;
	}
	.topComp_col-txt {
		padding-top: 0;
		width: 480px;
		margin-bottom: 60px;
	}
	.topComp_title {}
	.topComp_text {}
	.topComp_link {
		margin-top: 30px;
	}
	.topComp_link > a {}
	.topComp_col-img {}
	.topComp_image {
		position: relative;
		padding-bottom: 55.55%;
	}
	.topComp_image > img {
		border-radius: 16px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.mainVis {}
	.mainVis_inner {}
	.mainVis_areaTxt {}
	.mainVis_logo {}
	.mainVis_logo > img {}
	.mainVis_title {}
	.mainVis_title > img {}
	.mainVis_text {}
	.mainVis_wideImg {}
	.mainVis_wideImg > img {}
	.coming {}
}
@media screen and (max-width:767px) {
	.intro {}
	.intro_title {}
	.intro_text {}
	.baseSect {}
	.baseSect_cols {}
	.baseSect_col {}
	.baseSect_col-title {}
	.baseSect_title {}
	.baseSect_col-body {
		overflow: visible;
	}
	.baseSect_col-ptLarge {}
	.aceTasty {}
	.aceTasty_inner {}
	.aceTasty_cell {}
	.aceTasty_cell::after {}
	.aceTasty_cell:last-child {}
	.aceTasty_cell:last-child::after {}
	.aceTasty_cols {
		display: block;
	}
	.aceTasty_col {}
	.aceTasty_col-img {
		margin: 0 auto 16px;
	}
	.aceTasty_image {}
	.aceTasty_image > img {}
	.aceTasty_col-txt {
		padding-top: 0;
		width: auto;
	}
	.aceTasty_title {
		text-align: center;
	}
	.aceTasty_text {}
	.aceTasty_text:last-child {}
	.aceTasty_imgList {
		display: block;
		max-width: 372px;
		margin: 0 auto;
	}
	.aceTasty_imgList > li {
		margin-top: 12px;
	}
	.aceTasty_imgList > li:first-child {
		margin-top: 0;
	}
	.aceTasty_fig {}
	.aceTasty_fig > img {}
	.aceAbout {}
	.aceAbout_cell {}
	.aceAbout_cell:last-child {}
	.aceAbout_title {}
	.aceAbout_text {}
	.aceAbout_text:last-child {}
	.aceAbout_box {}
	.aceAbout_list {}
	.aceAbout_list > li {}
	.aceAbout_list > li > .icon {}
	.aceAbout_link {}
	.aceAbout_link > a {}
	.aceGuide {}
	.aceGuide_title {}
	.aceGuide_cells {
		padding: 37px 20px;
	}
	.aceGuide_cell {}
	.aceGuide_cell:last-child {}
	.aceGuide_headline {}
	.aceGuide_cols {}
	.aceGuide_col {}
	.aceGuide_col-no1 {}
	.aceGuide_tblWrap {}
	.aceGuide_table {
		line-height: 1.75;
	}
	.aceGuide_table > thead {}
	.aceGuide_table > thead > tr {}
	.aceGuide_table > thead > tr.-white {}
	.aceGuide_table > thead > tr > th {}
	.aceGuide_table > thead > tr > th:last-child {}
	.aceGuide_table > thead > tr.-white > th {}
	.aceGuide_table > thead > tr > td {}
	.aceGuide_table > tbody {}
	.aceGuide_table > tbody > tr {}
	.aceGuide_table > tbody > tr:last-child {}
	.aceGuide_table > tbody > tr > th {
		width: 180px;
		padding: 6px 15px;
	}
	.aceGuide_table > tbody > tr > td {
		padding: 6px 15px;
	}
	.aceGuide_table-padLarge > tbody > tr > th {
		width: 90px;
		vertical-align: middle;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.aceGuide_table-padLarge > tbody > tr > td {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.aceGuide_col-no2 {}
	.comp {}
	.comp_cols {}
	.comp_col {}
	.comp_col-img {
		margin-bottom: 20px;
	}
	.comp_image {
		padding-bottom: 75%;
	}
	.comp_image > img {}
	.comp_col-txt {}
	.comp_text {
		margin-bottom: 15px;
	}
	.comp_name {}
	.comp_message {}
	.comp_message:last-child {}
	.compAbout {}
	.compAbout_tblWrap {}
	.compAbout_table {}
	.compAbout_table > tbody {}
	.compAbout_table > tbody > tr {}
	.compAbout_table > tbody > tr > th {}
	.compAbout_table > tbody > tr > td {}
	.compAbout_list {}
	.compAbout_list > li {}
	.compAbout_map {
		padding-bottom: 111%;
		margin-bottom: 15px;
	}
	.compAbout_map > iframe {}
	.compHis {}
	.compHis_tblWrap {}
	.compHis_table {}
	.compHis_table > tbody {}
	.compHis_table > tbody > tr {}
	.compHis_table > tbody > tr > th {}
	.compHis_table > tbody > tr > td {}
	.compStaff {}
	.compStaff_image {
		margin-bottom: 14px;
	}
	.compStaff_image > img {}
	.compStaff_text {}
	.topWideImage {
		height: 176px;
	}
	.topWideImage > img {}
	.topAce {}
	.topAce_inner {}
	.topAce_cols {}
	.topAce_col {}
	.topAce_col-img {}
	.topAce_riceImage {}
	.topAce_riceImage > img {}
	.topAce_col-txt {}
	.topAce_cCols {}
	.topAce_cCol {}
	.topAce_cCol-txt {
		margin-bottom: 35px;
	}
	.topAce_title {
		font-feature-settings: "palt";
		letter-spacing: 0.02em;
	}
	.topAce_text {}
	.topAce_text > b {}
	.topAce_link {}
	.topAce_link > a {}
	.topAce_cCol-img {}
	.topAce_soilImage {
		padding-bottom: 111%;
	}
	.topAce_soilImage > img {}
	.topProduce {}
	.topProduce_inner {}
	.topProduce_title {}
	.produceNav {
		max-width: 484px;
	}
	.produceNav_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.produceNav_list > li {}
	.produceNav_list > li > a {}
	.produceNav_image {}
	.produceNav_image > img {}
	.produceNav_linkList {
		justify-content: center;
		column-gap: 30px;
		margin-top: 30px;
	}
	.produceNav_linkList > li {}
	.produceNav_linkList > li > a {}
	.topComp {
		padding-top: 480px;
	}
	.topComp_bg {
		left: -1030px;
		top: -20px;
	}
	.topComp_bg > img {}
	.topComp_inner {}
	.topComp_cols {}
	.topComp_col {}
	.topComp_col-txt {
		width: auto;
		margin-bottom: 30px;
	}
	.topComp_title {}
	.topComp_text {
		margin-bottom: 20px;
	}
	.topComp_link {
		margin-top: 25px;
	}
	.topComp_link > a {}
	.topComp_col-img {}
	.topComp_image {
		padding-bottom: 111%;
	}
	.topComp_image > img {}
	.mainVis {}
	.mainVis_inner {}
	.mainVis_areaTxt {}
	.mainVis_logo {}
	.mainVis_logo > img {}
	.mainVis_title {}
	.mainVis_title > img {}
	.mainVis_text {
		font-size: 15px;
		text-align: left;
	}
	.mainVis_wideImg {
		margin-top: 35px;
		margin-left: -20%;
		margin-right: -20%;
	}
	.mainVis_wideImg > img {}
	.coming {
		font-size: 20px;
	}
}
@media screen and (max-width:374px) {
	.aceGuide_table {
		font-size: 14px;
	}
	.aceGuide_table > tbody > tr > th {
		width: 150px;
	}
	.aceGuide_table > tbody > tr > th {
		padding: 6px 10px;
	}
	.aceGuide_table > tbody > tr > td {
		padding: 6px 10px;
	}
	.aceGuide_table > thead > tr.-white > th {
		padding: 4px 8px;
	}
	.aceGuide_table-padLarge > tbody > tr > th {
		width: 90px;
	}
	.mainVis_text {
		font-size: 14px;
	}
	.topComp_bg {
		left: -1070px;
	}
}
