@charset "utf-8";
/*
/*    CSS(pctb) MENU
*/
body {
	min-width: 840px;
	overflow-x: auto;
}
/*
*********************************************************************************
/*
/* common
/*
/*******************************************************************************/
/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
大枠 */
body:before {
			width: 1600px;
				aspect-ratio: inherit;
	height: 100%;
		}
body::after {
	width: 300px;
	left: calc(50vw - 550px);
}

/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
li */

.li_dot > li+li {
	margin-top: 10px;
}

/*------
/*
*********************************************************************************
/*
/* header
/*
/*******************************************************************************/
header {
	&:before {
		width: 1700px;
	}
	.product {
		padding: 70px 0;
		height: 346px;
	}
	.product a {
		width: 700px;
		display: block;
		margin: 0 auto;
	}
}
/*
*********************************************************************************
/*
/* main
/*
/*******************************************************************************/
/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
announce */
#announce {
	padding-top: 60px;
	padding-bottom: 120px;
	
	
	
	
	
	
	
	
	&:before {
		width: 300px;
		left: calc(50vw - 735px);
	}
	.board {
		padding: 94px 100px 60px 100px;
		background-size: 16px;
		box-shadow: 0 0px 32px rgba(0, 0, 0, 0.16);
	}
	.board:before, .board:after, .board_in:before, .board_in:after {
		width: 34px;
		--announce_pin: 25px;
	}
	.board_txt {
		font-size: 2.8rem;
	}
	.notice {
		margin-top: 50px;
		display: grid;
		grid-template-columns: 60px 1fr;
		gap: 30px;
	}
	.notice > dt {
		font-size: 1.9rem;
		writing-mode: vertical-rl;
		padding: 25px 0 0 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.notice > dd {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}


.site_name {
	width: 500px;
	top: -64px;
	border-radius: 20px;
}


.site_name::before, .site_name::after {
	width: 20px;
}
.site_name::before {
	left: -10px;
}

.site_name::after {
	right: -10px;
}

.site_name .name {
	padding: 20px 20px 27px 20px;
}

.site_name .name .ja {
	padding-top: 4px;
}

.board_in .lead {
	margin-bottom: 20px;
	font-size: 2.5rem;
}



.board_in .sanka {
	margin-bottom: 30px;
}

.board_in .present {
	margin-bottom: 30px;
	padding: 20px 0;
	font-size: 2.5rem;
	border-radius: 20px;
	width: 100%;
}

.board_in .view a {margin-top: 25px;width: 400px;padding: 10px 10px 17px 10px;}

.board_in .view a::before {
	width: 15px;
	bottom: 10px;
	right: 10px;
}

.board_in .view a .pin {
	width: 50px;
	height: 40px;
	margin-top: -8px;
}

.pin::before {
	width: 50px;
	height: 50px;
	margin-top: 2px;
}

.pin::after {
	height: 30px;
	width: 6px;
}

.li_dot > li .pin {
	width: 25px;
	height: 20px;
	margin-top: -2px;
}

.li_dot > li .pin::before {
	width: 22px;
	height: 26px;
	margin-top: 0;
}

.li_dot > li .pin::after {
	height: 15px;
	width: 4px;
}
/*
*********************************************************************************
/*
/* footer
/*
/*******************************************************************************/
footer {
	padding: 20px 60px;
	.bnr_offical {
		width: 290px;
		margin: 0 auto;
	}
	small {
		margin-top:30px
	}
}