/*
*-------------- TOP --------------
*/
/* main image */
#topCover {
	background: #09090b;
	padding: 0px;
}

#topCover #topMain{
	height: 820px;
	background: url('../img/A_logo_preview_01@4x-100.webp') no-repeat;
	background-size: cover;
	background-position: center center;
}

#topCover #topMain #bgOp{
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
	transition-delay: 1s;
}

#topCover #topMain #bgOp .inner{
	position: relative;
	height: 820px;
}

#topMain #ilu1{
	position: absolute;
	bottom: 0;
	right: -30px;
	width: 640px;
	opacity: 0;
	transition: all 1.5s linear;
	transition-delay: 2s;
}

#topMain #ilu2{
	position: absolute;
	bottom: 0;
	left: 190px;
	width: 270px;
	opacity: 0;
	transition: all 1.5s linear;
	transition-delay: 2s;
}

#topMain #topText{
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 780px;
	opacity: 0;
	transition: all 1.5s linear;
	transition-delay: 2s;
}

/* ================== main image animation ================== */
#topCover #topMain #bgOp.loaded{
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	opacity: 1;
}

#topMain #ilu1.loaded{
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 640px;
	opacity: 1;
}

#topMain #ilu2.loaded{
	position: absolute;
	bottom: 0;
	left: 220px;
	width: 270px;
	opacity: 1;
}

#topMain #topText.loaded{
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 780px;
	opacity: 1;
}

/* sec000 */
.sec000{
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.sec000 .contentsBox{
	position: relative;
	padding: 400px 0;
}

.sec000 .contentsBox .bg{
	background-color: rgba(255,255,255,.7);
	position: relative;
	margin: 0 calc(50% - 50vw);
	padding: 4px calc(50vw - 50% + 8px);
}

.sec000 .text01{
	font-size: 5.5rem;
	text-align: center;
	padding: 100px 0 0;
	margin-bottom: 50px;
}

.sec000 .text02{
	font-size: 5.5rem;
	text-align: center;
	padding: 0 0 100px;
}

.sec000 .image1{
	width: 580px;
	position: absolute;
	top: 160px;
	left: 30px;
	border-radius: 10px;
}

.sec000 .image2{
	width: 350px;
	position: absolute;
	top: 280px;
	right: 60px;
	border-radius: 10px;
}

.sec000 .image3{
	width: 470px;
	position: absolute;
	bottom: 90px;
	left: 80px;
	border-radius: 10px;
}

.sec000 .image4{
	width: 500px;
	position: absolute;
	bottom: 140px;
	right: 80px;
	border-radius: 10px;
}

/* sec001 */
.sec001 {
	padding: 200px 0 200px;
	background: url('../img/bg.webp');
}

.sec001 h1 {
	text-align: center;
	margin-bottom: 70px;
	color: #D3D3DB;
}

.sec001 .textBox {
	text-align: center;
	color: #D3D3DB;
}

.sec001 .textBox p.strength{
	margin-bottom: 10px;
	font-size: 3rem;
	color: #D3D3DB;
}

.sec001 .textBox p{
	margin-bottom: 30px;
	color: #8E8E8E;
}

/* sec002 */
.sec002{
	padding: 0;
}

.sec002 .coverImage{
	padding: 200px 0;
	background: url('../img/Gemini_Generated_Image_6g70h26g70h26g70.webp');
	background-size: cover;
	background-position: center center;
}

.sec002 .contentBox {
	width: 40%;
	background: rgba(0,0,0,0.7);
	padding: 50px 40px;
	border-radius: 10px;
}

.sec002 .contentBox h1 {
	color: #fff;
	margin-bottom: 20px;
}

.sec002 .contentBox h1 span {
	display: block;
	font-size: 1.7rem;
}

.sec002 .contentBox p {
	color: #fff;
	line-height: 1.5;
}

.sec002 .buttonStyle {
	margin: 20px 0 0 0;
	border-radius: 10px;
}

.sec002 .buttonStyle a{
	background-color: #D3D3DB;
	color: #09090b;
	margin: 20px 0 0 0;
	border-radius: 10px;
}

.sec002 .buttonStyle a:hover {
	background-color: #09090b;
	color: #D3D3DB;
	padding: 5px 10px;
	font-size: 1.7rem;
	display: block;
	width: fit-content;
	border-radius: 10px;
	margin-bottom: 10px;
}

/* sec003 */
.sec003{
	padding: 300px 0 300px;
}
.sec003 .imageBox {
	width: 50%;
}

.sec003 .imageBox img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.sec003 .textBox {
	padding: 80px 20px;
	width: 40%;
}

.sec003 .textBox h1 {
	margin-bottom: 10px;
}

.sec003 .textBox p {
	line-height: 1.5;
}

.sec003 .buttonStyle {
	margin: 20px 0 0 0;
}

/* sec004 */
.sec004 {
	padding: 200px 0 200px;
	background: url('../img/bg.webp');
}

.sec004 h1 {
	text-align: center;
	margin-bottom: 70px;
	color: #D3D3DB;
}

.sec004 h2 {
	margin-bottom: 70px;
	color: #D3D3DB;
}

.sec004 .contentBox {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	padding-bottom: 20px;
	text-align: center;
	color: #D3D3DB;
}
.sec004 .contentBox:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #8E8E8E;
	border-radius: 2px;
}

.sec004 ul li{
	margin: 0px 0 50px;
	text-align: center;
}

.sec004 .contentBox h2{
	font-size: 1.7rem;
	margin-bottom: 5px;
}

.sec004 .contentBox p {
	margin-bottom: 5px;
	color: #D3D3DB;
}

.sec004 .contentBox p.ymd {
	margin-bottom: 15px;
	color: #D3D3DB;
}

.sec004 .contentBox p.outlineText {
	margin-bottom: 5px;
	color: #8E8E8E;
}

.sec004 .contentBox .buttonStyle a{
	display: block;
	background: none;
	margin: 0 auto;
	color: #D3D3DB;
	padding: 0;
	text-align: center;
	text-align: center;
	text-decoration: underline;
}

.sec004 .buttonStyle {
	display: block;
	margin: 0 auto;
	color: #D3D3DB;
	text-align: center;
	text-align: center;
}


@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */

	#topMain #ilu1.loaded {
		right: -228px;
		z-index: 2;
	}

	#topMain #ilu2.loaded {
		left: -30px;
		z-index: 1;
	}
	#topMain #topText.loaded {
		bottom: 150px;
		left: -150px;
		width: 480px;
		transform: rotate(90deg);
		z-index: 3;
	}

	.sec000 .contentsBox {
		position: relative;
		padding: 200px 0 250px;
	}
	.sec000 .image1 {
		width: 450px;
		top: 50px;
		left: -120px;
	}

	.sec000 .image2 {
		width: 350px;
		top: 180px;
		right: -100px;
	}
	.sec000 .image3 {
		width: 400px;
		bottom: 60px;
		left: -130px;
	}

	.sec000 .image4 {
		width: 400px;
		bottom: 80px;
		right: -90px;
	}

	.sec000 .text00,
	.sec000 .text01,
	.sec000 .text02 {
		font-size: 3.5rem;
	}

	.sec000 .text01 {
		margin-bottom: 10px;
		padding-top: 30px;
	}

	.sec000 .text00 {
		font-size: 3.5rem;
		text-align: center;
		padding: 0;
		margin-bottom: 10px;
	}
	.sec000 .text01 {
		margin-bottom: 10px;
		padding-top: 30px;
	}

	.sec002 .contentBox{
		width: 100%;
		box-sizing: border-box;
	}

	.sec003{
		padding: 150px 0;
	}

	.sec003 .imageBox,
	.sec003 .textBox{
		width: 100%;
		box-sizing: border-box;
	}

	.sec003 .textBox{
		padding: 10px 20px 30px;
	}

	.sec003 .contentBox {
		display: block;
	}
}