@charset "UTF-8";

body {
	font-size: 15px;
}

/*----------------------------------------------- hover */
@media (hover: hover) and (pointer: fine) {
	 a:hover {
		color: #70738a;
		transition: all 0.3s ease 0s;
		cursor: pointer;
	}
	.go_web a:hover::after {
		bottom: 0;
		opacity: 1;
		cursor: pointer;
	}
	.nav-grid__list a:hover {
		color: #fff;
		letter-spacing: 0.3em;
		transition: all 0.3s ease 0s;
		cursor: pointer;
	}
	.project_name a:hover,
	.go_web a:hover,
	.and_more a:hover,
	.ft_menu a:hover,
	.language a:hover,
	.links_img a:hover,
	.links li:hover .pt_name{
		color: #70738a;
		transition: all 0.3s ease 0s;
		cursor: pointer;
	}
	.news_contents a:hover {
		color: #bebebe;
		transition: all 0.3s ease 0s;
		cursor: pointer;
	}
	.go_web a:hover i {
		color: #bebebe;
		transition: all 0.3s ease 0s;
		cursor: pointer;
	}
	.links_img:hover img,
	.ft_logo:hover img,
	.ft_bnr:hover img {
		transform: scale(1.05);
		cursor: pointer;
		transition: all 0.3s ease 0s;
	}
	.and_more a:hover::before {
		left: -135px;
		background-color: #70738a;
		transition: all 0.3s ease 0s;
		cursor: pointer;
	}
	.and_more a:hover::after {
		background-image: url('../img/arrow_h.svg');
		transform:translateX(3px) translateY(-3px) ;
		transition: all 0.3s ease 0s;
		cursor: pointer;
	}
	.close-btn:hover {
		text-decoration: underline;
		cursor: pointer;
	}
	.news_item:hover .date,
	.news_item:hover .news_title {
		color: #70738a;
		transition: all 0.3s ease 0s;
		cursor: pointer;
	}
	.popup .button a:hover {
		color: #3e3b3e;
	}
	.popup .button a:hover::before {
		top: 0;
		left: 0;
		transition: all 0.3s;
	}
	.button_arrow a:hover::after,
	.button_arrow a:hover::before {
		translate: 20px 0;
		transition: all 0.3s;
	}
	.popup .close-btn:hover {
		text-decoration: none;
		opacity: 1;
		color: #fff;
	}
}


/*----------------------------------------------- 共通 */
.section_inner,
.footer_inner {
	max-width: 700px;
	padding: 100px 0;
}
.btn {
	margin: 35px auto 50px;
}
.btn a {
	width: 400px;
	font-size: 20px;
}
.go_web a {
	font-size: 1em;
}
.go_web a::after{
	bottom: .3em;
}
.go_web a::after {
	background-color: #70738a;
}
.header_logo_area h1 {
	width: 50px;
}
h2.vertical span.jp {
	font-size: 25px;
}
h2.vertical span.en {
	font-size: 15px;
}
.bk_color .section_inner {
	padding-top: 0;
}
.bk_color .section_inner::after {
	top: 60px;
}
.bk_color.news .section_inner {
	padding-bottom: 60px;
}
.links {
	padding: 50px 0;
}
.links_title {
	font-size: 18px;
	margin: 10px 0;
}
.links_txt {
	font-size: 1em;
	margin-bottom: 20px;
}
.links_txt_w {
	width: 50%;
	padding-left: 30px;
}
.links li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}
.links_img {
	margin-top: 10px;
}
.nav-grid {
	background: #3e3b3e;
}
.nav-grid__link {
	color: #fff;
}
.hamburger-grid.active .hamburger-grid__dot {
	background-color: #fff;
}
.bk_color .section_inner {
	padding-top: 15px;
}
.bk_color.expo .section_inner {
	padding: 30px 0;
}
@media screen and (min-width: 800px) {
	.bk_color.expo .section_inner {
		padding: 0;
	}
}


/*----------------------------------------------- header */
.fv {
	height: 70vh;
}
.language {
	font-size: 16px;
}
.logo_container svg {
	max-width: 120px;
}
.nav-grid {
	left: auto;
}


/*----------------------------------------------- コンセプト .concept*/
.concept h2 {
	font-size: 43px;
}
.concept h2 .sub {
	font-size: 24px;
}
.concept h2 .line {
	width: 41px;
}
.concept_c_en {
	width: 100px;
}
.minato {
	margin: 30px auto 50px;
}
.concept_txt p {
	margin-bottom: 20px;
}
.concept_txt {
	margin: 0;
	width: calc(100% - 280px);
}
.lilly {
	width: 250px;
}
.concept_txt_w {
	width: 100%;
	flex-direction: row-reverse;justify-content: space-between;
	align-items: flex-start;
}
.reference {
	margin-top: 50px;
}


/*----------------------------------------------- 2027年国際園芸博覧会 .expo */
.expo {
	margin-bottom: 80px;
}
.expo .section_inner {
	padding: 20px 0;
}
.expo_logo {
	width: 250px;
	margin: 0;
	padding: 50px;
}
.expo_logo img {
	padding: 0 0 10px;
}
.expo_txt {
	margin: 0;
	width: calc(100% - 280px);
	padding: 0;
}
.expo_w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}


/*----------------------------------------------- プロジェクト .project*/
.project ul {
	padding: 50px 0 0;
}
.project {
	margin-top: 0;
}
.links_img {
	width: 50%;
}
.project ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.project_txt {
	width: 50%;
	padding-left: 30px;
}
.project_name {
	font-size: 18px;
	margin: 10px 0 0;
}
.links_img a {
	color: #3e3b3e;
	font-weight: 500;
}
.project_txt .go_web {
	margin-top: 20px;
}
.project ul li {
	margin-bottom: 70px;
}


/*----------------------------------------------- 特集 .topics*/
.topics h3 {
	font-size: 23px;
	margin-bottom: 0;
}
.topics .section_inner {
	padding-left: 0;
	padding-right: 0;
}


/*----------------------------------------------- イベント .events*/
.events .section_inner {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}


/*----------------------------------------------- ニュース .news*/
.close-btn {
	text-decoration: none;
}
.news_item {
	padding: 15px 25px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.news_contents.open {
	padding-top: 10px;
}
.news ul {
	margin-top: 30px;
}
.news_w {
	padding-top: 60px;
}
.more {
	margin-top: 20px;
}

/*----------------------------------------------- パートナー .partner */
.partner .links li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 50px;
}
.partner .links li:nth-of-type(2n) {
	margin-right: 5%;
}
.partner .links li:nth-of-type(3n),
.partner .links li:last-of-type {
	margin-right: 0;
}
.partner .links .links_img {
	margin-top: 0;
	width: 100%;
}
.partner .links::after {
	display: none;
}


/*----------------------------------------------- footer */
footer {
	margin-top: 50px;
}
.footer_inner {
	padding-bottom: 20px;
}
.copy {
	margin: 50px auto 10px;
}
.ft_logo {
	width: 55px;
	margin: 0;
}
.ft_menu {
	font-size: 1em;
}
.ft_menu_w {
	width: 50%;
	max-width: 350px;
}
.footer_w {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ft_bnr_w {
	display: flex;
	max-width: 500px;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px auto 0;
}
.ft_bnr {
	width: 47%;
	margin: 0;
}
.ft_expo_logo::after {
	right: 0;
}
.copy small {
	font-size: 12px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  レスポンシブ調整
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pc,
.pc_flex {
	display: none;
}
.sp,
.sp_flex {
	display: none;
}
.tb {
	display: block;
}
.tb_flex {
	display: flex;
}


