@charset "utf-8";
/* =============================================================
    common 共通
============================================*/
:root {
	--color_BLK : #252525;
	--color_NVY : #0b097d;
	--color_YLW : #ffea00;
	--color_GRN : #00ad86;
	--color_RED : #e60033;
	/* --color_BLU : #0068b7; */
	--fontS : clamp(14px,2.2vw,22px);
	--fontM : clamp(18px,2.8vw,28px);
	--fontL : clamp(20px,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_NVY);
	/* 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 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
}
#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;
}
.mochiy-pop-p-one-regular {
	font-family: "Mochiy Pop P One", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.kosugi-maru {
	font-family: 'Kosugi Maru',sans-serif;
}
.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: 1600px;
}
.inner_wrap.max {
	max-width: 100%;
}
.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: 4%;
	justify-content: center;
}
.flex.col4 .flex_item {
	width: calc(88% / 4);
}
.flex.col4 .flex_item:nth-child(n + 7) {
	margin-top: var(--gap_48px);
}
@media screen and (max-width:1279px) {
	.flex.col4 {
		justify-content: center;
		row-gap: var(--gap_48px);
	}
	.flex.col4 .flex_item {
		width: calc(94% / 2);
		max-width: 400px;
	}
}
@media screen and (max-width:767px) {
	.flex.col3 {
		justify-content: center;
	}
	.flex.col3 .flex_item {
		width: calc(97% / 2);
	}
	.flex.col3 .flex_item:not(:first-of-type) {
		margin-top: var(--gap_48px);
	}
}
@media screen and (max-width:599px) {
	.flex.col2 {
		justify-content: center;
	}
	.flex.col2 .flex_item {
		width: min(90%, 350px);
	}
	.flex.col4 .flex_item {
		width: min(80%,320px);
	}
}
@media screen and (max-width:479px) {
	.flex.col3 .flex_item {
		width: min(80%, 480px);
	}
}

.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.col3 {
	grid-template-columns: repeat(3, 1fr);
	gap: var(--gap_64px);
}
@media screen and (max-width: 767px) {
	.grid.col2 {
		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;
}

.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(38px,7.8vw,78px);
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	letter-spacing: 0;
	color: var(--color_YLW) !important;
	text-shadow: 0 0 0.2em var(--color_NVY),0 0 0.3em var(--color_NVY);
	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%); */
}
/* #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, 15vw, 100px);
}
#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;
	}
}

.tver_area {
    text-align: center;
	margin-inline: auto;
}
.tver_info {
    margin-bottom: var(--gap_16px);
}
.tver_area a {
    margin-inline: auto;
    width: min(50vw,400px);
	display: block;
}
.tver_info_btm {
    margin-top: var(--gap_16px);
}

.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;
    /* border: #000 3px solid; */
    /* padding: 15px; */
	box-shadow: 0 0 var(--gap_16px) var(--color_NVY);
}
#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;
}

/* ==================================
    背景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.png) center center/cover repeat-y;
}
@media screen and (max-width: 999px) {
	.page_bg::before {
		background: url(../images/bg_mob.png) center center/cover repeat-y;
	}
}

.page_bg::after {
	content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFF;
	background: linear-gradient(180deg,transparent 0%, transparent 49%, #ffea0050 50%, transparent 51%, transparent 100%);
	background-size: 200% 200%;
	animation: Grad 3s ease infinite;
}
@keyframes Grad {
    0%{background-position:50% 48%;}
    50%{background-position:50% 52%;}
    100%{background-position:50% 48%;}
}

/* ==================================
============================*/

/* =============================================================
    【content】ブロック　
============================================*/
.sec_wrap {
	padding-top: var(--gap_160px);
}
.sec_title {
	font-size: var(--fontM);
	text-align: center;
	line-height: 1.2;
	margin-bottom: var(--gap_48px);
}

.read p + p {
	margin-top: var(--gap_16px);
}

.box01 {
    text-align: center;
    width: min(100%, 1200px);
	margin-inline: auto;
    padding-block: var(--gap_48px);
    border: solid calc(var(--gap_8px) / 2) var(--color_NVY);
    border-radius: var(--gap_16px);
    box-shadow: 0 0 var(--gap_16px) var(--color_NVY);
}

/* =============================================================
    【KV】ブロック　
============================================*/
#page {
	position: relative;
}
.cont_wrap {
	position: relative;
    z-index: 999;
}

.logo_wrap {
	font-size: 0em;
	width: min(70%,887px);
	margin-inline: auto;
	position: relative;
	z-index: 999;
}
.logo {
	background: url(../images/logo.png) center center/contain no-repeat;
	padding-top: calc(790 / 887 * 100%);
}
.kv_cast {
	width: min(100%,1798px);
	margin-inline: auto;
	padding-top: var(--gap_24px);
	margin-bottom: max(-30vw,-550px);
}

/* =============================================================
    【intro】ブロック　
============================================*/
#intro {
	padding-block: var(--gap_48px) var(--gap_80px);
}

.oadate {
	font-size: clamp(20px,8vw,88px);
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	text-shadow: 0 0 0.3em var(--color_NVY);
	color: #fff;
	width: min(100%, 1600px);
	margin-inline: auto;
	padding-inline: var(--gap_32px);
	background: var(--color_NVY);
	background: linear-gradient(90deg,transparent 0%,var(--color_NVY) 20%,var(--color_NVY) 80%,transparent 100%);
	filter: drop-shadow(0 0 var(--gap_8px) var(--color_NVY));
}
.oadate em {
	color: var(--color_YLW);
	display: inline-block;
}
.oadate em.big {
	font-size: 1.3em;
}

/* =============================================================
    【overview】ブロック　
============================================*/
#overview .box01 {
	padding-block: var(--gap_48px) min(25vw,250px);
	/* margin-bottom: max(-30vw,-300px);
	background: url(/sp/quizX/images/star.png) right var(--gap_24px) bottom var(--gap_32px)/clamp(100px,26vw,268px) no-repeat rgb(255,255,255,85%); */
	margin-bottom: max(-20vw,-200px);
	background: url(/sp/quizX/images/star.png) right var(--gap_24px) top var(--gap_32px)/clamp(100px,26vw,268px) no-repeat rgb(255,255,255,85%);
}

.trailer {
	font-size: var(--fontL);
	font-weight: bold;
}
.trailer em {
	font-size: 1.3em;
	color: var(--color_GRN);
}
.trailer .line {
	border-bottom: solid var(--gap_8px) var(--color_YLW);
	display: inline-block;
}
.summary {
	font-size: var(--fontM);
	margin-top: var(--gap_64px);
}
@media screen and (max-width: 479px) {
	.summary .read p {
		text-align: left;
	}
	.summary .read .ib {
		display: inline;
	}
	.summary .read br {
		display: none;
	}
}

/* =============================================================
    【cast】ブロック　
============================================*/
#cast {
    padding-top: var(--gap_80px);
    padding-bottom: var(--gap_80px);
}

.cast_wrap {
	justify-content: center;
	gap: 0 !important;
	padding-block: 0 var(--gap_80px);
}
.cast_wrap .cast_img {
	width: min(100%,414px);
}
.cast_wrap .flex_item:first-of-type .cast_img {
    margin-inline: auto 0;
}
.cast_wrap .cast_img img {
	margin-bottom: calc(var(--gap_32px) * -1);
}

.cast_name {
	font-size: var(--fontM);
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	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;
}
.cast_mc .cast_name {
	font-size: var(--fontL);
}
.cast_name small {
	font-size: clamp(12px,1.6vw,18px);
	line-height: 1;
}

.cast_sub_wrap .cast_img .img_wrap {
	position: relative;
	margin-bottom: var(--gap_24px);
}
.cast_sub_wrap .cast_img .img_wrap::before {
	position: absolute;
	top: calc(var(--gap_8px) * 1.5);
	left: calc(var(--gap_8px) * 1.5);
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(255 234 0 / 50%);
	z-index: -1;
}
.cast_sub_wrap .cast_img img {
	border: solid calc(var(--gap_8px) / 2) var(--color_NVY) !important;
	filter: drop-shadow(0 0 var(--gap_8px) var(--color_NVY));
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 599px) {
	.cast_mc {
		margin-bottom: max(-10vw,-50px);
	}
}

/* =============================================================
    【present】ブロック　
============================================*/
#present {
    text-align: center;
    font-weight: bold;
    padding-block: var(--gap_80px);
}
#present .box01 {
    background: url(/sp/quizX/images/star.png) right var(--gap_24px) bottom var(--gap_32px)/clamp(100px,26vw,268px) no-repeat rgb(255, 255, 255, 85%);
}
#present .pre_title {
    max-width: 628px;
    margin: 0 auto;
    font-size: 0em;
}
#present .pre_title span {
    background: url(../images/present.png) center top/contain no-repeat;
    padding-bottom: calc(227 / 628 * 100%);
    display: block;
}
.pre_winner {
	font-size: var(--fontL);
    line-height: 1.2;
    margin: var(--gap_24px) auto var(--gap_24px);
}
.pre_winner em {
    font-size: 1.4em;
}
.pre_winner em.num {
    font-size: 2em;
}
.pre_stanby .text01 {
    font-weight: normal;
    line-height: 1;
    width: clamp(280px, 70vw, 450px);
    margin: 0 auto var(--gap_24px);
    transform: rotate(-6deg);
    justify-content: unset;
    align-items: center;
}
.pre_stanby .text02 em {
    font-size: 1.4em;
}
.pre_stanby .text03 {
    font-size: var(--fontL);
    line-height: 1.2;
	color: var(--color_YLW);
    padding: var(--gap_16px) var(--gap_16px);
    margin: var(--gap_32px) auto 0;
    background-color: var(--color_NVY);
    display: inline-block;
}
.pre_howto {
    font-weight: normal;
}
.pre_btn a, .pre_btn .btn_close {
    padding: var(--gap_16px) var(--gap_32px);
    margin: var(--gap_32px) auto 0;
    line-height: 1.2;
    border-radius: var(--gap_8px);
    display: inline-block;
}
.pre_btn a {
    font-size: var(--fontL);
    color: #fff !important;
    background-color: var(--color_RED);
}
.pre_btn .btn_close {
    font-size: var(--fontM);
    color: #fff;
    background-color: #8b8b8b;
}

#present .pre_btn .note {
    font-size: clamp(14px, 2.2vw, 16px);
    font-weight: normal;
    margin-top: var(--gap_16px);
    display: block;
}
.pre_deadline {
    font-size: var(--fontM);
    color: var(--color_RED);
	margin-top: var(--gap_32px);
}
@media screen and (max-width: 479px) {
	.pre_howto,
	#present .pre_btn .note {
		text-align: left;
	}
	.pre_howto .ib,
	#present .pre_btn .note .ib {
		display: inline;
	}
	.pre_howto br {
		display: none;
	}
}

/* =============================================================
    【tver】ブロック　
============================================*/
#tver {
	font-size: var(--fontM);
	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;
	color: var(--color_BLK);
	margin-top: min(20vw,120px);
	padding-top: var(--gap_8px);
	padding-bottom: var(--gap_48px);
	background: rgba(11, 9, 125, .85);
	/* background: linear-gradient(180deg,transparent 0%, transparent 40%, rgba(11, 9, 125, .85) 40%, rgba(11, 9, 125, .85) 100%); */
	box-shadow: 0 0 var(--gap_16px) var(--color_NVY);
}
.tver_area {
	margin-top: max(-20vw,-120px);
}
#tver a img {
	filter: drop-shadow(0 0 var(--gap_8px) var(--color_NVY));
}
#tver a[tabindex="-1"] img {
	filter: brightness(0.6);
}


/* =======================================
    アニメーション
=======================*/
.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: fuwafuwa2 2s infinite 0s;
}
@keyframes fuwafuwa {
	0% {
	transform: translateY(4px);
   }
	50% {
	transform: translateY(-4px);
   }
	100% {
	transform: translateY(4px);
   }
}
@keyframes fuwafuwa2 {
	0% {
	transform: translateY(-4px);
   }
	50% {
	transform: translateY(4px);
   }
	100% {
	transform: translateY(-4px);
   }
}

.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);
	}
}

.pikopiko {
	animation: pikopiko 1s steps(2, start) infinite;
}
@keyframes pikopiko {
	0% {
		transform: rotate(2deg);
	}

	to {
		transform: rotate(-2deg);
	}
}

.poyoyon2 {
	animation: poyoyon2 5s ease-in-out infinite;
  }
@keyframes poyoyon2 {
	0%  {
	  transform: scale(1.0, 1.0) translate(0, 0);
	}
	3% {
	  transform: scale(0.98, 0.9) translate(0, 5px);
	}
	6% {
	  transform: scale(1.02, 1.0) translate(0, 8px);
	}
	10% {transform: scale(0.98, 1.05) translate(0, -8px);
	}
	14% {
	  transform: scale(1.0, 0.9) translate(0, 5px);
	}
	20% {
	  transform: scale(1.0, 1.0) translate(0, 0);
	}
	0%, 20% {
	  opacity: 1;
	}
  }

.blink {
	animation: blink 4s infinite alternate;
}
@keyframes blink {
    0% {
		opacity:0;
	}
    4% {
		opacity:1;
	}
    5% {
		opacity:0;
	}
    6% {
		opacity:1;
	}
    10% {
		opacity:1;
	}
    11% {
		opacity:0;
	}
    12% {
		opacity:1;
	}
    60% {
		opacity:1;
	}
    61% {
		opacity:0;
	}
    62% {
		opacity:1;
	}
    100% {
		opacity:1;
	}
}

/* 画像の表示アニメーション*/
/* 発火タイミング指示のjs記述も必要 */
  .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;
  }
}

/* JS 時間指定で表示非表示を制御用 */
.js-time_limited {
    display: none !important;
}
.js-time_limited_fire {
    display: block !important;
}
.js-time_limited_fire.hidden {
    display: none !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;
    }
}