@charset "utf-8";

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

  /* 共通
  ------------------------------------------------------------*/
	body {
  overflow-x: hidden;
}
	.br-pc{
	display: none;
}

  .br-mid{
	display: none;
}
  .br-sp{
	display: block;
}

/*========= ヘッダーナビ ===============*/
.header-nav{
	display: none;
}

/*========= 三本線 ===============*/
  .openbtn{
    display: block;
  }
	.openbtn{
		position:fixed;
		z-index: 888;/*ボタンを最前面に*/
		top:10px;
		right: 10px;
		cursor: pointer;
		width: 50px;
		height:50px;
	}

  /*×に変化*/
	.openbtn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 1px;
		border-radius: 2px;
		background-color: #666;/*カラー*/
		width: 45%;
		}

	/*三本線の高さ*/
	.openbtn span:nth-of-type(1) {
		top:15px;
		}
	.openbtn span:nth-of-type(2) {
		top:23px;
		}
	.openbtn span:nth-of-type(3) {
		top:31px;
		}
  /*end//三本線の高さ*/

	.openbtn.active span:nth-of-type(1) {
			top: 18px;
			left: 18px;
			transform: translateY(6px) rotate(-45deg);
			width: 30%;
			background-color: #fff;/*カラー*/
	}
	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
		background-color: #fff;/*カラー*/
	}
	.openbtn.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
		background-color: #fff;/*カラー*/
	}


/*========= TOPマーク ===============*/
	.top-mark{
		display: block;
		}
	.top-mark{
		position:fixed;
		z-index: 888;/*ボタンを最前面に*/
		bottom:30px;
		right: 30px;
		width: 40px;
		height:40px;
		opacity: 0.8;
	}

/*============================
ナビゲーション ===============*/

#g-nav{
	display: block;

	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position:fixed;
	z-index: 100;
	/*ナビのスタート位置と形状*/
	top:0;
	right: -100%;
	width:100%;
	height: 100vh;/*ナビの高さ*/
	background:#fff;/*ナビ背景色*/
	opacity: 0.8;
	/*動き*/
	transition: all 0.6s;
}

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive{
        right: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list{
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;/*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }

    /*リストのレイアウト設定*/

    #g-nav li{
			list-style: none;
			text-align: center;
    }

    #g-nav li a{
			color: #333;
			text-decoration: none;
			padding:10px;
			display: block;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			font-family: "Zen Kaku Gothic New", sans-serif;
			font-weight: 600;
			font-style: normal;
    }

    /*ホバー半透明*/
    #g-nav li a:hover{
				opacity: 0.5;
    }


/*--------------------------------------------------------
  メインビジュアル
--------------------------------------------------------*/

/*1*/

.slide1 {
  position: absolute;
	top: 305px;
	left: 5%;
  width: 95%;
  height: 37vh;
	overflow: hidden;
}


.slide1 img {
	object-fit: cover;
	width: 100%;
	top: 310px;
	left: 5%;
  height: 37vh;
	object-position: left;   /* ← 画像のトリミング起点を「左」にする */
  }

/* テキスト全体の配置 */
.top-text{
		position: absolute;
    top: 115px;
    left: 5%;
    width: 100%;
}
/* 英語見出し */
.top-headline{
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 44px;
	letter-spacing: -0.01em;
	color: #fff;
	line-height: 1;
}

/* 日本語見出し1 */
.top-headline-jp{
font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #333;
  padding: 7px 9px;   
	margin-top: 15px;
	width: 87%;
}

/* 日本語見出し2 */
.top-headline-jp2{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #333;
  padding: 7px 9px;      
	width: 70%;
	margin-top: 10px;
}

/* 本文（説明） */
.top-headline-body{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	letter-spacing: -0.02em;
	line-height: 1.7em;
	margin-top: 40vh;
	margin-left: 0px;
	color: #fff;
	text-align: justify;
	width: 85%;
}

/*背景グラデーション*/
.main-back{
	position: absolute;
	top:0%;
	left:0%;
	width: 100%;
	height: 100vh;
	z-index: 0;
	background: linear-gradient(to right, #09adad 0%, #95c6c6 70%, #ffffff 100%);
}

/*ロゴ*/
.top-logo{
	position: absolute;
	z-index: 20;
	top: 20px;
	left: 5%;
	width: 95%;
}

.top-content{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	letter-spacing: -0.02em;
}

.top-logomark{
	width:57%;
	margin-top: 5px;
}

/*--------------------------------------------------------
事業内容
--------------------------------------------------------*/

/*********************
タイトル(事業内容共通）
**********************/
#top-business{
	margin-top: 80px;
}
.business-back{
	display: none;
}
.business-back-sp{
	display: block;
	width:90%;
}
.top-business-title{
 position: relative;
}

.business-back-sp img{
	display: block;          /* inlineの隙間を消す */
  object-fit: cover; /* はみ出る部分をトリミングしたい場合 */
}

.business-title{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	top: 15%;
	left: 5%;
	width: 80%;
}
.business-title-eg{
	font-size: 12px;
}
.business-title-jp{
	font-size: 22px;
}
.business-title-body{
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	line-height: 1.8em;
	text-align: justify;
	letter-spacing: -0.02em;
}



/*********************
ネジ・小物･周辺部品の販売
**********************/
.business-1 {
	width: 100%;
	height: 670px;
	position: relative;
	margin-bottom: 80px;
	margin-top: 60px;
}

.business-3 {
	width: 100%;
	height: 600px;
	position: relative;
	margin-bottom: 60px;
}

.business-1-background{
	position: absolute;
	right: 0;
	width:80%;
	height: 670px;
	background-color: #f5f5f5;
	z-index: -100;
}
.business-3-background{
	height: 600px;
}

.business-1-inner {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 51px 0 60px 0;
}

.business-1-image img {
  width: 100%;
	
}
.business-1-text {
  flex: 1;
  min-width: 280px;
  width: 100%;
  margin-top: 25px;
}

.business-1-text h3 {
	font-size: 24px;
}
.business-1-text p {
  font-size: 16px;
	line-height: 2em;
	margin-bottom: 40px;
	letter-spacing: -0.01rem;
}

.btn-business-1 {
  margin-top: 0px;
  text-align: center;
  width: 100%;
  padding: 10px 100px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 1s ease;
}

/*********************
各種機械・ツール類の販売
**********************/
/* business-2（スマホ） */
.business-2 {
  height: 760px;
  margin-bottom: 130px;
}

.business-2-background {
  position: absolute;
  left: 0;
  width: 80%;
  height: 800px;
  background-color: #f5f5f5;
  z-index: -100;
}

.business-2-inner {
  flex-direction: column; /* 縦並びにする */
  width: 90%;
  margin: 0 auto;
  padding: 53px 0 15px 0;
}
/* 画像を先頭に */
.business-2-image {
  order: -1;
}

.business-2-image img {
  width: 100%;
  height: auto;
}

.business-2-text {
	width: 100%;
  margin-top: 25px;
}


.business-2-text h3 {
  font-size: 24px;
}

.business-2-text p {
  font-size: 15px;
}
.btn-business-2 {
  font-size: 18px;
	padding: 10px 100px;
}

/*********************
機械工具取り扱いメーカー 一覧
**********************/

  /* 全体幅 */
  .btn-list {
	position: relative;
	width: 90%;
	height: 160px;
	margin: 30px auto;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden; /* 背景画像がはみ出ないように */
	display: block;
  }

  /* 内部コンテンツを縦並びに中央寄せ */
  .btn-list-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 真ん中に */
  width: 90%;
  height:125px; /* コンテンツに合わせる場合 */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  }
	

  /* アイコン */
  .btn-list-icon {
    width: 45px;         /* アイコン縮小 */
		padding-top: 0px;
  }

  .btn-list-icon img {
    width: 100%;
  }

  /* タイトル */
  .btn-list-text {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    text-align: center;
		padding: 10px;
  }

  /* サブテキスト非表示 */
  .btn-list-text2 {
    display: none;
  }

  .btn-list-text-none {
    display: none;
  }
.btn-list-description {
  display: flex;
  flex-direction: column;   /* 縦並び */
  align-items: center;      /* ボタンを横方向中央に配置 */
  gap: 0px;
  width: fit-content;       /* 説明文幅に合わせる */
  margin: 0 0 0;      /* 上余白だけ */
	width: 85%;
	
}
  /* ボタン */
  a.btn-business-3 {
  display: inline-block;
  background-color: #00a6a6;
  color: #fff;
  text-align: center;
  width: 100%;
	margin: 0 auto;
  padding: 8px 0;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
  }


/*--------------------------------------------------------
タイポ スライド
--------------------------------------------------------*/
  .slide-track {
	display: flex;
	width: calc(100% * 3); /* ループのために2セット分 */
	animation: scroll 20s linear infinite;
  }

  .slide-track img {
	width: 100%; /* ←1.5枚(pc)くらいが見えるようにする */
	flex-shrink: 0;
	display: block;
  }

/*--------------------------------------------------------
強み
--------------------------------------------------------*/
 .bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	background-image: url("../images/feature-background.jpg");
	background-size: cover;
	background-position: center;
	z-index: -1;
 }
/*-- 背景固定
--------------------------------------------------------*/

/*-- 親 --*/
	.fix-block{
		height: 1050px;
	}
/*-- 画像 --*/
	.inner{
		height: 1550px;
	}
	#top-feature{
		margin-top: 80px;
		height: 1550px;
	}
/*タイトル*/
	.feature-container{
		width: 90%;	
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		margin: -960px auto 60px;
	}
	.feature-title-eg{
		font-size: 16px;
}
	.feature-title-jp{
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 0.1em;
	}

/* 中身全体の配置調整 */
	.feature-inner {
		position: static;
		transform: none;
		width: 100%;
		display: flex;
    flex-direction: column;	
		align-items: center;
		gap: 20px;
	}
/* グラフを最初に90%で表示 */
	.feature-graph {
		width: 90%;
		height: auto;
		background-color: #fff;
		order: -1; /* ← 最上部に移動 */

	}
	.feature-graph img {
		width: 100%;
		padding: 60px 20px;
	}

/* feature-1：3つのブロックを90%で縦並び */
	.feature-text {
		width:90%;
		display: flex;
		flex-direction: column;
		align-items: center;
		order: 1;
	}

	.feature-1 {
		padding: 24px;
		margin-bottom: 20px;
		background-color: #fff;
	}
	.feature-1-title {
		font-size: 24px;
	}

	.feature-1 p {
		font-size: 16px;
		line-height: 1.7em;
	}

/*--------------------------------------------------------
会社案内
--------------------------------------------------------*/
.company-container {
	width: 90%;
	margin: 0px auto 20px;
	padding-top: 60px;
	text-align: right; /* タイトル右寄せ */
}
.company-title-eg{
	font-size: 12px;
}

.company-title-jp{
	font-size: 28px;
}
.company-inner {
	width: 100%;
	display: flex;
	flex-direction: column; /* 縦並び */
	align-items: center;
	padding-bottom: 40px;
}

.company-item {
	width: 90%;          /* 横幅90% */
	margin: 10px 0;      /* 上下マージンで間隔 */
	position: relative;
}
.company-item img {
	width: 100%;         /* 親の幅に合わせる */
	height: 180px;       /* 高さを固定（150～200pxの間） */
	object-fit: cover;   /* 画像の切り取りを自然に */
	display: block;
}
.company-item-title {
	font-size: 20px;
}

/*--------------------------------------------------------
アクセス
--------------------------------------------------------*/
.company-map{
  height: 300px; /* 必要に応じて調整 */
}
.company-map iframe {
	height: 300px; /* 必要に応じて調整 */
	border: none;
}

.company-address{
  width: 100%;
  margin: 30px auto 0px;
}
.company-name{
	width: 90%;
	font-size: 32px;

}
.address-detail{
	width: 90%;
}
.address-detail p{
	width: 90%;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.address-phone{
	font-size: 22px;
	margin-top: 5px;
}
.subway{
	width: 90%;
	margin: 30px auto;
	font-size: 14px;
	padding: 15px;
	letter-spacing: -0.01em;
}

/*--------------------------------------------------------
イメージ画像
--------------------------------------------------------*/
.image-container{
	width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.image-item{
	width: 48%;
	margin-top: 0px;
	justify-content: space-between;
}
/*--------------------------------------------------------
お問い合わせ
--------------------------------------------------------*/
#top-contact{
	margin-top: 50px;

}

/*タイトル*/
.contact-title{
	position: relative;
	margin: 25px auto 30px;
	text-align: center;
}
.contact-title-container{
	width:55%;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}
.contact-title-eg{
	font-size: 14px;
	margin-left: 7%;
}
.contact-title-jp{
	font-size: 28px;
}

/*ボタン*/
.btn-contact {
	width: 90%;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 50px;
	 margin: 15px auto 20px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

.footer-container{
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
	padding-bottom: 30px;
}
.footer_nav{
	padding-top: 30px;
}
.footer_nav li{
	font-size: 16px;
}
/*スペック*/
.footer-address{
	width: 100%;
	margin: 30px auto 30px;
}

.footer-logo{
	width: 200px;
	margin: 20px auto ;
}

.footer-company-info{
	width:100%;
	margin:0px auto;
	text-align: center;
}
.footer-company-info p{
	font-size: 14px;
}

.footer-company-phone{
  font-size: 14px;
	width: 90%;
	margin: 0 auto;
text-align: center;
	margin-top: 10px;
}
/*-- クレジット --*/
.footer_cr{
	font-size: 10px;
	margin-top: 40px;
	padding-bottom: 20px;
}

} /**** END media screen *****/
