@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	background: url("../img/top/bg-title.png") no-repeat center /cover;
	padding-bottom: 150px;
}
#top_ttl img {
	width: 100%;
}
#top_attention {
	margin: 0 auto 80px;
	border: 5px solid var(--color-blue);
	padding: 30px 15px;
	color: #000;
	width: 1000px;
	max-width: 100%;
	font-size: 16px;
}
#top_attention p {
	margin-bottom: 0;
}
#top_attention p a {
	font-weight: bold;
	text-decoration: underline;
}
#top_campaign .waku {
	width: 900px;
	border: 8px solid var(--color-secondary);
	border-radius: 30px 0;
	padding: 10px;
	margin: 0 auto -50px;
	position: relative;
	top: -50px;
	background: #fff;
}
#top_campaign .waku .in {
	border: 2px solid var(--color-secondary);
	border-radius: 15px 0;
	background: url("../img/top/bg_campaign.png") no-repeat right bottom;
	padding: 40px 30px;
}
#top_campaign .waku .in .ttl {
	font-size: 47px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	margin-bottom: 37px;
}
#top_campaign .waku .in .ttl .ttl_in {
	position: relative;
}
#top_campaign .waku .in .ttl .ttl_in::before, #top_campaign .waku .in .ttl .ttl_in::after {
	content: "";
	background: url("../img/top/campaign-l.png") no-repeat;
	width: 38px;
	height: 50px;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 20px;
}
#top_campaign .waku .in .ttl .ttl_in::after {
	background-image: url("../img/top/campaign-r.png");
	margin-right: 0;
	margin-left: 20px;
}
#top_campaign .waku .in .ttl .fs {
	font-size: 37px;
}
#top_campaign .waku .in .txt {
	font-size: 58px;
	line-height: 1;
	font-weight: bold;
	color: #000;
}
#top_campaign .waku .in .txt .and {
	color: #333;
}
#top_campaign .waku .in .txt .fm {
	font-size: 85px;
}
#top_today {
	position: relative;
}
#top_today .line {
	position: absolute;
	top: 45px;
	left: 0;
}
#top_today .line02 {
	left: auto;
	right: 0;
}
#top_today .txt {
	font-size: 55px;
	font-weight: bold;
	box-shadow: 3px 3px 0 #fff;
	line-height: 1.4;
}
#top_today .txt02 {
	color: #333;
}
#top_today .txt .fm {
	font-size: 69px;
}
#top_msg .box_flex {
	align-items: flex-start;
}
#top_msg .info {
	width: 650px;
}
#top_msg .info .ttl {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
}
#top_msg .img {
	width: 400px;
	position: relative;
}
#top_msg .img:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 2px dashed #fff;
	z-index: 1;
	border-radius: 50%;
}
#top_msg .img::after {
	content: "";
	display: inline-block;
	width: 216px;
	height: 218px;
	background: url("../img/top/bg_msg.png") no-repeat center /100% auto;
	position: absolute;
	right: -120px;
	top: -100px;
}
#top_msg .img img {
	border-radius: 50%;
}
#top_menu {
	padding-bottom: 200px;
}
#top_menu:before {
	background: url("../img/top/bg-menuy.jpg") no-repeat bottom /cover;
	height: 605px;
	top: auto;
	bottom: 0;
}
#top_menu .grid {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 340px);
	gap: 40px 0;
}
#top_menu .box {
	display: block;
	position: relative;
}
#top_menu .box:nth-of-type(2) {
	top: 50px;
}
#top_menu .box:nth-of-type(3) {
	top: 100px;
}
#top_menu .box:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_menu .box .img {
	margin-bottom: 15px;
	position: relative;
}
#top_menu .box .img::before {
	content: url("../img/btn.png");
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 2;
}
#top_menu .box .img span {
	position: relative;
	display: block;
}
#top_menu .box:hover .img span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(62, 74, 206, 0.3);
	border-radius: 35px;
	z-index: 1;
}
#top_menu .box .img span::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 2px dashed rgba(0, 0, 0, 0.3);
	z-index: 1;
	border-radius: 35px;
}
#top_menu .box .img img {
	border-radius: 35px;
	position: relative;
}
#top_menu .box h4 {
	font-size: 35px;
	margin-bottom: 20px;
}
#top_menu .box .txt {
	color: var(--color-font);
	margin-bottom: 20px;
}
#top_menu .box .btn01 {
	margin-bottom: 0;
}
/* お知らせ */
#top_info {
	margin-bottom: 100px;
}
#top_info .list {
	max-width: 1000px;
	margin: 0 auto;
}
#top_info dl {
	border-top: 1px solid #E1E1E1;
	padding: 20px 0;
}
#top_info dl:last-of-type {
	border-bottom: 1px solid #E1E1E1;
}
#top_info dl dt {
	color: var(--color-blue);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 120px;
		text-align: center;
	}
	#top_info dd {
		width: calc(100% - 120px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl {
		padding-bottom: 100px;
	}
	#top_attention {
		padding: 15px;
		font-size: 14px;
	}
	#top_campaign {
		padding-bottom: 30px;
	}
	#top_campaign .waku {
		width: 100%;
		border-width: 5px;
		padding: 5px;
		border-radius: 20px 0;
	}
	#top_campaign .waku .in {
		padding: 15px;
	}
	#top_campaign .waku .in .ttl {
		margin-bottom: 10px;
	}
	#top_campaign .waku .in .ttl .ttl_in {
		font-size: 30px;
	}
	#top_campaign .waku .in .ttl .ttl_in::before, #top_campaign .waku .in .ttl .ttl_in::after {
		width: 25px;
		height: 35px;
		background-size: 100% auto;
	}
	#top_campaign .waku .in .ttl .fs {
		font-size: 20px;
	}
	#top_campaign .waku .in .txt {
		font-size: 35px;
	}
	#top_campaign .waku .in .txt .fm {
		font-size: 50px;
	}
	#top_today .line {
		top: 25px;
		width: 100px;
		overflow: hidden;
	}
	#top_today .line img {
		height: 28px;
		width: auto;
		object-fit: cover;
	}
	#top_today .txt {
		font-size: 30px;
	}
	#top_today .txt .fm {
		font-size: 45px;
	}
	#top_msg .info {
		width: calc(100% - 270px);
	}
	#top_msg .info .ttl {
		font-size: 23px;
	}
	#top_msg .img {
		width: 250px;
	}
	#top_menu .grid {
		grid-template-columns: repeat(3, 32%);
	}
	#top_menu .box:nth-of-type(2) {
		top: 30px;
	}
	#top_menu .box:nth-of-type(2) {
		top: 60px;
	}
	#top_menu .box h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#top_menu .box .btn01 span {
		width: 90%;
	}
	#top_info {
		margin-bottom: 30px;
	}
	#top_info dl {
		padding: 15px 0;
	}	
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_campaign .waku .in {
		padding: 10px 5px;
		background-size: 50% auto;
	}
	#top_campaign .waku .in .ttl .ttl_in {
		font-size: 25px;
		text-align: center;
		line-height: 1.5;
		display: inline-block;
	}
	#top_campaign .waku .in .ttl .ttl_in::before, #top_campaign .waku .in .ttl .ttl_in::after {
		position: absolute;
		top: auto;
		bottom: 20px;
	}
	#top_campaign .waku .in .ttl .ttl_in::before {
		left: -40px;
	}
	#top_campaign .waku .in .txt {
		font-size: 20px;
	}
	#top_campaign .waku .in .txt .fm {
		font-size: 30px;
	}
	#top_today .line {
		top: 10px;
		width: 50px;
	}
	#top_today .line img {
		height: 28px;
		width: auto;
		object-fit: cover;
	}
	#top_today .txt {
		font-size: 20px;
	}
	#top_today .txt .fm {
		font-size: 30px;
	}
	#top_msg {
		margin-bottom: 20px;
	}
	#top_msg::before {
		background-size: 30% auto;
	}
	#top_msg .info {
		width: 100%;
	}
	#top_msg .info .ttl {
		font-size: 20px;
	}
	#top_msg .img {
		margin: 20px auto;
	}
	#top_menu:before {
		bottom: auto;
		top: 125px;
		height: 100%;
	}
	#top_menu .grid {
		display: block;
	}
	#top_menu .box .img {
		width: 250px;
		margin: 0 auto 15px;
	}
	#top_menu .box .img img {
		width: 100%;
	}
	#top_menu .box .btn01 span {
		width: 80%;	
	}
	#top_info {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#top_campaign .waku .in .txt {
		font-size: 18px;
	}
}