@charset "UTF-8";
/**************************************************
* ヘッダー ※変更不可
***************************************************/
:root{
--header-height: 50px;
scroll-behavior: smooth;
scroll-padding-top:calc(var(--header-height , 50px) + 30px);
   
    
    
}

@media screen and (min-width: 1024px) {
:root{
      --header-height: 80px;
scroll-padding-top:calc(var(--header-height , 80px) + 30px);


}

}/*=== PCここまで ====*/



/*------------------------------
ヘッダー、Gナビ共通 ※変更不可
------------------------------*/
.l-header {
  width: 100%;
  height: var(--header-height);
  background-color:  var(--color--white);
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 10000;
}
.l-header-inner {
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l-header-logo {
  width: 100%;
  max-width: 138px;
  margin-left: 10px;
  margin-bottom: 9px;
    display: flex;
}

.l-header-logo--hd {
   max-width: 200px; 
  }



.body-house .l-header-logo {
  margin-bottom: -7px;
}



.l-header-logo h1 {
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: 600;
  letter-spacing: .2rem;
}
.l-header-contents-box {
  display: flex;
  align-items: center;
}
.l-header-contents-box .img-box {
  margin-left: 14px;
}
.l-header-contents-box .img-box a {
  line-height: 1;
}
.l-header-contents-box .img-box i {
  font-size: 22px;
  font-size: 2.2rem;
}
.l-header-message {
  padding: 7px 2px;
}
.l-header-message span {
  font-size: 12px;
  font-size: 1.2rem;
}
.l-header-logo .img-box {
  width: 38%;
  max-width: 123px;
  margin-right: 2%;
}
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  top: 0;
  right: 5px;
  z-index: 9999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height: 50px;
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
/*  left: 14px;*/
  left: 3px;
  height: 1px;
  border-radius: 2px;
  background-color: #3B4043;
/*  width: 45%;*/
  width: 70%;

}
.openbtn span:nth-of-type(1) {
  top: 20px;
}
.openbtn span:nth-of-type(2) {
  top: 30px;
}
.l-header-global-nav-icon.active .openbtn span:nth-of-type(1) {
  top: 21px;
/*  left: 18px;*/
  left: 3px;
  transform: translateY(6px) rotate(-45deg);
/*  width: 45%;*/
  width: 70%;
}
.l-header-global-nav-icon.active .openbtn span:nth-of-type(2) {
  top: 33px;
/*  left: 18px;*/
  left: 3px;
  transform: translateY(-6px) rotate(45deg);
/*  width: 45%;*/
  width: 70%;
}
.l-header-global-nav-icon.active .openbtn span:nth-of-type(1), .l-header-global-nav-icon.active .openbtn span:nth-of-type(2) {
  background-color: var(--color--white);
}



/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .l-header-inner {
/*    margin: 0 30px;*/
    margin: 0 2%;
  }
  .l-header-logo {
    max-width: 140px;
    margin: 0;
  }
} /*===================TB min-width: 700px 閉じ ==================*/
/*=================== 共通 /ヘッダー/フッター 320用 ==================*/
@media screen and (max-width: 320px) {
  .l-header-logo .img-box {
    max-width: 95px;
  }
} /*=================== 共通 /ヘッダー/フッター 320用 閉じ ==================*/


/* グローバルメニュー */
.l-header-global-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color--green01);
  margin: 0;
}


.l-header-global-nav-wrap {
  height: 100%;
  padding: 70px 30px;
  margin: auto;
  overflow: scroll;
}

/* ロゴ */
.l-header-global-nav-logo {
  width: 70%;
  max-width: 200px;
  margin-bottom: 20px;
}


.l-header-global-nav-list__item {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color--white);
  display: block;
  padding: 0.6em 0.4em;
  text-decoration: none;
  padding: 10px 0;
  margin: 10px 0 30px;
}
.l-header-global-nav-list__item--small {
  padding: 5px 0;
}
.l-header-global-nav-list__item-sub-text {
  font-size: 16px;
  font-size: 1.6rem;
}



/*英語切り替え 対象サイトのみ表示*/
.l-header-global-nav-lang,
.l-lang{
font-size: 18px;
font-size: 1.8rem;
font-weight: 600;
}
.l-header-global-nav-lang{
color: var(--color--gray02);
display: flex;
justify-content:center;
align-items: center;
color: var(--color--white);
padding-top: 50px;
padding-bottom: 70px;
}

.l-lang{
color: var(--color--white);
padding: 0 12px;
transition : all 0.5s ease-out;
}
.l-lang:hover{
color: var(--color--black01);
  text-decoration: underline ;
}


/* SP時：ハンバーガーメニューボタン */
.l-header-global-nav-header {
  width: 50px;
  margin-left: 10px;
}
.l-header-global-nav-list {
  display: block;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.l-header-global-nav-icon {
  cursor: pointer;
  display: inline-block;
  font-size: 28px;
  position: absolute;
  right: 5px;
  top: 15px;
  z-index: 2;
}
.l-header-global-nav-list__item-sub {
  align-items: center;
}

.l-header-contents-mail {
  display: none !important;
}


/* サブメニュー */
.l-header-global-nav-sublist {
  opacity: 0;
  transition: .4s;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.l-header-global-nav-sublist.is-active {
  transition: .4s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.4s linear;
  visibility: visible;
  max-height: 100vh;
  opacity: 1;
}
.l-header-global-nav-sublist__item {
  width: 80%;
  font-weight: normal;
    margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.l-header-global-nav-sublist__item::before {
  content: "-";
  margin-right: 5px;
}
.l-header-global-nav-list__item-text {
  font-size: 16px;
  font-size: 1.6rem;
}


.l-header-global-nav-list__item-sub-text {
  width: 80%;
}
/* 開閉用アイコン */
.l-header-global-nav-list__item-sub-trigger{
  position: relative;
  width: 20%;
  text-align: right;
  z-index: 2;
}
.l-header-global-nav-list__item-sub-trigger i{
  position: absolute;
  right: -25px;
  padding: 0 20px;
}


.l-header-global-nav-list__item-sub-trigger:after{
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  display: inline-block;
  padding-left: 50px;

  position: absolute;
  top: -27px;
  right: -20px;
  padding: 10px 20px;

}
.l-header-global-nav-list__item-sub-trigger.is-active:after {
  content: "\f106";
}

.l-header-global-nav-megamenu {
  display: none;
}


/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  /*------------------------------
SPヘッダー、Gナビ共通 ※変更不可
------------------------------*/
  .l-header-global-nav-header.sp, .l-header-global-nav .l-header-global-nav-list.sp {
    display: block;
  }
  .l-header-global-nav {
    width: 100%;
  }
  .l-header-global-nav .l-header-global-nav-list .sp.l-header-global-nav-list__item {
    display: block;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1024px) {
	
/*ブラウザ1200pxまで*/
@media (max-width: 1200px) {
  .l-header-left {
    width: 20%;
  }

.l-header-contents-mail a {
    width: 180px;
	padding: 5px 10px;
	font-size: 1.3rem;
}
	
}
	
  .l-header-contents-mail {
    display: block !important;
    padding-left: 14px;
  }

  .l-header-contents-mail a {
    width: 200px;
    padding: 5px 20px;  
  }	
		


	
  /*========= スクロール途中でヘッダーが表示＆非表示するためのCSS ===============*/
  /*スマホハンバーガー非表示*/
  .fd-tb {
    display: none;
  }
  /*　上に上がる動き　*/
  #header.UpMove {
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-100px);
    }
  }
  /*　下に下がる動き　*/
/*
  #header.DownMove {
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
*/
  /*------------------------------
  PCヘッダー、Gナビ共通 ※変更不可
  ------------------------------*/
  .l-header {
    /*fixedで上部固定*/
    position: fixed;
   height: var(--header-height);
    z-index: 999; /*最前面へ*/
    backdrop-filter: none;
    transition:.5s;
  }
 .l-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
	
/*
  .l-header-left {
    width: 15%;
    max-width:180px; 
  }
	
.l-header-inner--td-en .l-header-left,
.l-header-inner--dia-en .l-header-left {
  flex: 1;
}
*/
	

 .l-header-right {
    width: 90%;
 }
.l-header-inner--gr .l-header-right,
.l-header-inner--td .l-header-right,
.l-header-inner--izu .l-header-right,
.l-header-inner--td-en .l-header-right {
    width: 80%;
 }


.l-header-logo {
    max-width: 300px;
    margin-left: 0;
  }
	
/*貿易*/
.l-header-inner--td .l-header-logo {
    max-width: 198px; 
  }
.l-header-inner--td-en .l-header-logo {
    max-width: 314px;
    margin-left: 0;
  }
.l-header-inner--td-en .l-header-logo img{
    width: 350px;
  }
/*HD*/
.l-header-inner--hd .l-header-logo{
    max-width:329px; 
  }
/* マテリアル*/
.l-header-inner--mt .l-header-logo{
    max-width: 285px; 
  }
/*グループ*/
.l-header-inner--gr .l-header-logo{
    max-width: 241px; 
  }
/*   泉山*/
.l-header-inner--izu .l-header-logo{
    max-width: 204px; 
  }
    
/*ダイヤ*/
.l-header-inner--dia .l-header-logo {
        max-width: 282px;
}	
.l-header-inner--dia-en .l-header-logo {
        max-width: 281px;
}



	
/*英語切り替え 対象サイトのみ表示(言語表示)*/  
.l-header-global-nav-lang,
.l-lang{
font-size: 15px;
font-size: 1.5rem;
}
.l-header-global-nav-lang{
color: var(--color--gray02);
justify-content: space-around;
max-width: 70px;
margin-left: .6em;
padding-top: 0;
padding-bottom:0;
}
.l-lang{
color: var(--color--black01);
padding: 0 6px;
transition : all 0.5s ease-out;
}
.l-lang:hover{
color: var(--color--green01);
}
	
	
  /* グローバルナビ */
  .l-header-global-nav {
    display: block !important;
    background-color: var(--color--white);
    position: relative;
    height: unset;
  }

  .l-header-global-nav-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    overflow: unset;
    padding: 0;
  }

  .l-header-global-nav-list {
    position: relative;
    background: unset;
    display: flex !important;
    align-items: center;
    padding: 0;
    height: auto;
    width: 100%;
    max-width: 840px;
    justify-content: flex-end;
    z-index: 1;
  }

  .l-header-global-nav-list__item {
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: none;
    padding: 0 .8vw;
    margin: 0;
    font-weight: bold;
    position: relative;
    mix-blend-mode: difference;
    mix-blend-mode: exclusion;
    font-size: 1.6rem;
    color: var(--color--black01);
    word-break: keep-all;
    transition: .5s;
/*	 margin-left: 1.3vw;*/
  }


/*ブラウザ1200pxまで*/
@media (max-width: 1200px) {
.l-header-global-nav-list__item,
.l-header-global-nav-list__item-sub-text{
	font-size: 1.3rem;
	}
	
.l-header-global-nav-list__item .l-header-global-nav-list__item-sub-text,
.l-header-global-nav-list__item .l-header-global-nav-list__item-sub-text a{
	line-height: 0;
	font-size: 1.3rem;
	}
}
	
.l-header-global-nav-list__item,
.l-header-global-nav-list__item a{
	vertical-align: middle;
	vertical-align: 0;
	}

/*ダイヤサイト*/
.l-header-inner--dia .l-header-global-nav-list{
		max-width: 960px;	
}
.l-header-inner--dia .l-header-global-nav-list__item{
		 padding: 0 .6vw;
}

.l-header-inner--dia .l-header-global-nav-list__item,
.l-header-inner--dia .l-header-global-nav-list__item-sub-text,
.l-header-inner--dia .l-header-global-nav-lang a,.c-contents-title{
font-size:clamp(10px, calc(3.15px + 0.66vw), 16px);
}
	
/*泉山*/
.l-header-inner--izu .l-header-global-nav-list__item,
.l-header-inner--izu .l-header-global-nav-list__item-sub-text{
font-size:clamp(13px, calc(3.15px + 0.66vw), 16px);
}
	
	   
  .l-header-global-nav-list__item--sp {
    display: none;
  }
  .l-header-global-nav-list__item:hover,
  .l-header-global-nav-list__item.current {
    color: var(--color--green01);
  }
	

/*Gメニュhover 下線*/
.l-header-global-nav-list__item::after {
  content: '';
  display: block;
  height: 2.4px;
  width: 90%;
  background: var(--color--green01);
  position: absolute;
  bottom: 23px;
  left: 6%;
  transform: scale(0, 1);
  transition: .3s;
}

.l-header-global-nav-list__item:hover {
  color: var(--color--green01);
}

.l-header-global-nav-list__item:hover::after {
  transform: scale(1, 1);
}

	
	



  .l-header-global-nav-sublist,
  .l-header-global-nav-sublist__item {
    display: none;
  }
  .l-header-global-nav-list__item-sub-text {
    width: 100%;
/*    font-size: clamp(1rem, 0.458rem + 0.87vw, 1.5rem);*/
  }

  .l-header-global-nav-megamenu {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
	background: rgba(109,183,160,0.95)!important;
  }
  .l-header-global-nav-megamenu::after {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: inline-block;
    width: 27px;
    height: 15px;
    background: rgba(109,183,160,0.95)!important;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }



.l-header-global-nav-list__item--megamenu:hover .l-header-global-nav-megamenu {
    display: block;
	  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
	
@keyframes fadeIn{
  0%{
    opacity: 0;

  }
  100%{
    opacity: 1;

  }
} 

  .l-header-global-nav-megamenu-top,
  .l-header-global-nav-megamenu-under {
    padding: 0 10px;
  }
  .l-header-global-nav-megamenu-under {
    border-top: solid 1px var(--color--white);
    padding-top: 30px;
    margin-top: 30px;
  }
  .l-header-global-nav-megamenu-under-group {
    margin-left: 30px;
	margin-top: 10px;
  }
  .l-header-global-nav-megamenu-under-group li {
    margin-bottom: 8px;
  }
  .l-header-global-nav-megamenu-under-group li:last-child {
    margin-bottom: 0;
  }

  /*headerのスクロール時*/
  .change-height {
    height: 54px;
  }
  .change-height .l-header-global-nav-list__item {
    height: 50px;
  }
  .change-height .l-header-global-nav-megamenu {
    top: 51px;
  }
  .change-height .l-header-global-nav-megamenu::after {
    top: -10px;
	height: 10px;
  }
	
.change-height .l-header-global-nav-list__item::after{
    bottom: 11px;
  }



/*英語サイト 共通*/
.l-header-global-nav-list.l-header-global-nav-list--en {
    max-width: 1000px;
 }

/*２行のメニュー用*/
.l-header-global-nav-list--en .l-header-global-nav-list__item::after{
	bottom: 15px;
    left: 8%;
	width: 80%;
}
.l-header-global-nav-list--en .l-two-lines-menu a{
	line-height:0;
}
.l-header-global-nav-list--en .l-two-lines-menu {
	line-height: 1.3;
	word-break:normal;
}
.l-header-global-nav-list--en .l-header-global-nav-list__item-sub-text,
.l-header-global-nav-list--en .l-header-global-nav-list__item,
.l-lang,.l-header-global-nav-lang{
	font-size:clamp(10px, calc(3.15px + 0.66vw), 16px);
}

.l-header-global-nav-list--en .l-header-global-nav-list__item{
		 padding: 0 .8vw;
}

 /*headerのスクロール時
   英語サイト 共通*/
.change-height .l-header-global-nav-list--en .l-header-global-nav-list__item-sub-text,
.change-height .l-header-global-nav-list--en .l-header-global-nav-list__item,
.change-height .l-lang,
.change-height .l-header-global-nav-lang{
	font-size: 1.3rem;
  font-size:clamp(10px, calc(3.15px + 0.66vw), 13px);
}	

/*２行のメニュー用*/
.change-height .l-header-global-nav-list--en .l-header-global-nav-list__item::after{
	bottom: 7px;
    left: 8%;
    height: 2px;
}
.change-height  .l-header-global-nav-list--en .l-header-global-nav-megamenu {
    top: 53px;
  }

	
	


    
    
    
} /*=================== PCここまで ==================*/


