<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =============================================================
    common 共通
============================================*/
body {
	width: 100%;
}
body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
li,ol,ul {
	list-style-type: none;
}
blockquote {
	margin: 0 !important;
}

#page {
	font-size: 20px;
	margin: 0 auto;
    max-width: 1920px;
	color: var(--myColor03);
	font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	letter-spacing: 1px;
	font-feature-settings: "palt" 1;
	-webkit-text-size-adjust: 100%;
}
#page * {
	box-sizing: border-box;
}
#page img {
	width: 100%;
	border: 0;
	vertical-align: top;
}
#page a {
	transition: all 0.3s;
	text-decoration: none;
}
#page a:hover {
	opacity: 0.7;
}
#page a[tabindex*="-1"] {
	pointer-events: none;
}
#page a[tabindex*="-1"]:hover {
	opacity: 1;
}
#page em {
	font-style: normal;
	font-weight: bold;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	a[href*="tel:"] {
	  pointer-events: none;
	  cursor: default;
	  text-decoration: none;
	}
  }
@media screen and (max-width: 767px) {
	#page {
		font-size: 18px;
	}
}
@media screen and (max-width: 479px) {
	#page {
		font-size: 16px;
	}
}

.serif {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
}
.arial {
	font-family: Arial;
}
.font_maru {
	font-family: 'Kosugi Maru',sans-serif;
}
.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner_wrap {
	padding: 0 var(--myBasePX_L);
	margin: 0 auto;
}
.block_title_wrap {
	font-size: 0em;
	margin: 0 auto;
}
.block_title {
	font-size: 1.9em;
	text-align: center;
}
.ib {
	font-size: inherit !important;
	display: inline-block;
}
.btn_wrap {
	text-align: center;
}
.btn {
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	padding: 0.8em var(--myBasePX_S);
	margin: 0 auto;
	line-height: 1.2;
	border-radius: 10px;
	display: inline-block;
}

#page-top {
    position: fixed;
    font-size: 77%;
    z-index: 500;
}
@media screen and (min-width: 768px) {
    #page-top {
        bottom: 20px;
        right: 20px;
    }
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	.mob {
		display: none;
	}	
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
    #page-top {
        bottom: 5px;
        right: 5px;
    }
    #page-top a img {
        width: 60px;
        height: auto;
    }
}

.brXS, .brS, .brM, .brL, .brXL { display: none; }
.brPC { display: none; }
@media (max-width: 479px) { .brXS { display: inline; } }
@media (max-width: 599px) { .brS { display: inline; } }
@media (max-width: 767px) { .brM { display: inline; } }
@media (max-width: 1024px) { .brL { display: inline; } }
@media (max-width: 1399px) { .brXL { display: inline; } }
@media (min-width: 1400px) { .brPC { display: inline; } }

/* =============================================================
    【movie】ブロック　※Brightecoveの動画表示
============================================*/
.movie_wrap {
	width: 100%;
    max-width: 800px;
    margin: 0 auto var(--myBasePX_XL);
    padding: 15px;
}
#movie {
    position: relative;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
    margin: 0 auto;
    overflow: hidden;
}
.tvo-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
@media screen and (max-width: 479px) {
	.movie_wrap {
		padding: 10px;
	}
}

/* =============================================================
    page用css
============================================*/
:root {
	--myColor01 : #f409bb;
	--myColor02 : #ffea00;
	--myColor03 : #180614;
	--myBgColor : rgb(24 6 20 / 50%);
	--myBasePX_XL : 80px;
	--myBasePX_L : 50px;
	--myBasePX_M : 30px;
	--myBasePX_S : 20px;
}
.page_bg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* clip: rect(0, auto, auto, 0); */
    z-index: -1;
}
.page_bg:before {
    content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
	background: url(../images/mv_bg.jpg) center top/100% repeat-y;
}
.sec_wrap {
	padding: var(--myBasePX_XL) 0;
}
@media screen and (max-width: 767px) {
	:root {
		--myBasePX_XL : 50px;
		--myBasePX_L : 30px;
	}
}
@media screen and (max-width: 479px) {
	:root {
		--myBasePX_XL : 30px;
		--myBasePX_L : 20px;
		--myBasePX_M : 20px;
		--myBasePX_S : 12px;
	}
}

/* =============================================================
    メインビジュアル
============================================*/
#header {
	padding: var(--myBasePX_L) 0 0;
	overflow: hidden;
}
.logo_sub_wrap.flex {
	justify-content: center;
	margin: 0 auto -40px;
}
.logo_sub_wrap.flex &gt; div {
	width: 50%;
	max-width: 400px;
}
.mv_logo_sub01 {
	margin-right: -40px;
	position: relative;
	z-index: 10;
}
.mv_logo_sub01, 
.mv_logo_sub02 {
	opacity: 0;
}
.mv_logo_wrap {
	font-size: 0em;
	max-width: 1300px;
	margin: 0 auto -100px;
}
.mv_logo {
	background: url('../images/mv_logo.png') center center/contain no-repeat;
	padding-top: calc(590 / 1584 * 100%);
	position: relative;
    z-index: 50;
	opacity: 0;
}
.mv_cast {
	max-width: 1175px;
	margin: 0 auto;
}
.mv_cast img {
	position: relative;
	z-index: 100;
}
.oa_day_wrap {
	background-color: var(--myColor01);
	position: relative;
}
.mv_btn {
	position: absolute;
	bottom: 35%;
	right: var(--myBasePX_S);
	width: clamp(100px,28vw,300px);
	animation: fuwafuwa 1.5s infinite;
	z-index: 150;
}
@keyframes fuwafuwa {
	0%,100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}
.oa_day {
	font-size: 4.5em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.2;
    padding: 0.2em 0;
}
.oa_day em,
.pr_youtube em {
	color: var(--myColor02);
}
.oa_day em:not(.nml) {
	font-size: 1.4em;
}
.pr_youtube_wrap {
	background-color: var(--myColor03);
}
.pr_youtube {
	font-size: 3.4em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.2;
    padding: 0.3em 0;
}
@media screen and (max-width: 1919px) {
	.logo_sub_wrap.flex {
		margin-bottom: -2vw;
	}
	.mv_logo_sub01 {
		margin-right: -2.5vw;
	}
	.oa_day {
		font-size: 3.5em;
	}
	.pr_youtube {
		font-size: 2.6em;
	}
}
@media screen and (max-width: 1399px) {
	.oa_day {
		padding-left: var(--myBasePX_L);
		padding-right: var(--myBasePX_L);
	}
	.oa_day .ib {
		display: block;
	}
}
@media screen and (max-width: 1279px) {
	.logo_sub_wrap.flex {
		width: 80vw;
	}
	.mv_logo_wrap {
		margin: 0 auto -6vw;
	}
}
@media screen and (max-width: 767px) {
	.oa_day {
		font-size: 6.8vw;
	}
	.pr_youtube {
		font-size: 5.6vw;
	}
}
@media screen and (max-width: 479px) {
	.mv_btn {
		position: absolute;
		bottom: 25%;
	}
}

/* =============================================================
    概要　overview
============================================*/
#sec_overview {
	background: url('../images/bg_overview.jpg') center center/cover fixed no-repeat;
}
#sec_overview .block_title_wrap {
	margin: 0 auto var(--myBasePX_M);
	width: 45vw;
	max-width: 310px;
}
#sec_overview .block_title {
	background: url('../images/title_overview.png') center center/contain no-repeat;
	padding-top: calc(180 / 310 * 100%);
}
.block_read.overview {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.block_read.overview em {
	font-size: 1.4em;
	color: var(--myColor01);
	padding: 0.1em 0.2em;
	margin: 0 8px;
	line-height: 2 !important;
    border: solid 1px;
	background-color: #fff;
}
@media screen and (max-width: 999px) {
	.block_read.overview {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 767px) {
	.block_read.overview {
		font-size: 3.4vw;
	}
}

/* =============================================================
    出演　cast
============================================*/
#sec_cast {
	background: url('../images/bg_cast_stripe.png') center center repeat,
		url('../images/bg_cast.png') center top no-repeat #dfd1fa;
}
#sec_cast .inner_wrap {
	max-width: 1600px;
}
#sec_cast .block_title_wrap {
	width: 45vw;
	max-width: 310px;
}
#sec_cast .block_title {
	background: url('../images/title_cast.png') center center/contain no-repeat;
	padding-top: calc(180 / 310 * 100%);
}

.cast_list {
	justify-content: space-around;
    column-gap: 3%;
}
/* .cast_list.mc .cast_wrap {
	width: calc(97% / 2);
} */
.cast_wrap {
	width: 46%;
	max-width: 430px;
	margin: var(--myBasePX_L) 0 0;
}

.cast_name {
	color: #fff;
	text-align: center;
	padding: 0.8em;
	margin-top: calc(var(--myBasePX_L) * -1);
	position: relative;
	z-index: 10;
}
.cast_name::before,
.cast_name::after {
	transform: skewX(-15deg);/*平行四辺形の角度*/
	content: "";
	position: absolute;
	z-index: -1;
	width: calc(100% - 8px);
}
.cast_name::before {
	top: 8px;
	bottom: -8px;
	left: 8px;
	right: 0;
	background: #252525;
}
.cast_name::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--myColor03);
}
.cast_name em {
	font-size: 1.9em;
	margin-bottom: 8px;
	letter-spacing: 0;
	display: block;
	background: rgb(180,143,60);
	background: linear-gradient(0deg, rgba(180,143,60,1) 20%, rgba(245,231,205,1) 50%, rgba(180,143,60,1) 80%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pr_cast_wrap {
	font-size: 0em;
	margin: var(--myBasePX_L) auto 0;
	max-width: 677px;
}
.pr_cast {
	background: url('../images/pr_cast.png') center center/contain no-repeat;
	padding-top: calc(182 / 677 * 100%);
}
@media screen and (min-width: 1280px) {
	.cast_list.pcs4 .cast_wrap {
		width: calc(91% / 4);
	}
}
@media screen and (max-width: 999px) {
	.cast_name em {
		font-size: 3.9vw;
	}
}
@media screen and (max-width: 767px) {
	.cast_name::before {
		top: 1vw;
		bottom: -1vw;
		left: 1vw;
	}
	.cast_name em {
		font-size: 5.4vw;
	}
}
@media screen and (max-width: 479px) {
	.cast_name {
		font-size: 12px;
	}
}

/* =============================================================
    バナーエリア　sec_bnrarea
============================================*/
.bnr_youtube,
.bnr_tver,
.bnr_couple {
	max-width: 800px;
	margin: 0 auto;
}
.bnr_tver,
.bnr_couple {
	margin-top: var(--myBasePX_XL);
}
.bnr_couple {
	box-shadow: 0 0 10px #bd319e;;
}
.block_youtube .block_title_cont.flex {
	justify-content: center;
	flex-wrap: nowrap;
	column-gap: var(--myBasePX_XL);
	margin: var(--myBasePX_M) 0;
}
.block_youtube .block_title_wrap {
	margin: 0;
}
.block_title_wrap.title_movie {
	width: 45%;
	max-width: 397px;
}
.block_title_wrap.title_channel {
	width: 40%;
	max-width: 350px;
}
.title_movie .block_title {
	background: url('../images/title_movie.png') center center/contain no-repeat;
	padding-top: calc(186 / 397 * 100%);
}
.title_channel .block_title {
	background: url('../images/title_channel.png') center center/contain no-repeat;
	padding-top: calc(170 / 350 * 100%);
}

.yt_mov_wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.yt_mov_wrap iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: solid 4px var(--myColor01);
    padding: 8px;
    vertical-align: top;
}

/* =============================================================
    最新情報　news
============================================*/
#sec_news .block_title_wrap {
	width: 45vw;
	max-width: 349px;
}
#sec_news .block_title {
	background: url('../images/title_news.png') center center/contain no-repeat;
	padding-top: calc(139 / 349 * 100%);
}

.timeline_wrap {
	max-width: 1400px;
	margin: var(--myBasePX_L) auto 0;
}
.timeline_wrap.flex &gt; div {
	flex: 0 0 46%;
}
.block_twitter {
	height: 490px;
    overflow-y: scroll;
}
@media screen and (max-width: 767px) {
	.timeline_wrap.flex &gt; div {
		flex: 0 0 80%;
		margin: 0 auto;
	}
	.timeline_wrap.flex &gt; div:not(:last-child) {
		margin-bottom: var(--myBasePX_M);
	}
}

/* =============================================================
    BUZZOOKAチャンネルとは　sec_about
============================================*/
#sec_about {
	text-align: center;
}
.title_buzzooka {
	margin: 0 auto var(--myBasePX_M);
	width: 45vw;
	max-width: 300px;
}
#sec_about .block_read {
	font-weight: bold;
	line-height: 1.6;
}








/* =============================================================
    【targetBox】ブロック　※ページスクロールに応じてコンテンツを順に表示
============================================*/
.targetBox {
	opacity: 0;
	transition: opacity 0.75s ease-in;
  }
.is-showTargetBox {
	opacity: 1;
	transition: opacity 0.75s ease-in;
}

/* =============================================================
    【アニメーション】ブロック
============================================*/
.mv_logo_sub01.slidein {
    animation: slideIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}
.mv_logo_sub02.slidein {
    animation: slideIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
}
@keyframes slideIn {
  0% {
	transform: translateX(100px);
    opacity: 0;
  }
  /* 50% {
    transform: translateX(100px);
    opacity: 0;
  } */
  100% {
    transform: translateX(0);
  }
  80%,100% {
    opacity: 1;
  }
}

.mv_logo.fadein {
    animation: fadeIn 0.5s ease-out 0.75s forwards;
}
@keyframes fadeIn {
  0% {
	transform: scale(1.5);
    opacity: 0;
  }
  60% {
	transform: scale(1.5);
    opacity: 0;
  }
  100% {
	transform: scale(1);
  }
  80%,100% {
    opacity: 1;
  }
}
</pre></body></html>