@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
株式会社ジェイ・シー
	ver.2021.08.01
	ホーム　スタイルシート
────────────────────────────────────────
FileName:		/resources/css/index.css
Editor:			TRUSTEC
Description:	サイトホームのデザインスタイルシート。
────────────────────────────────────────
2021/09/27:		公開。
2022/07/28:		1.事業案内に「コンクリート二次製品」を追加
				2.商品案内に「ダクタル」を追加。
2022/05/13:
2021/11/24:		写真差し替え、レイアウト改修。
2021/07/19:		開発開始。
────────────────────────────────────────
背景色:					#ffffff	rgba(255, 255, 255, 1)
本文文字色:				#000000	rgba(0, 0, 0, 1)
ハイライトカラー:
サブカラー：
ポイントカラー:
リンク:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/* ::::: [COMMON] ::::: */

/* Common Tags
--------- --------- --------- ------- */
body {
}

h1, h2, h3, h4, h5, h6 {
	font-family: initial;
	font-weight: initial;
	font-style: initial;
}



/* ::::: [SECTION : HEADER] ::::: */

/* Header
--------- --------- --------- ------- */
header {
	border-top: none;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}



/* ::::: [SECTION : GLOBAL MENU] ::::: */

#pageHeader {
	font-size: 90%;
}

/* Toggle Button
--------- --------- --------- ------- */
.navbar-toggler {
	background-color: rgba(255, 255, 255, 0.8);
	color: rgba(0, 0, 0, 0.7);
	border-color: rgba(0, 0, 0, 0.3);
}
.navbar-toggler:active {
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0.5);
}
.navbar-toggler:focus {
	background-color: rgba(0, 0, 0, 0.2);
}

/* Toggle Menu
--------- --------- --------- ------- */
#navbarGlobalMenu {
}

#navbarGlobalMenu .navbar-nav .nav-item a {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #404040;
}

#navbarGlobalMenu .navbar-nav .nav-item a:focus,
#navbarGlobalMenu .navbar-nav .nav-item a:hover {
	background-color: rgba(100, 100, 100, 0.1);
}

@media (max-width: 768px) {
	#navbarGlobalMenu .navbar-nav .nav-item {
		border: none;
	}
	#navbarGlobalMenu .navbar-nav .nav-item:not(:last-child) {
		border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	}
}

/* Dropdown Menu
--------- --------- --------- ------- */
#navbarGlobalMenu .navbar-nav .dropdown-menu  {
	border-top: none;
	border-radius: 0;
}

#navbarGlobalMenu .navbar-nav .dropdown-menu a {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}


/* ::::: [SECTION : FOOTER] ::::: */

/* Layout
--------- --------- --------- ------- */
.footer-address {
	background-color: #404040;
}
.footer-copyright {
	background-color: #000000;
	background-color: #a0a0a0;
}

/* Address
--------- --------- --------- ------- */
.footer-address h2 {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* Copyright
--------- --------- --------- ------- */
.copyright {
	color: #ffffff;
}



/* :::::  [SECTION : CATEGORY MENU] ::::: */
#category-menu .list-group-item {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}



/* ::::: [SECTION : COMMON-CONTACT] ::::: */
#common-contact {
	box-shadow: none;
}

#common-contact .btn-contact {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000000;
	border-color: #000000;
	transition:
		all 0.4s,
		box-shadow 0.2s linear;
}

#common-contact .btn-contact:hover,
#common-contact .btn-contact:focus,
#common-contact .btn-contact:active {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	border-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.8) 0 0px 0px 40px inset;
}



/* ::::: [SECTION : INTRO] ::::: */

/* Intro
--------- --------- --------- ------- */
.intro {
}
.intro h1 {
}
.intro p {
}

/* More
--------- --------- --------- ------- */
.more {
	max-width: 100%;
}
.more:hover {
	box-shadow: none;
}

/* Headline
--------- --------- --------- ------- */
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: inherit;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	line-height: 1.5em;
}

.h1, .h2, .h3 {
}

.h1 {
	color: #404040;
	font-size: clamp(2rem, 5vw, 3.5rem);
	line-height: 1.2em;
}

.h2 {
	font-size: clamp(2rem, 4.5vw, 3rem);
	line-height: 1.5em;
}

.h3 {
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	line-height: 1.5em;
}

.h4 {
	font-size: clamp(1.5rem, 3.5vw, 2rem);
	line-height: 1.5em;
}

.h5 {
	font-size: 1.2em;
	line-height: 1.5em;
}

.h6 {
	line-height: 1.5em;
}

/* Section Title
--------- --------- --------- ------- */
.section-title {
}
.section-title.container {
	padding: 0.5em;
}
.section-title h2 {
	color: rgba(0, 0, 0, 0.4);
	font-size: 1em !important;
	line-height: 1em !important;
}




/* ::::: [SECTION : INDEX-MAIN IMAGE] ::::: */
#index-mainimage {
	height: calc(100vh - 200px);
	min-height: 300px;
}

#index-mainimage h1 {
	color: #303030;
	text-shadow:
		  -1px -1px 0px #ffffff
		, 1px -1px 0px #ffffff
		, 1px 1px 0px #ffffff
		, -1px 1px 0px #ffffff

		, -1px 0 5px #ffffff
		, 1px 0 5px #ffffff
		, 1px 0 5px #ffffff
		, -1px 0 5px #ffffff

		, -2px 0 10px #ffffff
		, 2px 0 10px #ffffff
		, 2px 0 10px #ffffff
		, -2px 0 10px #ffffff
		;
}

#index-mainimage .lead {
	font-size: clamp(1.2rem, 3vw, 2rem);
	font-weight: normal;
	margin-left: 0.25em;

	text-shadow:
		  -1px -1px 0px #ffffff
		, 1px -1px 0px #ffffff
		, 1px 1px 0px #ffffff
		, -1px 1px 0px #ffffff

		, -1px 0 5px #ffffff
		, 1px 0 5px #ffffff
		, 1px 0 5px #ffffff
		, -1px 0 5px #ffffff

		, -2px 0 10px #ffffff
		, 2px 0 10px #ffffff
		, 2px 0 10px #ffffff
		, -2px 0 10px #ffffff
		;
}

/* DisplayWidth
--------- --------- --------- ------- */
/*	DisplayWidth < XS	*/
@media (max-width: 575px) {
	#index-mainimage {
		max-height: 300px;
	}
}
/*	DisplayWidth > XS	*/
@media (min-width: 576px) {
}
/*	DisplayWidth > SM	*/
@media (min-width: 768px) {
}
/*	DisplayWidth > MD	*/
@media (min-width: 992px) {
}
/*	DisplayWidth > LG	*/
@media (min-width: 1200px) {
}
/*	DisplayWidth > XL	*/
@media (min-width: 1400px) {
}



/* ::::: [SECTION : INDEX-INFORMATION] ::::: */
#index-information {
}

#index-information .card {
	max-width: 1000px;
	min-height: 240px;
	border: none;
	border-radius: 0;
}

#index-information .card-img-overlay {
	border-radius: 0;
}

#index-information .card-title {
	font-size: clamp(1.2rem, 3vw, 2rem);
	font-weight: normal;

}



/* ::::: [SECTION : INDEX-BUSINESS] ::::: */
#index-business {
	background-color: #f0f0f0;
	min-height: 10em;
}

.index-business-card {
	color: inherit;
	padding: 1rem;
}
.index-business-card:hover,
.index-business-card:focus,
.index-business-card:active {
	background-color: rgba(255, 255, 255, 1);
	color: inherit;
}

.index-business-card-title {
	text-align: center;
}

.index-business-card-lead {
	text-align: center;
}

.index-business-image {
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 80%;
	height: 240px;
	border-radius: 5px;
}

.index-business-card-button {
	text-align: center;
}
.index-business-card-button .btn.more {
	width: 6em;
	padding: 0.3em 0;
}

#index-business-aggregate .index-business-image {
	background-image: url("../images/business/index-aggregate.jpg");
}
#index-business-rcstone .index-business-image {
	background-image: url("../images/business/index-recycledcrushedstone.jpg");
}
#index-business-rmconcrete .index-business-image {
	background-image: url("../images/business/index-readymixedconcrete.jpg");
}
#index-business-secondaryproduct .index-business-image {
	background-image: url("../images/business/index-secondaryproduct.jpg");
}



/* ::::: [SECTION : INDEX-PRODUCTS] ::::: */
#index-products,
#index-products-tecora,
#index-products-ductal,
#index-products-aranami {
	color: #ffffff;
}

.index-products-wrapper {
	width: 100%;
}

.index-products-wrapper p {
}

/* DisplayWidth
--------- --------- --------- ------- */
/*	DisplayWidth > MD	*/
@media (min-width: 992px) {

	.index-products-wrapper {
	}
}





/* ::::: [ANIMATION] ::::: */
.index-animation {
	opacity: 0;
}

/* 遅延フェードイン
--------- --------- --------- ------- */
.fadeInDelay {
	animation-name: fadeInDelay;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
}
@keyframes fadeInDelay {
	/*	アニメーション開始時	*/
	0% {
		opacity: 0;
	}
	/*	アニメーション終了時	*/
	100% {
		opacity: 1;
		transform: translate(0);
	}
}


/* スクロールフェードイン
--------- --------- --------- ------- */
.scroll {
}

.fadeInScroll {
	animation-name: fadeInScroll;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
}
@keyframes fadeInScroll {
	/*	アニメーション開始時	*/
	0% {
		opacity: 0;
	}
	/*	アニメーション終了時	*/
	100% {
		opacity: 1;
		transform: translate(0);
	}
}

/*	上下の動きを指定	*/
.fadeInScroll.updown {
	transform: translateY(-100px);
}
.fadeInScroll.downup {
	transform: translateY(100px);
}

/*	左右の動きを指定	*/
.fadeInScroll.sect02 {
	/*	横スクロールバーを隠す	*/
	overflow: hidden;
}
.fadeInScroll.slide-right {
	transform: translateX(200px);
}
.fadeInScroll.slide-left {
	transform: translateX(-200px);
}







/* :::::  [SECTION : Buttons] ::::: */

/* btn-primary
--------- --------- --------- ------- */
.btn-primary {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	border-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active  {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000000;
	border-color: #000000;
}

.btn-outline-primary {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000000;
	border-color: #000000;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active  {
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	border-color: #ffffff;
}
