@charset "UTF-8";

@font-face {
	font-family: 'notosansjp';
	font-weight: 400;
	src: url(/themes/ownedmedia@group.kadokawa/webfonts/notosansjp/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'notosansjp';
	font-weight: 700;
	src: url(/themes/ownedmedia@group.kadokawa/webfonts/notosansjp/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'notosansjp';
	font-weight: 900;
	src: url(/themes/ownedmedia@group.kadokawa/webfonts/notosansjp/NotoSansJP-Black.otf) format('opentype');
}

:root {
	--black: #303030;
	--red: #EB4C5A;
	--blue: #000066;
	--kd_06: #F2F2F6;
	--kd_16: #DBDDE8;
	--en: "upgrade", sans-serif;
	--jp: "notosansjp", "ヒラギノ角ゴ pron", "Hiragino Kaku Gothic Pron", "メイリオ", Meiryo, sans-serif;
	--fa: "Font Awesome 6 Free"
}

html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	color: var(--black);
	font-family: var(--jp);
	margin: 0;
	padding: 0;
	text-align: justify;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
a:visited,
a:hover {
	color: var(--black);
	text-decoration: none;
	transition: 0.5s;
}

p {
	margin: 0 0 0.5em;
}

h1,
h2,
h3,
h4,
h5 {
	font-feature-settings: "palt"
}

img {
	display: block;
}

.knet_body,
footer>div,
.footer_area>div {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
}

.knet_body {
	padding-top: 0.1px;
}

.knet_body.--top {
	margin-top: 0;
}

[class*=acms-col] {
	padding-left: 0;
	padding-right: 0;
}

.acms-container.--fix {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 999;
}

.acms-container.--fix #adminBox {
	background-color: rgba(228, 229, 234, 0.7);
}

.footer_area {
	margin-top: 130px;
	background-color: #F8F8F8;
	display: flex;
	overflow: hidden;
}

.footer_area a:hover {
	opacity: 0.6;
	transition: all 0.3s ease;
}

.footer_area>div {
	width: 100%;
	padding: 112px 0 40px;
	display: flex;
}

footer>div,
.footer_area>div {
	background-color: transparent;
}

.footer_area>div>div:nth-of-type(1),
.footer_area>div>div:nth-of-type(2) {
	position: relative;
	width: 25%;
}

.footer_area>div>div:nth-of-type(3) {
	text-align: right;
	width: 50%;
}

.footer_area p,
.footer_area li {
	font-size: 12px;
	line-height: 18px;
	margin: 17px 0;
	font-weight: 900;
}

.footer_area li.footer_right_text {
	text-align: right;
}

.footer_area .pr-dept {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.footer_area .pr-dept p {
	font-weight: 400;
	margin-left: 1em;
}

.footer-common{
	padding-top: 0;
	margin-top: 130px;
}

footer p {
	font-size: 13px;
	font-weight: 400;
}

footer p.copyright {
	font-family: var(--en);
	font-size: 15px;
	font-weight: 400;
}

#top_slider {
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
	background-color: var(--kd_06);
}

.top_slider_inner {
	margin: 0 auto;
	position: relative;
}

.top_btn nav {
	display: none;
}

header .top_btn nav {
	display: flex;
}

.top_menu_btn_hidden {
	display: none;
}

.k-net_logo,
.top_btn nav .k-net_logo {
	width: 128px;
	height: 48px;
	margin: 0;
	padding: 0;
	background-image: url(/themes/ownedmedia@group.kadokawa/images/knet_logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 28px;
	left: 40px;
}

.k-net_logo a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.top_btn nav .k-net_logo {
	text-indent: 0;
}

.top_btn nav .k-net_logo a {
	text-indent: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
}

header .top_btn nav .k-net_logo {
	width: 70px;
	height: 26px;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 20px auto 40px;
	background-image: url(/themes/ownedmedia@group.kadokawa/images/knet_logo_w.png);
}

header .top_btn .nav_global {
	display: flex;
	margin: auto 60px auto auto;
}

header .top_btn nav ul {
	display: flex;
	color: #fff;
	font-weight: 700;
}

header .top_btn nav li {
	list-style-type: none;
	padding: 0;
}

header .top_btn nav li::after {
	content: "";
	border-right: 1px solid #f8f8f8;
	padding-right: 20px;
	margin-right: 20px;
}

header .top_btn nav li:last-child:after {
	border: none;
	padding-right: 0;
}

header .top_btn nav ul li,
header .top_btn nav ul li a {
	color: #f8f8f8;
	font-size: 15px;
	line-height: 1em;
	font-weight: 700;
	white-space: nowrap;
}

header h2 {
	display: none;
}

.topic_path {
	background-color: #f8f8f8;
	width: 100%;
	padding: 14px 15px 13px;
}

.topic_path ul {
	max-width: 1100px;
	margin: auto;
	display: flex;
}

.topic_path ul li {
	font-size: 13px;
	line-height: 1em;
}

.topic_path ul li::after {
	font-family: var(--fa);
	content: "\f105";
	font-weight: 900;
	margin: 0 12px;
}

.topic_path ul li:last-child:after {
	display: none;
}

.topic_path ul li a {
	color: #2d75c7;
	text-decoration: underline;
}

.footer_area .k-net_logo {
	width: 74px;
	height: 28px;
	position: absolute;
	top: -52px;
	left: 0;
}

.kadokawa_logo {
	width: 200px;
	height: 28px;
	background-image: url(/themes/ownedmedia@group.kadokawa/images/kadokawa_logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	margin: 40px 0 0 auto;
}

.swiper ul {
	margin: 0;
	padding: 0;
}

.slider {
	margin: 0 !important;
	overflow: hidden;
	padding-bottom: 37px !important;
}

.slider img {
	width: 100%;
	height: 255px;
	transition: 0.5s all;
	object-fit: cover;
	aspect-ratio: 16 / 9;

}

.slider img:hover {
	transform: scale(1.03, 1.03);
}

.swiper li {
	list-style: none;
}

.swiper-slide {
	margin: 0 10px;
	border-radius: 24px;
	overflow: hidden;
	background-color: #fff;
}

.slider_txt_date {
	margin-top: 8px;
	display: flex;
	justify-items: center;
}

.slider>ul>li {
	width: 452px;
	transform: translate(calc(-100% - 20px), 0);
}
.slider>ul>li>a {
	width: 100%;
}

.thumb {
	width: 528px;
	height: 354px;
	overflow: hidden;
	position: absolute !important;
	top: 100px;
	left: 40px;
	background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	border-radius: 0 40px 40px 0;
}

.thumb a {
	display: block;
}

.thumb a:hover {
	color: #1F286F;
	transition: 1s;
	text-decoration: none;
}

.thumb li {
	background-color: #fff;
}

.swiper li img {
	display: block;
	width: 100%;
}

.pickup:not(.item),
.new,
#top_slider .date {
	display: inline-block;
	font-family: var(--en);
	font-weight: 700;
	font-style: normal;
	line-height: 1em;
}

.pickup:not(.item),
.new {
	background-color: #1F286F;
	color: #fff;
	font-size: 15px;
	padding: 8px 12px 7px;
	margin-right: 12px;
}

.new {
	font-size: 12px;
	line-height: 1em;
	padding: 4px 8px;
	border-radius: 2px;
	overflow: hidden;
	margin-right: 8px;
}



.slider_txt {
	margin: 12px 20px 16px;
	padding: 0;
}

.slider_txt h2 {
	font-family: var(--jp);
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 25px;
	height: calc(25px * 2);
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_slider_taglist {
	border-top: 2px dashed #e0e0e0;
	margin-top: 24px;
	padding-top: 15px;
}

.slider_txt .tag {
	display: inline-block;
	font-family: var(--jp);
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	margin-right: 12px;
}

.slider_txt .tag::before {
	content: "#";
}

.top_slider_page,
.video_slider_page {
	display: flex;
	justify-content: center;
}

.thumb .swiper-wrapper {
	height: 310px;
	overflow: hidden;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: fit-content !important;
	display: flex;
	margin: 0 auto;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: auto 10px !important;
}

.swiper-pagination {
	position: relative !important;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-button-next,
.swiper-button-prev,
.video_slider_page .swiper-button-next_video_slider,
.video_slider_page .swiper-button-prev_video_slider {
	position: relative !important;
	top: 50% !important;
	width: 16px !important;
	height: 16px !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1F286F;
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
	margin: 0 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.video_slider_page .swiper-button-next_video_slider:hover,
.video_slider_page .swiper-button-prev_video_slider:hover {
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
	;
	transition: 1s;

}

.swiper-button-next:after,
.swiper-button-prev:after,
.video_slider_page .swiper-button-next_video_slider:after,
.video_slider_page .swiper-button-prev_video_slider:after,
.swiper-button-prev_recommend_slider::after,
.swiper-button-prev_recommend_slider::after {
	font-family: var(--fa) !important;
	font-size: 1em !important;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;

}

.swiper-button-prev:after,
.video_slider_page .swiper-button-prev_video_slider:after,
.swiper-rtl .swiper-button-next:after,
.video_slider_page .swiper-rtl .swiper-button-next_video_slider:after {
	content: "\f104" !important;
	font-weight: 900;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.video_slider_page .swiper-button-next_video_slider:after,
.video_slider_page .swiper-rtl .swiper-button-prev_video_slider:after {
	content: "\f105" !important;
	font-weight: 900;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.video_slider_page .swiper-button-prev_video_slider,
.video_slider_page .swiper-rtl .swiper-button-next_video_slider {
	left: -20px !important;
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.video_slider_page .swiper-button-next_video_slider,
.video_slider_page .swiper-rtl .swiper-button-prev_video_slider {
	right: -20px !important;
	left: auto;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	display: inline-block;
	border-radius: 50%;
	background: #1F286F !important;
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.swiper-pagination-bullet:hover {
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
	transition: 1s;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);

}

.nav_global {
	position: initial;
}

.top_slider_inner>nav {
	width: 100%;
	height: 64px;
	background-color: rgba(246, 246, 249, 0.94);
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.top_slider_inner>nav ul {
	margin: auto;
	padding: 0;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.top_slider_inner>nav li {
	padding: 0 24px;
	font-size: 18px;
	line-height: 1em;
	font-weight: 900;
	margin: auto 0;
	padding: 0 20px;
	list-style: none;
	border-left: 1px solid var(--black);
}

.top_slider_inner>nav li a,
.top_slider_inner>nav li a:visited {
	color: var(--black);
	text-decoration: none;
}

.top_slider_inner>nav li:first-child {
	border: none;
}

.top_swiper.swiper{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px 40px;
	box-sizing: border-box;
}
.top_swiper .swiper-slide{
	margin: 0;
	border-radius: 0;
	background-color: transparent;
}
.top_swiper .swiper-slide a{
	display: flex;
	background: transparent;
}
.top_swiper .slider_thum{
	display: flex;
	align-items: center;
	width: 48%;
}
.top_swiper .slider_txt{
	display: flex;
	flex-direction: column;
	width: 50%;
	height: auto;
	margin: 0;
	margin-left: 2%;
	padding: 30px;
	box-sizing: border-box;
	background-color: white;
	border-radius: 24px;
}
.top_swiper .entry_summary_date{
	display: flex;
	height: auto !important;
	margin: 0 !important;
	align-items: center;
}
.top_swiper .entry_summary_date .logo{
	flex-shrink: 0;
	display: block;
	width: 90px;
	margin-left: auto;
	margin-right: 0;
}
.top_swiper .slider_txt h2{
	flex: 1 0 auto;
	display: block;
	height: auto;
	margin-top: 20px;
	font-size: 26px;
	line-height: 1.6;
	-webkit-line-clamp: none;
	line-clamp: none;
	overflow: visible;
	text-overflow: clip;
}
.top_swiper .page_wrap{
	top: auto;
	bottom: 0;
}
.top_swiper-tags{
	margin-top: 10px;
}
.top_swiper-tags > ul{
	display: flex;
	flex-wrap: wrap;
}
.top_swiper-tags > ul > li{
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 3px 6px;
	font-size: 12px;
	background: var(--kd_06);
	border-radius: 5px;
	color: var(--cc-text);
}
@media screen and (max-width:768px) {
	.top_swiper.swiper{
		padding-left: 0;
		padding-right: 0;
	}
	.top_swiper .slider_txt{
		display: block;
	}
	.top_swiper .swiper-slide a{
		display: block;
	}
	.top_swiper .slider_thum{
		width: 100%;
	}
	.top_swiper .slider_txt{
		width: 96%;
		margin-top: 2%;
	}
}






.top_btn {
	display: flex;
	flex-direction: row;
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0px;
	top: 0px;
	box-sizing: border-box;
	z-index: 10;
}

header .top_btn {
	width: 100%;
	background-color: #1F286F;
	position: relative;
}

.top_search_btn {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1F286F;
	border-radius: 0px 0px 0px 16px;
}

header .top_search_btn {
	width: 60px;
	height: 60px;
	border-radius: 0;
	position: absolute;
	margin-left: auto;
	right: 0;
}

.top_search_btn::before {
	font-family: var(--fa);
	content: "\f002";
	font-weight: 900;
	line-height: 1em;
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #fff;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.top_menu_btn {
	display: none;
}

header {
	background-color: #1F286F;
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
}

header .search_box {
	display: none;
}

header .top_btn nav {
	display: flex;
	width: 100%;
}

.search_ymd {
	font-size: 0.5em;
	display: block;
	font-weight: 700;
	margin: 1em 0 0;
	line-height: 0.5em;
}


@media screen and (max-width:1280px) {
	.thumb {
		width: 410px;
		height: 260px;
		top: 100px;
		left: 0;
		background-color: #fff;
		border-radius: 0 40px 40px 0;
	}

	.slider {
		padding-bottom: 42px !important;
	}


	.slider>ul>li {
		width: 400px;
	}
	.slider img {
		height: 225px;
	}

	.slider_txt h2 {
		font-size: 18px;
		line-height: 24px;
		height: calc(24px * 2);
	}

	.top_slider_taglist {
		margin-top: 18px;
		padding-top: 12px;
	}

	.slider_txt .tag {

		font-weight: 700;
		font-size: 13px;
		line-height: 1em;
		margin-right: 12px
	}

	.new {
		background-color: #1F286F;
		color: #fff;
		font-size: 12px;
		padding: 4px 8px;
		margin-right: 8px;
		flex-shrink: 0;
	}


	.thumb .swiper-wrapper {
		height: 190px;
		overflow: hidden;
	}


	nav li {
		padding: 0 18px;
		font-size: 14px;
	}

	.top_slider_page {
		margin-top: 25px;
	}

	header .top_btn nav ul {
		flex-wrap: wrap;
	}

	header .top_btn nav li::after {
		padding-right: 13px;
		margin-right: 13px;
	}

	header .top_btn nav ul li a {
		font-size: 13px;
	}

}

.search_modaal .modaal-container {
	width: fit-content;
	border-radius: 24px;
}

.search_modaal .modaal-content-container {
	padding: 0;

}

.knet_search_frame {
	width: 610px;
	margin: auto;
	background-color: #fff;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 24px;

}

.submit_btn_pc,
.submit_btn_sp,
.submit_btn_message {
	width: 100%;
	border: none;
	background-color: var(--black);
	border-radius: 8px;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 20px 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.submit_btn_message {
	font-size: 15px;
	padding: 14px 20px;
	border-radius: 24px;
	width: 240px;
	margin: 40px auto;
}

.submit_btn_pc:hover,
.submit_btn_message:hover,
.message_body:focus~.submit_btn_message,
.input_nickname:focus~.submit_btn_message {
	background-color: var(--black);
	color: #fff;
}


.submit_btn_sp {
	display: none;
}

.search_icon {
	width: 20px;
	height: 20px;
	margin-right: 12px;
}

.search_icon::before {
	font-family: var(--fa);
	content: "\f002";
	font-weight: 900;
	font-size: 20px;
	line-height: 20px;
	color: #ccc;
}

.input_search {
	width: 100%;
	border: 2px solid var(--black);
	border-radius: 8px;
	font-size: 15px;
	line-height: 20px;
	padding: 9px 20px 9px;
	box-sizing: border-box;

}

.posted {
	display: flex;
	margin: 12px 0 40px;
}

.posted p {
	font-size: 15px;
	line-height: 44px;
	letter-spacing: 0.2em;
	margin: 0 24px 0 0.2em;
	color: #999;
	white-space: nowrap;
}

.posted span {
	font-size: 15px;
	line-height: 44px;
	margin: 0 12px;
}

.posted input {
	width: 178px;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	font-size: 15px;
	line-height: 20px;
	padding: 11px 20px 11px;
	flex-shrink: 1;


}


.tag_group {
	width: calc(100% - 120px);
	height: 60px;
	margin: 0;
	padding: 0 0 0 120px;
	position: relative;
	overflow: hidden;
}

.tag_group .swiper-wrapper {
	transition-timing-function: linear;
}

.tag_group::before {
	content: "おすすめタグ";
	text-align: center;
	font-size: 12px;
	line-height: 60px;
	font-weight: 700;
	width: 10em;
	letter-spacing: 0.25em;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.05);
	z-index: 99;
}

.letter_natsuno .tag_box.in_tabs {
	display: none;
}


.tag_box ul {
	margin: 0;
	padding: 0;
	display: flex;
}

.entry .tag_box ul,
.search_tag_list ul {
	max-width: calc(100% + 12px);
	margin: 24px -6px 14px;
	flex-wrap: wrap;
}

.search_tag_list ul {
	margin: 50px -6px 36px;
	justify-content: center;
}

.side .tag_box ul {
	max-width: calc(100% + 12px);
	margin: 20px -6px 20px;
}



.tag_box li {
	list-style: none;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.swiper.tag_box li {
	height: 60px !important;
}


.tag_box li a {
	font-size: 15px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	background: var(--kd_06);
	border-radius: 12px;
	margin: 0 6px;
	white-space: nowrap;
	cursor: pointer;
}

.entry .tag_box li a,
.search_tag_list li a {
	font-size: 13px;
	line-height: 30px;
	margin: 6px;
}

.side .tag_box li a {
	padding: 0 12px;
}

.tag_wrapper {
	transition-timing-function: linear;
}

.tag_box li a:hover {
	background-color: var(--black);
	color: #f8f8f8 !important;
}

.tag_box li a::before {
	content: "#";
}

.tag_box li a,
.tag_box li a:visited {
	text-decoration: none;
	color: var(--black);
}

#new_article{
	margin-top: 56px;
	margin-bottom: 120px;
}
#recommend {
	margin-top: 20px;
	margin-bottom: 0;
}
.knet_body.--top #new_article {
	margin-top: 0;

}

.recommend_wrap {
	position: relative;
}

.top_h2 {
	position: relative;
	font-family: var(--jp);
	font-weight: 700;
	font-size: 26px;
	line-height: 1em;
	width: fit-content;
	margin: 20px auto 50px;
	padding-bottom:20px;
	position: relative;
	text-align: center;
	color:var(--blue);
}

.top_h2::after{
	content: "";
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
	background-color:var(--blue);
}

.top_h2.--jp::before {
	bottom: -10px;
}

.knet_body>.top_h2:first-child {
	margin-top: 40px;
}

.entry .main .entry_h2 {
	font-family: var(--jp);
	font-weight: 900;
	font-size: 24px;
	line-height: 1em;
	width: fit-content;
	margin: 23px auto 28px;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
	border: none;
	padding-bottom: 0;
	position: relative;
	text-align: center;

}

.entry .main .entry_h2.--line {
	width: auto;
	display: flex;
	align-items: center;
	margin-top: -10px;

}

.entry .main .entry_h2.--line::before,
.entry .main .entry_h2.--line::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #E0E0E0;
}

.entry .main .entry_h2.--line::before {
	margin-right: 1em;
}

.entry .main .entry_h2.--line::after {
	margin-left: 0.8em;
}



.top_h2 .fukidashi,
.entry .main .entry_h2 .fukidashi {
	display: block;
	font-family: var(--jp);
	font-weight: 700;
	letter-spacing: 0.5em;
	height: 30px;
	border: 2px solid var(--black);
	border-radius: 12px;
	padding: 0.1em 0.5em 0.1em 1em;
	font-size: 14px;
	line-height: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: fit-content;
	margin: 0 auto 20px;
	position: relative;
	background-color: #fff;
}

.top_h2.--jp .fukidashi {
	margin-bottom: 10px;
	padding: 1px 13px;
	background-color: var(--blue);
	color: white;
	font-size: 14px;
	line-height: calc(24/12);
	font-weight: bold;
	height: auto;
	border: 0;
	letter-spacing: 0;
	border-radius: 0;
}
.top_h2.--jp .fukidashi::before {
	content: none;
}


.entry .main .entry_h2 .fukidashi {
	margin-left: -0.2em;
}

.top_h2 .fukidashi::before,
.entry .main .entry_h2 .fukidashi::before {
	content: "";
	background-image: url(/themes/ownedmedia@group.kadokawa/images/fukidahi.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 25%;
}

.entry .main .entry_h2 .fukidashi::after {
	content: "";
	width: 100%;
	position: absolute;
}

.clm_04 {
	width: calc(100% + 32px);
	margin: 0 -16px;
	padding: 0;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.clm_04.swiper-wrapper {
	flex-wrap: nowrap;
	height: fit-content !important;
	align-items: stretch !important;
}

.clm_04 li {
	width: 25%;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	height: auto;
}

.recommend .clm_04 li {
	width: 280px;
	display: flex;
	max-height: 366px;
}

.clm_04 li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 16px;
	border-radius: 24px;
	overflow: hidden;
	box-sizing: border-box;
}

.clm_04 li a:hover {
	background-color: var(--kd_06);
}

.clm_04 h3 {
	flex-shrink: 0;
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0 8px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.clm_04 .img {
	width: 100%;
	display: block;
	border-radius: 24px;
	overflow: hidden;
}

.clm_04 img {
	width: 100%;
	height: auto;
}


.clm_03{
	display: flex;
	flex-wrap: wrap;
	margin: -16px;
}
.clm_03__item{
	width: 33.333%;
	box-sizing: border-box;
}
.clm_03__link{
	display: block;
	padding: 16px;
	border-radius: 24px;
}
.clm_03__link:hover{
	background-color: var(--kd_06);
}
.clm_03__img img{
	display: block;
	max-width: 100%;
	margin: auto;
	border-radius: 24px;
}
.clm_03__ttl{
	margin-top: 20px;
	font-size: 18px;
	line-height: calc(24 / 18);
	font-weight: bold;
}
.clm_03 .clm_03__date{
	height: auto;
	margin-top: 14px;
	align-items: center;
}
.clm_03__date .new{
	overflow: visible;
}
@media screen and (max-width:768px) {
	.clm_03__item{
		width: 100%;
	}
}




.entry .main h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 900;
}

.entry .main h2 {
	font-weight: 900;
	font-size: 24px;
	line-height: 32px;
	border-bottom: 2px solid var(--black);
	padding-bottom: 17px;
	margin: 80px 10px 40px;
}

.entry_summary_date {
	height: 16px;
	color: #D9D9D9;
	display: flex;
	flex-shrink: 0;
}

.slider_txt .entry_summary_date {
	height: 20px;
	margin: 12px 0 16px;
}

.slider_txt .entry_summary_date .date,
.slider_txt .entry_summary_date .comment,
.slider_txt .entry_summary_date .good {
	margin: auto 0;
	height: 15px;
	flex-shrink: 0;
	width: auto;
}

.slider_txt .entry_summary_date .date {
	margin-right: auto;
}

.entry_summary_date.--entry_bottom {
	margin-top: 40px;
	justify-content: right;
}

.entry .main .date,
.entry .main .comment,
.entry .main .good {
	font-size: 17px;
}

.entry .main .good {
	position: relative;
	padding-left: 24px;
}

.entry .main .good.-voted {
	position: relative;
	padding-left: 10px;
}

.good_wrap {
	position: relative;
}

.entry .main .good+.good_bg {
	content: "";
	background-color: var(--kd_06);
	border-radius: 12px;
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% + 16px);
	z-index: -1;
	top: -8px;
	left: 20px;

}

.entry .main .good.-voted+.good_bg {
	display: none;
}

button.good {
	border: none;
	background-color: transparent;
}
.good>.counter,
.good>.count {
display: flex;
}
.good>.counter::after,
.good>.count::after  {
	content: "いいねする";
	margin-left: 12px;
	margin-right: 12px;
	font-size: 15px;
	white-space: nowrap;
	position: relative;
	top: 0.05em;
}

.good.-voted>.counter::after,
.good.-voted>.count::after {
	margin-right: 0;
}

.related_entry .good>.counter::after,
.slider_txt .good>.counter::after,.related_entry .good>.count::after,
.slider_txt .good>.count::after,
[class*="clm_0"] .good>.counter::after,
[class*="clm_0"] .good>.count::after {
	display: none;
}

.good.-voted>.counter::after,
.good.-voted>.count::after {
	content: "いいねしてます";
}

.entry .main .entry_summary_date .date {
	text-align: right;

}

.entry_summary_date .comment,
.entry_summary_date .good {
	border-left: 1px solid #999;
}

.entry_summary_date.--entry_bottom .good {
	border-left: none;
}

.clm_04 p {
	font-size: 13px;
	line-height: 20px;
	margin: auto 0 1em;
	height: fit-content;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

._lineoverflow03_clm04+p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

._lineoverflow02_clm04+p {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.date,
.comment,
.good {
	font-family: var(--en);
	font-weight: 400;
	font-size: 15px;
	line-height: 1em;
	color: var(--black);
	margin-left: 0.5em;
	padding-right: 0.01px;
}

.slider_txt_date .date,
.slider_txt_date .comment,
.slider_txt_date .good {
	line-height: 15px;
	height: 15px;
}

.good {
	opacity: 1 !important;
	display: flex;
	position: relative;
	bottom: 1px;
	cursor: pointer;
}

.good>.counter {
	font-family: var(--en);
	font-weight: 400;
	font-size: 15px;
	line-height: 1em;
	color: var(--black);
	display: flex;
	position: relative;
}

.good_wrap .good>.counter {
	font-size: 17px;
}

.slider_txt_date .good>.counter {
	line-height: unset;
}


.date {
	font-weight: 500;
	color: #999;
	width: 100%;
	flex-shrink: 1;
	margin-left: 0;
}

.comment::before,
.good::before {
	content: "\f27a";
	color: #999;
	margin: 0 0.5em;
	font-family: var(--fa) !important;
}

.comment {
	position: relative;
	padding-left: 2em;
}

.slider_txt_date .comment {
	margin-left: auto;
}

.comment::before {
	display: block;
	transform: scaleX(-1);
	position: absolute;
	top: 0;
	left: 0;
}

.good::before {
	content: "\f004";
	font-weight: 400;
	margin: 0 8px 0 0;
	margin-top: -0.05em;
	color: var(--red);
}

.good.-voted::before {
	content: "\f004";
	font-weight: 900;
	color: var(--red);
}

.entry_summary_date.--nogood .good {
	border-left: none;
	margin-left: 0;
}

.entry_summary_date.--nogood .good::before {
	display: none;
}

.entry_summary_date.--nogood .counter {
	border-left: 1px solid #999;
	border-left: none;
}

__.entry_summary_date.--nogood .good:nth-of-type(3) .count::before {
	border-left: 1px solid #999;
	margin-left: 0.5em;
	padding-left: 0.5em;
}

__.entry_summary_date.--nogood .count:empty {
	display: none;
}

__.entry_summary_date.--nogood .count::before {
	color: #999;
	content: "\f004";
	font-family: var(--fa);
	font-weight: 400;
	margin: 0 0.5em;
	margin-top: -0.05em;
}

.entry_summary_date.--nogood .comment,
.entry_summary_date.--nogood .counter {
	border: none;
}

.entry_summary_date.--nogood .counter::before,
.entry_summary_date.--nogood .count::before {
	color: #999;
	content: "\f004";
	font-family: var(--fa);
	font-weight: 400;
	margin: 0 0.5em;
}

.entry_summary_date.--nogood .good:nth-of-type(n+3) .counter::before,
.comment + .good .count::before  {
	border-left: 1px solid #999;
	margin-left: 0.5em;
	padding-left: 0.5em;
}



.entry_summary_date.--nogood .counter:empty,
.entry_summary_date.--nogood .count:empty {
	display: none;

}



.read_more,
.goto_top {
	width: 16em;
	text-align: center;
	margin: 56px auto 100px;
	display: block;
	font-weight: 700;
	font-size: 15px;
	line-height: 48px;
	height: 48px;
	padding: 0 30px;
	border-radius: 24px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	position: relative;

}

.goto_top {
	color: #fff !important;
	background-color: var(--black);
}

.read_more::after {
	font-family: var(--fa);
	content: "\f105";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	left: auto;
}

.read_more:hover {
	color: #f8f8f8;
	background-color: var(--black);
}

.goto_top:hover {
	color: var(--black) !important;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.blc_02 {
	width: calc(100% + 40px);
	margin: 0 -20px 80px;
	display: flex;
	flex-wrap: wrap;

}

.clm_01 ul {
	margin: 0;
	padding: 0;
}

.blc_02 .clm_01 {
	width: calc(50% - 8px);
	margin: 0 4px;
}

.clm_01 li {
	list-style-type: none;
}

.clm_01 li a {
	width: 100%;
	display: flex;
	border-radius: 24px;
	padding: 16px;
	box-sizing: border-box;
}

.clm_01 li a:hover {
	background-color: var(--kd_06);
}

.clm_01 .img {
	width: 236px;
	height: calc(236px * 0.6186);
	margin-right: 28px;
	flex-shrink: 0;
}

.clm_01 li a img {
	border-radius: 24px;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.clm_01_txt {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-shrink: 10;
}

.clm_01_txt h3 {
	font-weight: 700;
	font-size: 17px;
	line-height: 24px;
	margin: 0 0 8px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.clm_01_txt p {
	font-size: 13px;
	line-height: 20px;
	margin: auto 0 1em;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

._lineoverflow02_clm01+p {
	-webkit-line-clamp: 3;
}

._lineoverflow03_clm01+p {
	-webkit-line-clamp: 2;
}

.clm_01_head {
	display: flex;
	width: 100%;
	margin: 16px;
}

.clm_01_head h3 {
	font-weight: 900;
	font-size: 24px;
	line-height: 1em;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.clm_01_head .read_entry_list {
	font-size: 13px;
	line-height: 24px;
	margin: 0 32px 0 auto;
	padding-left: 1em;
	font-weight: 700;
	white-space: nowrap;

}

.read_entry_list::before {
	font-family: var(--fa);
	content: "\f105";
	font-weight: 900;
	margin-right: 0.5em;

}

.video_slider {
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}

.video_slider .swiper-slide {
	width: 640px;
	margin: 0 10px;
}

.video_slider_thumb {
	width: 640px;
	height: 360px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}

.video_slider_thumb img {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.video_slider_thumb::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(/themes/ownedmedia@group.kadokawa/images/youtube_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 64px;
	height: 45px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.video_slider p {
	font-size: 17px;
	line-height: 24px;
	margin: 0.5em 0;
}

.video_slider>.swiper-button-next_video_slider,
.video_slider>.swiper-button-prev_video_slider,
.swiper-button-next_slider,
.swiper-button-prev_slider,
.swiper-button-next_recommend_slider,
.swiper-button-prev_recommend_slider {
	position: absolute !important;
	top: 156px !important;
	width: 48px !important;
	height: 48px !important;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	background-color: var(--black);
	z-index: 1;
}

.page_wrap {
	display: flex;
	position: absolute;
	width: fit-content;
	top: 384px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width:1280px) {
		.page_wrap {
		top: 352px;
	}
}
.page_wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
	flex-grow: 0;
	flex-shrink: 0;
}

.page_wrap .swiper-button-next_slider,
.page_wrap .swiper-button-prev_slider,
.page_wrap .swiper-button-next_recommend_slider,
.page_wrap .swiper-button-prev_recommend_slider {
	top: 0 !important;
	left: 0 !important;
	width: 12px !important;
	height: 12px !important;
	background-color: transparent;
	margin-right: 10px !important;
	position: relative !important;
}

.page_wrap .swiper-button-next_slider,
.page_wrap .swiper-button-next_recommend_slider {
	margin-right: 0 !important;
	margin-left: 10px !important;
}

.page_wrap .swiper-button-prev_slider::after,
.page_wrap .swiper-button-next_slider::after,
.page_wrap .swiper-button-prev_recommend_slider::after,
.page_wrap .swiper-button-next_recommend_slider::after {
	content: "\f104" !important;
	font-weight: 900;
	color: #1F286F;
	opacity: 0.2;
	transition: 0.5s;
}

.page_wrap .swiper-button-next_slider::after,
.page_wrap .swiper-button-next_recommend__slider::after {
	content: "\f105" !important;
}

.page_wrap .swiper-button-prev_slider:hover::after,
.page_wrap .swiper-button-next_slider:hover::after {
	opacity: 1;
}


.video_slider>.swiper-button-next_video_slider::after,
.video_slider>.swiper-button-prev_video_slider::after,
.swiper-button-next_slider::after,
.swiper-button-prev_slider::after,
.swiper-button-next_recommend_slider::after,
.swiper-button-prev_recommend_slider::after {
	font-family: var(--fa) !important;
	font-size: 20px !important;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	width: 20px;
	height: 20px;
	color: #fff;

}

.prev_wrap,
.next_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	z-index: 1;
}

.recommend+.prev_wrap {
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(255, 254, 254, 0) 000100%);
}

.recommend+.prev_wrap+.next_wrap {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 254, 254, 1) 90%);

}

.next_wrap {
	left: auto;
	right: 0;
}

.prev_wrap>.swiper-button-prev_slider,
.next_wrap>.swiper-button-next_slider,
.prev_wrap>.swiper-button-prev_recommend_slider,
.next_wrap>.swiper-button-next_recommend_slider {
	opacity: 0;
	transition: opacity 0.5s;
}

.prev_wrap:hover>.swiper-button-prev_slider,
.next_wrap:hover>.swiper-button-next_slider,
.prev_wrap:hover>.swiper-button-prev_recommend_slider,
.next_wrap:hover>.swiper-button-next_recommend_slider {
	opacity: 1;
}

.swiper-pagination_slider {}

.slider .read_more {
	margin: 65px auto 3px;
	background-color: var(--kd_06);
}

.slider .read_more:hover {
	background-color: var(--black);
}

.video_slider>.swiper-button-prev_video_slider::after,
.video_slider>.swiper-rtl .swiper-button-next_video_slider::after,
.swiper-button-prev_slider::after,
.swiper-rtl .swiper-button-next_slider::after,
.swiper-button-prev_recommend_slider::after,
.swiper-rtl .swiper-button-next_recommend_slider::after {
	content: "\f060" !important;
	font-weight: 900;
}


.video_slider>.swiper-button-next_video_slider::after,
.video_slider>.swiper-rtl .swiper-button-prev_slider::after,
.swiper-button-next_slider::after,
.swiper-rtl .swiper-button-prev_slider::after,
.swiper-button-next_recommend_slider::after,
.swiper-rtl .swiper-button-prev_recommend_slider::after {
	content: "\f061" !important;
	font-weight: 900;
}


.video_slider>.swiper-button-prev_video_slider,
.video_slider>.swiper-rtl .swiper-button-next_video_slider,
.swiper-button-prev_slider,
.swiper-rtl .swiper-button-next_slider,
.swiper-button-prev_recommend_slider,
.swiper-rtl .swiper-button-next_recommend_slider {
	left: 30px !important;
	right: auto;
}


.video_slider>.swiper-button-next_video_slider,
.video_slider>.swiper-rtl .swiper-button-prev_video_slider,
.swiper-button-next_slider,
.swiper-rtl .swiper-button-prev_recommend_slider,
.swiper-button-next_slider,
.swiper-rtl .swiper-button-prev_recommend_slider {
	right: 30px !important;
	left: auto;
}

/* modaal */
.modaal-video-container {
	max-width: 1008px;
	height: 567px;
}

.entry {
	display: flex;
	margin-top: 80px;
}

.entry .main {
	width: 780px;
	margin: 0 -10px;
}


.entry .main>h1:first-child {
	margin-top: 0;
}

.entry .side {
	width: 288px;
	margin-left: auto;
	padding-left: 15px;

}

.entry .main_image {
	margin: 20px 0 80px;
}


.entry .main_image img {
	width: 100%;
	border-radius: 24px;
}

.digest {
	background-color: var(--kd_06);
	border-radius: 24px;
	padding: 24px 40px;
	margin: 0 10px;
}

.entry .main .entry_h2+.digest {
	margin-top: -40px;
}

.digest li {
	list-style-type: disc;
	font-size: 17px;
	line-height: 28px;
	margin: 15px 0 15px 1em;
}

.entry p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin: 40px 0;
}

.entry p:first-of-type {
	margin-top: 0;
}

.entry h2+hr+p,
.entry h3+hr+p {
	margin-top: 0 !important;
}

.entry p.caption,
.entry p.caption *{
	line-height: 24px;
	color: #575757;
	font-size: 12.8px;
}

.entry p a {
	text-decoration: underline;
	word-wrap: break-word;
}

.entry h3 {
	margin: 80px 0 40px;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;

}

.entry h3::before {
	content: "◆";
}

.entry h3.no_mark::before {
	display: none;
}

.entry .related_entry_txt h3::before {
	display: none;
}


.goto_index {
	display: flex;
	justify-content: right;
	margin: 100px 0 0 auto;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
}

.goto_index::before {
	font-family: var(--fa);
	content: "\f105";
	font-weight: 900;
	margin: 0 12px;
}

#js-comments {
	margin: 80px auto 0;
	width: calc(100% - 20px);
}

.outline {
	font-size: 16px;
	line-height: 28px;
	margin: 20px 10px;
}

.entry .main h2.contens_table_h2 {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.2em;
	display: flex;
	align-items: center;
	margin: 80px 10px 0;
	border: none;
}

.entry .main h2.contens_table_h2::before,
.entry .main h2.contens_table_h2::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #E0E0E0;
}


.entry .main h2.contens_table_h2::after {
	content: "";
}

.entry .main h2.contens_table_h2::before {
	margin-right: 1em;
}

.entry .main h2.contens_table_h2::after {
	margin-left: 0.8em;
}

.contents_table {
	padding: 20px 40px 40px;
	margin: 0 10px;
	border-bottom: 1px solid #e0e0e0;

}

.contents_table li {
	list-style-type: decimal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0;
}

.contents_table li a {
	text-decoration: underline;
}



.comment_area li {
	width: 100%;
	display: flex;
	margin: 40px 0;
}

.usr {
	width: 80px;
}

.usr_icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	background-image: url(/themes/ownedmedia@group.kadokawa/images/usr_noimage.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;

}

.usr_name {
	font-size: 13px;
	text-align: center;
	margin-top: 8px;
}

.message_area {
	width: calc(100% - 120px);
	margin-left: 48px;

}

.message {
	width: 100%;
	background-color: var(--kd_06);
	padding: 48px 40px;
	font-size: 17px;
	line-height: 24px;
	border-radius: 24px;
	position: relative;
	box-sizing: border-box;
}

.message::before {
	content: "";
	position: absolute;
	background-image: url(/themes/ownedmedia@group.kadokawa/images/message_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

	top: 20px;
	left: -20px;
	height: 40px;
	width: 40px;
}

.message_date {
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: #999;
	text-align: right;
	margin-top: 12px;
}

.message_form .message_body,
.message_form .input_nickname {
	width: 100%;
	height: 240px;
	padding: 28px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	outline: none !important;
}

.message_form div.message_body {
	height: auto;
}

div.message_body>span>br {
	display: none;
}

.message_form .message_body:focus,
.message_form .input_nickname:focus {
	border: 2px solid var(--black);
	outline: none !important;
}

.message_form .message_body {
	margin-bottom: 40px;
}

.message_form .input_nickname {
	padding: 16px 28px;
	width: 386px;
	height: auto;
}

.message_form .alert_message {
	width: 100%;
	padding: 28px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	margin-bottom: 40px;
}

.message_form .message_body::placeholder,
.message_form .input_nickname::placeholder {
	color: #ccc;
}

.write_message,
.nickname_message {
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin-bottom: 8px;
	text-align: left;
}

.nickname_message {
	display: block;
}

.write_message span {
	font-size: 13px;
	display: inline-block;
	line-height: 1.4;
	letter-spacing: 0;
}

.nickname_message {
	font-size: 13px;
	line-height: 19px;

}

.side h2.side_h2 {
	display: flex;
	font-family: var(--en);
	font-weight: 600;
	font-size: 24px;
	line-height: 1em;
	letter-spacing: 0.02em;
	margin: 12px 0;
}

.side h2.side_h2:first-child {
	margin-top: 0;
}


.side h2.side_h2 span {
	font-family: var(--jp);
	font-weight: 900;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.2em;
	height: 13px;
	display: flex;
	margin: auto 0;
	top: 0.05em;
	position: relative;
}

.side h2.side_h2 span::before {
	content: "";
	display: block;
	width: 6px;
	height: 1em;
	border-radius: 3px;
	background-color: #e0e0e0;
	margin: 0 8px;
	position: relative;
	top: 0.05em;
}

.side .related_entry {
	margin-bottom: 60px;
}

.side .related_entry li {
	border-top: 1px solid #e0e0e0;
	padding: 20px 0;
}

.side .related_entry li a {
	display: flex;
}

.side .related_entry li:first-child {
	border: none;
	padding-top: 0;
}

.side .related_entry_img {
	width: 64px;
	height: 64px;
	margin-right: 12px;
}

.side .related_entry_img img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
}

.related_entry_txt {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.related_entry_txt h3 {
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.related_entry_txt .entry_summary_date {
	margin-top: auto;
	height: 13px;
}

.related_entry_txt .date,
.related_entry_txt .comment,
.related_entry_txt .good,
.related_entry_txt .good .counter {
	font-size: 13px;
}

.side .tag_box ul {
	flex-wrap: wrap;
}

/*タブ切り替え全体のスタイル*/
.tabs {
	padding-bottom: 40px;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.tabs h4 {
	color: #1F286F;
	width: 100%;
	margin: 20px 0 15px;
	font-family: var(--en);
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.tabs h4::before {
	content: "";
	width: 100%;
	height: 131px;
	background-color: var(--kd_06);
	position: absolute;
	margin: 0 auto;
	top: -20px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;

}

/*タブのスタイル*/
.tab_item {
	color: #1F286F;
	width: calc((100% - 140px)/4);
	max-width: calc((100% - 140px)/2);
	font-weight: 700;
	margin: 0;
	padding: 0 6px;
	height: 56px;
	line-height: 1em;
	font-size: 15px;
	display: block;
	transition: all 0.2s ease;
	cursor: pointer;
}

.tab_item>span {
	width: 100%;
	height: 100%;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	background-color: #fff;
}

.tab_item>span>span {
	font-size: 11px;
	font-family: var(--en);
	font-weight: 400;
}

.tab_item:first-of-type {
	margin-left: auto;
}

.tab_item:last-of-type {
	margin-right: auto;
}

.tab_item.en {
	font-family: var(--en);
	font-size: 17px;
	font-weight: 500;
}



.tab_item:hover {
	opacity: 0.75;
}

input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	width: 100%;
	margin-top: 20px;
	display: none;
	clear: both;
	overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#jp:checked~#jp_content,
#en:checked~#en_content,
#cn_s:checked~#cn_s_content,
#cn_t:checked~#cn_t_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item>span {
	background-color: #1F286F;
	color: #fff;
}

/* 日本語のみしかないときは非表示 */
h4:has(+ input + label),
label.jp {
	display: none;

}

h4:has(+ input + label ~ label) {
	display: block;

}

label.jp:has(~ label) {
	display: flex;
}

.modaal-container {
	border-radius: 24px;
	height: auto;
}

.knet_pager {
	margin-top: 50px;
	font-family: var(--en);
	display: flex;
	justify-content: center;
}

.page_frame {
	font-size: 15px;
	line-height: 1em;
	display: flex;
	flex-direction: column;
	margin: auto 200px;
}

.page_frame p {
	font-size: 20px;
	font-weight: 700;
	text-align: center;

}

.page_list {
	display: flex;
}

.knet_pager span {
	display: none;
}

.span {
	margin: 0 16px;
}

.knet_pager div.pager_prev,
.knet_pager div.pager_next {
	display: block;
}

.knet_pager div.pager_next {
	margin-left: -48px;
}

.knet_pager div.pager_prev {
	margin-right: -48px;
}

.knet_pager div.pager_prev a,
.knet_pager div.pager_next a {
	width: 48px !important;
	height: 48px !important;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	background-color: var(--black);
	z-index: 1;
}

.knet_pager div.pager_prev a:after,
.knet_pager div.pager_next a:after {
	font-family: var(--fa) !important;
	font-size: 20px !important;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	width: 20px;
	height: 20px;
	color: #fff;
}

.knet_pager div.pager_prev a:after {
	content: "\f060" !important;
	font-weight: 900;
}

.knet_pager div.pager_next a:after {
	content: "\f061" !important;
	font-weight: 900;
}

@media only screen and (min-width: 1400px) {
	.modaal-video-container {
		padding-bottom: 0;
		height: 567px;
	}
}


@media screen and (max-width:768px) {
	.swiper ul {
		left: 0;
	}

	.letter_natsuno .tag_box {
		display: none;
	}

	.letter_natsuno .tag_box.in_tabs {
		display: block;
	}

	.knet_body,
	.footer_area>div {
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 0;
	}

	.knet_body {
		margin-top: 52px;
		padding-top: 0.1px;
	}

	.footer_area>div {
		width: calc(100% - 56px);
	}

	#top_slider {
		width: 100%;
		padding-top: 0;
		padding: 0 0 10px;
	}

	.swiper-slide {
		border-radius: 20px;
		background-color: transparent;
	}

	.top_btn {
		width: 52px;
		height: 52px;
	}

	.k-net_logo {
		width: 88px;
		height: 32px;
		top: 16px;
		left: 20px;
		z-index: 2;
	}

	.top_search_btn {
		display: none;
	}

	.top_menu_btn {
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(/themes/ownedmedia@group.kadokawa/images/menu_open.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 24px 24px;
	}

	.top_search_btn {
		display: none;
	}

	header .search_box {
		display: block;
	}

	.top_menu_btn_open {
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(/themes/ownedmedia@group.kadokawa/images/menu_open.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 24px 24px;
		position: relative;
		background-color: #1F286F;
		border-radius: 0px 0px 0px 16px;
	}

	header .top_menu_btn_open {
		width: 52px;
		height: 52px;
		margin-left: auto;
		right: 0;
		position: absolute;
	}

	.top_menu_btn_open::before {
		display: none;
		content: "";
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		transition: .5s;
		z-index: -1;
	}

	.sp_header_logo {
		content: url(/themes/ownedmedia@group.kadokawa/images/knet_logo_w.svg);
		width: 63px;
		height: 27px;
		position: absolute;
		margin: auto 20px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	#top_menu:checked~.top_menu_btn_open::before {
		display: block;
		animation: fadeInAnime 0.5s ease normal forwards;
	}

	body:has(#top_menu:checked) {
		position: fixed;
	}

	#top_slider:has(#top_menu:checked) {
		height: 100vh;
	}

	@keyframes fadeInAnime {
		0% {
			display: none;
		}

		1% {
			display: block;
			background-color: rgba(48, 48, 48, 0);
		}

		100% {
			display: block;
			background-color: rgba(48, 48, 48, 0.6);
		}
	}

	#top_menu:checked~.top_menu_btn_open {
		background-image: url(/themes/ownedmedia@group.kadokawa/images/menu_close.svg);
	}

	.top_btn nav,
	header .top_btn nav {
		display: block;
		width: calc(100% - 70px);
		height: 100%;
		padding: 16px 20px;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 99;
		background: #fff;
		transition: .5s;
		overflow: hidden;
		overflow-y: auto;
		box-sizing: border-box;
	}

	.top_btn nav ul,
	header .top_btn nav ul {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
	}

	header .top_btn nav li::after {
		display: none;
	}

	header .top_btn nav ul li a {
		color: var(--black);
	}

	header .top_btn:after {
		display: none;
		content: url(/themes/ownedmedia@group.kadokawa/images/knet_logo_w.svg);
		width: 63px;
		height: 27px;
		position: absolute;
		margin: auto 20px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;

	}

	.top_btn nav .k-net_logo,
	header .top_btn nav .k-net_logo {
		position: relative;
		width: 64px;
		height: 24px;
		top: 0;
		left: 0;
		margin-bottom: 38px;
	}

	header .top_btn nav .k-net_logo {
		background-image: url(/themes/ownedmedia@group.kadokawa/images/knet_logo.png);
		margin: 0 0 38px;
	}

	.top_btn nav h2,
	header .top_btn nav h2 {
		display: flex;
		font-family: var(--en);
		font-weight: 600;
		font-size: 24px;
		line-height: 1em;
		letter-spacing: 0.02em;
		margin: 12px 0;
	}

	.top_btn nav h2 span {
		font-family: var(--jp);
		font-weight: 900;
		font-size: 13px;
		line-height: 13px;
		letter-spacing: 0.2em;
		height: 13px;
		display: flex;
		margin: auto 0;
		top: 0.05em;
		position: relative;
	}

	.top_btn nav h2 span::before {
		content: "";
		display: block;
		width: 6px;
		height: 1em;
		border-radius: 3px;
		background-color: #e0e0e0;
		margin: 0 8px;
	}

	.top_btn nav li {
		border-top: 1px dashed #e0e0e0;
	}

	.top_btn nav li {
		font-weight: 900;
		font-size: 13px;
		line-height: 18px;
		padding: 16px 20px !important;
		border: none;
		border-bottom: 1px dashed #e0e0e0;
	}

	.top_btn nav .submit_btn_pc {
		display: none;
	}

	.top_btn nav .search_box>div>div {
		display: flex;
		flex-wrap: wrap;
	}

	.top_btn nav .input_search {
		border: 1px solid #E0E0E0;
		width: calc(100% - 52px);
		padding: 10px 20px 10px;
		color: var(--black);
	}


	.submit_btn_sp {
		display: block;
		width: 44px;
		padding: 11px;
		margin-left: 8px;

	}

	.submit_btn_sp .search_icon {
		margin: auto;
	}

	.top_btn nav .posted {
		flex-wrap: wrap;
		margin: 0 0 40px;
	}

	.top_btn nav .posted p {
		letter-spacing: 0;
		width: 100%;
	}

	.top_btn nav .posted input {
		width: calc(50% - 22px);
	}

	#top_menu:checked~nav {
		left: 0;
	}

	.slider {
		max-width: 100%;
		margin: 0 0 0 auto !important;
		border-radius: 0 0px 0px 60px;
		overflow: hidden;
		padding-bottom: 8px !important;
	}

	.slider>ul>li {
		width: 100%;
		transform: none;

	}

	.slider li {
		overflow: hidden;
		display: flex;
		justify-content: center;
	}

	.slider li img {
		width: 100%;
		height: auto;
	}

	.slider .slider_page {
		position: relative;
	}

	.page_wrap {
		position: relative;
		top: 0;
		margin: 18px auto 0;
	}

	.prev_wrap,
	.next_wrap {
		display: none;
	}

	.thumb {
		width: 350px;
		height: 236px;
		top: 300px;
		left: 0;
		right: 0;
		margin: 0 auto;
		background-color: #fff;
		border-radius: 0 0 40px 0;
	}

	.slider_txt {
		margin: 16px 16px 0;
		border-radius: 16px;
		padding: 12px 16px;
		background-color: #fff;
	}

	.top_slider_page {
		margin-top: 12px;
	}

	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: auto 8px !important;
	}

	.swiper-pagination-bullet {
		width: 9px !important;
		height: 9px !important;
	}

	.swiper-button-next,
	.swiper-button-prev,
	.video_slider_page .swiper-button-next_video_slider,
	.video_slider_page .swiper-button-prev_video_slider {

		width: 11px !important;
		height: 11px !important;

	}

	.tag_group {
		width: 100%;
		height: 56px;
		padding: 0;
	}

	.tag_group::before {
		display: none;
	}

	.tag_group li {
		height: 56px !important;
	}


	.top_slider_inner>nav {
		display: none;
	}

	.top_h2 {
		font-size: 40px;
		margin: 20px auto 50px;
	}

	.clm_04,
	.blc_02 {
		width: calc(100% + 16px);
		margin: 0 -8px;
	}

	.clm_04 li,
	#recommend .clm_04 li,
	.clm_01 li {
		width: 100%;
		margin: 0 8px 8px;
	}
	#recommend .clm_04 li:nth-of-type(-n+3) {
		margin-bottom: 48px;
	}

	#recommend {
		margin: 40px auto 80px;
	}


	#recommend .clm_04.swiper-wrapper {
		flex-wrap: wrap;
		margin: 0 -4px;
		width: calc(100% + 8px);
		left: unset;
	}

	.clm_04 li {
		margin-bottom: 37px;
	}

	#recommend .clm_04 li {
		border-radius: 0;
	}

	#new_article .clm_04 li:first-child #recommend .clm_04 li:first-child {
		width: 100%;
		margin-bottom: 48px;
	}

	#recommend .clm_04 li:first-child {
		width: calc(100% - 16px);
		max-height: unset;
	}

	#new_article .clm_04 li:nth-child(n+4),
	#recommend .clm_04 li:nth-child(n+6) {
		display: none;

	}

	.clm_04 li a {
		padding: 0;
		overflow: hidden;
		box-sizing: border-box;
		border-radius: 0;
	}

	#new_article .clm_04 li:first-child h3,
	#recommend .clm_04 li:first-child h3 {
		font-size: 18px;
		line-height: 24px;
	}



	.clm_04 li h3,
	.clm_01_txt h3 {
		font-size: 15px;
		line-height: 20px;

	}

	.clm_04 li p,
	.clm_01_txt p,
	#video_news .clm_04 li p {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 24px;
	}

	#new_article .clm_04 li:first-child p,
	#recommend .clm_04 li:first-child p {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 28px;
	}

	.clm_04 .img {
		border-radius: 16px;


	}

	.entry_summary_date {
		height: 13px;
	}

	.date,
	.comment,
	.good {
		font-size: 13px;
	}

	#new_article li:first-child .entry_summary_date,
	#recommend li:first-child .entry_summary_date {
		height: 15px;
	}

	#new_article li:first-child .date,
	#new_article li:first-child .comment,
	#new_article li:first-child .good,
	#recommend li:first-child .date,
	#recommend li:first-child .comment,
	#recommend li:first-child .good {
		font-size: 15px;
	}


	.read_more {
		color: #fff !important;
		background-color: var(--black);
		box-shadow: none;
	}

	#recommend .read_more {
		display: block;
	}

	.slider .read_more {
		color: var(--black) !important;
		margin: 21px auto 10px;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	}

	.read_more:hover {
		color: var(--black) !important;
		background-color: #fff;
		box-shadow: 0 0 8px rgb(0 0 0 / 10%);
	}


	.blc_02 .clm_01 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.clm_01 .img {
		width: 100%;
		height: auto;
		margin: 0 0 8px;
	}

	.clm_01 li a img {
		border-radius: 16px;
		height: auto;
		object-fit: unset;
	}

	.clm_01_head {
		width: calc(100% - 16px);
		margin: 0 8px;
	}

	.clm_01_head .read_entry_list {
		margin: 0 0 0 auto;
	}

	.clm_01 ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 66px;
	}

	.clm_01 li a {
		flex-direction: column;
		height: 100%;
		flex-wrap: wrap;
		padding: 0;
		border-radius: 0;
	}

	.clm_01_head h3 {
		font-size: 20px;
		margin: 0 0 22px;
	}

	.clm_01_txt {
		flex-grow: 1;
	}

	.clm_01_txt p {
		-webkit-line-clamp: 6;
	}

	._lineoverflow02_clm01+p {
		-webkit-line-clamp: 5;
	}

	._lineoverflow03_clm01+p {
		-webkit-line-clamp: 4;
	}

	.video_slider .swiper-slide {
		width: 80%;
		margin: 0 10px;
	}

	.video_slider_thumb {
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		border-radius: 12px;
	}

	.video_slider_thumb img {
		width: 100%;
		height: auto;
		display: block;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}

	.video_slider_thumb::before {
		content: "";
		display: block;
		position: absolute;
		background-image: url(/themes/ownedmedia@group.kadokawa/images/youtube_icon.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 64px;
		height: 45px;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}

	.video_slider>.swiper-button-next_video_slider,
	.video_slider>.swiper-button-prev_video_slider {
		display: none;
	}

	.video_slider_page {
		margin-top: 20px;
	}

	.video_slider p {
		font-size: 15px;
		line-height: 20px;
	}

	.footer_area {
		margin-top: 115px;
	}

	.footer_area>div {
		display: block;
		padding: 68px 0 56px;
	}

	.footer_area .k-net_logo {
		width: 78px;
		height: 28px;
		position: absolute;
		top: -28px;
		left: 0;
	}

	.footer_area p .footer_area li {
		font-size: 13px;
		line-height: 16px;
		padding: 17px 0;
		margin: 0;
	}

	.footer_area>div>div:first-child p {
		width: calc(50% - 20px);
		margin: 0 10px;
	}

	.footer_area>div>div:first-child {
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 20px);
	}

	.footer_area>div>div {
		width: 100% !important;
		text-align: left !important;
		padding: 20px 0;
		border-bottom: 1px solid #e0e0e0;
	}

	.footer_area>div>div.empty_footer {

		padding: 0;
		border-bottom: none;
	}

	.footer_area>div>div:last-child {
		border: none;
	}

	.footer_area .pr-dept {
		display: block;
		margin-top: 20px;
		padding: 40px 0;
		border-top: 1px solid #e0e0e0;
	}

	.footer_area .pr-dept p {
		line-height: 18px;
	}

	.footer_area li.footer_right_text {
		text-align: left;
	}


	.kadokawa_logo {
		width: 200px;
		height: 28px;
		background-image: url(/themes/ownedmedia@group.kadokawa/images/kadokawa_logo.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		margin: 0 auto;
	}

	.entry {
		display: block;
		margin-top: 28px;
	}

	.entry .main {
		width: calc(100% + 20px);
	}

	.topic_path {
		display: none;
	}

	.entry .main h1 {
		font-size: 24px;
		line-height: 32px;
	}

	.entry .main h2:first-child {
		margin-top: 0;
	}

	.entry .entry_summary_date {
		height: 15px;
	}

	.entry .main .date,
	.entry .main .comment,
	.entry .main .good {
		font-size: 15px;
	}

	.entry_top_image {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.entry_top_image .tag_box {
		order: 2;

	}

	.entry_top_image .main_image {
		order: 1;
		margin: 13px 0 7px;
	}

	.entry .tag_box ul {
		margin: 0 -6px 17px;
		flex-wrap: wrap;
	}

	.letter_natsuno .tag_box ul {
		margin: 20px -6px 40px;
	}

	.outline {
		font-size: 15px;
		line-height: 28px;
	}

	.contents_table {
		padding: 20px 0 17px 1.5em;
	}

	.contents_table li {
		font-size: 17px;
		margin-bottom: 23px;
	}

	.article h3 {
		margin: 40px 0;
	}

	.article p {
		font-size: 15px;
		margin: 14px 0 28px;
	}

	.usr_icon {
		width: 60px;
		height: 60px;
		margin: 0 auto;
	}

	.usr {
		width: 77px
	}

	.usr_name {
		font-size: 11px;
	}

	.message {
		font-size: 15px;
		line-height: 24px;
		padding: 24px 20px;
	}

	.message::before {
		width: 30px;
		height: 30px;
	}

	.message_area {
		width: calc(100% - 77px);
		margin-left: 30px;
	}

	.message_form .message_body,
	.message_form input {
		height: 260px;
		padding: 28px 20px;
		border-radius: 4px;
	}

	.message_form input {
		padding: 16px 20px;
		width: 100%;
		height: auto;
	}

	.entry .side {
		width: 100%;
		margin: 52px 0 0;
		padding: 0;
	}

	.tabs h4::before {
		height: 221px;
	}

	.tab_item {
		width: calc((100% - 60px)/2);
		font-weight: 700;
		margin: 10px;
		height: 56px;
		background-color: #fff;
		line-height: 1em;
		font-size: 15px;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		transition: all 0.2s ease;
		cursor: pointer;
	}

	.tab_item span {
		font-size: 11px;
		font-family: var(--en);
		font-weight: 400;
	}

	.tab_item:first-of-type,
	.tab_item:nth-of-type(3) {
		margin-left: auto;
	}

	.tab_item:nth-of-type(2) {
		font-family: var(--en);
		font-size: 17px;
	}

	.tab_item:last-of-type,
	.tab_item:nth-of-type(2) {
		margin-right: auto;
	}

	.entry .main_image {
		margin-bottom: 6px;
	}

	.letter_natsuno .main h2 {
		font-size: 20px;
		line-height: 28px;
		border-bottom: 2px solid var(--black);
		padding-bottom: 13px;
		margin: 40px 0 20px;
	}

	.letter_natsuno .main h2:first-child {
		margin: 40px 0 20px;
	}

	.message_form .input_nickname {
		width: 100%;
	}

	.page_frame {
		margin: auto 100px;
	}

	.modaal-inner-wrapper {
		padding: 15px;
	}

	.modaal-video-wrap {
		margin: auto 0;
	}

	.modaal-video-container {
		width: 100%;
		height: auto;
	}

	.footer_area .pr-dept p {
		margin-left: 0;
	}

}

/* sp */

.entry .main>h1,
.entry .main>h3,
.entry .main>h4,
.entry .main>h5,
.entry .main>h6,
.entry .main>p,
.entry .main>.entry_summary_date,
.entry .main>.main_image,
.entry .main>.tag_box,
.entry .main>.tag_image_frame>.main_image,
.entry .main>.tag_image_frame>.tag_box,
.entry .main>.tabs,
.entry .main>.tag_image_frame>.tabs {
	margin-left: 10px;
	margin-right: 10px;
}

.entry .main>.tabs h1,
.entry .main>.tabs h2,
.entry .main>.tabs h3,
.entry .main>.tabs h4,
.entry .main>.tabs h5,
.entry .main>.tabs h6,
.entry .main>.tabs p {
	margin-left: 0;
	margin-right: 0;
}

.entry .main>.tag_box,
.entry .main>.tabs {
	width: calc(100% - 20px);
}

.js-unit_group-align.acms-col-sm-4,
.js-unit_group-align.acms-col-sm-6,
.entry .main>.acms-col-sm-12 {
	margin-left: 10px;
	margin-right: 10px;
}

.entry .main>.acms-col-sm-12 {
	width: calc(100% - 20px);
}

.js-unit_group-align.acms-col-sm-6 {
	width: calc(50% - 20px);
}

.js-unit_group-align.acms-col-sm-4 {
	width: calc(33.3333333333% - 20px);
}

.js-unit_group-align.acms-col-sm-6>p,
.js-unit_group-align.acms-col-sm-4>p {
	margin-top: 0;
}

@media screen and (max-width:480px) {

	.js-unit_group-align.acms-col-sm-4,
	.js-unit_group-align.acms-col-sm-6,
	.entry .main>.acms-col-sm-12 {
		float: none;
		width: calc(100% - 20px);
	}
}

#cn_t_content {
	font-family: '微軟正黑體', 'Microsoft JhengHei', 'PMingLiU';
}

#top_slider .acms-admin-module-edit-wrapper .acms-admin-module-edit {
	right: 60px;
}

.notfound404 {
	margin-top: 146px;
	text-align: center;

}

.notfound404_image {
	width: 252px;
	height: 96px;
	background-image: url(/themes/ownedmedia@group.kadokawa/images/404.svg);
	background-size: contain;
	background-repeat: no-repeat;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.notfound404 p {
	font-size: 15px;
	line-height: 28px;
	margin: 20px auto 40px;
}

@media screen and (max-width:480px) {
	.notfound404_image {
		width: 210px;
		height: 80px;
	}
}

.urgent_list {
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	background-color: var(--kd_06);
	padding: 15px 0;
}

.urgent_list ul {
	max-width: 1130px;
	padding: 0 15px;
	margin: 0 auto;
}

.urgent_list li {
	padding: 5px 0;
	text-align: center;
}

.urgent_list a span.urgent_text {
	text-decoration: underline;
}


.urgent_list .date {
	font-size: 18px;
	margin-right: 1em;
	color: var(--black);
}

@media screen and (max-width:480px) {

	.urgent_list li {
		text-align: left;
	}
}

[class*=column-image] img,
[class*=column-media] img,
[class*=column-eximage] img {
	margin: 0 auto;

}

@media screen and (max-width:480px) {

	.column-media-left,
	.column-media-right {
		float: none !important;
	}
}


/* 10月16日改修対応 */
.acms-col-sm-6,
.acms-col-sm-4 {
	width: auto;
}

.acms-col-sm-6 img {
	width: 100%;
	max-width: 400px;
}

.acms-col-sm-4 img {
	width: 100%;
	max-width: 260px;
}

/* 2024.02.28読み込み完了までローディング表示 */
.clm_04 {
	position: relative;
}

.clm_li {
	opacity: 0;
	transition-duration: 2s;
}



.clm_04 .img {
	flex-grow: 0;
	flex-shrink: 0;
	aspect-ratio: 16 / 9;
}


.load_inner {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}

.index_loading {
	position: fixed;
	width: 100%;
	height: 100%;
}

.load {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #eee;
}

.load:after {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	z-index: 1;
	content: "";
}

.load div {
	width: 40px;
	height: 20px;
	border-radius: 20px 20px 0 0;
}

.load div:first-child {
	background: #000;
	transform-origin: 20px 20px;
	transform: rotate(0deg);
	animation: load1 0.5s linear 0s infinite normal;
}

#page-top {
	position: fixed;
	padding: 8px 8px 9px;
	border-radius: 0 0 8px 8px;
	background-color: rgba(230, 230, 240, 0.5);
	bottom: 60px;
	right: -38px;
	transform: rotate(90deg);
	font-family: var(--en);
	font-weight: 700;
	font-size: 16px;
	line-height: 10px;
	display: inline-block;
	cursor: pointer;
	transition: all .3s ease;
	z-index: 99999;

}

#page-top::before {
	content: "\f104";
	font-family: var(--fa);
	font-weight: 900;
	margin-right: 0.25em;
	top: 1px;
	display: inline-block;
	position: relative;
}

@keyframes load1 {
	0% {
		transform: rotateZ(0);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes load1 {
	0% {
		transform: rotateZ(0);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

/* --------------------------------------------------------
* 検索フォーム枠
* -------------------------------------------------------*/
.search-form-body{
  position: relative;
  width: 700px;
	max-width: 100%;
  margin: 85px auto 0;
  padding: 37px 30px 30px;
  background-color: var(--kd_06);
  border-radius: 12px;
}
.search-form-body__header{
  position: absolute;
  top:0;
  left: 50%;
  transform: translate(-50%,-50%);
}
.search-form-body__ttl{
  font-size: 26px;
  line-height: 1.6;
  font-family: var(--jp);
  font-style: normal;
  font-weight: 900;
  color: #000066;
}
.search-form-main{
  width: 100%;
  display: block;
	border-radius: 8px;
	overflow: hidden;
}
.search-form-main .acms-form-action{
	width: 100%;
	height: 48px;
}
.search-form-main input[type=search].search-form-input{
	height: 100%;
	padding: 10px;
	border: 0;
	outline: 0;
	background: white;
	box-shadow: none;
	font-size: 16px;
	line-height: 1.75;
}
.search-form-main input[type=search].search-form-input::placeholder{
	font-size: 12px;
	color: #999;
}
.search-form-main .acms-form-side-btn{
	width: 48px;
}
.search-form-main .btn-search{
	width: 100%;
	height: 100%;
	background-color: var(--blue);
	border-radius: 0;
	border:0;
}
.search-form-main .btn-search img{
	margin: auto;
}

@media screen and (max-width: 768px) {
	.search-form-body{
		width: calc(100% - 30px);
	}
	.search-form-body__ttl{
		font-size: 22px;
	}
}