@charset "UTF-8";
/* CSS Document */

#pageWrap {
	text-align: left;
	padding: 0px 0 0;
}
#sec01 {
	position: relative;
}
#sec01 .imgBox {
	position: relative;
}
#sec01 .txtBox {
	position: absolute;
	width: 40%;
	left: 55%;
	top: 50%;
	transform: translateY(-50%);
}
#sec01 .txtBox h3 {
	color: #fff;
	font-size: 30px;
	padding-bottom: 1em;
}
#sec01 .txtBox p {
	color: #fff;
	font-size: 16px;
}
#sec01 .star {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;

	transition: 0.5s 2s;
	mix-blend-mode:screen;
	animation-name: flicker;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.txParse {
	font-size: 2vw;
	font-size: clamp(18px, 2.5vw, 28px);
	letter-spacing: 0.05em;
	color: #bfae84;
}
#sec01 .txParse {
	position: absolute;
	bottom: 0.2em;
	right: 1em;
}

#sec02 {
	background-color: #000;
	padding: 5% 0 15%;
	position: relative;
}
#sec02::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 20%;
	background-color: #fff;
	
}
#sec02 .txtBox {
	padding-right: 42%;
	color: #fff;
}
#sec02 .txtBox h3 {
	font-size: 23px;
	padding-bottom: 1em;
}
#sec02 .txtBox p {
	font-size: 14px;
}
#sec02 .txtBox .flex {
	padding: 30px 0;
}
#sec02 .txtBox .flex .leftBox {
	width: 21%;
	max-width: 140px;
}
#sec02 .txtBox .flex .leftBox p {
	line-height: 1.3;
	padding-top: 0.6em;
	font-size: 13px;
	font-size: 1.0vw;
	font-size: clamp(10px, 1.0vw, 13px);
}
#sec02 .txtBox .flex .leftBox h5 {
	letter-spacing: 0.2em;
	font-size:1.6vw;
	font-size: clamp(13px, 1.6vw, 20px);
	font-weight: 500;
}
#sec02 .txtBox .flex .leftBox h5 span {
	font-size: 60%;
	margin-right: 0.5em;
}
#sec02 .txtBox .flex .lineBox {
	width: 1px;
	background-color: #fff;
}
#sec02 .txtBox .flex .rightBox {
	width: 68%;
}
#sec02 .txtBox .flex .rightBox .imgBox {
	width: 28%;
}
#sec02 .txtBox dl {}
#sec02 .txtBox dt {
	font-size: 18px;
	padding: 0.3em 0;
}
#sec02 .txtBox dd {
	font-size: 13px;
}
#sec02 .gaikan02 {
	position: absolute;
	width: 50%;
	left: 50%;
	bottom:0px;
	z-index: 1;
}
#sec02 .gaikan02 .txParse {
	position: absolute;
	bottom: 12%;
	right: 80%;
	width: 10em;
	text-align: right;
}
.ent {
	position: relative;
}
.ent .txtBox {
	position: absolute;
	width: 90%;
	top:3%;
	left: 5%;
	color: #fff;
}
.ent .txtBox h3 {
	font-size: 28px;
	padding: 1em 0;
	letter-spacing: 0.1em;
}

.ent .txParse {
	position: absolute;
	bottom: 0.3em;
	right: 1em;
}
#sec03 .txtBox h3 {
	text-align: center;
}
#sec03 .txtBox p {
	text-align: center;
	font-size: 15px;
}

.secWrap {
	background-color: #000000;
	color: #fff;
	padding: 3% 0;
}
#secEqip {
	padding: 3% 0;
}
#secEqip .itemBox {
	width: 31%;
	max-width: 340px;
}
#secEqip .itemBox h5 {
	font-size: 20px;
	font-weight: 500;
	padding-top: 0.5em;
}

#secEqip .itemBox p {
	font-size: 14px;
	text-align: justify;
	padding: 0.5em 0;
}
#secEqip .itemBox p span {
	font-size: 10px;
	display: block;
}
#secEqip .itemBox ul {
	text-align: left;
	line-height: 1.3;
	border: #555 solid 1px;
	padding: 0.3em 0.5em;
}
#secEqip .itemBox li {
	display: inline-block;
	padding: 0;
	font-size: 12px;
}
#secEqip .itemBox .imgBox.tebura::after {
	content: "Tebraキー（参考写真）";
	right: auto;
	left: 0.5em;
}
#secEqip .itemBox .imgBox .icon {
	position: absolute;
	width: 30%;
	top: 0;
	right: 0;
	transform: translate(30%,-30%);
}
#secPlant {
	background-color: #dbdcdc;
	color: #000;
	padding: 15px 30px;
}
#secPlant h3 {
	font-size: 21px;
	padding-bottom: 0.5em;
}
#secPlant h3 span {
	font-size: 60%;
}
#secPlant .flex-container {}
#secPlant .itemBox {
	width: 14.5%;
	max-width: 150%;
}
#secPlant .itemBox p {}

@media screen and (max-width: 959px) {
	#sec01 .txtBox h3,
	#sec02 .txtBox h3,
	#sec03 .txtBox h3,
	#sec04 .txtBox h3
	{
		font-size: clamp(22px, 3.0vw, 24px);
	}
	#sec01 .txtBox p,
	#sec02 .txtBox p,
	#sec03 .txtBox p 
	{
		font-size: clamp(13px, 1.9vw, 15px);
	}
	#sec01 .txtBox p br {
		display: none;
	}
	#sec02 {
		margin-bottom: 0;
	}
	#sec02 .txtBox {
		padding-right: 0%;
	}
	#sec02 .gaikan02 {
    position: relative;
    width: 70%;
    left: 10%;
    top: 12%;
	}
	#secEqip .itemBox {
		width: 30%;
	}
	
	#secEqip .itemBox h5 {
	font-size: clamp(14px, 2vw, 16px);
	}
	#secEqip .itemBox p {
    font-size: 13px;
	}
	#secPlant h3 {
		font-size: clamp(18px, 2.5vw, 20px);
		line-height: 1.3;
		text-align: center;
	}
	#secPlant h3 span {
		display: block;
		font-size: 60%;
		padding-top: 0.5em;

	}
	#secPlant .flex-container {
		max-width: 500px;
		margin: 0 auto;
	}
	#secPlant .itemBox {
		width: 30%;
		max-width: 150%;
	}
	#secPlant .itemBox p {
		font-size: 12px;
	}
}
@media screen and (max-width: 599px) {
	#sec01 .star {
		display: none;
	}
	#sec01 .txtBox h3,
	#sec02 .txtBox h3,
	#sec03 .txtBox h3,
	#sec04 .txtBox h3
	{
		font-size: 16px;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#sec01 .txtBox p,
	#sec02 .txtBox p,
	#sec03 .txtBox p 
	{
		font-size: 13px;
		font-size: clamp(12px, 3.5vw, 14px);
		text-align: justify;
	}
	#sec01 {
		background-color: #000;
		padding-bottom: 30px;
	}
	#sec01 .txtBox {
		position: static;
		transform:none;
		width: 90%;
		margin: 15px auto;
	}
	#sec01 .txParse {
    position: absolute;
    bottom: auto;
		top: 100%;
    right: 1em;
}
	#sec02 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#sec02::after {
		display: none;
	}
	#sec02 .gaikan02 {
    position: relative;
    width: 100%;
    left: -6%;
    top: 12%;
	}
	#sec02 .txtBox {
		width: 90%;
		margin: 30px auto;
	}
	#sec02 .txtBox p br {
		display: none;
	}
	#sec02 .gaikan02 .txParse {
    position: absolute;
    bottom: -1em;
    left: 6%;
		width: 100%;
		text-align: center;
}
	#sec02 .txtBox .flex .leftBox {
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
		text-align: center;
	}
	#sec02 .txtBox .flex .leftBox img {
		width: 60%;
		max-width: 200px;
	}
	#sec02 .txtBox .flex .leftBox p {
		font-size: 12px;
		text-align: center;
	}
	#sec02 .txtBox .flex .leftBox h5 {
		letter-spacing: 0.2em;
		font-size:15px;
		font-size: clamp(16px, 4.6vw, 18px);

	}
	#sec02 .txtBox .flex .leftBox h5 span {
		font-size: 60%;
		margin-right: 0.5em;
	}
	#sec02 .txtBox .flex .lineBox {
		width: 100%;
		height: 1px;
		margin: 20px 0;
		background-color: #fff;
	}
	#sec02 .txtBox .flex .rightBox {
		width: 100%;
	}
	#sec02 .txtBox .flex .rightBox .imgBox {
    width: 31%;
	}
	#sec02 .txtBox dt {
		font-size: 16px;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#sec02 .txtBox dd {
    font-size: 13px;
		font-size: clamp(12px, 3.5vw, 14px);
	}
	#sec02 .txtBox .flex {
    padding: 30px 0 0;
}
	.ent {
		background-color: #000;
		padding-bottom: 20px;
	}
	.ent .txtBox {
    position: static;
    width: 90%;
		margin: 0 auto;
}
	.ent .txParse {
    position: absolute;
    bottom: auto;
		top:0em;
    right: 1em;
	}
	#sec04.ent .txParse {
		right: auto;
		left: 1em;
	}
	#secEqip .flex-container {
		width: 90%;
		max-width: 360px;
		margin: 0 auto;
	}
	#secEqip .itemBox {
		width: 100%;
		padding-bottom: 10px;
	}
	#secEqip .itemBox .imgBox {
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
	}
	
	#secEqip .itemBox h5 {
	font-size: 18px;
		font-size: clamp(17px, 4.8vw, 19px);
		text-align: center;
	}
	#secEqip .itemBox p {
    font-size: 13px;
	}
	#secPlant h3 {
		font-size: 17px;
		font-size: clamp(16px, 4.6vw, 18px);
		line-height: 1.3;
	}
	#secPlant h3 span {
		font-size: 10px;

	}
	#secPlant .flex-container {
		max-width: 400px;
		margin: 0 auto;
	}
	#secPlant .itemBox {
		width: 48%;
		max-width: 240px;
	}
}


