@charset "utf-8";
/* CSS Document */
#body-inside {
	overflow: hidden;
}
h2.furisode_title_h2 {
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-bottom: 1em;
	padding: 1em 0.5em;
	line-height: 1.5;
	color: #000;
	background: -webkit-repeating-linear-gradient(-45deg, #eaeaea, #eaeaea 3px,#f4f4f4 3px, #f4f4f4 7px);
	background: repeating-linear-gradient(-45deg, #eaeaea, #eaeaea 3px,#f4f4f4 3px, #f4f4f4 7px);
	font-size: 20px;
	letter-spacing: 2px;
    font-weight: 900;
    width: 100%;
}
h3.kitsuke_title {
	text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
	font-weight: 700;
}
.simple_square_btn7 {
	display: block;
	position: relative;
	padding: 1.5em;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #000;
	border: 3px solid #000;
	width: 80%;
	margin: 0 auto;
	font-size: 1.5rem;
	background-color: #fffcea;
	font-weight: 700;
    border-radius: 10rem;
}
.simple_square_btn7:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000;
	background-color: #f0e9b7;
}
.simple_square_btn7 i {
	margin-left: 1em;
}
.movie_short, .movie_long {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    padding-top: 15px;
}
.short_container, .long_container {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}
.click_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}
.comment {
    width: 95%;
    margin: 5px auto;
    font-size: 12px;
}
.short_container iframe, .long_container iframe {
    width: 100% !important;
    height: auto !important;
    display: block;
}
.short_container iframe {
    aspect-ratio: 9 / 16;
}
.long_container iframe {
    aspect-ratio: 16 / 9;
}
/* ポップアップ（モーダル）のスタイル */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}
.modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    aspect-ratio: 9 / 16;
    transition: all 0.3s;
}
.modal_content iframe {
    width: 100%;
    height: 100%;
}
.close_btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 1001;
}
.modal_content.is-short {
    max-width: 450px;
    aspect-ratio: 9 / 16;
}
.modal_content.is-long {
    max-width: 1000px;
    aspect-ratio: 16 / 9;
}
.select_cate_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cate_item {
    border: 1px solid #666;
    margin: 0.2em;
    text-align: center;
    border-radius: 10rem;
    font-size: 14px;
}
.cate_item i {
    font-size: 10px;
    margin-left: 5px;
}
.tokusyu_top_arrow {
    z-index: 12;
}

@media screen and (max-width: 750px) {
	.pc {
		display: none!important;
	}	
	.tablet {
		display: none!important;
	}
	.tp {
		display: none!important;
	}
	#top__hero img{
		height: 250px;
		object-fit: cover;
	}
	h1.furisode_title_h1 {
		text-align: center;
		font-size: 12px;
		width: 90%;
		margin: -10px auto 5px auto;
		line-height: 1.5;
	}
    .short_container {
        width: calc(100% / 3 - 6px);
        margin: 3px;
    }
    .long_container {
        width: calc(100% / 1 - 6px);
        margin: 3px;
    }
    .movie_short iframe, .movie_long iframe {
        max-width: 100%;
        max-height: none;
    }
    .cate_item {
		width: calc(100%/2 - 8px);
	}
    .cate_item a {
        display: block;
        padding: 8px;
    }
}

@media screen and (min-width:751px) and (max-width: 1024px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: none!important;
	}
	h1.furisode_title_h1 {
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.5;
		margin: -5px 0 5px 0;
	}
    .short_container {
        width: calc(100% / 4 - 6px);
        margin: 3px;
    }
    .long_container {
        width: calc(100% / 3 - 6px);
        margin: 3px;
    }
    .movie_short iframe, .movie_long iframe {
        max-width: 100%;
        max-height: none;
    }
    .cate_item {
		width: calc(100%/5 - 8px);
	}
    .cate_item a {
        display: block;
        padding: 1em;
    }
}

@media screen and (min-width: 1025px) {
	.sp {
		display: none!important;
	}
	.tablet {
		display: none!important;
	}
	.st {
		display: none!important;
	}
	h1.furisode_title_h1 {
		text-align: center;
		font-size: 1.45rem;
		line-height: 1.5;
		margin: -5px 0 5px 0;
	}
    .short_container {
        width: calc(100% / 4 - 6px);
        margin: 3px;
    }
    .long_container {
        width: calc(100% / 3 - 6px);
        margin: 3px;
    }
    .movie_short iframe, .movie_long iframe {
        max-width: 100%;
        max-height: none;
    }
    .cate_item {
		width: calc(100%/5 - 8px);
	}
    .cate_item a {
        display: block;
        padding: 1em;
    }
}


/* おすすめ動画全体の強調 */
.short_container.is-recommended {
    border: 3px solid #d4af37;
    border-radius: 8px;
    background-color: #fffcea;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
    z-index: 11;
}
/* 「RECOMMEND」ラベルの表示 */
.short_container.is-recommended::before {
    content: "おすすめ";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #d4af37;
    color: #fff;
    padding: 2px 12px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 20px;
    z-index: 20;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    width: 100%;
    text-align: center;
}
/* スマホ版での微調整 */
@media screen and (max-width: 750px) {
    .short_container.is-recommended {
        transform: scale(1.0);
        margin-top: -1px;
        margin-bottom: 15px;
    }
}
