@charset "utf-8";
/* =============================================================
    common 共通
============================================*/
:root {
	--color_BLK : #00002c;
	--color_lPPl : #fad4fd;
	--color_PPl : #7432af;
	--color_YLW : #ffcd39;
	--color_lYLW : #ffea91;
	/* --color_BLU : #5499d7; */
	--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);
	--boxshadow : 0 0 var(--gap_32px) #83908b;
}

html {
  scroll-behavior: smooth;
}
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: normal;
}
li,ol,ul {
	list-style-type: none;
}

#page {
	font-size: clamp(14px, 2.8vw, 20px);
	/* font-size: clamp(14px, 1.8vw, 18px); */
	margin: 0 auto;
    max-width: 1920px;
	color: var(--color_BLK);
	/* font-family: "Noto Sans JP", Lato, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	/* font-family: "Inter","Noto Sans JP","Hiragino Sans","Yu Gothic",sans-serif; */
	font-family: "Kaisei Tokumin", serif;
	font-weight: 400;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	-webkit-text-size-adjust: 100%;
	background-color: #deb4f8;
	position: relative;	/* 背景fixed　safari対応 ←　これ使う場合は必要*/
	z-index: 0;
}
#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;
}
@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(13px, 3.2vw, 16px);
	}	
} */

.serif {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
}
.kaisei {
	font-family: "Kaisei Tokumin", serif;
	font-weight: 400;
  }
.shippori {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
}
.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;
}
.reggae-one-regular {
	font-family: "Reggae One", system-ui;
	font-weight: 400;
	font-style: normal;
  }
.m-plus-1 {
	font-family: "M PLUS 1", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}
.mochiy-pop-p-one-regular {
    font-family: "Mochiy Pop P One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font_awe::before,
.font_awe::after {
	font-family: "Font Awesome 6 Free","Font Awesome 6 Brands";
    font-weight: 900;
}
.red {
	color: var(--color_RED);
}
.blue {
	color: var(--color_BLU);
}
.ylw {
	color: var(--color_YLW);
}
.pnk {
	color: var(--color_PNK);
}

.inner_wrap {
	padding: 0 var(--gap_48px);
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
}
.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);
}

.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: 1.5%;
	justify-content: center;
}
.flex.col3 .flex_item {
	width: calc(97% / 3);
}
.flex.col4 {
	column-gap: 2%;
	justify-content: unset;
}
.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:767px) {
	.flex.col2,
	.flex.col3 {
		justify-content: center;
	}
	.flex.col2 .flex_item {
		width: min(80%, 480px);
	}
	.flex.col3 .flex_item {
		width: min(90%, 480px);
	}
	/* .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(96% / 3);
	}
	.flex.col4 .flex_item:nth-child(n + 4) {
        margin-top: var(--gap_48px);
    }
}
@media screen and (max-width:479px) {
	.flex.col4 .flex_item {
		width: calc(98% / 2);
	}
	.flex.col4 .flex_item:nth-child(n + 3) {
        margin-top: var(--gap_48px);
    }
}

.ib {
	font-size: inherit !important;
	display: inline-block;
}

.btn_wrap {
	text-align: center;
	margin-inline: auto;
}
.btn {
	/* font-size: 1.4em;
	font-weight: bold; */
	padding: 0.8em var(--gap_24px);
	margin: 0 auto;
	line-height: 1.2;
	border-radius: clamp(4px, 1vw, 10px);
	transition: all 0.3s;
	display: inline-block;
}
.btn i {
	font-size: 0.8em;
	margin-left: var(--gap_8px);
}
#btn_pagetop,
#btn_pagetop2 {
    position: fixed;
    z-index: 1500;
}
#btn_pagetop {
	/* right: clamp(8px, 2vw, 16px); */
	right: 0;
	bottom: clamp(8px, 2vw, 16px);
}
#btn_pagetop2 {
	left: clamp(8px, 2vw, 16px);
	bottom: clamp(12px, 2.8vw, 28px);
}
#btn_pagetop a,
#btn_pagetop2 a {
	line-height: 1.2;
	/* font-size: clamp(20px,3.8vw,38px);
	color: var(--color_YLW);
	text-align: center;
	border-radius: var(--gap_16px) 0 0 0;
	background-color: var(--color_BLU); */
	display: block;
}
#btn_pagetop a {
	font-size: clamp(12px,1.8vw,14px);
	line-height: 1;
	color: #fff !important;
	padding: var(--gap_8px) var(--gap_8px) var(--gap_8px) var(--gap_16px);
	border: solid 1px #fff;
	border-right: 0;
	border-radius: 50px 0 0 50px;
	background-color: var(--color_PPl);
}
/* #btn_pagetop a i {
	padding: var(--gap_16px) var(--gap_24px);
} */
#btn_pagetop a img {
	width: clamp(50px, 12vw, 100px);
}
/* #btn_pagetop2 a img {
    width: clamp(120px, 18vw, 260px);
    left: clamp(8px, 2vw, 16px);
    bottom: clamp(8px, 2vw, 16px);
	box-shadow: 0 0 var(--gap_16px) var(--color_BLK);
} */
#btn_pagetop2 i {
	font-size: 1.4em;
	color: #fff;
	text-shadow: 0 0 0.2em var(--color_BLK),0 0 0.3em var(--color_BLK);
	margin-bottom: var(--gap_8px);
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 999;
}
#btn_pagetop2 a {
	font-size: var(--fontS);
	font-weight: 700;
    line-height: 1.1;
	/* text-shadow: 0 0 0.3em #fff; */
    color: var(--color_PPl) !important;
    padding: var(--gap_16px) var(--gap_16px);
	/* aspect-ratio: 1 / 1; */
    /* background-color: rgb(84 153 215 / 80%); */
    background-color: var(--color_lYLW);
    border: solid calc(var(--gap_8px) / 4) var(--color_PPl);
    /* border-radius: var(--gap_8px); */
    box-shadow: 0 0 var(--gap_8px) var(--color_PPl);
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#btn_pagetop2 a + a {
	margin-top: var(--gap_16px);
}
#btn_pagetop2 a small {
	font-size: clamp(12px, 1.8vw, 16px);
	line-height: 1;
}

.hidden {
	display: none !important;
}

@media screen and (min-width: 768px) {
	.mob {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}

/* =============================================================
    ページ内　共通
============================================*/
#page {
	position: relative;
}
.page_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	/* background-color: #9caad0; */
}
.page_bg:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
	background: url(/sp/hanazono/images/bg.png) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
	.page_bg:before {
		background: url(/sp/hanazono/images/bg_mob.png) center top/cover no-repeat;
	}
}

#page a {
	color: var(--color_dBLU);
	word-break: break-all;
}
#page a.textlink {
	color: inherit;
	text-decoration: underline;
}

.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;
}

.sec_wrap {
	padding-top: var(--gap_80px);
	position: relative;
}
.sec_title {
	font-size: var(--fontS);
	line-height: 1.1;
}
.sec_title i {
	font-size: 0.7em;
}
.read {
	line-height: 1.6;
}
.sec_title + .read {
	margin-top: calc(var(--gap_16px) * -1);
}
.read p + p {
	margin-top: var(--gap_16px);
}

.box01 {
	width: min(50vw,700px);
	margin-inline: auto;
	padding-block: var(--gap_64px);
	border: solid calc(var(--gap_8px) / 4) var(--color_PPl);
	background-color: rgb(116 50 175 / 50%);
	box-shadow: 0 0 var(--gap_16px) var(--color_PPl);
	position: relative;
}
.box01::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: solid calc(var(--gap_8px) / 4 * 3) var(--color_lYLW);
	width: calc(100% - calc(var(--gap_8px) / 4 * 3) * 2);
	height: calc(100% - calc(var(--gap_8px) / 4 * 3) * 2);
}
.box01::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: solid calc(var(--gap_8px) / 4 * 3) var(--color_PPl);
	width: calc(100% - calc(var(--gap_8px) / 4 * 3) * 4);
	height: calc(100% - calc(var(--gap_8px) / 4 * 3) * 4);
}
.box01 .sec_title {
	font-size: var(--fontM);
	text-align: center;
	color: var(--color_lYLW);
	padding: var(--gap_8px) var(--gap_8px);
	margin-left: calc(var(--gap_32px) * -1);
	background-color: var(--color_PPl);
	border: solid 2px var(--color_lPPl);
	box-shadow: 0 0 var(--gap_8px) var(--color_PPl);
	transform: rotate(-5deg);
	position: relative;
	display: inline-block;
	z-index: 150;
}
.box01 .read {
	padding-block: var(--gap_48px);
	padding-inline: var(--gap_32px);
	background-color: var(--color_lPPl);
}
.box01 .read p:not(.read_head) {
	text-align: justify;
}
@media screen and (max-width: 767px) {
	.box01 {
		width: min(80vw,700px);
	}
}

/* =============================================================
    logo
============================================*/
.pc.box_left {
	width: min(35vw,calc(calc(100% - min(50vw,700px)) / 2));
	position: sticky;
	top: 0;
	/* bottom: var(--gap_48px); */
	left: 0;
	z-index: 20;
}
.pc.box_left .logo_wrap {
	font-size: 0em;
    width: min(80%, 400px);
	margin-inline: auto;
	padding-block: var(--gap_48px);
}
.logo {
	background: url(/sp/hanazono/images/logo.png) center center/contain no-repeat;
	padding-top: calc(774 / 434 * 100%);
}
.pc.cast_mc {
	width: min(28vw,650px);
	position: fixed;
	bottom: calc(var(--gap_32px) * -1);
	right: 0;
	z-index: 200;
}

.mob.kv_wrap {
	padding-left: var(--gap_24px);
	align-items: end;
}
.mob .box_left {
	width: 60%;
    margin-right: -15%;
}
.mob .box_left .logo_wrap {
	font-size: 0em;
    width: min(100%, 400px);
	margin-inline: auto;
	padding-block: var(--gap_32px) var(--gap_64px);
}
.mob.kv_wrap .cast_mc {
	width: 55%;
}

/* =============================================================
    oadate_pr
============================================*/
#oadate_pr {
	padding-block: 0 var(--gap_24px);
}
#oadate_pr > .inner_wrap {
	width: calc(min(50vw,700px) + var(--gap_48px) * 2);
}
.oadate_pr_text {
	font-size: clamp(18px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.2;
	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;
	/* text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff; */
	max-width: max-content;
    margin-inline: auto;
}
.oadate_pr_text b {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	color: var(--color_PPl);
}
@media screen and (max-width: 767px) {
	#oadate_pr > .inner_wrap {
		width: 100%;
	}
	.oadate_pr_text {
		font-size: clamp(18px, 6.5vw, 48px);
	}
}

/* =============================================================
    overview
============================================*/
.box01.kv {
	padding-bottom: min(24vw, 440px);
    margin-bottom: calc(min(26vw, 480px) * -1);
}
#overview .read {
	text-align: center;
	margin-top: calc(var(--gap_16px) * -1);
}
#overview .read p {
	text-align: center;
}
#overview .read b {
	font-size: 1.1em;
}
@media screen and (max-width: 767px) {
	#outline {
		padding-top: 0;
		margin-top: calc(var(--gap_48px) * -1) !important;
	}
}

/* =============================================================
    program
============================================*/
.cast_guest01 {
	width: min(54vw, 900px);
	margin-inline: auto;
    margin-bottom: calc(min(15vw,150px) * -1);
}
.cast_guest01 img {
	filter: drop-shadow(0px 0px var(--gap_8px) var(--color_PPl));
}

@media screen and (max-width: 767px) {
	.cast_guest01 {
		width: min(68vw, 900px);
	}
}

.oa_num {
	font-size: calc(var(--fontL) * 1.75);
	font-weight: 600;
	font-style: italic;
	text-shadow: 0 0 0.2em var(--color_PPl),0 0 0.2em var(--color_PPl),0 0 0.2em var(--color_PPl),0 0 0.2em var(--color_PPl),0 0 0.3em var(--color_PPl),0 0 0.3em var(--color_PPl),0 0 0.3em var(--color_PPl),0 0 0.3em var(--color_PPl);
	color: #fff;
	position: absolute;
	top: -0.75em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 150;
}
.oadate {
	font-size: var(--fontL);
	font-weight: 800;
	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;
	margin-bottom: var(--gap_48px);
}
.oadate .text_oa {
	font-size: clamp(14px,3vw,20px);
	line-height: 1;
	max-width: max-content;
	margin-inline: auto;
	margin-bottom: var(--gap_8px);
	padding: var(--gap_8px) var(--gap_24px);
	background-color: var(--color_lPPl);
	border-radius: var(--gap_8px);
	display: block;
}
.program_info + .program_info {
	margin-top: var(--gap_64px);
}
#program .read_head {
	font-size: var(--fontM);
	font-weight: 800;
	line-height: 1.2;
}
.pg_main {
    width: min(90%, 780px);
	margin-block: var(--gap_32px) var(--gap_24px);
    margin-inline: auto;
	position: relative;
	transform: rotate(-2.5deg);
}
.pg_main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7432af;
    top: 0;
    left: 0;
    z-index: 0;
    transform: rotate(4deg);
}
.pg_main img {
	border: solid 2px var(--color_lPPl) !important;
	position: relative;
	z-index: 10;
}

.swiper_area {
	padding: var(--gap_48px) var(--gap_32px) 0;
}
.swiper_prgrm {
	padding-bottom: var(--gap_32px);
}
.swiper_area li:hover {
	cursor: pointer;
}

/* =============================================================
    【movie】ブロック　※equipmediaの動画表示
============================================*/
.movie_wrap {
	width: min(100%, 1100px);
	/* width: 100%;
    max-width: 1200px; */
    margin: var(--gap_32px) auto 0;
	padding-inline: var(--gap_32px);
    /* border: var(--color_GRN) 2px solid;
    padding: var(--gap_16px); */
	/* box-shadow: var(--boxshadow); */
	position: relative;
    z-index: 200;
}
.movie_wrap * {
	text-align: left;
}
#movie {
    position: relative;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
    margin: 0 auto;
    overflow: hidden;
	filter: drop-shadow(0 0 var(--gap_16px) var(--color_GRY));
}
.tvo-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.jstream-eqPlayer,
.eq-h5_player {
	width: 100% !important;
	height: 100% !important;
}
.jstream-eqPlayer .bl {
	-webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.tvo-video-equipmedia .hl img {
	width: inherit !important;
}

/* =============================================================
    sns_area
============================================*/
.sns_area {
	text-align: center;
	padding-top: var(--gap_48px);
}
.sns_area > .inner_wrap {
	width: calc(min(50vw,700px) + var(--gap_48px) * 2);
    margin-inline: auto;
}
.sns_area_head {
	font-size: var(--fontL);
	margin-bottom: var(--gap_24px);
}
.sns_area_head.flex {
	justify-content: center;
	align-items: end;
	flex-wrap: nowrap;
}
.sns_area_head.flex > span:not(.arial) {
	margin-inline: var(--gap_16px);
}
.sns_area_head .arial {
	line-height: 1;
	color: var(--color_PPl);
}
.sns_area_head b {
	color: var(--color_PPl);
}
.sns_area_head,
.sns_area_head b {
	font-weight: 600;
}
.sns_area ul.flex {
	justify-content: center;
	row-gap: var(--gap_32px);
}
.sns_area ul.flex li {
	width: 50%;
	padding-inline: var(--gap_16px);
}

.sns_item {
	text-align: center;
    margin-inline: auto;
	/* padding-top: var(--gap_48px); */
    width: min(100%, 480px);
	/* border-bottom: solid 1px #005ab4; */
}
.sns_item_head_head {
	font-size: var(--fontL);
	color: #fff;
	margin-bottom: var(--gap_24px);
}
.sns_item_head_head.flex {
	justify-content: center;
	align-items: end;
	flex-wrap: nowrap;
}
.sns_item_head_head.flex > span:not(.arial) {
	margin-inline: var(--gap_16px);
}
.sns_item_head_head .arial {
	line-height: 1;
}
.sns_item_head_head,
.sns_item_head_head b {
	font-weight: 500;
}
.sns_item img {
	/* width: min(50%,300px) !important; */
	width: min(100%,300px) !important;
	filter: drop-shadow(calc(var(--gap_8px) / 2) calc(var(--gap_8px) / 2) calc(var(--gap_8px) / 2) #83908b);
}
.sns_item_btm {
	font-size: 0.9em;
	font-weight: 700;
    margin: var(--gap_16px)0 auto 0;
    text-align: center;
    line-height: 1.2;
}

.sns_item.closed a {
	pointer-events: none;
}
.sns_item.closed img {
	filter: brightness(0.5);
}
@media screen and (max-width: 767px) {
	.sns_area > .inner_wrap {
		width: 100%;
	}
	.sns_area ul.flex li {
		width: 100%;
	}
	.sns_item img {
		width: min(80%,250px) !important;
	}
}

/* =============================================================
    oa_schedule
============================================*/
#oa_schedule {
	padding-top: var(--gap_32px);
	transform: translateY(var(--gap_16px));
}
#oa_schedule .box01 {
	padding-bottom: var(--gap_80px);
}
#oa_schedule .read_inner {
	margin-inline: auto;
	max-width: max-content;
}
#oa_schedule .read {
	font-size: var(--fontS);
	font-weight: 600;
}
#oa_schedule .read_inner > div + div {
	margin-top: var(--gap_8px);
}
#oa_schedule .read_inner > div b {
	font-size: clamp(14px, 2vw, 20px);
    line-height: 1;
    margin-right: var(--gap_16px);
    margin-bottom: var(--gap_8px);
    padding: var(--gap_8px) var(--gap_24px);
    background-color: #fff;
    border-radius: var(--gap_8px);
    display: inline-block;
}

/* =============================================================
    【video】ブロック　
============================================*/
.video_wrap {
	position: fixed;
    top: 0;
    right:0;
    left:-1px;
    bottom:0;
    overflow: hidden;
	z-index: -2;
}
.video_wrap::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background-color: #e3c3fc;
}
.video_wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgb(0 0 0 / 40%); */
    /* background-image: radial-gradient(rgba(255 255 255 / .2) 30%, rgba(255 255 255 / 0) 31%), radial-gradient(rgba(255 255 255 / .2) 30%, rgba(255 255 255 / 0) 31%); */
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}
#video,
#video_mob {
	position: absolute;
    /* z-index: -1; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
}
video.pc {
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
}
video.mob {
    width: 56.25vw; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 177.77777778vh; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
}

/* =============================================================
    【swiper】ブロック ※スライド
============================================*/
.slide-paused:hover .slideshow {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
/* .swiper {
	padding-top: var(--gap_16px);
	padding-bottom: var(--gap_48px);
} */
.swiper-wrapper {
	transition-timing-function: linear !important;
}
.swiper-wrapper li {
	list-style: none;
}
/* .swiper-slide {
	padding: 0 var(--gap_32px) 0 0;
} */
/* .swiper-slide img {
	box-shadow: 0 0 var(--gap_16px) #5b5b5b;
	display: block;
} */

.swiper-horizontal>.swiper-scrollbar {
	bottom: 0;
	width: min(100%, 200px);
	left: 50%;
	transform: translateX(-50%);
}
.swiper-scrollbar {
	background: #000;
	border-radius: 0;
}
.swiper-scrollbar-drag {
	background: var(--color_PPl);
	border-radius: 0;
}

.swiper-pagination-bullet {
	width: var(--gap_24px);
	height: var(--gap_8px);
	border-radius: 0;
	background: var(--color_PPl);
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: var(--color_lYLW);
	opacity: 1;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
}

/* =============================================================
    アニメーション
============================================*/
.fuwafuwa {
	animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
	0% {
	transform: translateY(var(--gap_16px));
   }
	50% {
	transform: translateY(0);
   }
	100% {
	transform: translateY(var(--gap_16px));
   }
}

.poyopoyo {
    animation: poyopoyo 3s ease-out infinite;
    opacity: 1;
}
@keyframes poyopoyo {
	0%, 20%, 30%, 40% {
	  transform: scale(1.0);
	}
	25%, 35% {
	  transform: scale(0.95);
	}
}

/* 画像の表示アニメーション*/
/* 発火タイミング指示のjs記述も必要 */
/* @media only screen and (min-width: 1024px) { */
	.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;
}
.js-time_limited_fire {
    display: block;
}
/* END // JS 時間指定で表示非表示を制御用 */

#tvoHeader {
	position: relative;
	z-index: 1100;
}


#tvoHeader,
#tvoFooter {
	position: relative;
	z-index: 1200;
}