#top { /* information */ /* column */ /* about */
}

#top section {
	padding-block: 67px 80px;
}

#top .fv {
	overflow: hidden;
	position: relative;
}

#top .fv__title {
	animation: mv-fade-op 5s ease forwards;
	font-size: 32px;
	font-weight: bold;
	left: 50%;
	position: absolute;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
	top: 23%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 1;
}

#top .fv__img {
	animation: mv-fade-scale 5s ease forwards;
	max-height: 900px;
	overflow: hidden;
	width: 100%;
}

#top .fv__img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#top .news__items {
	border-top: 1px solid #bfc1c1;
	display: flex;
	flex-direction: column;
	margin-top: 56px;
}

#top .news__item {
	border-bottom: 1px solid #bfc1c1;
}

#top .news__item-inner {
	cursor: pointer;
	display: flex;
	gap: 58px;
	padding: 24px 40px;
	transition: 0.3s;
}

#top .news__item-inner:hover {
	opacity: 0.7;
}

#top .news__meta {
	font-size: 16px;
	font-weight: 500;
}

#top .news__title {
	display: -webkit-box;
	font-size: 16px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

#top .news__body {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-bottom: 24px;
	padding-inline: 40px;
}

#top .news__body p {
	font-size: 16px;
}

#top .news__button {
	margin-top: 59px;
}

#top .information {
	background: url(../img/sp/top-news-bg.webp) no-repeat center center/cover;
}

#top .information__swiper {
	margin-top: 56px;
	padding-bottom: 63px;
}

#top .information__swiper #top-info-pagination span {
	background: #abadad;
	height: 5px;
	margin: 0 7px;
	opacity: 1;
	width: 5px;
}

#top .information__swiper #top-info-pagination span.swiper-pagination-bullet-active {
	background: #161e1f;
}

#top .information__item {
	display: flex;
	flex-direction: column;
	gap: 43px;
}

#top .information__thumb {
	aspect-ratio: 32/24;
	overflow: hidden;
	width: 320px;
}

#top .information__thumb img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

#top .information__title {
	font-size: 18px;
}

#top .information__price {
	font-size: 18px;
	font-weight: bold;
}

#top .information__text {
	font-size: 16px;
	line-height: 170%;
}

#top .information__button {
	margin-top: 31px;
}

#top .column__items {
	background-image: radial-gradient(circle, #006835 1px, transparent 1px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 12px 2px;
	margin-top: 57px;
}

#top .column__item {
	background-image: radial-gradient(circle, #006835 1px, transparent 1px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 12px 2px;
	display: flex;
	gap: 35px;
	padding: 24px 31px;
}

#top .column__thumb {
	aspect-ratio: 1/1;
	flex-shrink: 0;
	width: 136px;
}

#top .column__thumb img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

#top .column__body {
	display: flex;
	flex-direction: column;
	gap: 19px;
}

#top .column__head {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#top .column__meta {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

#top .column__title {
	display: -webkit-box;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

#top .column__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.75;
	overflow: hidden;
	text-overflow: ellipsis;
}

#top .column__button {
	margin-top: 62px;
}

#top .about__item {
	margin-top: 56px;
}

#top .about__content {
	background: rgba(214, 238, 164, 0.6);
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: -120px;
	padding: 35px 31px 38px;
	position: relative;
	width: 440px;
	z-index: 1;
}

#top .about__title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#top .about__text {
	font-size: 16px;
	line-height: 1.75;
}

#top .about__button {
	margin-top: 60px;
}

@media screen and (min-width: 1080px) {

#top section {
	padding-block: 125px 134px;
}

#top .fv__title {
	font-size: 48px;
	top: 26%;
}

#top .news__items {
	margin-inline: auto;
	margin-top: 86px;
	max-width: 1000px;
}

#top .news__item-inner {
	gap: 104px;
	padding: 46px 100px;
}

#top .news__meta {
	font-size: 18px;
}

#top .news__title {
	font-size: 18px;
}

#top .news__body {
	padding-bottom: 46px;
	padding-inline: 100px;
}

#top .news__body p {
	font-size: 18px;
}

#top .news__button {
	margin-top: 83px;
}

#top .information__swiper {
	margin-top: 87px;
}

#top .information__swiper #top-info-pagination {
	display: none;
}

#top .information__swiper-wrapper {
	flex-wrap: wrap;
	gap: 77px 50px;
	transform: translate3d(0px, 0, 0) !important;
}

#top .information .swiper-slide {
	width: calc((100% - 100px) / 3);
}

#top .information .swiper-slide-duplicate {
	display: none;
}

#top .information__item {
	gap: 40px;
}

#top .information__thumb {
	aspect-ratio: 36/24;
	width: 100%;
}

#top .information__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

#top .information__title {
	font-size: 24px;
}

#top .information__price {
	font-size: 24px;
}

#top .information__text {
	font-size: 18px;
}

#top .information__button {
	margin-top: 13px;
}

#top .column__items {
	margin-inline: auto;
	margin-top: 85px;
	max-width: 1000px;
}

#top .column__item {
	align-items: center;
	gap: 51px;
	padding: 41px 100px;
}

#top .column__thumb {
	width: 200px;
}

#top .column__head {
	gap: 22px;
}

#top .column__meta {
	font-size: 18px;
}

#top .column__title {
	font-size: 18px;
}

#top .column__text {
	-webkit-line-clamp: 3;
	font-size: 16px;
}

#top .column__button {
	margin-top: 80px;
}

#top .about__item {
	margin-top: 87px;
}

#top .about__content {
	gap: 48px;
	margin-top: -160px;
	max-width: 720px;
	padding: 80px 31px 61px;
	width: 57%;
}

#top .about__title {
	font-size: 24px;
}

#top .about__text {
	font-size: 18px;
	letter-spacing: 0.02em;
}

#top .about__button {
	margin: -87px 0 0 auto;
}

}

@media screen and (min-width: 1380px) {

#top .information__swiper-wrapper {
	gap: 77px 100px;
}

#top .information .swiper-slide {
	width: calc((100% - 200px) / 3);
}

#top .about__content {
	padding: 80px 77px 61px;
}

}

@keyframes mv-fade-op {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes mv-fade-scale {

0% {
	opacity: 0;
	transform: scale(1.1);
}

100% {
	opacity: 1;
	transform: scale(1);
}

}

