@charset "UTF-8";

/************ ヒーローエリア ************/

.hero {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
.hero .bg-image {
	background: url('../images/top/hero.webp') no-repeat;
	background-size: cover;
	background-position: 18% 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: brightness(50%);
	z-index: 0;
}
.hero .triangle-top,
.hero .triangle-bottom {
	position: relative;
}
.hero .triangle-top::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 6vw solid #ffc107;
	border-right: 100vw solid transparent;
	opacity: 0.75;
	animation: top-anime-tri 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero .triangle-bottom::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 6vw solid #ffc107;
	border-left: 100vw solid transparent;
	opacity: 0.75;
	animation: top-anime-tri 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero .slogan-text {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	align-items: flex-start;
	justify-content: end;
	width: 50%;
	height: 500px;
	margin: 0 0 3rem auto;
	animation: top-anime-slo 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media (max-width: 767px) {
	.hero .slogan-text {
		width: 100%;
	}
}
.hero .slogan-text h3 {
	background-color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0.5rem 1rem;
	margin-bottom: 1.5rem;
	-webkit-transform: skew(0deg, -4deg);
}
@keyframes top-anime-tri {
	0% {
		opacity: 0;
		transform: scaleX(0) translateX(-5%);
	}30% {
		opacity: 0.75;
		transform: scaleX(1) translateX(0);
	}100% {
		opacity: 0.75;
		transform: scaleX(1) translateX(0);
	}
}
@keyframes top-anime-slo {
	0% {
		opacity: 0;
		transform: scaleX(0) translateX(-5%);
	}30% {
		opacity: 1;
		transform: scaleX(1) translateX(0);
	}100% {
		opacity: 1;
		transform: scaleX(1) translateX(0);
	}
}



/************ 近日開催 ************/

.top-auctions .row a {
	letter-spacing: 0.05em;
}
.top-auctions .row a:hover {
	opacity: 0.5;
}
@media (min-width: 1400px) {
	.top-auctions .row a img {
		max-height: 360px;
		object-fit: contain;
	}
}
.top-auctions .row .card-body h5 {
	letter-spacing: 0.1em;
	font-size: 1rem;
	font-weight: 600;
}
.top-auctions .row .card-body .card-label {
	font-size: 0.85rem;
	color: #fff;
	background-color: #787d85;
	text-align: center;
	padding: 0.25rem 0.5rem;
}



/************ スライダー ************/

.top-slider ul {
	list-style: none;
	animation: scroll-left 25s infinite linear .5s both;
}
.top-slider ul li {
	width: calc(100vw/4);
	padding: 0.5rem;
}
@media (max-width: 767px) {
	.top-slider ul li {
		width: calc(100vw/2);
	}
}
.top-slider ul li img {
	display: block;
	width: 100%;
	margin: 1rem 0;
}
@keyframes scroll-left {
	from {
		transform: translateX(0);
	}to {
		transform: translateX(-100%);
	}
}
.top-slider ul li:nth-child(even) {
	padding-top: 3rem;
}



/************ 新規会員登録 ************/

.top-register {
	background-color: #ebc34e;
	margin: 6rem 0 9rem 0;
	padding: 0;
}@media (max-width: 575px) {
	.top-register {
		margin: 3rem 0 4.5rem 0;
	}
}
.top-register .guide-body {
	background: -moz-linear-gradient(top left, #e5af0f, #b27710); 
	background: -webkit-linear-gradient(top left, #e5af0f, #b27710); 
	background: linear-gradient(to bottom right, #e5af0f, #b27710);
	color: #fff;
	width: 500px;
	margin: 0 auto;
	padding: 4rem;
	text-align: center;
	position: relative;
}
@media (max-width: 575px) {
	.top-register .guide-body {
		width: 90%;
		padding: 4rem 3rem;
	}
}@media (max-width: 525px) {
	.top-register .guide-body {
		width: 100%;
		padding: 3rem 2rem;
	}
}
.top-register .guide-body .guide-catch {
	border: 1px solid #fff;
	padding: 1rem 1.5rem;
	letter-spacing: 0.25em;
}
.top-register .guide-body .guide-catch .guide-label {
	color: #b27710;
	background-color: #fff;
	padding: 0.25rem 0.5rem;
}
.top-register .guide-body .guide-catch .d-flex {
	border-bottom: 1px solid #fff;
	padding: 0.5rem 0;
	align-items: center;
	justify-content: space-evenly;
}
.top-register .guide-body .guide-catch .d-flex span {
	font-size: 1.15rem;
	line-height: 1.5;
}
.top-register .guide-body .guide-catch .d-flex p {
	font-size: 3.5rem;
	font-weight: 500;
	margin-bottom: 0;
}
.top-register .guide-body .guide-caption {
	font-size: 0.85rem;
	margin: 0.75rem 0 0 0;
}
.top-register .guide-body .guide-subtext1 {
	font-size: 0.85rem;
	margin: 1rem 0 0.5rem 0;
	letter-spacing: 0.05em;
}
.top-register .guide-body .guide-subtext2 {
	font-size: 0.75rem;
	margin: 1rem 0 0 0;
	letter-spacing: 0.05em;
}
.top-register .guide-body a.guide-fee {
	color: #1c4380;
	font-size: 0.85rem;
}
.top-register .guide-body a.guide-fee:hover {
	color: #ffc107;
}
.top-register .guide-body::before {
	content: "";
	background: url('../images/top/register1.webp') no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	width: 220px;
	height: 440px;
	top: -5rem;
	left: -13rem;
}
.top-register .guide-body::after {
	content: "";
	background: url('../images/top/register2.webp') no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	width: 220px;
	height: 440px;
	bottom: -5rem;
	right: -13rem;
}
@media (max-width: 575px) {
	.top-register .guide-body::before,
	.top-register .guide-body::after {
		display: none;
	}
}



/************ スケジュール・お知らせ ************/

.top-news {
	background-color: #f7f7f7;
	letter-spacing: 0.05em;
	border-top: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
}
.top-news .news-wrap {
	width: 50%;
}
@media (max-width: 767px) {
	.top-news .news-wrap {
		width: 100%;
	}
}
.top-news .news-wrap .schedule,
.top-news .news-wrap .notice {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	font-size: 0.85rem;
	width: 100%;
	padding: 0 1.5rem;
}
.top-news .news-wrap .notice ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-news .news-wrap .notice ul li {
	border-bottom: 1px dotted #e4e4e4;
	padding: 1.5rem 0;
}
.top-news .news-wrap .notice ul li:last-child {
	border-bottom: none;
}
.top-news .news-wrap .notice ul li a {
	align-items: center;
	justify-content: space-between;
}
.top-news .news-wrap .notice ul li a:hover {
	color: #ffc107 !important;
}



/************ 多彩な取扱品目 ************/

.top-category .cat-1 {
	background: url('../images/top/category1.webp') no-repeat;
}
.top-category .cat-2 {
	background: url('../images/top/category2.webp') no-repeat;
}
.top-category .cat-3 {
	background: url('../images/top/category3.webp') no-repeat;
}
.top-category .cat-4 {
	background: url('../images/top/category4.webp') no-repeat;
}
.top-category .cat-5 {
	background: url('../images/top/category5.webp') no-repeat;
}
.top-category .cat-1,
.top-category .cat-2,
.top-category .cat-3,
.top-category .cat-4,
.top-category .cat-5 {
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
	padding: 16rem 0 0;
}
@media (max-width: 575px) {
	.top-category .cat-1,
	.top-category .cat-2,
	.top-category .cat-3,
	.top-category .cat-4,
	.top-category .cat-5 {
		padding: 7rem 0 0;
	}
}
.top-category a:hover {
	opacity: 0.5;
}
.top-category .cat-title{
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 1.1rem;
	text-align: right;
	width: 100%;
	height: 100%;
	padding: 0.7rem 1.5rem;
	letter-spacing: 0.05em;
}



/************ 出品・入札をお考えの方 ************/

.top-sell {
	background: 
		linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url('../images/sell/head.webp') no-repeat;
}
.top-buy {
	background: 
		linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url('../images/buy/head.webp') no-repeat;
	border-bottom: 8px solid #000;
}
.top-sell, .top-buy {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	border-top: 8px solid #000;
}
.top-sell .sell-body,
.top-buy .buy-body {
	padding: 4rem 1rem;
}
.top-sell .sell-body .con-title,
.top-buy .buy-body .con-title {
	border-bottom: 1px solid #fff;
	margin: 0 auto;
}



/************ 会場のご案内・よくあるご質問 ************/

.top-othermenu .menu-access {
	background: url('../images/access/head.webp') no-repeat;
}
.top-othermenu .menu-qanda {
	background: url('../images/qanda/head.webp') no-repeat;
}
.top-othermenu .menu-access,
.top-othermenu .menu-qanda {
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
	padding: 12rem 0 0;
}
@media (max-width: 575px) {
	.top-othermenu .menu-access,
	.top-othermenu .menu-qanda {
		padding: 7rem 0 0;
	}
}
.top-othermenu a:hover {
	opacity: 0.5;
}
.top-othermenu .menu-title{
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: right;
	width: 100%;
	height: 100%;
	padding: 0.8rem 1.5rem;
	letter-spacing: 0.05em;
}



/************ 4つの強み ************/

.top-advantage .row {
	letter-spacing: 0.05em;
}
.top-advantage .row img {
	width: 70%;
	margin: 0 auto;
}
.top-advantage .row h5 {
	letter-spacing: 0.1em;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	margin-top: 1rem;
}



/************ 目指す市場 ************/

.top-aspire .aspire-body {
	align-items: center;
}
.top-aspire .aspire-body .aspire-img,
.top-aspire .aspire-body .aspire-text {
	width: 50%;
}
@media (max-width: 767px) {
	.top-aspire .aspire-body .aspire-img,
	.top-aspire .aspire-body .aspire-text {
		width: 100%;
		text-align: center;
	}
}
