@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');
/* CSS Document */

html{
}
body{
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-image: url("https://bamboograss-group.com/system_panel/uploads/images/bg-img1.png");
	background-repeat: repeat; 
	color: #3F5841;
}


/* ---------- common ---------- */
.deco-rotate {
  position: absolute;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  transform-origin: center center;
  animation: deco-rotate 40s linear infinite;
  background-image: url("https://bamboograss-group.com/system_panel/uploads/images/decoration-txt.svg");
	opacity: 0.4;
}
@keyframes deco-rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.company_c .title {
    margin-bottom: 0px;
}
.company_c .companywrap .boxwrap .box > div {
    padding: 30px 0;
	align-items: flex-start;
}
.company_c .companywrap .boxwrap .box .title {
    border-bottom: 1px solid #3F5841;
}
.company_c .companywrap .boxwrap .box .txtbox {
    align-items: flex-start;
	gap: 30px;
}
.company_c .companywrap .boxwrap .box .txtbox {
    border-bottom: 1px solid #3F58414D;
}
.side_menu{
	margin-bottom: auto;
	width:  clamp(250px, 25vw, 350px);
	padding: 50px;
	flex-direction: column;
	justify-content: flex-start;
	gap: 50px;
}
.side_menu .main_nav{
	width: 100%;
}
.side_menu .main_nav{
	gap: 10px;
	border-bottom: 1px solid #E4E4E4;
	align-items: flex-start;
	padding-bottom: 20px;
}
.side_menu .main_nav .nav_li a{
	position: relative;
	padding: 10px;
	gap: 30px;
	justify-content: flex-start;
}
.side_menu .main_nav .nav_li a img{
	width: 36px;
}
.side_menu .main_nav .nav_li a i{
	font-size: 8px;
	color:#CACACA;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0,-50%);
	transition: ease 0.4s;
}
.side_menu .main_nav .nav_li a:hover i{
	transform: translate(3px,-50%);
}
.side_menu .main_nav .nav_li a p{
	font-size: 20px;
	font-weight: 500;
	font-family: "EB Garamond",  sans-serif;
	color: #3F5841;
}
.side_menu .main_nav .li2 a {
	padding: 10px 10px 10px 40px;
}
.side_menu .main_nav .li2 a p{
	font-size: 16px;
	font-weight: 500;
}
.side_menu .ul{
	width: 100%;
	padding-left: 10%;
}
.side_menu .ul .li:not(:last-of-type){
	margin-bottom: 15px;
}
.side_menu .ul .li a{
	position: relative;
	padding-left: 20px;
}
.side_menu .ul .li a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 8px;
	background-color: #F5911E;
}
.side_menu .ul .li a p{
	font-size: 18px;
	font-weight: 700;
}
.side_menu .bt1 .icon {
    width: 21px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
}
.side_menu .bt1 .icon img {
    width: 16px;
    transition: ease 0.3s;
    margin-left: -18px;
}
.side_menu .bt1 a:hover .icon img {
    transform: translateX(5px);
}
.side_menu .bt1 {
    background: #579D9A;
    background: linear-gradient(95deg, rgba(87, 157, 154, 1) 0%, rgba(23, 136, 97, 1) 100%);
    border-radius: 2px;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
}
.side_menu2 .main_nav .nav_li a p {
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #3F5841;
}
.side_menu2 .main_nav {
    border-bottom: none;
    align-items: flex-start;
    padding-bottom: 0px;
}
.side_menu2 {
    margin-bottom: auto;
    width: clamp(250px, 25vw, 350px);
	height: 100%;
    justify-content: space-between;
    gap: 100px;
}
.sns_a .box_wrap .box-item {
    border-radius: 0px;
}
.sns_a .txtitem {
    position: relative;
	width: 100%;
}
.sns_a .txtitem img{
    position: absolute;
	top: -80px;
	right: 5%;
	width: 280px;
	z-index: 2;
}
.submenu_a p{
	color: #3F5841;
}
.title-style1 {
    position: relative;
}
.title-style1::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 5px;
    width: 20px;
    height: 1px;
    background-color: #3F5841;
}
/* ---------- more ---------- */
.more_j a > div p{
	color: #3F5841;
}
.more-j-right{
	justify-content: flex-end;
}
.more_j-w a {
    border-bottom: 1px solid #FFFFFF4D;
}
.more_j-w .icon {
    border: 1px solid #FFFFFF4D;
}
.more_j-w a > div p{
	color: #fff;
}
.more_j i{
	color: #3F5841;
	font-size: 20px;
}
.more-j2{
    width: 500px;
    background-color: #EEEEEE;
    border: 1px solid #3F58414D;
}
.more_j.more-j2 a{
    width: 100%;
    padding: 20px 30px; 
    border-bottom: none;
}
.more-j2 a > div {
    justify-content: center;
}
.more_j .iconimg{
	width: 20px;
}

.more_wrap {
	gap: 60px;
	justify-content: flex-start;
}
.more_wrap2 {
	gap: 40px;
	justify-content: flex-start;
}
.submenu_a {
    padding: 0 80px 150px 80px;
}
.submenu_a > .flex a img {
    max-width: 60px;
}
.submenu_a > .flex{
	border-top: #ADAAAA4D 1px solid;
	padding-top: 150px;
}
/* ---------- header ---------- */
.menu-wrap.burgermenu_b .mene_box .lang-btn {
    background: #579D9A;
    background: linear-gradient(95deg,rgba(87, 157, 154, 1) 0%, rgba(23, 136, 97, 1) 100%);
	border-radius: 2px;
	width: 100%;
	text-align: center;
	padding: 10px 20px;
}
.menu-wrap.burgermenu_b .mene_box .nav_box {
    background-image: url("https://bamboograss-group.com/system_panel/uploads/images/bg-img1.png");
	background-repeat: repeat; 
}
.menu-wrap.burgermenu_b p{
	color: #3F5841;
}

/* ---------- pagetitle ---------- */
.pagetitle .imgbox{
	position: relative;
	flex:  1;
	height: 35vw;
	padding-right: 80px;
	margin-bottom: auto;
}
.pagetitle .imgbox::after {
    content: "";
    position: absolute;
    inset: 0;  
    background: linear-gradient(
        135deg,
        rgba(34, 24, 6, 0.7) 0%,  
        rgba(120, 90, 40, 0.4) 45%, 
        rgba(255, 255, 255, 0.0) 100% 
    );
    pointer-events: none; 
}
.pagetitle .imgbox .fv-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
	display: block;
}
.pagetitle .imgbox .fv-txt{
    position: absolute;
    bottom: 30px;
	left: 50px;
    margin: auto;
    width: auto;
    z-index: 2;
    pointer-events: none; 
	align-items: flex-start;
}
.pagetitle .imgbox .fv-txt .txt1{
	width: auto;
    height: 160px;
}
/* ---------- footer ---------- */
.footer_b {
    background-color: #384A3D;
}
.footer-bottom_b {
    background-color: #384A3D;
}
.footer_b .rightbox{
	align-items: flex-start;
}
.footer_b .rightbox .item p{
	letter-spacing: 0.1em;
}
.footer-bottom_b p{
	color: #FFFFFFB2;
}
/* ---------- font ---------- */
.en_title{
	font-family: "EB Garamond",  sans-serif;
	font-size: 60px;
	letter-spacing: 0.15em;
    font-weight: 500;
	line-height: 1;
}
.en_title2{
	font-family: "EB Garamond",  sans-serif;
	font-size: 50px;
	letter-spacing: 0.15em;
    font-weight: 500;
	line-height: 1;
}
.default_title{ 
	font-size: 30px;
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: 24px;
	letter-spacing: 0.05em;
}

.default_txt{
	font-size: 20px;
	letter-spacing: 0.05em;
}
.default_txt2{
	font-size: 18px;
	letter-spacing: 0.05em;
}
.default_txt3{
	font-size: 16px;
	letter-spacing: 0.05em;
}



.font-eb{
	font-family: "EB Garamond",  sans-serif;
	
	letter-spacing: 0.1em;
}
.font-mincho{
	font-family: "Zen Old Mincho",  sans-serif;
}
.lh-2h{
	line-height: 2.5;
}
.lh-2{
	line-height: 2;
}
.lh-1h{
	line-height: 1.5;
}
/* ---------- default ---------- */
body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}


/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
/* color */
.txt-color-normal{color: #333333;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #3F5841}
.txt-color2{color: #7C7C7C}
.txt-color3{color: #433213}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{
	background: #D0EFED;
    background: linear-gradient(
        136deg,
        rgba(208, 239, 237, 0.6) 0%,
        rgba(182, 227, 214, 0.6) 49%,
        rgba(167, 217, 179, 0.6) 100%
    );
}
.bg-color2{background-color: rgba(234, 234, 234, 0.8)}
.bg-color3{background-color: #EEEEEE}
.bg-color4{background-color: #EEEEEE}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
	.more_wrap{
		gap: 40px;
	}
	.sns_a .txtitem img {
		top: -70px;
		right: 5%;
		width: 220px;
	}
	.submenu_a {
		padding: 0 60px 150px 60px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 50px;
	}
	.en_title2{
		font-size: 40px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.pagetitle .imgbox{
		height: 40vw;
	}
	.pagetitle .imgbox .fv-txt .txt1 {
		width: auto;
		height: 90px;
	}
	.more_wrap2 {
		gap: 20px;
		flex-direction: column;
	}
/* ---------- header ---------- */
	.menu-wrap.burgermenu_b .mene_box .nav_box .ul .li a p {
        font-size: 18px;
    }
	.menu-wrap.burgermenu_b .mene_box .nav_box .ul .li {
		padding: 0px 0;
	}
    .menu-wrap.burgermenu_b .mene_box .nav_box .ul {
        gap: 30px;
    }
/* ---------- footer ---------- */
/* ---------- font ---------- */
.en_title{
	font-size: 44px;
}
.en_title2{
	font-size: 34px;
}
.default_title{ 
	font-size: 26px;
}
.default_title2{
	font-size: 22px;
}
.default_txt{
	font-size: 18px;
}
.default_txt2{
	font-size: 16px;
}
.default_txt3{
	font-size: 15px;
}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.more_wrap{
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.submenu_a {
		padding: 0 50px 100px 50px;
	}

	.submenu_a > .flex {
		padding-top: 100px;
	}
	.submenu_a > .flex a {
		min-width: 90px;
	}
    .submenu_a > .flex {
        justify-content: center;
        gap: 50px 50px;
    }
	.pagetitle .imgbox .fv-txt {
		bottom: 20px;
		left: 20px;
	}
	.more-j2{
		width: 100%;
		padding: 10px;
	}
/* ---------- header ---------- */

/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 40px;
	}
	.en_title2{
		font-size: 30px;
	}
	.default_title{ 
		font-size: 26px;
	}
	.default_title2{
		font-size: 22px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 15px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
/* ---------- common ---------- */
   .more_j.more-j2 a {
      padding: 10px 30px;
  }
	.lh-2h{
		line-height: 2;
	}
	body{
		padding-top: 50px;
	}
	.more-j-right {
		justify-content: center;
	}
	.more_j a {
		min-width: 130px;
	}
	.sns_a .txtitem img {
		top: -30px;
		right: 5%;
		width: 130px;
	}
	.submenu_a {
		padding: 0 20px 80px 20px;
	}

	.submenu_a > .flex {
		padding-top: 80px;
	}
	.submenu_a > .flex a {
		min-width: 70px;
	}
	.pagetitle .imgbox {
		padding-right: 0px;
		height: 50vw;
	}
	.pagetitle .imgbox .fv-txt .txt1 {
		height: 60px;
	}
	.company_c .companywrap .boxwrap .box .title {
		border-bottom: none;
		padding-bottom: 0;
	}
    .company_c .companywrap .boxwrap .box {
        padding-bottom: 0px;
    }
/* ---------- header ---------- */
	.header_k_sp {
		width: 100%;            
		height: 50px;
		padding: 0px 15px;
		flex-direction: row;
		justify-content: space-between;
	}
	.header_k_sp .head_menu .ul {
		flex-direction: row;
		gap: 40px;
	}
	.header_k_sp .menu-bt{
		margin-bottom: 0;
	}
	.header_k_sp .logo {
	    width: 30%;
		max-width: 160px;
	}
    .menu-wrap.burgermenu_b .mene_box .nav_box .ul .li a p {
        font-size: 16px;
        padding-left: 10px;
    }
    .menu-wrap.burgermenu_b .mene_box .nav_box .ul {
        padding: 0;
        gap:20px;
    }

/* ---------- footer ---------- */
/* ---------- font ---------- */

	.default_title{ 
		font-size: 22px;
	}
	.default_title2{
		font-size: 18px;
	}
	.default_txt{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 15px;
	}
	.default_txt3{
		font-size: 14px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
