@charset "utf-8";
/***** mv *****/
.p-top-mv {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.p-top-mv__trapezoid01 {
	width: 100%;
	max-width: 1000px;
	height: 540px;
	position: absolute;
	top: 48%;
	left: 0;
}

.p-top-mv__trapezoid01:before {
	content: '';
    border-top: solid 320px rgba(133,113,72,0.6);
    border-right: solid 150px transparent;
    border-bottom: solid 0px transparent;
    border-left: solid 650px rgba(133,113,72,0.6);
    position: absolute;
    left: 0;
    top: 0;
	z-index: 2;
}

.p-top-mv__trapezoid02 {
	width: 100%;
	max-width: 1000px;
	height: 50px;
	position: absolute;
	top: 38%;
	left: 0;
}

.p-top-mv__trapezoid02:before {
	content: '';
    border-top: solid 50px rgba(133,113,72,0.6);
    border-right: solid 24px transparent;
    border-bottom: solid 0px transparent;
    border-left: solid 808px rgba(133,113,72,0.6);
    position: absolute;
    left: 0;
    top: 0;
	z-index: 2;
}

.p-top-mv__trapezoid03 {
	width: 100%;
	max-width: 1000px;
	height: 50px;
	position: absolute;
	top: 28%;
	left: 0;
}

.p-top-mv__trapezoid03:before {
	content: '';
    border-top: solid 50px rgba(133,113,72,0.6);
    border-right: solid 24px transparent;
    border-bottom: solid 0px transparent;
    border-left: solid 840px rgba(133,113,72,0.6);
    position: absolute;
    left: 0;
    top: 0;
	z-index: 2;
}


.p-top-mv__theme {
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 3;
	color: #fff;
	line-height: 1.3;
}

.p-top-mv__theme h2 {
	font-size: clamp(2rem,5vw,8.6rem);
	font-weight: 700;
	letter-spacing: 0.02em;
}

.p-top-mv__theme p {
	font-size: clamp(1.6rem,3.5vw,4rem);
	font-weight: 600;
}

.p-top-mv__slider {
	width: 100%;
	height: 100%;
	position: relative;
}

.p-top-mv__slider img {
	width: 100%;
	object-fit: cover;
}

.p-top-mv__slider:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.4);
}

.slick-dots {
	right: -35%;
}

.p-top-mv__slider li button:before {
	font-size: 12px;
	color: var(--point-color);
	content: '\025cb';
	opacity: 1;
}

.p-top-mv__slider li.slick-active button:before {
	opacity: 1;
	color: var(--point-color);
	content: '\025cf';
	font-size: 15px;
}

/* スクロールダウンボタン */
.p-top-mv__scrolldown {
	position: absolute;
	right: 5%;
	bottom: 30px;
	height: 50px;
	z-index: 4;
}

.p-top-mv__scrolldown span {
	position: absolute;
	top: -35px;
	left: -20px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	transform: rotate(90deg);
}

.p-top-mv__scrolldown::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #fff;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1340px){
	.p-top-mv__theme {
		top: 40%;
		width: 85%;
	}
	
	.p-top-mv__trapezoid01 {
		top: 38%;
	}
	
	.p-top-mv__trapezoid01:before {
		border-top: solid 250px rgba(133,113,72,0.6);
		border-right: solid 120px transparent;
		border-left: solid 500px rgba(133,113,72,0.6);
	}
	
	.p-top-mv__trapezoid02,
	.p-top-mv__trapezoid03 {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 830px){
	.p-top-mv__trapezoid01 {
		top: 30%;
	}
}

@media screen and (max-width: 768px){
	.p-top-mv__slider {
		height: 60vh;
	}
	
	.p-top-mv__slider img {
		height: 60vh;
		margin: auto;
		max-height: 100%;
		max-width: 100%;
		object-fit: cover;
	}
	
	.slick-dots {
		right: 0;
	}
	
	.p-top-mv__theme {
		top: 42%;
		width: 85%;
	}
	
	.p-top-mv__theme p {
		font-weight: 500;
	}
	
	.p-top-mv__trapezoid01 {
		top: 39%;
	}
	
	.p-top-mv__trapezoid01:before {
		border-top: solid 184px rgba(133,113,72,0.6);
		border-right: solid 90px transparent;
		border-left: solid 200px rgba(133,113,72,0.6);
	}
	
	.p-top-mv__trapezoid02,
	.p-top-mv__trapezoid03 {
		display: none;
	}
}

/***** news *****/
.p-top-news {
	max-width: 1230px;
	margin: 12rem auto 0;
	padding: 0 1.5rem;
	padding-bottom: 16rem;
}

.p-top-news__container {
	height: 436px;
	overflow: auto;
}

.p-top-news__item {
	display: flex;
	justify-content: flex-start;
	padding: 2.5rem 0;
	gap: 0 4rem;
	border-bottom: 1px solid #CFD0D2;
}

.p-top-news__item:first-child {
	border-top: 1px solid #CFD0D2;
}

.p-top-btn {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 60px;
}

.p-top-btn a {
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	font-weight: 500;
	color: #111;
	text-decoration: none;
}

.p-top-btn__txt {
	position: relative;
}

.p-top-btn__txt::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: #111;
	transition: all 0.3s;
}

.p-top-btn a:hover .p-top-btn__txt::after {
	width: 100%;
}

.p-top-btn__icon {
	display: inline-block;
	width: 7.6rem;
	height: 7.6rem;
	margin-left: 1.6rem;
	background-color: var(--point-color);
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.p-top-btn__icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(233,200,135,0) 0%, rgba(233,200,135,.3) 100%);
	transform: skewX(-25deg);
}

.p-top-btn a:hover .p-top-btn__icon::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.p-top-btn__arrow::before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
	right: 2.7rem;
    margin: auto;
    width: 2rem;
    height: 2px;
    background: #fff;
    transition: .3s;
}

.p-top-btn__arrow::after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.7rem;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-135deg);
    transition: .3s;
}

.p-top-btn a:hover .p-top-btn__arrow::before,
.p-top-btn a:hover .p-top-btn__arrow::after {
	right: 2rem;
}

@media screen and (max-width: 768px){
	.p-top-news {
		margin: 6rem 0;
		padding-bottom: 10rem;
	}
	
	.p-top-news__container {
		height: 280px;
	}
	
	.p-top-news__item {
		display: block;
		padding: 1.5rem 0;
	}
	
	.p-top-btn {
		margin-top: 4rem;
	}
	
	.p-top-btn a {
		font-size: 1.8rem;
	}
	
	.p-top-btn__icon {
		width: 5rem;
		height: 5rem;
		margin-left: 1rem;
	}
	
	.p-top-btn__arrow::before {
		right: 1.7rem;
	}
	
	.p-top-btn__arrow::after {
		right: 1.7rem;
	}
}

/***** sponsor *****/
.p-top-sponsor {
	max-width: 1200px;
	margin: 12rem auto 0;
}
