@charset "UTF-8";

/* ------------------------------
Utility Class
------------------------------ */
#cirque {
	background: #000;
	font-size: 16px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
}
#cirque .vStyle__container {
	box-sizing: border-box;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
}
#cirque .vStyle__inner {
	padding: 0; /* 任意で調整 */
}

@media screen and (max-width: 768px) {
	#cirque {}
	#cirque .vStyle__container {
		max-width: 100%;
		padding: 0 0;
	}
	#cirque .vStyle__inner {
		padding: 0 24px; /* 上下は任意で調整 */
	}
}

#cirque *,
#cirque *::before,
#cirque *::after {
	box-sizing: border-box;
}

#cirque .tL {text-align:left !important;}
#cirque .tR {text-align:right !important;}
#cirque .tC {text-align:center !important;}
#cirque .fL {float:left !important;}
#cirque .fR {float:right !important;}

#cirque .mbS {margin-bottom:8px !important;}
#cirque .mbM {margin-bottom:16px !important;}
#cirque .mbL {margin-bottom:24px !important;}

#cirque .mb00 {margin-bottom:0 !important;}
#cirque .mb05 {margin-bottom:5px !important;}
#cirque .mb10 {margin-bottom:10px !important;}
#cirque .mb15 {margin-bottom:15px !important;}
#cirque .mb20 {margin-bottom:20px !important;}
#cirque .mb30 {margin-bottom:30px !important;}
#cirque .mb40 {margin-bottom:40px !important;}
#cirque .mb60 {margin-bottom:60px !important;}

#cirque .fz10 {font-size:10px !important;}
#cirque .fz11 {font-size:11px !important;}
#cirque .fz12 {font-size:12px !important;}
#cirque .fz13 {font-size:13px !important;}
#cirque .fz14 {font-size:14px !important;}
#cirque .fz15 {font-size:15px !important;}
#cirque .fz16 {font-size:16px !important;}
#cirque .fz18 {font-size:18px !important;}
#cirque .fz20 {font-size:20px !important;}
#cirque .fz22 {font-size:20px !important;}
#cirque .fz24 {font-size:20px !important;}
#cirque .fwBold {font-weight:bold !important;}
#cirque .fwNormal {font-weight:normal !important;}
#cirque .red01 {color:#f44336 !important;}
#cirque .black01 {color:#212121 !important;}
#cirque .gray01 {color:#666 !important;}

#cirque img {
	max-width: 100%;
	display:inline;
	vertical-align: middle;
}

#cirque a:link,
#cirque a:visited,
#cirque a:hover,
#cirque a:active {
	color:#0074be;
}
#cirque a:hover {
	opacity: 0.8;
}

#cirque strong,
#cirque b {
	font-weight: bold;
}

#cirque .underLine {
	text-decoration: underline;
}

#cirque a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
}

@media screen and (max-width: 768px) {
	#cirque a[href*="tel:"] {
		pointer-events: auto;
		cursor: auto;
	}
}







/* ==============================
PC/SP 表示出し分け
============================== */
#cirque .pcBlock {
	display: block;
}
#cirque .pcDisplay,
#cirque .pcInline {
	display: inline;
}
#cirque .pcInlBlock {
	display: inline-block;
}
#cirque .spInline,
#cirque .spBlock,
#cirque .spInlBlock,
#cirque .spDisplay {
	display: none;
}

@media screen and (max-width: 768px) {
	#cirque .pcBlock,
	#cirque .pcInline,
	#cirque .pcInlBlock,
	#cirque .pcDisplay {
		display: none;
	}
	#cirque .spBlock {
		display: block;
	}
	#cirque .spDisplay,
	#cirque .spInline {
		display: inline;
	}
	#cirque .spInlBlock {
		display: inline-block;
	}
}


/* ===========================================
アレグリアのヘッダ
=========================================== */
/* ------------------------------
ナビゲーションメニュー
------------------------------ */
.cirque_Navi {
	z-index: 100;
	background-color: rgba(26,47,40, 0.85);
	box-shadow: 0px 10px 4px rgba(0,0,0, 0.25);
	width: 100%;
}

#cirque .cirque_Navi.cirque_fixed{
	position: fixed;
	top: 0;
	z-index: 1000;
}


.cirque_Navi nav ul.nav {
	display: flex;
	padding: 16px 0;
	justify-content: center;
}

.cirque_Navi nav ul.nav li {
	margin: 0 30px;
}

.cirque_Navi nav ul.nav li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #fff!important;
	transition: 0.2s;
	padding: 2px 4px;
}


@media screen and (min-width: 960px) {
	.cirque_Navi nav ul.nav li a:hover {
		color: #decd88;
		transition: 0.2s;
	}
}

.cirque_Navi nav ul.nav li:last-child {
	margin-left: 8px;
}

@media screen and (min-width: 960px) {
	.cirque_Navi nav ul.nav li:last-child {
		margin-left: 16px;
	}
}

.cirque_Navi nav ul.nav li:last-child a {
	transition: 0.2s;
}

@media screen and (min-width: 960px) {
	.cirque_Navi nav ul.nav li:last-child a:hover {
		color: #decd88;
		transition: 0.2s;
	}
}

@media screen and (max-width: 768px) {
	.cirque_Navi nav ul.nav {
		display: block;
		padding: 3px 0;
		text-align: center;
	}
	.cirque_Navi nav ul.nav li {
		margin: 0;
		display: inline-block;
		text-align: center;
		/*width: 38%;*/
		/*padding: 13px 0;*/
		width: auto;
		padding: 13px 6px;
	}
	.cirque_Navi nav ul.nav li:last-child {
		margin-left: 0;
	}
}




/* ------------------------------
1100pxブロック
------------------------------ */
.cirque_1100bk {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

/* ------------------------------
SNSボタン
------------------------------ */
.cirque_snsPk {
	max-width: 1100px;
	margin: 12px auto 24px;
}
.cirque_sns {
	display: flex;
	justify-content: right;
}

.sns > div {
	margin: 16px 0;
}

@media screen and (max-width: 768px) {
	.cirque_sns {
		justify-content: center;
	}
}

/* ------------------------------
公演詳細ボタン
------------------------------ */
.cirque_stBox {
	display: inline-block;
    vertical-align: top;
	width: 48.2%;
	margin-right: 3.1%;
	background: -moz-linear-gradient(left, #ab925a, #dfd798 15%, #fee9a0 30%, #d9bc7a 55%, #b39360);
	background: -webkit-linear-gradient(left, #ab925a, #dfd798 15%, #fee9a0 30%, #d9bc7a 55%, #b39360);
	background: linear-gradient(to right, #ab925a, #dfd798 15%, #fee9a0 30%, #d9bc7a 55%, #b39360);
}

.cirque_stBox:last-child {
	margin-right: 0;
}

.cirque_stBox p.cirque_stName {
	color: #000;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	margin: 30px 0 24px;

	line-height: 32px;
}

.cirque_stBox .cirque_stBox_inn {
	width: 97%;
	margin: 0 auto 8px;
	background: #000;
	font-size: 24px;
	line-height: 24px;
	color: #decd88;
	text-align: center;
	padding-bottom: 24px;
}

.cirque_stBox .cirque_stBox_inn p.cirque_day {
	font-size: 32px;
	font-weight: 600;
	padding: 26px 0 24px;
}

.cirque_stBox .cirque_stBox_inn p.cirque_pl {
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 32px;
}

.cirque_stBox .cirque_stBox_inn p.cirque_pl_nonTK {
	padding-bottom: 0;
}

.cirque_stBox .cirque_stBox_inn p.cirque_cmsn {
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	padding: 77px 0 51px;
}

.cirque_stBox .cirque_stBox_inn p.cirque_osaka_info01 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	padding: 48px 0 39px;
}

.cirque_stBox .cirque_stBox_inn p.cirque_cmsn_nonTK {
	padding: 40px 0 14px;
}

.cirque_Btn01 {
	display: block;
	width: 61%;
	height: 54px;
	border-radius: 27px 27px 27px 27px;
	background: -moz-linear-gradient(left, #ab925a, #dfd798 15%, #fee9a0 30%, #d9bc7a 55%, #b39360);
	background: -webkit-linear-gradient(left, #ab925a, #dfd798 15%, #fee9a0 30%, #d9bc7a 55%, #b39360);
	background: linear-gradient(to right, #ab925a, #dfd798 15%, #fee9a0 30%, #d9bc7a 55%, #b39360);
	text-align: center;
	margin:0 auto;
}

.cirque_Btn01 span {
	line-height: 54px;
	font-weight: bold;
	color: #000;
}

@media screen and (max-width: 1099px) {
	.cirque_stBox {
		display: flow-root;
		width: auto;
		margin: 0px 12px 23px;
	}
	.cirque_stBox:last-child {
		margin: 0px 12px;
	}
}

@media screen and (max-width: 768px) {
	.cirque_stBox p.cirque_stName {
		font-size: 24px;
		line-height: 24px;
		margin: 18px 0;
	}
	.cirque_stBox .cirque_stBox_inn {
		font-size: 18px;
		line-height: 18px;
	}
	.cirque_stBox .cirque_stBox_inn p.cirque_day {
		font-size: 20px;
		font-weight: bold;
		padding: 22px 0 12px;
	}

	.cirque_stBox .cirque_stBox_inn p.cirque_pl {
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 22px;
	}

	.cirque_stBox .cirque_stBox_inn p.cirque_pl_nonTK {
		padding-bottom: 0;
	}
	.cirque_stBox .cirque_stBox_inn p.cirque_cmsn {
		font-size: 20px;
		line-height: 24px;
		padding: 74px 0 48px;
	}
	.cirque_stBox .cirque_stBox_inn p.cirque_osaka_info01 {
		font-size: 18px;
		padding: 44px 0 21px;
	}
	.cirque_stBox .cirque_stBox_inn p.cirque_cmsn_nonTK {
		padding: 36px 0 10px;
	}
}



/* ===========================================
トップページコンテンツ
=========================================== */
h2 {
	font-size: 30px;
	max-width: 1100px;
	text-align: center;
	margin: 130px auto 0;
}

h2 span {
	font-family: 'Cinzel', serif;
	font-size: 48px;
	background: linear-gradient(to right, #ab925a, #dfd798 15%, #fee9a0 30%, #d9bc7a 55%, #b39360);
	-webkit-background-clip: text;
	color: transparent;
	margin-right: 26px;
}

.cirque_news {
	max-width: 1100px;
	margin: 48px auto 0;
	padding: 34px;
	overflow-y: scroll;
    overflow-x: hidden;
    height: 600px;
    background: #e9e9e9;
}

.cirque_news dl {
	border-bottom: solid 1px #203b32;
	margin-bottom: 50px;
}

.cirque_news dl dt {
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	color: #203b32;
	margin-bottom: 16px;
}

.cirque_news dl dd.cirque_news_day {
	font-size: 16px;
	line-height: 16px;
	color: #203b32;
	margin-bottom: 24px;
}

.cirque_news dl dd.cirque_news_txt {
	font-size: 16px;
	color: #000;
}

.cirque_news dl dd.cirque_news_img {
	text-align: center;
}

.cirque_news_mb40 {margin-bottom: 40px;}
.cirque_news_mb60 {margin-bottom: 60px;}

@media screen and (max-width: 1099px) {
	h2 {
		margin: 64px auto 0;
	}
	.cirque_news {
		margin: 30px 12px 0;
		padding: 34px;
		/*height: 538px;*/
	}
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 18px;
		line-height: 32px;
	}
	h2 span {
		margin-right: 0;
	}
	.cirque_news dl dt {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.cirque_news dl dd.cirque_news_day {
		font-size: 13px;
		line-height: 13px;
		margin-bottom: 16px;
	}
	.cirque_news dl dd.cirque_news_txt {
		font-size: 13px;
		line-height: 18px;
	}
	.cirque_news_mb40 {margin-bottom: 24px;}
	.cirque_news_mb60 {margin-bottom: 22px;}
	.cirque_news dl {
		margin-bottom: 34px;
    }
}

/* ------------------------------
関連動画
------------------------------ */
.cirque_movie {
	margin: 42px auto 0;
}
@media screen and (max-width: 768px) {
	.cirque_movie {
		margin: 32px auto 0;
		padding: 0 16px;
	}
}

/* ---------- Slider ---------- */
.slideImage.slider {
	width:calc(100% - 50px);
	max-width: 547px;
	margin: 0 auto;
	background: -moz-linear-gradient(left, #203b32, #427375);
	background: -webkit-linear-gradient(left, #203b32, #427375);
	background: linear-gradient(to right, #203b32, #427375);
}
.slick-track {
	display: flex;
}
.slick-slide a {
	position: relative;
	display: block;
}
/*.slick-slide a:before {
	position: absolute;
	display: inline-block;
	font-family: 'Material Icons';
	content: '\e039';
	font-size: 80px;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
	opacity: 0.4;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: auto;
}*/
.slick-slide {
	width: 100%;
}
.slick-prev:before, .slick-next:before {
	font-size: 30px!important;
	font-family: 'Material Icons'!important;
	font-weight: bold;
}
.slick-prev:before {
	content: '\e2ea'!important;
}
.slick-next:before {
	content: '\e5e1'!important;
}
.slider .movieTitle {
	text-align: left;
	padding: 16px;
	color: #fff;
}
.slick-prev, .slick-next {
	width: 30px!important;
	height: 30px!important;
}
.slick-next {
	right: -35px!important;
}
.slick-prev {
	left: -35px!important;
}
@media screen and (min-width: 600px){
	.slideImage.slider {
		width:calc(100% - 70px);
	}
	.slick-slide a:before {
		font-size: 100px;
	}
}

/* ------------------------------
動画以外のみどころ
------------------------------ */
h3 {
	color: #decd88;
	font-size: 30px;
	font-weight: bold;
	max-width: 1100px;
	margin: 76px auto 0;
	text-align: center;
}

.cirque_hltxt {
	width: 547px;
	margin: 44px auto 0;
}

h3.cirque_h3v2 {
	color: #fff;
	text-align: left;
	font-weight: normal;
	margin-top: 132px;
	line-height: 30px;
	padding: 12px 0 12px 26px;
	background: -moz-linear-gradient(left, #203b32, #427375);
	background: -webkit-linear-gradient(left, #203b32, #427375);
	background: linear-gradient(to right, #203b32, #427375);
}

.cirque_h3v2_note {
	margin: 0 auto;
	padding: 12px 0;
	max-width: 1100px;
	color: #ccc;
}

ul.cirque_enmoku {
	max-width: 1100px;
	margin: 46px auto 0;
}


ul.cirque_enmoku li {
	display: inline-block;
	vertical-align: top;
	width: 47.4%;
	margin-right: 4.7%;
	bacground: #fff;
}

ul.cirque_enmoku li:nth-child(2n) {
	margin-right: 0;
}

.cirque_enmoku .cirque_enmoku_ttl {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 30px;
}

.cirque_enmoku .cirque_enmoku_cap {
	color: #decd88;
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
}

.cirque_enmoku .cirque_enmoku_txt {
	font-size: 16px;
	margin: 24px auto 60px;
}

.cirque_enmoku .cirque_enmoku_nontxtMb {
	margin-bottom: 60px;
}


@media screen and (max-width: 1099px) {
	h3.cirque_h3v2 {
		width: 526px;
		margin: 132px auto 0;
	}
	ul.cirque_enmoku {
		width: 526px;
		margin: 46px auto 0;
	}
	ul.cirque_enmoku li {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 18px;
		line-height: 18px;
		margin: 30px 16px 0;
	}
	h3.cirque_h3v2 {
		width: auto;
		margin: 46px 12px 0;
		line-height: 18px;
		padding: 8px 0 8px 15px;
	}

	.cirque_h3v2_note {
		font-size: 13px;
		padding: 8px 0 8px 15px;
	}

	.cirque_hltxt {
		width: auto;
		margin: 20px 16px 0;
		font-size: 13px;
	}
	ul.cirque_enmoku {
		width: auto;
		margin: 24px 16px 0;
	}
	ul.cirque_enmoku li img {
		width: 100%;
	}
	.cirque_enmoku .cirque_enmoku_ttl {
		font-size: 18px;
		line-height: 18px;
		text-align: center;
		margin-top: 14px;
	}
	.cirque_enmoku .cirque_enmoku_cap {
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		margin-top: 10px;
	}
	.cirque_enmoku .cirque_enmoku_txt {
		font-size: 13px;
		line-height: 18px;
		margin: 10px auto 24px;
	}
	.cirque_enmoku .cirque_enmoku_nontxtMb {
		margin-bottom: 28px;
	}
}


/* ------------------------------
キャンペーンバナー
------------------------------ */
.cirque_cpbn {
	width: 100%;
	margin: 74px auto 0;
	text-align: center;
	background: -moz-linear-gradient(left, #203b32, #427375);
	background: -webkit-linear-gradient(left, #203b32, #427375);
	background: linear-gradient(to right, #203b32, #427375);
}
.cirque_cpbn_inn {
	padding-top: 42px;
}
#cirque .cirque_cpbn img {
	margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
	.cirque_cpbn {
		margin-top: 40px;
	}
	.cirque_cpbn_inn {
		display: block;
		max-width: 343px;
		margin: 0 auto;
	}
}

/* ===========================================
アレグリアのフッタ
=========================================== */
.cirque_footBox_mt {
	margin-top: 134px;
	margin-bottom: 132px;
}

.cirque_footBox {
	display: inline-block;
	vertical-align: top;
	width: 47.6%;
	margin-right: 46px;
}

.cirque_footBox:last-child {
	margin-right: 0;
}

.cirque_footBox_lf {
	background: -moz-linear-gradient(left, #ab925a, #dfd798 15%, #fee9a0 30%, #d9bc7a 55%, #b39360);
	background: -webkit-linear-gradient(left, #ab925a, #dfd798 15%, #fee9a0 30%, #d9bc7a 55%, #b39360);
	background: linear-gradient(to right, #ab925a, #dfd798 15%, #fee9a0 30%, #d9bc7a 55%, #b39360);
}

.cirque_footBox_rt {
	height: 524px;
}

.cirque_footBox_innr {
	margin: 2px;
	padding: 32px 32px 10px;
	background: #000;
	letter-spacing: 0;
}

@media screen and (max-width: 1099px) {
	.cirque_footBox_mt {width: 547px;}
	.cirque_footBox {
		display: flow-root;
		width: 100%;
		margin-bottom: 46px;
	}
}

@media screen and (max-width: 768px) {
	.cirque_footBox_mt {
		width: auto;
		margin: 46px 16px;
	}
}

/* ------------------------------
お気に入り登録
------------------------------ */
.cirque_footBox_rcm {
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 2px #d1c180;
	padding: 0 32px 32px;
}

.cirque_footBox_rcmtxt {
	font-size: 20px;
	margin: 30px 0;
	padding: 0 28px;
}

.cirque_rcBtn {
	display: table;
	width: 100%;
	text-align: center;
	color: #000!important;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 22px;
	height: 104px;
	border-radius: 14px;
	background: -moz-linear-gradient(left, #ab925a, #dfd798 15%, #fee9a0 30%, #d9bc7a 55%, #b39360);
	background: -webkit-linear-gradient(left, #ab925a, #dfd798 15%, #fee9a0 30%, #d9bc7a 55%, #b39360);
	background: linear-gradient(to right, #ab925a, #dfd798 15%, #fee9a0 30%, #d9bc7a 55%, #b39360);
}

.cirque_rcBtn span {
	display: table-cell;
	vertical-align: middle;
}

.cirque_rcBtn:hover {
	opacity: 0.9;
}

@media screen and (max-width: 768px) {
	.cirque_footBox_rcm {
		font-size: 18px;
		line-height: 24px;
		padding: 0 10px 22px;
	}
	.cirque_footBox_innr {
		padding: 24px 14px 10px;
	}
	.cirque_footBox_rcmtxt {
		font-size: 16px;
		line-height: 24px;
		margin: 22px 0;
		padding: 0 22px;
	}
	.cirque_rcBtn {
		font-size: 16px;
	}
}


/* ------------------------------
関連リンク
------------------------------ */
.cirque_link {
	margin: 80px 0 22px;
	padding-bottom: 20px;
	font-size: 30px;
	line-height: 30px;
	border-bottom: solid 2px #decd88;
	text-align: left;
}

.cirque_link_hd {
	margin-bottom: 8px;
}

.cirque_link_txt {
	margin-bottom: 36px;
}

.cirque_link_txt a {
	color: #decd88!important;
}

.cirque_link_spbk {
	text-align: left;
}


/* SNS Link */
.cirque_snsLink {
	display: flex;
	justify-content: center;
	padding-top: 2px;
}
.cirque_snsLink a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 48px;
	height: 48px;
	border-radius: 100px;
	margin: 0 8px;
	box-shadow: 0 1px 4px 1px rgba(255,255,255,0.13);
}
.cirque_snsLink a img {
	width: 32px;
}

@media screen and (min-width: 600px){
	.cirque_snsLink {
		justify-content: flex-start;
		margin: 1em 0 0 0;
	}
}

.cirque_cre {
	font-size: 12px;
	line-height: 16px;
	padding: 46px 0;
	text-align: center;
	margin-top: 68px
}

@media screen and (max-width: 1099px) {
	.cirque_link_spbk {
		width: 547px;
	}
}

@media screen and (max-width: 768px) {
	.cirque_link_spbk {
		font-size: 13px;
		line-height: 17px;
		width: auto;
		margin: 0 16px;
	}
	.cirque_link {
		font-size: 18px;
		line-height: 18px;
		margin: 44px 0 20px;
		padding-bottom: 8px;
	}
	.cirque_cre {
		font-size: 10px;
		padding: 16px;
		margin-top: 38px;
		text-align: left;
	}
}


/* ------------------------------
CP5 導線
------------------------------ */

.info_cp5_wrapper {
	text-align: center;
}
.info_cp5_inner {
	background: linear-gradient(120deg, rgba(119, 0, 42, 1), rgba(223, 3, 80, 1));
	color:#fff;
	padding: 8px 0 16px;
}
.info_cp5_title {
	margin-bottom: 12px;
	font-size: 36px;
	font-weight: 700;
	text-shadow: 0px 0px 2px rgb(87, 0, 31,1);
}
.info_cp5_more {
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	width: 240px;
	background: linear-gradient( -90deg, rgb(219, 180, 118) 0%, rgb(251, 234, 174) 100%);
	border-radius: 2px;
	color: #970135;
	font-weight: 700;
	font-size: 18px;
}
.info_cp5_more p {
	position: relative;
	color: #970135;
}
.info_cp5_more p::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #970135;
}

@media screen and (max-width: 1100px) {
	.info_cp5_title {
		font-size: 3.5vw;
	}
}

@media screen and (max-width: 768px) {
	.info_cp5_inner {
		background: linear-gradient(120deg, rgb(144, 1, 51), rgba(223, 3, 80, 1));
	}
	.info_cp5_title {
		font-size: 5.5vw;
		text-shadow: 0px 0px 1px rgb(87, 0, 31,1);
	}
	.info_cp5_more {
		padding: 4px 0;
		width: 200px;
		font-size: 13px;
	}
	.info_cp5_more p::after {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #b2013f;
	}
}

/* ------------------------------
KV下 テキスト
------------------------------ */

.kv_y_txtbox_wrapper {
	padding: 16px;
	background-color: #cc9900;
	font-size: 36px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.kv_y_txtbox_wrapper {
		padding: 12px 0 16px;
		font-size: 5.5vw;
	}
}