﻿@charset "utf-8";
/* =============================================================
    common 共通
============================================*/
:root {
	--color_BLK : #252525;
	--color_NVY : #07082a;
	--color_YLW : #ffea00;
	--color_RED : #e60033;
	--color_VIO : #e7b6fa;
	/* --color_BLU : #0068b7; */
	--fontS : clamp(14px,2.2vw,22px);
	--fontM : clamp(16px,2.8vw,28px);
	--fontL : clamp(18px,4vw,38px);
	--gap_160px : clamp(54px, 24vw, 160px);
	--gap_96px : clamp(32px, 12vw, 96px);
	--gap_80px : clamp(27px, 10vw, 80px);
	--gap_64px : clamp(21px, 8vw, 64px);
	--gap_48px : clamp(16px, 6vw, 48px);
	--gap_32px : clamp(11px, 4vw, 32px);
	--gap_24px : clamp(8px, 3vw, 24px);
	--gap_16px : clamp(5px, 2vw, 16px);
	--gap_8px : clamp(3px, 1vw, 8px);
}

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,p {
	font-weight: inherit;
}
li,ol,ul {
	list-style-type: none;
}

#page {
	/* font-size: clamp(16px, 2.2vw, 20px); */
	font-size: clamp(16px, 2.2vw, 18px);
	margin: 0 auto;
    max-width: 1920px;
	color: var(--color_BLK);
	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;
	font-feature-settings: "palt" 1;
	-webkit-text-size-adjust: 100%;
	position: relative;	/* 背景fixed　safari対応 ←　これ使う場合は必要*/
}

#page * {
	box-sizing: border-box;
}
#page img {
	width: 100%;
	border: 0;
	vertical-align: top;
}
#page a {
	color: #92a4ff;
	word-break: break-all;
	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;
}
@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: clamp(14px, 3.2vw, 16px);
	}	
}

.serif {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
}
.arial {
	font-family: Arial;
}
.font_yusei-magic {
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.dela {
    font-family: 'Dela Gothic One', cursive;
    font-weight: 100;
}
.dotgothic {
	font-family: "DotGothic16", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}
.dela em,
.dotgothic em {
	font-weight: normal !important;
}

.font_awe::before,
.font_awe::after {
	font-family: "Font Awesome 6 Free","Font Awesome 6 Brands";
    font-weight: 900;
}
.red {
	color: var(--color_RED) !important;
}
.blue {
	color: var(--color_BLU) !important;
}
.ylw {
	color: var(--color_YLW) !important;
}
.lgry {
	color: #999;
}
.line_ylw {
	background: linear-gradient(180deg,transparent 70%, #ffea00 70%, #ffea00 100%);
}

.inner_wrap {
	padding: 0 var(--gap_48px);
	margin: 0 auto;
	max-width: 1300px;
}
.pd_tb {
	padding-top: var(--gap_80px);
	padding-bottom: var(--gap_80px);
}
.pd_t {
	padding-top: var(--gap_80px);
}
.pd_b {
	padding-bottom: var(--gap_80px);
}
.cont_close {
    position: relative;
}
.cont_close::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 999;
}
.stanby, .stanby a {
    position: relative;
}
.stanby a img {
	filter: blur(1px);
}
.stanbyText {
	display: none;
}
.stanby .stanbyText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,50%);
    display: -webkit-flex;
    display: flex;
    align-items: center;
	text-align: center;
	z-index: 100;
}
.stanby .stanbyText P {
	color: #fff;
	text-shadow: 0 0 0.2em #000,0 0 0.2em #000,0 0 0.3em #000,0 0 0.3em #000,0 0 0.3em #000;
	margin-inline: auto;
	padding-inline: var(--gap_16px);
}

.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex.col2 {
	column-gap: 4%;
}
.flex.col2 .flex_item {
	width: calc(96% / 2);
}
.flex.col3 {
	column-gap: 3%;
	justify-content: center;
}
.flex.col3 .flex_item {
	width: calc(94% / 3);
}
.flex.col4 {
	column-gap: 2%;
	justify-content: unset;
}
.flex.col4 .flex_item {
	width: calc(90% / 6);
}
.flex.col4 .flex_item:nth-child(n + 7) {
	margin-top: var(--gap_48px);
}
@media screen and (max-width:767px) {
	.flex.col2,
	.flex.col3 {
		justify-content: center;
	}
	.flex.col2 .flex_item {
		width: min(80%, 480px);
	}
	.flex.col3 .flex_item {
		width: min(80%, 380px);
	}
	.flex.col2 .flex_item:not(:first-of-type),
	.flex.col3 .flex_item:not(:first-of-type) {
		margin-top: var(--gap_48px);
	}
	.flex.col4 .flex_item {
		width: calc(94% / 4);
	}
	.flex.col4 .flex_item:nth-child(n + 5) {
        margin-top: var(--gap_48px);
    }
}
@media screen and (max-width:479px) {
	.flex.col4 .flex_item {
		width: calc(96% / 3);
	}
	.flex.col4 .flex_item:nth-child(n + 4) {
        margin-top: var(--gap_48px);
    }
}

.flex.col_3_1 {
	align-items: center;
}
.flex.col_3_1 .flex_item.w3 {
	width: calc(100% / 4 * 3 );
	padding-right: var(--gap_64px);
}
.flex.col_3_1 .flex_item.w1 {
	width: calc(100% / 4 * 1 );
}
@media screen and (max-width: 1279px) {
	.flex.col_3_1 .flex_item.w3 {
		width: calc(100% / 3 * 2 );
		padding-right: var(--gap_48px);
	}
	.flex.col_3_1 .flex_item.w1 {
		width: calc(100% / 3 * 1 );
	}
}
@media screen and (max-width: 999px) {
	.flex.col_3_1 {
		align-items: flex-start;
	}
	.flex.col_3_1 .flex_item.w3 {
		padding-right: var(--gap_24px);
	}
}
@media screen and (max-width: 767px) {
	.flex.col_3_1 {
		flex-direction: column-reverse;
	}
	.flex.col_3_1 .flex_item.w3,
	.flex.col_3_1 .flex_item.w1 {
		width: 100%;
	}
	.flex.col_3_1 .flex_item.w3 {
		padding-right: 0;
		margin-top: var(--gap_32px);
	}
	.flex.col_3_1 .flex_item.w1 {
		text-align: center;
	}
	.flex.col_3_1 .flex_item.w1 img {
		max-width: 380px;
	}
}

.grid {
	display: grid;
}
.grid.col2 {
	grid-template-columns: repeat(2, 1fr);
	gap: var(--gap_64px);
}
.grid.col4 {
	grid-template-columns: repeat(4, 1fr);
	gap: var(--gap_24px);
}
@media screen and (max-width: 1279px) {
	.grid.col4 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.grid.col2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 479px) {
	.grid.col4 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.ib {
	font-size: inherit !important;
	display: inline-block;
}

.img_thumb {
	width: min(100%,300px);
}
.img_thumb a {
	color: #fff !important;
	display: block;
	position: relative;
}
.img_thumb a::after {
	font-size: clamp(18px, 3vw, 22px);
	color: var(--myColor01);
	position: absolute;
	content: '\f00e';
	bottom: -0.5em;
	right: -0.5em;
	text-shadow: 0 0 0.2em var(--color_BLK),0 0 0.2em var(--color_BLK),0 0 0.2em var(--color_BLK),0 0 0.3em var(--color_BLK),0 0 0.3em var(--color_BLK);
	font-family: "Font Awesome 6 Free","Font Awesome 6 Brands";
    font-weight: 900;
}

#page button {
	border: 0;
	background: unset;
	font-weight: unset;
	padding: unset;
	cursor: pointer;
}
.tvo-video button {
	background: inherit !important;
	padding: inherit !important;
}
.btn_wrap {
	text-align: center;
}
.btn {
	font-weight: bold;
	padding: var(--gap_8px) var(--gap_16px);
	margin: 0 auto;
	line-height: 1.2;
	border-radius: clamp(4px, 1vw, 10px);
	transition: all 0.3s;
	display: inline-block;
}

.side_nav {
	text-align: center;
	margin-bottom: var(--gap_32px);
}
.side_nav a {
	font-size: clamp(24px,4vw,38px);
	color: #fff !important;
	text-shadow: 0 0 0.4em var(--color_VIO), 0 0 0.4em var(--color_VIO);
	margin-block: var(--gap_8px);
	display: inline-block;
}
@media screen and (max-width: 479px) {
	.side_nav {
		margin-bottom: var(--gap_16px);
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.side_nav > div {
		display: inline-block;
		margin-inline: var(--gap_16px);
	}
}

#btn_pagetop,
#btn_pagetop2 {
	bottom: var(--gap_16px);
    position: fixed;
    z-index: 1100;
}
#btn_pagetop {
	right: clamp(8px, 2vw, 16px);
}
#btn_pagetop2 {
	left: var(--gap_24px);
}
#btn_pagetop a,
#btn_pagetop2 a {
	display: block;
}
#btn_pagetop2 a {
	font-size: clamp(14px,1.8vw,20px);
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 0.3em #000000, 0 0 0.3em #000000, 0 0 0.3em #000000, 0 0 0.3em #000000;
	line-height: 1.2;
	letter-spacing: 0;
	color: #fff !important;
	padding: var(--gap_8px);
	border: solid 1px var(--color_YLW);
	box-shadow: 0 0 var(--gap_8px) #000;
    /* background: var(--color_RED); */
	background: #214361;
    background: radial-gradient(circle, rgba(33, 67, 97, 1) 0%, rgba(17, 44, 68, 1) 100%);
    filter: sepia(0.8);
}
#btn_pagetop2 a + a {
	margin-top: var(--gap_24px);
}
/* #btn_pagetop i {
	padding: var(--gap_16px) var(--gap_24px);
} */
#btn_pagetop2 > i {
	font-size: 1.4em;
	text-shadow: 0 0 0.2em #000,0 0 0.3em #000;
	color: #fff;
	margin-bottom: var(--gap_8px);
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 999;
}
#btn_pagetop a img {
	width: clamp(60px, 10vw, 120px);
	filter: drop-shadow(0px 0px calc(var(--gap_8px) / 2) var(--color_BLK));
}
#btn_pagetop2 a img {
	width: clamp(120px, 12vw, 160px);
}
/* @media screen and (max-width: 479px) {
	.btm_btn_area {
		position: relative;
	}
	.btm_btn_area::after {
		position: fixed;
		content: "";
		width: 100%;
		background-color: #000;
		background: linear-gradient(90deg, transparent 0%, #000 50%, transparent 100%);
		bottom: 0;
		height: 60px;
		z-index: 1010;
	}
} */

.hidden {
	display: none !important;
}
.mob {
	display: none;
}
@media screen and (max-width: 899px) {
	.mob {
		display: block;
	}
	.pc {
		display: none;
	}
}

/* =============================================================
    【movie】ブロック　※Brightecoveの動画表示
============================================*/
.movie_wrap {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto 0;
}
#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;
}

#tver {
    /* text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.4em #fff, 0 0 0.4em #fff, 0 0 0.4em #fff; */
    text-shadow: 0 0 0.4em var(--color_NVY);
    color: var(--color_VIO);
}
.tver_area {
    text-align: center;
    margin-inline: auto;
}
.tver_info,
.tver_info_btm {
	font-size: 0.8em;
}
.tver_info {
    margin-bottom: var(--gap_8px);
}
.tver_info_btm {
    margin-top: var(--gap_8px);
}
.tver_area a {
    margin-inline: auto;
    width: clamp(100px,20vw,250px);
    display: block;
}
.tver_area a img {
    filter: drop-shadow(0 0 var(--gap_8px) var(--color_NVY));
}
.tver_area a[tabindex="-1"] img {
	filter: brightness(0.8);
}

/* ==================================
    背景fixed　safari対応
============================*/
.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/bg.jpg) center top/cover repeat-y;
}
@media screen and (max-width: 999px) {
	.page_bg::before {
		background: url(../images/bg.jpg) center center/cover repeat-y;
	}
}

/* ==================================
============================*/

/* =============================================================
    【content】ブロック　
============================================*/
.sec_wrap {
	padding-top: var(--gap_80px);
}
.sec_title {
	font-size: var(--fontL);
    font-weight: 800;
	font-style: italic;
	line-height: 1.1;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: var(--gap_48px);
}
.line_title {
	padding-block: var(--gap_24px);
	border-top: solid 2px;
	border-bottom: solid 1px;
}
.sec_title small {
	font-size: clamp(12px,2vw,16px);
	margin-left: var(--gap_8px);
}

.read p {
	margin-block: var(--gap_8px);
}
.read p:first-of-type {
	margin-top: 0;
}
.break {
	text-align: left;
	line-height: 1.2;
}

.title_L {
	font-size: var(--fontL);
}
.title_M {
	font-size: clamp(16px,2.4vw,26px);
}
.title_S {
	font-size: var(--fontS);
}

.cap {
	font-size: clamp(12px,1.4vw,14px);
	line-height: 1.1;
	margin-top: var(--gap_8px);
	display: block;
}

#main {
	/* padding-bottom: clamp(100px,18vw,240px); */
	padding-bottom: clamp(150px,25vw,300px);
    background: url(../images/bg_main.png) center top / 100% no-repeat,
		url(../images/bg_btm.png) center bottom/clamp(900px,150vw,1920px) no-repeat;
}
/* =============================================================
    【KV】ブロック　
============================================*/
#kv_wrap {
	position: relative;
	width: 100%;
}

.logo_wrap {
    font-size: 0em;
    width: min(100%, 1200px);
    margin-inline: auto;
	padding-block: var(--gap_80px) var(--gap_32px);
    position: relative;
    z-index: 999;
}
.logo {
    background: url(../images/logo.png) center center / contain no-repeat;
    padding-top: calc(523 / 1200 * 100%);
}

.oa_date_wrap {
    font-size: 0em;
    width: min(80%, 800px);
    margin-inline: auto;
	padding-bottom: var(--gap_80px);
    position: relative;
    z-index: 999;
}
.oa_date {
    background: url(../images/date.png) center center / contain no-repeat;
    padding-top: calc(144 / 863 * 100%);
}
@media screen and (max-width: 1399px) {
	.oa_date_wrap {
		margin-right: clamp(60px, 15vw, 180px);
	}
}
@media screen and (max-width: 767px) {
	.logo_wrap {
		padding-inline: var(--gap_24px);
	}
}

#kv_wrap > .inner_wrap {
	position: relative;
}
.kv_pr_btn {
    font-size: initial;
    position: absolute;
    z-index: 500;
    bottom: var(--gap_32px);
    right: 0;
    animation: fuwafuwa 2s infinite;
}
.kv_pr_btn a {
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    width: clamp(60px, 15vw, 180px);
    height: clamp(60px, 15vw, 180px);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: solid calc(var(--gap_8px) / 2) var(--color_YLW);
	background-color: var(--color_BLK);
    box-shadow: 0 0 var(--gap_8px) var(--color_BLK);
}
.kv_pr_btn span {
    font-size: clamp(10px, 2.4vw, 28px);
    line-height: 1.2;
    position: relative;
}
.kv_pr_btn span::after {
    position: absolute;
    content: "\f245";
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
    font-weight: 900;
    bottom: -1.2em;
    left: 85%;
    font-size: 1.6em;
	color: #fff;
    text-shadow: 1px 0 2px #000, 1px 0 2px #000, 1px 0 2px #000, 0 1px 2px #000, 0 1px 2px #000, 0 1px 2px #000;
}
@media screen and (max-width: 1399px) {
	.kv_pr_btn {
		right: var(--gap_24px);
	}
}

/* =============================================================
    【intro】ブロック　
============================================*/
#intro {
	text-align: center;
}
.intro_head {
	font-size: var(--fontL);
	font-weight: bold;
}
.intro_head p + p {
	margin-top: var(--gap_24px);
}
.logo_v {
	width: min(80%, 280px);
    margin-inline: auto;
}
.intro_read {
	font-size: var(--fontS);
	font-weight: bold;
	line-height: 1.6;
	margin-top: var(--gap_32px);
}
.intro_read p + p {
	margin-top: var(--gap_16px);
}

/* =============================================================
    【entry_que】ブロック　
============================================*/
#entry_que {
	padding-top: var(--gap_80px);
}
.entry_que_wrap {
	text-align: center;
	color: #fff;
	max-width: max-content;
	padding: var(--gap_48px);
	margin-inline: auto;
	border: solid 1px #fff;
	outline: solid var(--gap_8px) rgb(0 0 0 / 80%);
	background-color: rgb(0 0 0 / 80%);
}
.entry_que_wrap .head {
	font-size: var(--fontM);
	font-weight: bold;
	margin-bottom: var(--gap_32px);
}
.entry_que_wrap .head em {
	font-size: 1.3em;
	border-bottom: solid 1px;
}
.entry_que_wrap .read em {
	font-size: var(--fontS);
	margin-block: var(--gap_24px);
}

/* =============================================================
    【Cast】ブロック　
============================================*/
.cast_wrap {
	row-gap: var(--gap_24px);
}
.cast_wrap .flex_item {
	text-align: center;
}
.cast_s img {
	width: min(90%,300px) !important;
}
.cast_name {
	font-size: var(--fontM);
	font-weight: bold;
}
.cast_name small {
	font-size: clamp(12px,2vw,16px);
	line-height: 1.1;
	display: block;
}



/* =============================================================
    【Contents】ブロック　
============================================*/
.cont_item {
	text-align: center;
}
.cont_item + .cont_item {
	padding-top: var(--gap_48px);
	border-top: dotted 1px;
}
.cont_title {
	font-size: var(--fontL);
	font-weight: bold;
}
.cont_read {
	font-size: var(--fontS);
	margin-top: var(--gap_24px);
	padding-bottom: var(--gap_48px);
}
.cast05 {
	width: min(50vw,200px);
	margin-inline: auto;
	margin-top: var(--gap_32px);
}
@media only screen and (max-width: 479px) {
	.cont_read {
		text-align: left;
	}
	.cont_read .ib {
		display: inline;
	}
	.cont_read br {
		display: none;
	}
}

.yt_mov_wrap {
	max-width: 1000px;
	margin: 0 auto;
	box-shadow: 0 0 var(--gap_16px) var(--color_BLK);
}
.yt_mov_wrap iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
	vertical-align: top;
}


/* =======================================
    アニメーション
=======================*/
.pikapika {
	animation: pikapika 2s steps(1) infinite;
}
@keyframes pikapika {
	0%,100% {
	opacity: 0.2;
   }
	50% {
	opacity: 1;
   }
}

.fuwafuwa {
	animation: fuwafuwa 2s infinite 0s;
}
.fuwafuwa2 {
	animation: fuwafuwa 2s infinite 1s;
}
@keyframes fuwafuwa {
	0% {
	transform: translateY(8px);
   }
	50% {
	transform: translateY(-8px);
   }
	100% {
	transform: translateY(8px);
   }
}

.poyopoyo {
    animation: poyopoyo 2s ease-out infinite 1s;
}
.poyopoyo2 {
    animation: poyopoyo 2s ease-out infinite 2s;
}
@keyframes poyopoyo {
	0%, 40%, 60%, 80% {
	  transform: scale(1.0);
	}
	50%, 70% {
	  transform: scale(0.95);
	}
}

.anm_arrow_btm {
	animation: anm_arrow_btm 1s infinite;
}
@keyframes anm_arrow_btm {
	0% {
	transform: translateY(0);
	opacity: 1;
   }
   100% {
	transform: translateY(var(--gap_24px));
	opacity: 0;
   }
}

/* 画像の表示アニメーション*/
  .slidein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.0s;
  &.slidein-left{
      transform: translate(-100%,0);
  }
  &.slidein-right{
      transform: translate(100%,0);
  }
  &.slidein-up{
      transform: translate(0,-100%);
  }
  &.slidein-bottom{
      transform: translate(0,100%);
  }
  &.scrollin{
    transform: translate(0, 0)!important;
    opacity: 1!important;
  }
}


.confetti {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.confetti span {
	position: absolute;
	top: -10%;
	left: 0;
	width: 1.2vw;
	height: 0.8vw;
	background: #FFF;
}

/* add animation */
.confetti span:nth-child(2n+1) {
	animation: confetti-anim-1 1000s 0s linear infinite;
}

.confetti span:nth-child(2n+2) {
	animation: confetti-anim-2 1000s 0s linear infinite;
}

/* side position */
.confetti span:nth-child(1) {
	left: 0%;
}

.confetti span:nth-child(2) {
	left: 2%;
}

.confetti span:nth-child(3) {
	left: 4%;
}

.confetti span:nth-child(4) {
	left: 6%;
}

.confetti span:nth-child(5) {
	left: 8%;
}

.confetti span:nth-child(6) {
	left: 10%;
}

.confetti span:nth-child(7) {
	left: 12%;
}

.confetti span:nth-child(8) {
	left: 14%;
}

.confetti span:nth-child(9) {
	left: 16%;
}

.confetti span:nth-child(10) {
	left: 18%;
}

.confetti span:nth-child(11) {
	left: 20%;
}

.confetti span:nth-child(12) {
	left: 22%;
}

.confetti span:nth-child(13) {
	left: 24%;
}

.confetti span:nth-child(14) {
	left: 26%;
}

.confetti span:nth-child(15) {
	left: 28%;
}

.confetti span:nth-child(16) {
	left: 30%;
}

.confetti span:nth-child(17) {
	left: 32%;
}

.confetti span:nth-child(18) {
	left: 34%;
}

.confetti span:nth-child(19) {
	left: 36%;
}

.confetti span:nth-child(20) {
	left: 38%;
}

.confetti span:nth-child(21) {
	left: 40%;
}

.confetti span:nth-child(22) {
	left: 42%;
}

.confetti span:nth-child(23) {
	left: 44%;
}

.confetti span:nth-child(24) {
	left: 46%;
}

.confetti span:nth-child(25) {
	left: 48%;
}

.confetti span:nth-child(26) {
	left: 50%;
}

.confetti span:nth-child(27) {
	left: 52%;
}

.confetti span:nth-child(28) {
	left: 54%;
}

.confetti span:nth-child(29) {
	left: 56%;
}

.confetti span:nth-child(30) {
	left: 58%;
}

.confetti span:nth-child(31) {
	left: 60%;
}

.confetti span:nth-child(32) {
	left: 62%;
}

.confetti span:nth-child(33) {
	left: 64%;
}

.confetti span:nth-child(34) {
	left: 66%;
}

.confetti span:nth-child(35) {
	left: 68%;
}

.confetti span:nth-child(36) {
	left: 70%;
}

.confetti span:nth-child(37) {
	left: 72%;
}

.confetti span:nth-child(38) {
	left: 74%;
}

.confetti span:nth-child(39) {
	left: 76%;
}

.confetti span:nth-child(40) {
	left: 78%;
}

.confetti span:nth-child(41) {
	left: 80%;
}

.confetti span:nth-child(42) {
	left: 82%;
}

.confetti span:nth-child(43) {
	left: 84%;
}

.confetti span:nth-child(44) {
	left: 86%;
}

.confetti span:nth-child(45) {
	left: 88%;
}

.confetti span:nth-child(46) {
	left: 90%;
}

.confetti span:nth-child(47) {
	left: 92%;
}

.confetti span:nth-child(48) {
	left: 94%;
}

.confetti span:nth-child(49) {
	left: 96%;
}

.confetti span:nth-child(50) {
	left: 98%;
}

/* colors */
.confetti span:nth-child(5n+1) {
	background: red;
}

.confetti span:nth-child(5n+2) {
	background: blue;
}

.confetti span:nth-child(5n+3) {
	background: green;
}

.confetti span:nth-child(5n+4) {
	background: pink;
}

.confetti span:nth-child(5n+5) {
	background: yellow;
}


/* animation-duration */
.confetti span:nth-child(4n+1) {
	animation-duration: 5s;
}

.confetti span:nth-child(4n+2) {
	animation-duration: 12s;
}

.confetti span:nth-child(4n+3) {
	animation-duration: 8s;
}

.confetti span:nth-child(4n+4) {
	animation-duration: 6s;
}


/* animation-delay */
.confetti span:nth-child(11n+1) {
	animation-delay: 0s;
}

.confetti span:nth-child(11n+2) {
	animation-delay: 9s;
}

.confetti span:nth-child(11n+3) {
	animation-delay: 2s;
}

.confetti span:nth-child(11n+4) {
	animation-delay: 5s;
}

.confetti span:nth-child(11n+5) {
	animation-delay: 6s;
}

.confetti span:nth-child(11n+6) {
	animation-delay: 7s;
}

.confetti span:nth-child(11n+7) {
	animation-delay: 3s;
}

.confetti span:nth-child(11n+8) {
	animation-delay: 1s;
}

.confetti span:nth-child(11n+9) {
	animation-delay: 2s;
}

.confetti span:nth-child(11n+10) {
	animation-delay: 11s;
}

.confetti span:nth-child(11n+11) {
	animation-delay: 10s;
}

/* animation */

@keyframes confetti-anim-1 {
	0% {
		top: -10%;
		transform: translateX(0) rotateX(0) rotateY(0);
	}

	100% {
		top: 100%;
		transform: translateX(20vw) rotateX(180deg) rotateY(360deg);
	}
}

@keyframes confetti-anim-2 {
	0% {
		top: -10%;
		transform: translateX(0) rotateX(0) rotateY(0);
	}

	100% {
		top: 100%;
		transform: translateX(-20vw) rotateX(180deg) rotateY(360deg);
	}
}

/* JS 時間指定で表示非表示を制御用 */
.js-time_limited {
    display: none !important;
}
.js-time_limited_fire {
    display: block !important;
}
/* END // JS 時間指定で表示非表示を制御用 */

#tvoHeader,
#tvoFooter {
	position: relative;
	z-index: 1000;
}
.tvo-footer_sp_ad {
	display: none !important;
}
@media only screen and (max-width: 767px) {
    footer.tvo-footer.sp_ad_pad {
        padding-bottom: 0 !important;
    }
}