@charset "UTF-8";

/* --------------------V40 2025/11/06------------------------ */
/* -------------　ここから4ページ共通 -------------*/
/* フォント */
body.ft01,
body.ft01 #setting_modal .heading_design *,
body.ft01 .h,
body.ft01 .block_header_1 p {
	font-family: "Poppins", "Noto Sans", 'Noto Sans JP', "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/* ヘッダー */
@media screen and (min-width: 901px) {
	body:not(.scrolled) header {
		background: var(--i_bg_color);
		transition: 0.2s ease-in-out;
	}

	header h1,
	header nav * {
		color: var(--i_txt_color) !important;
	}
}

/* LV表示 */
#lv_outer {
	display: block;
	padding-bottom: 0;
}

#lv_outer::before {
	display: none;
}

#lv {
	background: var(--i_sub2_color);
}

#lv p span {
	color: var(--i_txt_color);
}

header.over+#lv_outer #lv {
	min-height: 300px !important;
}

@media screen and (max-width: 900px) {
	header.over+#lv_outer #lv {
		min-height: 200px !important;
	}
}

/* パンくず */
#pan {
	background: var(--i_sub2_color);
	padding-top: 0;
}

#pan li a {
	color: var(--i_txt_color);
}

#pan li::before {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-right: 1px solid rgba(0, 0, 0, 0.5);
}

/* 見出し装飾 */

.heading.block_header_1,
.heading.block_header_6 {
	padding-top: 0;
}

.heading.block_header_1::before,
.heading.block_header_6::before,
.heading.block_header_2 .h::before {
	display: none;
}

.heading.block_header_2 .h {
	font-size: clamp(3rem, 4vw, 4.5rem) !important;
	border-left: 10px solid var(--i_main_color);
	padding-left: 20px;
	padding-bottom: 0;
	border-bottom: none;
	line-height: 1.2;
}

.heading.block_header_2 p {
	font-size: 1.6rem;
}

.heading.block_header_4 .h {
	font-size: clamp(2.0rem, 3.2vw, 3.5rem) !important;
	color: var(--i_txt_color);
}

.heading.block_header_5 .h {
	font-size: clamp(2.0rem, 3vw, 3.5rem);
}

.heading.block_header_5 p {
	font-size: 1.5rem;
}

.heading.block_header_7 .h {
	font-size: clamp(3rem, 4vw, 4.5rem);
	font-weight: 600;
}

.heading.block_header_7 p {
	font-family: "Poppins", sans-serif;
	font-size: 1.5rem;
}

/* 画像 */
#c2_1+div .inner_item img {
	object-fit: contain;
}

/* 見出し */
article .entry_header .heading .h {
	text-align: center;
	display: none;
}

article .entry_header .heading.block_header_2 {
	margin-bottom: 0;
}

main>section:first-child:not([class*="pt"]) {
	padding-top: 0px;
}

@media screen and (max-width: 900px) {
	main {
		padding-top: 0;
	}
}

/* -------------　ここまで4ページ共通 -------------*/

/* 横幅調整 */
@media screen and (min-width: 851px) {

	.width_fixed:has(#top_h + section)>.content_wrapper,
	.width_fixed:has(a[id^="bg"] + section)>.content_wrapper {
		max-width: none !important;
		padding: 0;
	}

	#primary section>.content_wrapper,
	#c2_1+div>.content_wrapper {
		padding: 0 20px !important;
		max-width: 1400px !important;
	}

	#bg1+section>.content_wrapper,
	#bg2+section>.content_wrapper,
	#c2+section>.content_wrapper {
		max-width: 1900px !important;
	}
}

@media screen and (max-width: 900px) {
	main {
		padding-top: 0;
	}
}

/* V40 農業用散布ドローン */
#top_h+section .heading.block_header_6,
#bg1+section .heading.block_header_2 {
	background: url("/common/upload_data/infinitycrestcojp/image/deco4.png") no-repeat top left / 280px;
	padding-top: 65px;
}

#top_h+section .heading.block_header_6 .h,
#bg1+section .heading.block_header_2 .h {
	font-size: clamp(5rem, 5.5vw, 9.5rem) !important;
	padding-left: 0px;
	border-left: none;
	line-height: 1.2;
	text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

#top_h+section .heading.block_header_6 p {
	text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

#top_h+section .inner_item_txt p,
#bg1+section .heading.block_header_2+p {
	font-size: clamp(2.5rem, 4vw, 4.5rem);
	font-weight: bold;
	text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

#bg1+section .heading.block_header_2 p {
	font-weight: bold;
	text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

@media screen and (max-width: 900px) {
	#top_h+section {
		background-position: 100% 0% !important;
	}

	#top_h+section .heading.block_header_6 {
		background-size: 200px;
		padding-top: 55px;
	}
}

/* V40 農業用散布ドローン */

#bg1+section:before,
#bg1+section:after {
	position: absolute;
	display: block;
	content: "";
	width: 45%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
	background: url("/common/upload_data/infinitycrestcojp/image/v40_lv.png") no-repeat top right / cover;
	top: 0;
	right: 0;
}

#bg1+section:after {
	background: #c00;
	opacity: .9;
}

@media screen and (max-width: 900px) {

	#bg1+section:before,
	#bg1+section:after {
		height: 35%;
	}
}

/* 全面背景 */

a[id^="bg"]+section {
	min-height: 500px;
}

a[id^="bg"]+section {
	display: flex;
	align-items: center;
}

a[id^="bg"]+section .heading.block_header_6 .h {
	font-size: clamp(3rem, 4vw, 4.5rem) !important;
	border-left: 10px solid var(--i_main_color);
	padding-left: 20px;
}

a[id^="bg"]+section .heading.block_header_1 .h,
a[id^="bg"]+section .heading.block_header_6 p {
	padding-left: 30px;
}

@media screen and (min-width: 901px) {
	#c2_1+div .inner_item:nth-of-type(2) {
		margin-top: 60px;
	}
}

@media screen and (max-width: 900px) {
	a[id^="bg"]+section {
		min-height: 300px;
	}
}

/* 2カラム */
#c2_1+div .heading.block_header_4 p {
	font-size: 1.7rem;
}

@media screen and (max-width: 800px) {
	#c2_1+div .heading.block_header_4 p {
		font-size: 1.5rem;
	}
}

/*------------------流れるテキスト / #crawl ------------------*/
a[id^="crawl"]+div {
	z-index: -1;
	overflow: visible !important;
}

a[id^="crawl"]+div>.content_wrapper {
	padding: 0 !important;
	max-width: none !important;
	margin-top: -10vh;
}

a[id^="crawl"]+div .heading.block_header_4 .h {
	font-size: clamp(5rem, 11vw, 14rem) !important;
	white-space: nowrap;
	letter-spacing: 0rem;
	padding: 0 30px;
	line-height: 1;
	margin-bottom: 30px;
	color: #ddd;
	opacity: .7;
}

a[id^="crawl"]+div .wrapper_item {
	flex-wrap: nowrap;
}

a[id^="crawl"]+div .inner_item {
	margin: 0 !important;
	flex: 0 0 auto;
	overflow: hidden;
}

a[id^="crawl"]+div .inner_item:nth-of-type(odd) .heading.block_header_4 .h {
	/* color: #ccc; */
}

a[id^="crawl"]+.composite_box01.block_images_1:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
	margin-bottom: 0 !important;
}

a[id^="crawl"]+div .inner_item:nth-of-type(odd) {
	animation: loop 80s -40s linear infinite;
}

#crawl2+div .inner_item:nth-of-type(odd) {
	animation: loop 80s -40s linear reverse infinite;
}

a[id^="crawl"]+div .inner_item:nth-of-type(even) {
	animation: loop2 80s linear infinite;
}

#crawl2+div .inner_item:nth-of-type(even) {
	animation: loop2 80s linear reverse infinite;
}

a[id^="crawl"]+.composite_box01:not(.col2):not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_21) .inner_item {
	width: auto !important;
}

@keyframes loop {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-200%);
	}
}

@media screen and (max-width: 768px) {
	a[id^="crawl"]+div>.content_wrapper {
		margin-top: -6vh;
	}
}

/* --------------------タブcontent------------------------ */

/* 最初は非表示 */
#tab_content {
	display: none;
}

/* 選択中だけ表示 */
#tab_content.active {
	display: block;
}

ul.tab {
	display: flex;
	/* 横並び */
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: flex-start;
}

ul.tab li {
	padding: 10px 8px;
	text-align: center;
	background: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	box-sizing: border-box;
	cursor: pointer;
	margin-right: 3px;
	transition: 0.3s ease-in-out;
}

.tab li:hover {
	background: var(--i_main_color);
	color: #fff;
	opacity: 0.8;
}

ul.tab li.active {
	background: var(--i_btn_color);
	color: var(--i_btn_txt_color);
}

/* txt */
.dec2_1:not(.composite_box01):not(.block_text_6) .wrapper_item {
	background: var(--i_sub2_color);
}

@media screen and (min-width: 1201px) {
	#tab_content+div.block_table_1 {
		border: 1px solid var(--i_border_color);
		padding: 30px;
	}

	ul.tab li {
		border-bottom: none;
	}
}

@media screen and (max-width: 900px) {
	#tab_content+div.block_table_1 {
		padding-top: 20px;
	}

	ul.tab {
		padding: 0 var(--i_padding, 20px);
		max-width: 1200px;
		flex-wrap: wrap;
	}

	ul.tab li {
		width: calc(100% / 2);
		margin-right: 0px;
		font-size: 90%;
	}

	ul.tab li:nth-child(2n) {
		border-left: 0;
	}

	ul.tab li:nth-last-of-type(n+3) {
		border-bottom: none;
	}
}

/*2025/10/15*/
#tab_content+.block_table_1 {
	max-width: 1200px;
	margin: 0 auto;
}

ul.tab {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 var(--i_padding, 20px);
}

@media screen and (min-width: 901px) {
	.entry_body .widget_youtube .wrapper_item {
		width: calc(100% / 2.5);
		min-width: 250px;
		margin-left: 0;
	}
}

@media screen and (min-width: 851px) {

	article .entry_meta,
	.pager2 {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 var(--i_padding, 20px);
	}
}

@media screen and (max-width: 1200px) {
	#primary article .content_wrapper {
		padding: 0 var(--i_padding, 20px);
	}
}

/* ---アニメーション--- */
/* 見出し */
a[id^="bg"]+section[style*="background-color: rgb(0, 0, 0)"] .heading.block_header_6,
#txt+section .heading.block_header_6,
#bg1+section .heading.block_header_2+p,
#c2_1+div .heading.block_header_4 {
	overflow: hidden;
}

a[id^="bg"]+section[style*="background-color: rgb(0, 0, 0)"] .heading.block_header_6 .h,
a[id^="bg"]+section[style*="background-color: rgb(0, 0, 0)"] .heading.block_header_6 p,
#txt+section .heading.block_header_6 .h,
#txt+section .heading.block_header_6 p,
#bg1+section .heading.block_header_2+p,
#c2_1+div .heading.block_header_4 .h,
#c2_1+div .heading.block_header_4 p {
	position: relative;
	overflow: hidden;
	color: transparent;
	transition: color 0ms;
	-webkit-transition: color 0ms;
}

a[id^="bg"]+section[style*="background-color: rgb(0, 0, 0)"] .heading.block_header_6 .h,
a[id^="bg"]+section[style*="background-color: rgb(0, 0, 0)"] .heading.block_header_6 p {
	color: transparent !important;
}

a[id^="bg"]+section[style*="background-color: rgb(0, 0, 0)"] .heading.block_header_6 .h::after,
a[id^="bg"]+section[style*="background-color: rgb(0, 0, 0)"] .heading.block_header_6 p::after,
#txt+section .heading.block_header_6 .h::after,
#txt+section .heading.block_header_6 p::after,
#bg1+section .heading.block_header_2+p:after,
#c2_1+div .heading.block_header_4 .h:after,
#c2_1+div .heading.block_header_4 p:after {
	position: absolute;
	content: '';
	display: block;
	background: var(--i_main_color);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: translate(0, 101%);
	transform: translate(0, 101%);
}

a[id^="bg"]+section[style*="background-color: rgb(0, 0, 0)"] .heading.block_header_6.active .h::after,
a[id^="bg"]+section[style*="background-color: rgb(0, 0, 0)"] .heading.block_header_6.active p::after,
#txt+section .heading.block_header_6.active .h::after,
#txt+section .heading.block_header_6.active p::after,
#bg1+section .heading.block_header_2.active+p:after,
#c2_1+div .heading.block_header_4.active .h:after,
#c2_1+div .heading.block_header_4.active p:after {
	-webkit-animation: masking 1600ms cubic-bezier(0.77, 0, 0.175, 1);
	animation: masking 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}

a[id^="bg"]+section[style*="background-color: rgb(0, 0, 0)"] .heading.block_header_6.active .h,
a[id^="bg"]+section[style*="background-color: rgb(0, 0, 0)"] .heading.block_header_6.active p,
#txt+section .heading.block_header_6.active .h,
#txt+section .heading.block_header_6.active p,
#bg1+section .heading.block_header_2.active+p,
#c2_1+div .heading.block_header_4.active .h,
#c2_1+div .heading.block_header_4.active p {
	transition: color 0ms 500ms;
	color: var(--i_txt_color);
}

a[id^="bg"]+section[style*="background-color: rgb(0, 0, 0)"] .heading.block_header_6.active .h,
a[id^="bg"]+section[style*="background-color: rgb(0, 0, 0)"] .heading.block_header_6.active p {
	color: var(--i_bg_color) !important;
}

@-webkit-keyframes masking {
	0% {
		transform: translate(0, 101%)
	}

	42%,
	58% {
		transform: translate(0, 0%)
	}

	100% {
		transform: translate(0, -101%)
	}
}

@keyframes masking {
	0% {
		transform: translate(0, 101%)
	}

	42%,
	58% {
		transform: translate(0, 0%)
	}

	100% {
		transform: translate(0, -101%)
	}
}

/* 画像 */
#bg1+section {
	overflow: hidden;
}

#bg1+section::after {
	-webkit-transform: translate(101%, 0);
	transform: translate(101%, 0);
}

#bg1+section.act::after {
	-webkit-animation: masking2 1400ms cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
	animation: masking2 1400ms cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
}

@-webkit-keyframes masking2 {
	0% {
		transform: translate(101%, 0);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes masking2 {
	0% {
		transform: translate(101%, 0);
	}

	100% {
		transform: translate(0, 0);
	}
}

#c2_1+div .inner_item>a {
	position: relative;
	overflow: hidden;
}

#c2_1+div .inner_item>a::after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--i_main_color);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: 5;
}

#c2_1+div.act .inner_item>a::after {
	-webkit-animation: masking3 1400ms cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
	animation: masking3 1400ms cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
}

@-webkit-keyframes masking3 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(101%, 0);
	}
}

@keyframes masking3 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(101%, 0);
	}
}