@charset "utf-8";
/* =============================================================
    common 共通
============================================*/
:root {
	--color_BLK : #252525;
	--color_YLW : #ffff56;
	/* --color_RED : #e40b0b; */
	/* --color_BLU : #004eff; */
	/* --color_GRN : #44bc08; */
	--fontS : clamp(14px,2.2vw,22px);
	--fontM : clamp(16px,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: normal;
}
li,ol,ul {
	list-style-type: none;
}

#page {
	font-size: clamp(16px, 2.2vw, 20px);
	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 {
	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: 600;
}
.arial {
	font-family: Arial;
}

.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner_wrap {
	padding: 0 var(--gap_48px);
	margin: 0 auto;
	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);
}
.font_awe::before,
.font_awe::after {
	font-family: "Font Awesome 6 Free","Font Awesome 6 Brands";
    font-weight: 900;
}

.block_title {
	font-size: clamp(18px,3.4vw,28px);
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0 0 var(--gap_32px);
}
.block_read p {
	margin: var(--gap_16px) auto;
}
.block_read p:not(.demo_btn) {
	padding-left: 1em;
	text-indent: -1em;
}
.ib {
	font-size: inherit !important;
	display: inline-block;
}

.btn_wrap {
	text-align: center;
}
.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:hover {
	box-shadow: unset !important;
}

.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);
    font-weight: bold;
	line-height: 1.2;
	text-align: center;
    color: #282828 !important;
    padding: var(--gap_8px);
    background: #e8e9e6;
    border: solid calc(var(--gap_8px) / 2) #282828;
	position: relative;
}
#btn_pagetop2 a::after {
    content: "";
    width: calc(100% - var(--gap_8px));
    height: calc(100% - var(--gap_8px));
    border: dotted 1px #000;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#btn_pagetop2 a small {
	font-size: clamp(10px,1.4vw,12px);
    line-height: 1.6;
	display: block;
}
#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(70px, 9vw, 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;
	}
}

.hidden {
	display: none !important;
}

/* =========================================================
	もしテク　page内
======================================== */
.bnr_sp {
	max-width: 800px;
	margin: var(--gap_24px) auto 0;
	padding: 0 0 var(--gap_64px);
	text-align: center;
}
.bnr_sp a {
	display: block;
}
.bnr_sp a:not(:first-of-type) {
	margin-top: var(--gap_24px);
}

/* =========================================================
	メインビジュアル
======================================== */
.page_header {
	background: url(/sp/moshimane/images/bg1.jpg) center center repeat;
	position: relative;
}

.kv_subtitle {
	position: absolute;
	top: 0;
	left: 0;
	width: clamp(100px,26vw,470px);
}

.kv_wrap {
	padding-block: var(--gap_48px) 0;
	text-align: center;
}
.kv {
	width: min(100%,1679px) !important;
}
.h1_main {
	padding: var(--gap_32px) var(--gap_24px);
}
.h1_main img {
	margin: 0 auto;
}
.img_main2 {
	max-width: 1190px;
	display: block;
}
.img_s_main {
	display: none;
}

.day {
	text-align: center;
	color: #fff;
	padding: clamp(50px,14vw, 150px) var(--gap_48px)var(--gap_24px);
	width: 100%;
	border-bottom: var(--gap_8px) #fff solid;
	background-color: var(--color_BLK);
	position: relative;
}
.next_day_wrap {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: clamp(18px,3.6vw,38px);
	letter-spacing: 1px;
	line-height: 1.2;
}
.next_day_wrap em {
	display: inline-block;
	font-weight: normal !important;
}
.day .font_l,
.day .font_m {
	color: #ffff56;
}
.day .font_l {
	font-size: 2.2em;
	transform: scaleX(1.2);
	margin: 0 var(--gap_8px);
}
.day .font_m {
	font-size: 1.4em;
}

.logo_wrap {
	font-size: 0em;
	width: clamp(180px,54vw,596px);
    margin: clamp(-180px,-16vw,-30px) auto 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.logo {
	background: url(/sp/moshimane/oa/05/images/logo.png)center center/contain no-repeat;
	padding-top: calc(302 / 596 * 100%);
}
.txn_outline {
    text-align: center;
    padding: var(--gap_24px) 0;
	margin-bottom: var(--gap_24px);
    background: url(/sp//moshimane/images/bg1.jpg) repeat;
}
#txn {
    font-size: clamp(12px,2.2vw,22px);
}
#txn dt span {
    color: var(--color_YLW);
    padding: var(--gap_8px) var(--gap_16px);
    margin: 0 auto var(--gap_16px);
    background-color: var(--color_BLK);
    border-radius: 50px;
    display: inline-block;
}
#txn dd {
    font-size: 1.1em;
    font-weight: bold;
	color: var(--color_BLK);
}
@media screen and (max-width:767px) {
	.img_main2 {
		display: none;
	}
	.img_s_main {
		display: block;
	}
}

/* =========================================================
	動画
======================================== */
.box_movie_next {
	text-align: center;
	background: url(/sp/moshimane/images/bg_movie.jpg) center top #e3c926 repeat;
	padding: var(--gap_64px) var(--gap_48px);
}
.p_movie {
	font-size: 1.2em;
	margin-bottom: var(--gap_32px);
	letter-spacing: 0.2em;
	font-weight: 600;
	text-align: center;
}
.movie {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	border: var(--color_BLK) calc(var(--gap_8px) / 2) solid;
	padding: var(--gap_8px);
	box-sizing: border-box;
}
.movie_in {
	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;
}
.vjs-dock-text {
	text-align: left;
}
/* =========================================================
	概要
======================================== */
.contents {
	background: url(/sp/moshimane/images/bg2.jpg) center top repeat;
}
.box_about {
	padding: var(--gap_64px) var(--gap_48px) 0;
}
.img_top_moshimaen {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 1200px;
}
.box_detail {
	max-width: 1200px;
	margin: 0 auto;
	padding: var(--gap_64px) var(--gap_96px) var(--gap_48px);
	box-sizing: border-box;
	background: url(/sp/moshimane/images/bg_cont_mid.png) center top/100% repeat-y;
}
.box_detail h2 {
	text-align: center;
}
.box_detail h2 img {
	width: 100%;
	max-width: 940px;
	height: auto;
}
.box_detail .text {
	padding: var(--gap_64px) 0 0;
	text-align: center;
}
.box_detail .text p {
	font-size: clamp(14px, 3.6vw, 34px);
	font-weight: 600;
	line-height: 1.8;
	color: #0B0B0B;
	margin: 0 auto;
}
.box_detail .text p:not(:first-child) {
	margin-top: var(--gap_32px);
}
.img_bottom_moshimaen {
	margin: 0 auto var(--gap_32px);
	display: block;
	max-width: 1200px;
}
@media screen and (max-width: 1023px) {
	.box_detail .text p:not(:first-child) {
		margin-top: 2vw;
	}
}
@media screen and (max-width: 767px) {
	.box_detail .text p {
		line-height: 1.6;
	}
}
@media screen and (max-width: 479px) {
	.box_detail .text {
		text-align: left;
	}
	.box_detail .text p .ib {
		display: inline;
	}
	.box_detail .text p br {
		display: none;
	}
}
/* =========================================================
	tech PR
======================================== */
.box_pr_tech {
	text-align: center;
	padding: var(--gap_64px) var(--gap_48px);
}
.pr_tech_head {
	font-size: clamp(18px, 4vw, 34px);
	font-weight: bold;
	margin-bottom: var(--gap_16px);
}
.pr_tech p {
	font-size: clamp(14px, 3.6vw, 28px);
}
.pr_tech p:not(:last-of-type) {
	margin-bottom: var(--gap_24px);
}
.pr_tech p i {
	margin-right: var(--gap_8px);
}

/* =========================================================
	出演者
======================================== */
.box_mcguest {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: var(--gap_64px) var(--gap_48px);
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: var(--gap_32px);
}
.box_mcguest figure {
	width: calc(100% / 3);
	padding: 0 2%;
	box-sizing: border-box;
}
.box_mcguest.guest2pc {
	max-width: 1000px;
}
.box_mcguest.guest4pc {
	max-width: 1600px;
    padding-left: var(--gap_24px);
    padding-right: var(--gap_24px);
}
.guest2pc figure {
	width: calc(100% / 2);
}
.guest4pc figure {
	width: calc(100% / 4);
}
@media screen and (max-width:767px) {
	.box_mcguest figure {
		width: calc(100% / 2);
		max-width: 280px;
	}
}
/* =========================================================
	特集ブロック
======================================== */
.img_pc {
    display: inline-block;
}
.img_s {
    display: none;
}
@media screen and (max-width: 1023px) {
	.img_pc {
        display: none;
    }
    .img_s {
        display: inline-block;
    }
}

.hr {
	margin: 0;
    /* border-top: #FFFFFF 1px solid; */
    border-left: var(--color_BLK) 1px solid;
    border-bottom: var(--gap_8px) var(--color_BLK) solid;
    position: relative;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.8);
}
.img_top,
.img_bottom {
	margin: 0 auto;
	display: block;
	max-width: 1300px;
}

.bg_article {
	background: url(/sp/moshimane/images/bg1.jpg) center top repeat;
	padding: var(--gap_64px) var(--gap_48px);
}
.bg_article:nth-of-type(n+2) {
	padding-top: 0;
}
.bg_uwasa {
    /* border-bottom: 10px solid #282828; */
    background: url(/sp/moshimane/images/bg3.jpg) center top repeat;
	padding: var(--gap_64px) var(--gap_48px);
}

.belt_img {
	margin-left: -180px;
}
.article_wrap {
	font-weight: 900;
	text-align: center;
	margin: 0 auto;
	padding: var(--gap_32px) clamp(30px,6vw,100px);
	background: url(/sp/moshimane/images/bg_cont_mid.png) center top/100% repeat-y;
	max-width: 1300px;
	box-sizing: border-box;
}
.block_uwasa {
    color: #012c4b;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    font-weight: 900;
    text-align: center;
}
.block_uwasa .block_wrap {
    background: url(/sp/moshimane/images/bg_uwasa_mid.png) center top / 100% repeat-y;
    padding: 0 0;
}
.block_uwasa h3 .img_pc {
    width: 90%;
    max-width: 820px;
    margin-bottom: 24px;
}
.block_uwasa h3 .img_s {
    width: 75%;
    max-width: 440px;
}
.block_uwasa .block_wrap_inner {
    padding: 0 var(--gap_48px);
}
.block_uwasa .block_wrap_inner .bg_img {
    display: block;
    margin: 0 auto;
}
.block_uwasa .block_wrap_inner .block_read {
    padding: 0 var(--gap_48px) var(--gap_16px);
    background-color: #fff;
}
.block_uwasa .block_wrap_inner .block_read p {
    margin: 40px auto 10px;
    line-height: 1.4;
}

.article_wrap,
.block_uwasa {
	font-size: clamp(18px, 2.8vw, 38px);
}
.article_wrap em,
.block_uwasa em {
	font-size: 1.2em;
	font-weight: 900;
}
.article_wrap em {
	color: #ff007e;
	margin: 0.5rem 0;
	/* margin: 0.5rem 0.3rem; */
	border-bottom: 1px #ff007e dashed;
}
.read_wrap {
	line-height: 1.6;
}
.read_wrap .grn {
	color: #04ba85;
    border-bottom: 1px #04ba85 dashed;
}
.read_wrap .pnk {
	color: #ff007e;
    border-bottom: 1px #ff007e dashed;
}
.block_uwasa em {
	color: #FF4700;
	/* margin: 0 0.3rem; */
}
.article_wrap .section1:not(:first-of-type) {
	border-top: dotted 5px #00d296;
	padding-top: var(--gap_48px);
	margin-top: var(--gap_64px);
}
.title_rbn {
	max-width: 900px;
	margin: 0 auto;
}
.article_wrap .read_wrap {
	/* margin: 0 auto var(--gap_48px); */
	margin: 0 auto;
	line-height: 1.6;

}
.article_wrap .read_wrap ul {
	margin-top: var(--gap_24px);
}
.article_wrap .read_wrap li i {
	margin-right: 4px;
}

.article_wrap .title01 {
	max-width: 1000px;
	margin: 0 auto 1rem !important;
	display: block;
}
.article_wrap .read_wrap mark {
	background-color: #ffea00;
	padding: 0 2px;
	display: inline-block;
    line-height: 1.2;
}
.article_wrap .read_wrap mark em {
	border-bottom: 0;
}
.icon_list {
	margin-bottom: var(--gap_24px);
	margin-top: var(--gap_24px);
}
.icon_list li {
	margin-bottom: var(--gap_16px);
}
.icon_list li em {
    line-height: 1;
}
.icon_list img {
	width: 1.2em !important;
    height: 1.2em !important;
    margin: 0 4px -0.2em 0 !important;
    padding: 0;
}
.photo_wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.photo_wrap img {
	width: 49% !important;
	padding: 0 !important;
	margin: 1% auto 0 !important;
}
.ver_pickup img:first-child {
	width: 70% !important;
	margin-top: 0 !important;
}
@media screen and (max-width: 1023px) {
	.belt_img_wrap {
		width: calc(100% + 8vw);
		margin-bottom: 2vw;
	}
	.belt_img {
		margin-left: -18vw;
	}
}
@media screen and (max-width:767px) {
	.article_wrap {
		padding: var(--gap_32px) var(--gap_64px);
	}
	.article_wrap .ver_pickup img:first-child {
		width: 100% !important;
	}
	.article_wrap .read_wrap mark {
		padding: 0 0;
	}
}
@media screen and (max-width:479px) {
	.article_wrap .title01 {
		width: 100%;
	}
	.article_wrap .ver_pickup img:first-child,
	.photo_wrap img {
		width: 100% !important;
	}
	.article_wrap,
	.block_uwasa {
		font-size: max(14px,3.8vw);
	}
}

/* =========================================================
	アニメーション
======================================== */
.box {
	border-radius: 5px;
	animation: pikopiko 1s steps(2, start) infinite;
}
@keyframes pikopiko {
	0% {
		transform: rotate(2deg);
	}

	to {
		transform: rotate(-2deg);
	}
}

.circle {
	width: auto;
	height: auto;
	margin: 0px auto;
	border-radius: 0px;
	animation: circle 2s infinite;
}
@keyframes circle {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(calc(var(--gap_32px) * -1));
	}

	100% {
		transform: translateY(0px);
	}
}


.icon_list img {
    width: 1.2em;
    height: 1.2em;
    margin: 0 4px -0.2em 0 !important;
    padding: 0;
	vertical-align: unset !important;
}

/* .article_wrap .ss_title_wrap {
	width: 110%;
    position: relative;
    transform: rotate(356deg);
    margin: 10px auto 50px -10%;
}
.article_wrap .ss_title_wrap::before,
.article_wrap .ss_title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: solid 90px transparent;
    border-right: solid 40px #fff;
}
.article_wrap .ss_title_wrap::before {
	right: 5px;
    z-index: 10;
}
.article_wrap .ss_title::before {
    right: 0;
}
.article_wrap .ss_title_wrap::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #e1cf09;
    top: 5px;
    left: -5px;
}
.article_wrap .ss_title {
    color: #012c4b;
    background-color: #ffee00;
    padding: 8px 60px 8px 0;
    line-height: 1.3;
    position: relative;
    z-index: 150;
}
.article_wrap .ss_title em {
    font-size: 1.2em !important;
    color: #c9171e;
    border: 0;
}
.article_wrap .ss_title em.tf {
    transform: rotate(350deg);
    display: inline-block;
    font-weight: 900;
}
@media screen and (max-width:1399px) {
	.article_wrap .ss_title_wrap::before,
	.article_wrap .ss_title::before {
		border: solid 6.5vw transparent;
		border-right: solid 40px #fff;
	}
}
@media screen and (max-width:767px) {
	.article_wrap .ss_title_wrap {
		margin: 10px auto 6vw -10%;
	}
}
@media screen and (max-width:479px) {
	.article_wrap .ss_title {
		padding: 8px 40px 8px 10px;
	}
	.article_wrap .ss_title_wrap::before,
	.article_wrap .ss_title::before {
		border: solid 45px transparent;
		border-right: solid 20px #fff;
	}
}
@media screen and (max-width:349px) {
	.article_wrap .ss_title_wrap::before,
	.article_wrap .ss_title::before {
		border: solid 12vw transparent;
		border-right: solid 20px #fff;
	}
}

.article_wrap .ss_title_sub {
	font-size: 22px;
	color: #000;
	max-width: 70%;
	line-height: 1.3;
    padding: 0 8px 8px;
    transform: rotate(352deg);
    margin: 10px auto 30px -20%;
    display: inline-block;
	border-bottom: solid 3px;
    border-radius: 10px;
}
.article_wrap .ss_title_sub em {
    font-weight: bold;
	color: inherit;
	margin: 0;
	border-bottom: 0;
    position: relative;
    display: inline-block;
}
.article_wrap .ss_title_sub::before,
.article_wrap .ss_title_sub::after {
    content: '';
    position: absolute;
    left: 50%;
    border: solid 10px transparent;
    transform: translateX(-50%);
}
.article_wrap .ss_title_sub::before {
    top: calc(100% - 5px);
    border-top: solid 20px #fff;
	z-index: 50;
}
.article_wrap .ss_title_sub::after {
    top: 100%;
    border-top: solid 20px #000;
}
@media screen and (max-width:1399px) {
	.article_wrap .ss_title_sub {
		font-size: 2.2vw;
	}
}
@media screen and (max-width:767px) {
	.article_wrap .ss_title_sub {
		font-size: 3vw;
	}
}
@media screen and (max-width:479px) {
	.article_wrap .ss_title_sub {
		font-size: 4vw;
		margin: 10px auto 4vw -20%;
	}
	.article_wrap .ss_title_sub::before,
	.article_wrap .ss_title_sub::after {
		border: solid 2vw transparent;
	}
	.article_wrap .ss_title_sub::before {
		border-top: solid 4vw #fff;
	}
	.article_wrap .ss_title_sub::after {
		border-top: solid 4vw #000;
	}
}

.border_box {
	padding: 12px 16px;
    line-height: 1.1;
    border: solid 4px #ff007e;
    border-radius: 12px;
    display: inline-block;
} */


/* =========================================================
	TVerエリア
======================================== */
.box_banner {
	text-align: center;
    padding-block: var(--gap_64px);
    /* border-top: var(--gap_8px) solid var(--color_BLK); */
    /* background: url(/sp/moshimane/tech/images/bg1.jpg) repeat; */
    background: url(/sp/moshimane/tech/images/bg2.jpg) repeat;
}
.box_banner.box_tver {
	background: unset;
}
.box_banner * {
	box-sizing: border-box;
}
.box_banner img {
    max-width: 1160px;
}

.bnr_youtube {
    margin: var(--gap_48px) auto 0;
    width: min(80%, 800px);
    display: block;
}

.bnr_tver {
	margin: 0 auto;
    width: min(80%, 800px);
    display: block;
}

.link_notice {
	font-size: 0.8em;
	margin-top: var(--gap_8px);
}

/* =========================================================
	Youtubeエリア
======================================== */
.disp_b {
	display: block;
}
.btn_wrap {
	text-align: center;
}
.btn {
	font-size: 1.3em;
    color: var(--color_BLK);
	font-weight: bold;
    padding: var(--gap_16px) var(--gap_32px) ;
	margin: 0 auto;
	line-height: 1.2;
	border-radius: 50px;
	background-color: #fff;
    border: solid 2px;
    display: inline-block;
}
.btn:hover {
	color: inherit;
	opacity: 0.7;
}


/* .title_youtube_area {
	margin-bottom: 30px;
}
.title_youtube_area img {
	max-width: 874px;
} */
.title_youtube_area {
	font-size: 48px;
    font-weight: 900;
    margin-bottom: 50px;
    text-shadow: 3px 3px 0 #d5d5d5;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.title_youtube_area em {
	font-size: 1.2em;
	font-weight: 900;
}
.title_youtube_area br {
	display: none;
}
.img_logo_youtube {
	max-width: 300px !important;
	margin: 12px 12px 0;
	filter: drop-shadow(0px 0px var(--gap_8px) #ddd);
}
.yt_mov_wrap {
	max-width: 900px;
	margin: 0 auto;
}
.yt_mov_wrap iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: solid 4px #147c5e;
    padding: 8px;
	vertical-align: top;
}
.btn_yt {
	font-size: 1.6em;
	margin: 30px auto 8px;
}
.btn_yt span:not(.ib) {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_yt i {
	font-size: 1.2em;
	color: #ff0000;
	margin-right: 8px;
}
@media screen and (max-width:1023px) {
	.title_youtube_area {
		font-size: 4.6vw;
		text-shadow: 0.08em 0.08em 0 #e4cb28;
	}
	.img_logo_youtube {
		width: 30vw !important;
	}
}
@media screen and (max-width:767px) {
	.title_youtube_area {
		font-size: 6.4vw;
		line-height: 1.1;
		margin: 0 auto 20px;
		max-width: 70%;
	}
	.title_youtube_area br {
		display: inline;
	}
	.yt_mov_wrap iframe {
		border: solid 0.5vw #147c5e;
		padding: 4px;
	}
	.btn_yt {
		font-size: 3.4vw;
		margin: 20px auto 8px;
	}
	.link_notice {
		font-size: 16px;
	}
}
@media screen and (max-width:479px) {
	.title_youtube_area {
		font-size: 7.5vw;
	}
	.img_logo_youtube {
		margin: 8px 8px 0;
	}
	.btn_yt {
		font-size: 4.4vw;
	}
	.link_notice {
		font-size: 14px;
	}
}
@media screen and (max-width:379px) {
	.title_youtube_area {
		max-width: 80%;
	}
}

/* =======================================
    アニメーション
=======================*/
.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);
	}
}





#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;
    }
}