/* ---------------------------------------------------------------------------
 * COMMON
--------------------------------------------------------------------------- */
:root {
	--key_color: #007afc;
	--sub_color: #fb7100;
	--sub_color2: #e60000;
}
.wrap_okitore .box {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.wrap_box_ttl,
.wrap_box_ttl::before,
.wrap_box_ttl::after {
	background: var(--key_color);
}

.wrap_box_ttl.bg_orn,
.wrap_box_ttl.bg_orn::before,
.wrap_box_ttl.bg_orn::after {
	background: var(--sub_color);
}

.wrap_box_ttl.bg_grn,
.wrap_box_ttl.bg_grn::before,
.wrap_box_ttl.bg_grn::after {
	background: #00ab2d;
}

.wrap_box_ttl.bg_blk,
.wrap_box_ttl.bg_blk::before,
.wrap_box_ttl.bg_blk::after {
	background: #333333;
}

.box_ttl .fs_large {
	font-family: "Tsubuten AP";
}

.box_ttl span {
    font-size: inherit;
	letter-spacing: 0;
}

.fc_red{
	color: var(--sub_color2);
}

.ls-05 {
	letter-spacing: -0.5em;
}

.box_txt {
    line-height: 1.5;
}
.wrap_box_ttl + .box_txt,
.box_txt:first-child {
    padding-top: 0;
}
.box_txt:last-child {
    padding-bottom: 0;
}

/* ---------------------------------------------------------------------------
 * header
--------------------------------------------------------------------------- */
.okitore_main_logo{
    width: 90%;
	max-width: 857px;
    display: flex;
    flex-direction: column;
	align-items: center;
    margin: min(8vw, 48px) auto;
}

@media print, screen and (max-width:640px) {
	.logo_txt {
		width: 72%;
	}

	.oa_time {
		width: 63%;
	}
}


/* ---------------------------------------------------------------------------
 * contents
--------------------------------------------------------------------------- */

/*	wrap_video
------------------------------------ */
.wrap_video {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.wrap_video iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}


/* topics_list
------------------------------------ */
.topics_list li {
	border-top: 2px dotted #b2b2b2;
}
.topics_list li:first-child {
	border-top: none;
}
.topics_list li .date {
	width: 100%;
	margin-bottom: 0.25em;
	font-weight: bold;
}
.topics_list li a {
	padding: 0.75em 3em 0.75em 0.75em;
	display: block;
	position: relative;
	color: #000;
	line-height: 1.2;
	text-decoration: none;
	transition: all .3s;
}
.topics_list li a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--sub_color);
	border-right: 2px solid var(--sub_color);
	position: absolute;
	right: 0.75em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.topics_list li a.no_link {
	pointer-events: none;
}
.topics_list li a.no_link::after {
	content: none;
}
.topics_list li .txt {
	width: 100%;
	display: flex;
	justify-content: left;
}
@media print, screen and (min-width:641px) {
	.topics_list li a {
		padding: 1em 3em 1em 1em;
	}
	.topics_list li a::after {
		right: 1em;
	}
}
@media print, screen and (min-width:1001px) {
	.topics_list li a {
		display: flex;
	}
	.topics_list li a::after {
		right: 1.5em;
	}
	.topics_list li .txt {
		flex: 1;
	}
	.topics_list li .date {
		width: 20%;
		margin-bottom: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: center;
	}
}

@media (hover: hover) {
	.topics_list li a:hover {
		background: rgba(251,113,0,0.1);
	}
}

/* sheet
------------------------------------ */
.sheet {
	padding: min(5vw, 30px);
	background: url(../img/bg_line.png) center no-repeat;
	background-size: cover;
}
.sheet_month{
    max-width: 10em;
    padding: 0.5em 0;
    margin: 0 auto 1em;
	background: var(--sub_color2);
	border-radius: 5em;
	color: #fff;
	font-size: 1.125em;
	font-family: "Tsubuten AP";
	text-align: center;
}
.sheet_month span{
    font-size: 1.25em;
}
.sheet_img{
	max-width: 300px;
	margin: 0 auto;
	display: block;
	transition: all .3s;
}

.sheet_archive{
	margin: min(5vw, 30px) 0;
}
.sheet_archive ul{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 8%;
    justify-content: center;
}
.sheet_archive li{
	width: 46%;
}
.sheet_archive .sheet_month{
	background: var(--key_color);
	font-size: 1em;
}
@media print, screen and (min-width:641px) {
	.sheet_archive ul{
		gap: 30px 4%;
	}
	.sheet_archive li{
		width: 20%;
	}
}
@media (hover: hover) {
	.sheet_img:hover {
		transform: scale(1.05);
	}
}

/* リンクボタン
---------------------------------------- */
.link_btn {
	margin: min(5vw, 30px) 0;
}

.link_btn:last-child {
	margin-bottom: 0;
}

.link_btn a {
	/* width: 90%; */
	max-width: 450px;
	padding: 1em 1.75em 1em 0.75em;
	margin: 0 auto;
	background: var(--key_color);
	box-sizing: border-box;
	border-radius: 3em;
	display: block;
	position: relative;
	color: #fff;
	font-size: clamp(1em, 2.5vw, 1.125em);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}

.link_btn a span {
	display: inline-block;
}

.link_btn.btn_orn a {
	background: var(--sub_color);
}

.link_btn a::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.3em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 1em;
	top: 50%;
}

@media (hover: hover) {
	.link_btn a:hover {
		transform: scale(1.05);
	}
}

/* ttl_chara
------------------------------------ */
.ttl_chara{
	padding-right: 3em;
	position: relative;
}
.ttl_chara::after{
	content: "";
    width: 2.5em;
    height: 3em;
	background: url(../img/ttl_chara.png) bottom no-repeat;
	position: absolute;
	background-size: contain;
	right: 0;
	bottom: -0.4em;
}

/* okitore_cast
------------------------------------ */
.okitore_cast ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 4%;
    justify-content: center;
}
.okitore_cast li{
	max-width: 46%;
	border: 3px solid #ffde25;
	border-radius: 5px;
	box-sizing: border-box;
}
.okitore_cast li p{
	padding: 0.5em;
	background: #ffde25;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width:641px) {
	/* .okitore_cast ul{
		gap: 30px 4%;
	} */
	.okitore_cast li{
		width: auto;
	}
}