/* CSS Document */

body{
	letter-spacing: 1px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

main{
	overflow: hidden;
}

li{
	list-style:none;
}


a{
	text-decoration: none;
	color: inherit;
}

img{
	width: 100%;
}



/*電話失効設定1000px*/
a[href*="tel:"] {
	pointer-events: none;
}
@media only screen and (max-width: 1000px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}

/*電話失効設定1050px　///　*/


/* top-ps-box */


.top-ps-box{
	margin: 10px 0;
	position: relative;
	background: url("../img/bk/yellow.jpg") no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.top-ps-box::before{
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
	background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
	z-index: 2;
	position: absolute;
	content: '';
	left:0;
	top: 0;
}


.top-ps-box::after{
	position: absolute;
	content: '';
	right: 3vw;
	bottom: 10px;
	display: block;
	height: 77%;
	aspect-ratio: 7/8;
	background: url("../img/icon/logo-yellow.png");
	background-size: cover;
	opacity: 0.1;
	z-index: 2;
}


.top-ps-box .main-area{
	display: flex;
	flex-direction: row;
	z-index: 3;
    position: relative;
	align-items: center;
	gap: 30px;
}




.top-ps-box .box-title{
	min-width: 500px;
	padding-right: 20px;
	border-right: 1px solid #bcaf0c;
}


.top-ps-box .box-title h2{
	font-size: 1.3rem;
    font-weight: 500;
    margin-top: 30px;
    line-height: 1.8;
}

.top-ps-box .box-title p{
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	color: #bcaf0c;
	font-size: 4.5rem;
    line-height: 1.2;
}

/* top-ps-box ///*/

/* main-area*/

.section-box{
	padding: 100px 0;
}

.main-area{
	margin: auto;
	max-width: 1400px;
	padding: 150px 5vw;
}

.padding-updown{
	padding: 150px 0;
	margin: auto; 
}

.main-text {
	margin:30px auto;
	max-width: 1300px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0 20px; 
}

.main-text p{
	font-size: 1.3rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
    letter-spacing: 0.02rem;
    line-height: 1.8;
}


.main-text p span{
	display: inline-block;
}

.main-box,
.main-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.area-title p {
	font-weight: 600;
	letter-spacing: 3px;
	color: #000;
	font-family: "Libre Bodoni", serif;
	font-size: 7.5rem;
	position: relative;
}

.area-title p::before {
	display: block;
	position: absolute;
	color: #ededed;
	z-index: -1;
	opacity: 0.5;
}

.area-title h2{
	color: #000;
	font-weight: 600;
	line-height: 1;
	font-size: 2.5rem;
}

.area-title p::first-letter,
.area-title h2::first-letter {
	color: #bd131c;
}

/* main-area ///*/



/* circle-arrow */

.circle-arrow{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	aspect-ratio:1/1;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-top: 15px;
}


.circle-arrow span{
	display: block;
    width: 10px;
    aspect-ratio: 1 / 1;
    transform: rotate(135deg);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: relative;
    left: -2px;
}


/* circle-arrow ///*/



/* btn */

.btn-box{
	margin: 30px 0 0;
	display: flex;
    justify-content: flex-end;
}

.btn-link{
	overflow: hidden;
    display: flex;
    justify-content: space-between;
    z-index: 0;
    position: relative;
    width: 140px;
	align-items: center;
	padding-bottom: 5px;
}

.btn-link::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	background: #bcaf0c;
	height: 1px;
	bottom: 0;
	left: 0;
	transition: 0.5s ease-in-out;
	transform: scale(-1,1);
}

.btn-link:hover::before{
	width: 100%;
	animation: animate 0.5s linear ;
}


@keyframes animate {

	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

	


.btn-link:hover .btn-arrow{
	animation: animate1 1s linear infinite;
}


@keyframes animate1 {

	0% {
		transform: translateX(-5px) rotate(-90deg);
	}

	50% {
		transform: translateX(0px) rotate(-90deg);
	}	

	100% {
		transform: translateX(-5px) rotate(-90deg);
	}
}





.btn-txt{
    font-size: 0.9rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #bcaf0c;
    font-weight: 600;
}

.btn-arrow{
    background: #bcaf0c;
    height: calc(tan(60deg)* 15px / 2);
    width: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
	transform: rotate(-90deg);
}


/* btn ///*/


@media(max-width: 1480px){
	
	.area-title p {
		font-size: min(7vw, 7rem);
		line-height: 1;
	}
	
	
	.main-text p {
		font-size: 1.2rem;
	}
	
	
	
	
}

@media (max-width: 1300px) {

	
	
	
}



@media(max-width:1000px){
	
	.padding-updown {
		padding: 100px 0;
	}
	
	

	.section-box {
		padding: 50px 0;
	}
	
	
	.main-area {
		padding: 50px 5vw;
	}
	
	.main-text p {
        font-size: 1rem;
    }
	
	
	.btn {
		padding: 5px 25px 5px 50px;
		transition: ease .2s;
		margin: 20px 0 0px;
	}
	
	.top-ps-box {
    	margin: 5px 0;
	}
	
	.top-ps-box .main-area {
    	flex-direction: column;
	}
	
	.top-ps-box .box-title {
		border-right:none;
		border-bottom: 1px solid #bcaf0c;
		width: 100%;
		min-width: 100%;
	}
	
	.top-ps-box .box-title h2 {
        margin-top: 10px;
    	font-size: max(1.1vw, 1.05rem);
	}
	
	
	
}



@media(max-width:800px){
	
	.padding-updown {
        padding: 50px 0;
    }
	

	.main-area {
		padding: 50px 20px;
	}
	
	.main-text{
		gap: 10px;
	}
	
	.area-title p {
        font-size: max(9vw, 1.25rem);
    }
	
	.area-title h2 {
		font-size: max(2.5vw, 1.5rem);
		padding-left: 4px;
	}
	
	

}


@media(max-width:600px){
	
    .area-title p {
        font-size: max(12vw, 1.25rem);
	}

}


@media(max-width:370px){
	
    .main-text p {
        font-size: 0.95rem;
	}

}