@charset "utf-8";
/* CSS Document */

/*common*/
.sp {
	display: block;
}
.pc {
	display: none;
}
.wf_img {
	width: 100%;
	height: auto;
	display: block;
}
.wf_text {
	font-size: 4vw;
	line-height: 1.7em;
	color: #000;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
}
.wf_text.b {
	font-weight: bold;
}

.f-kakugo_w3 {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 300;
}
.f-kakugo_w6 {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
}
.wf-loading {
	opacity: 0;
}
.wf_bibi {
	width: 100%;
	height: 90svh;
}

#weeklyfujio {
	position: relative;
}
#weeklyfujio + #footer {
	margin-top: 0;
}

.wf_title_wrap {
	display: flex;
	justify-content: start;
	align-items: start;
	margin: 0 auto;
}
.wf_icon {
	width: 64px;
	height: 64px;
	margin: 0.5em;
	flex-shrink: 0;
}
.wf_body {
	margin: 0.5em;
}
.wf_h2 {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}
.wf_body .wf_text {
	text-align: left;
}
.wf_text.wf_stitle {
	font-weight: bold;
	color: #444;
}
.wf_text.wf_period {
	color: #666;
}

.wf_impression_wrap {
	margin: 1em auto 2em;
}
.wf_impression_wrap .wf_text {
	text-align: center;
	color: #6d6d6d;
	font-weight: bold;
}
.wf_zadan_btn {
	display: block;
	margin: 0.5em auto;
	width: 14em;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	font-weight: bold;
	color: #f00;
	text-align: center;
	border: 1px #f00 solid;
	border-radius: 26px;
	background-color: #fff;
	transition: 0.3s;
	cursor: pointer;
}
.wf_impression_btn {
	display: block;
	margin: 0.5em auto;
	width: 8em;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #f00;
	text-align: center;
	border: 1px #f00 solid;
	border-radius: 26px;
	background-color: #fff;
	transition: 0.3s;
}
.wf_zadan_btn:visited,
.wf_impression_btn:visited {
	border-color: #ccc;
	color: #666;
	background-color: #eee;
}
.wf_zadan_btn:hover,
.wf_impression_btn:hover {
	border-color: #f00;
	color: #f00;
	background-color: #fff5f5;
}

.wf_list {
	margin: 0;
	padding: 1em;
	background-color: #fff;
}
.wf_list_btn {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 1em;
	margin-bottom: 1em;
	border-radius: 0.5em;
	min-height: 180px;
	background-color: #b9b9b9;
	transition: 0.2s;
}
.wf_list_btn.comingsoon {
	align-items: center;
	color: #fff;
	display: none;
}
/*未使用
.wf_list_btn.comingsoon::after {
	content: "近日公開！";
	font-size: 24px;
	display: block;
	text-align: center;
}*/
.wf_list_btn.akatsuka01 { background-color: #f5e1dc66; }
.wf_list_btn.akatsuka02 { background-color: #f0ebfa66; }
.wf_list_btn.akatsuka03 { background-color: #e0fbed66; }
.wf_list_btn.akatsuka04 { background-color: #d5eff766; }
.wf_list_btn.akatsuka05 { background-color: #f7eae466; }
.wf_list_btn.akatsuka01:hover { background-color: #f5e1dcff; }
.wf_list_btn.akatsuka02:hover { background-color: #f0ebfaff; }
.wf_list_btn.akatsuka03:hover { background-color: #e0fbedff; }
.wf_list_btn.akatsuka04:hover { background-color: #d5eff7ff; }
.wf_list_btn.akatsuka05:hover { background-color: #f7eae4ff; }

.wf_cover {
	width: 50%;
}
.wf_r {
    width: 50%;
    box-sizing: border-box;
}
.wf_list .wf_icon {
	width: 40px;
	height: 40px;
	margin: 0.5em 0.5em 0 0;
}
.wf_list .wf_body {
	margin: 0.5em 0 0;
}
.wf_list .wf_h2 {
	font-size: 14px;
	line-height: 1.4em;
	color: #222;
}
.wf_list .wf_text.wf_stitle,
.wf_list .wf_text.uploadtime {
	font-weight: normal;
	font-size: 12px;
}
.wf_list .wf_text.wf_stitle {
	color: #222;
}
.wf_list .wf_text.uploadtime {
	color: #666;
	width: 100%;
	text-align: right;
	mix-blend-mode: multiply;
}
.wf_empty {
	display: block;
	width: 100%;
	height: 1em;
}

.wf_banner_wrap {
	margin: 1em auto;
}
.wf_banner {
	display: flex;
	justify-content: start;
	align-items: start;
	padding: 1em;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px #eee solid;
	transition: 0.2s;
	position: relative;
}
.wf_banner::after {
	position: absolute;
	bottom: 14px;
	right: 0; /* 余白内右端に配置 */
	display: block;
	width: 16px;
	height: 16px;
	padding-right: 14px; /* アイコンの分余白を確保 */
	content: "";
	background-image: url("arrow-up-right-from-square-solid-full.svg");
	background-repeat: no-repeat;
	background-size: 16px;
	opacity: 0.5;
}
.wf_banner:hover {
	color: #f00;
	background-color: #fff5f5;
}
.wf_banner_img {
	width: 80px;
	flex-shrink: 0;
	border: 1px #eee solid;
}

.wf_banner_text {
	margin-left: 2em;
}
.wf_banner .wf_text {
	font-size: 12px;
	text-align: left;
}
.wf_banner .wf_h2 {
	margin-top: 1em;
	line-height: 1.4em;
	color: #333;
}
.wf_text.sub {
	font-weight: normal;
	color: #666;
}

.link_90th {
	width: 68px;
	margin: 2em auto;
}

.link_90th .link_90th_btn {
	display: block;
	width: 68px;
	transition: 0.3s;
}
.link_90th .link_90th_btn:hover .wf_img {
	animation: logo90thhover 0.8s;
}
@keyframes logo90thhover {
	0% {
		transform: rotateY(360deg);
	}
	100% {
		transform: rotateY(0deg);
	}
}

/* archive page */
.wf_list_btn.wf_large {
	flex-direction: column;
}
.wf_large .wf_cover {
	width: 70%;
    margin: auto;
}
.wf_large .wf_r {
	display: flex;
    justify-content: center;
    margin: 1em 0 0;
    padding-left: 0;
    width: 100%;
}
.wf_large .wf_thmbnail {
	width: 70%;
}
.wf_large .wf_thmbnail .wf_img {
	border-radius: 20px;
}
/* 未使用
.wf_large .wf_title_wrap {
	padding-left: 1em;
	width: 50%;
	box-sizing: border-box;
} */
.wf_archive_read {
	width: 100%;
	margin: 1em auto;
	text-align: center;
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
	font-weight: 600;
    color: #111;
}
.wf_archive_read .big {
	font-size: 4.8vw;
	white-space: nowrap;
}
.wf_archive .link_90th {
	margin: 0 auto 2em;
}

@media (min-width: 768px) {
	
	/*common*/
	#weeklyfujio {
		margin: auto;
		font-size: 18px;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.wf_img {
		/*width: auto;*/
	}
	.wf_text {
		font-size: 18px;
	}

	.bibi-frame {
		min-height: 700px;
	}
	.wf_main .wf_title_wrap {
		width: 550px;
	}
	.wf_h2 {
		font-size: 22px;
	}

	.wf_text.wf_period,
	.wf_text.uploadtime {
		margin-top: 0.2em;
	}

	.wf_list {
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: center;
		width: 90%;
		margin: auto;
	}
	.wf_list_btn {
		margin: 0 0.25em 0.5em;
		width: 378px;
		min-height: 225px;
	}
	.wf_list .wf_icon {
		width: 50px;
		height: 50px;
	}
	.wf_list .wf_h2 {
		font-size: 16px;
	}
	.wf_list .wf_text.wf_stitle,
	.wf_list .wf_text.uploadtime {
		font-size: 14px;
	}

	.wf_banner_wrap {
		width: 500px;
	}
	.wf_banner::after {
		width: 20px;
		height: 20px;
		background-size: 20px;
	}
	.wf_banner .wf_text {
		font-size: 14px;
	}
	.wf_banner .wf_h2 {
		margin-top: 0.5em;
	}

	.link_90th {
		width: 120px;
		margin-bottom: 0;
	}
	.link_90th .link_90th_btn,
	.link_90th .link_90th_btn .wf_img {
		width: 120px;
	}

	/* archive page */
	.wf_list_btn.wf_large {
		width: 640px;
		flex-direction: row;
		margin-bottom: 0;
	}
	.wf_large .wf_cover {
		width: 50%;
	}
	.wf_large .wf_r {
		padding-left: 1em;
		margin: 0;
		width: 50%;
		box-sizing: border-box;
		flex-direction: column;
	}
	.wf_large .wf_thmbnail {
		width: 100%;
	}
	.wf_large .wf_title_wrap {
		width: 100%;
		padding-left: 0;
		padding-top: 0.5em;
	}
	.wf_list .wf_large .wf_icon {
		width: 64px;
		height: 64px;
	}
	.wf_list .wf_large .wf_h2 {
		font-size: 22px;
	}
	.wf_list .wf_large .wf_text.wf_stitle {
		font-size: 18px;
	}
	.wf_archive_read {
		width: 90%;
	}
	.wf_archive_read .big {
		font-size: 26px;
	}

}
