@charset "UTF-8";

#ai_pickup_page {
	display: flex;
	letter-spacing: 0.04em;
	background-image:
		url(/resources/img/ai_pickup/top_back_autumn_01.png),
		url(/resources/img/ai_pickup/top_back_autumn_03.png);
	background-repeat: no-repeat;
	background-position:
		right top,
		right bottom 30%;
	background-size:
		70%;
}
#ai_pickup_page::before {
	content:"";    
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/resources/img/ai_pickup/top_back_autumn_00.jpg);
    background-size: cover;
	background-position: center;
}

.ai_pickup_content {
	flex: 1;
	display: flex;
	flex-flow: column;
	background-image:
		url(/resources/img/ai_pickup/top_back_autumn_02.png),
		url(/resources/img/ai_pickup/top_back_autumn_04.png);
	background-repeat: no-repeat;
	background-position:
		left top 30%,
		left bottom;
}
.ai_pickup_headline {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #803303;
	width: 100%;
	background-color: #F9F2E8;
	z-index: -1;
}
.ai_pickup_headline > div {
	position: fixed;
	top: 220px;
}
.ai_pickup_headline > div > div {
	display: flex;
	flex-direction: column;
	width: fit-content;
}
.ai_pickup_headline img {
	object-fit: contain;
	width: 78px;
	margin: 0 auto;
}
.ai_pickup_headline > div > span {
	display: block;
	width: 460px;
	font-size: 16px;
	letter-spacing: 0.06px;
}

#ai_pickup_page h1 {
	font-size: 48px;
	font-weight: bold;
	width: 530px;
	line-height: 150%;
	letter-spacing: 3.84px;
}
#ai_pickup_page h2 {
	color: #F9F2E8;
	background: transparent linear-gradient(102deg, #B94700 0%, #9B0000 100%) 0% 0% no-repeat padding-box;
	font-size: 40px;
	font-weight: bold;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	line-height: 2.25;
}
#ai_pickup_page h3 {
	color: #803303;
	font-size: 33px;
	font-weight: bold;
	line-height: normal;
	width: 100%;
	background-color: #F9F2E8;
	padding: 25px 25px 15px;
}
#ai_pickup_page h4 {
	color: #803303;
	font-size: 27px;
	font-weight: bold;
	line-height: normal;
	background-color: #F9F2E8;
	padding: 25px 25px 15px;
}

#ai_pickup_page #ai_recommend_card {
	width: 100%;
	display: flex;
	flex-flow: column;
}

#ai_pickup_page .ai_topics_card {
	display: flex;
	flex-flow: column;
	align-items: center;
}
#ai_pickup_page .ai_topics_card > div {
	position: relative;
	display: flex;
	flex-flow: column;
}

.ai_recommend {
	display: flex;
	height: fit-content;
	flex-grow: 1;
	justify-content: center;
}

.ai_recommend > div {
	width: 60%;
	position: relative;
}

.ai_recommend_img {
	width: 100%;
	height: fit-content;
	object-fit: scale-down;
	border: 1px solid #CECECE;
	background-color: #F9F2E8;
}

.ai_topics {
	display: flex;
	height: fit-content;
	justify-content: center;
}
.ai_topics > div {
	width: 60%;
}

.ai_topics_img {
	width: 100%;
	height: fit-content;
	object-fit: scale-down;
	border: 1px solid #CECECE;
	background-color: #F9F2E8;
	padding: 10px;
}

#ai_topics_contents {
	display: flex;
	flex-flow: column;
	padding-bottom: 40px;
}
#ai_recommend_content {
	font-size: 16px;
	color: #803303;
	background-color: #F9F2E8;
	padding: 0 25px 25px;
}
.ai_topics_content {
	font-size: 16px;
	color: #803303;
	background-color: #F9F2E8;
	padding: 0 25px 25px;
}

#ai_pickup_page .btn {
	display: inline-block;
	padding: 0.8em 3em;
	border: 3px solid #9B0000;
	background-color: #F9F2E8;
	border-radius: 60px;
	color: #9B0000;
	cursor: pointer;
	text-decoration: none;
}

#ai_pickup_page .btn:after {
	position: absolute;
	content: "";
	top: 50%;
	border-right: 2px solid #9B0000;
	border-bottom: 2px solid #9B0000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: rotate(-45deg) translateY(-75%);
	-ms-transform: rotate(-45deg) translateY(-75%);
	transform: rotate(-45deg) translateY(-75%)
}

#ai_pickup_page .btn:hover {
	color: #FFFFFF;
	background-color: #9B0000;
}

#ai_pickup_page .btn:hover:after {
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#ai_pickup_page .btn_medium {
    display: inline-block;
	text-align: center;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 4.7;
	width: 270px;
	height: 80px;
}
#ai_pickup_page .btn_medium:after{width:9px;height:9px;right:10px}

.ai_pickup_link_btn {
	background-color: #F9F2E8;
	text-align: center;
	padding-bottom: 25px;
}

@media screen and (max-width:1080px) {
	#ai_pickup_page {
		flex-flow: column;
		background-image: none;
	}
	#ai_pickup_page h1 {
		font-size: 30px;
		width: auto;
	}
	#ai_pickup_page h2 {
		font-size: 28px;
		line-height: 2.5;
	}
	#ai_pickup_page h3 {
		font-size: 26px;
		padding: 25px 25px 0;
	}
	#ai_pickup_page h4 {
		padding: 25px 25px 0;
	}
	.ai_pickup_headline {
		padding: 85px 0 120px;
	}
	.ai_pickup_headline > div {
		position: static;
	}
	.ai_pickup_headline > div > div {
		margin: 0 auto;
	}
	.ai_pickup_headline > div > span {
		width: 90%;
		margin: 0 auto;
	}
	.ai_pickup_content {
		background-image:
			url(/resources/img/ai_pickup/top_back_autumn_01.png),
			url(/resources/img/ai_pickup/top_back_autumn_02.png),
			url(/resources/img/ai_pickup/top_back_autumn_03.png),
			url(/resources/img/ai_pickup/top_back_autumn_04.png);
		background-repeat: no-repeat;
		background-position:
			right top,
			left top 30%,
			right bottom 30%,
			left bottom;
		background-size:
			contain;
	}
	.ai_recommend {
		align-items: center;
		row-gap: 20px;
		padding-top: 55px;
	}
	.ai_recommend > div {
		width: 85%;
	}
	#ai_recommend_content {
		padding: 15px 25px 25px;
	}
	#ai_pickup_page #ai_recommend_card {
		width: 100%;
	}
	.ai_topics {
		align-items: center;
		row-gap: 20px;
	}
	.ai_topics > div {
		width: 85%;
	}
	#ai_topics_contents {
		width: 100%;
	}
	.ai_topics_content {
		padding: 15px 25px 25px;
	}
}