@charset "utf-8";
/*----------------------------------------------------*/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*												SP用　	　　　　　　　　　　*/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*----------------------------------------------------*/


/*-----------------------------------------------------
							　　　　　目次

■共通スタイル
・font-size フォントサイズ
・layout　レイアウト	
・header ヘッダー
・globalNavi グローバルナビ（バーガーメニュー）
・siteStructure パンくず
・mainImg　メインイメージ
・contentsWrap コンテンツラップ
・subNavi サブナビ
・main メインコンテンツ
・localNavi ローカルナビ
・footer フッター


■ユーティリティ
・見出し
・ボタン
・背景
・枠
・tel番タップ
・その他
　レスポンシブテーブル


■ページごと個別スタイル


-----------------------------------------------------*/


/*  ================================================================================================

    SP 共通スタイル

    ============================================================================================  */
		
/* font-size フォントサイズ
------------------------------------------------------------------ */
html {
	 font-size: 62.5%;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%; /* iPhone safari ランドスケープ時　文字サイズ対応 */
}
img {
	max-width: 100%;
}

/* layout　レイアウト
------------------------------------------------------------------ */
#wrapper {
	margin-top: 86px;/* ヘッダーの高さ分 */
}
/* 非表示設定 */
.spNone { display: none!important;}
@media screen and (min-width: 768px) and (max-width: 970px) {
	.spNone { display: block!important; }
}
@media screen and (max-width: 767px) {
	.pcNone { display: block!important; }
}


/* header　ヘッダー
------------------------------------------------------------------ */
header {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: 66px;
	width:100%;
	z-index:100;
}
header:after {
	content:" ";
	display:block;
	clear:both;
}
header #headerWrap {
	background: #c8b2d5;
	color: #fff;
	height: 66px;
}
.logo {
	display: flex;
	align-items: center;
	width:42%;
}

.sns {
	display: flex;
  align-items: center;
}
.sns ul {
	display: flex;
}
.sns ul li {
	padding: 0;
	text-align: center;
}
.sns ul li img {
	width: 78%;
}




/* mainImg　メインイメージ
------------------------------------------------------------------ */
#mainImg{
	text-align: center;
	padding: 0;
	background: #9070af;
	margin-bottom: 35px;
}
#animation_container {
	margin: 0 auto;
	width:100%!important;
	height:auto!important;
}
#canvas {
	width:100%!important;
	height:auto;
}
#dom_overlay_container {
	width:100%!important;
	height:auto;
}
#mainImg img{
	/*padding:10px 10px 0;*/
}
#mainImg img{
	padding:0;
}
#mainImg #animation_container {
	/*height: 340px!important;*/
}

/* contentsWrap コンテンツラップ
------------------------------------------------------------------ */

.contentsWrap{
	margin: 0px auto;
}
.fitWidthA{
	max-width: 955px;
	margin-left: auto;
	margin-right: auto;
}

.liveExplanation {
	text-align: center;
	margin-bottom: 20px;
	padding: 0 28px;
}

.liveExplanation p {
	font-size: 4.1vw;
	color: #ffffff;
	text-align: left;
}

.textF {
	font-size: 4.1vw;
	text-align: left;
	margin-bottom: 20px;
}

.textG {
	font-size: 4.1vw;
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
}

.titleBg,
.titleBgB {
	border-radius: 60px;
	color: #ffffff;
	background-color: #ed989f;
	margin: 0 auto 32px auto;
	padding: 1% 10%;
	width: 100%;
}
.titleBgB {
	color: #e54567;
	background-color: #feeae9;
	font-weight: bold;
}

.titleBg p{
	font-size: 25px;
	letter-spacing: 10px;
	padding-left: 10px;
}
.titleBgB p {
	font-size: 20px;
	letter-spacing: 5px;
	padding-top: 5px;
}

#mainImg .arrowMark {
	width: 100%;
	padding: 0 28px 28px;
}

#mainImg .QRImg {
	width: 36%;
	margin: 28px 0;
}


/* main メインコンテンツ
------------------------------------------------------------------ */
article {
	padding: 0 28px;
}


/* 背景 */
.bgW {
	background-color: #ffffff;
}

/* 枠 */
.boxWrapA{
	border: 3px solid #ed989f;
	padding: 20px 10px;
	margin-bottom: 20px;
}




/* footer フッター
------------------------------------------------------------------ */
footer {
	width:100%;
	margin:18px 0 0 0;
	font-size: 12px;
}
#footerWrap{
	background: #c8b2d5;
	padding: 28px 16px;
}

/* フッターリンク */
footer ul{
	text-align: center;
}
footer ul li{
	display: inline-block;
	padding: 8px 10px;
}

/* コピーライト */
footer small{
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.2;
}

/* ============================================================================================ */
/* 																																															*/
/*     SP ベーススタイル																																				*/
/*  																																														*/
/* ============================================================================================ */
.paragraph{
	margin-bottom: 30px;
}


/* 見出し
-----------------------------------------------------*/
.titleA{
	line-height: 1.4;
	text-align: center;
	margin-bottom: 6px;
	font-size: 3.6vw;
	font-weight: bold;
	color: #e14b60;

}

.titleB {
	text-align: center;
	margin-bottom: 30px;
}

.titleC{
	color: #e14b60;
	font-size: 4vw;
}

/* ============================================================================================ */
/* 																																															*/
/*     SP ページごとの個別スタイル																															*/
/*  																																														*/
/* ============================================================================================ */

/* scroll anim */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*  /index.php
-----------------------------------------------------*/
.blockend-m {
	margin-bottom: 26px!important;
}
.blockend-s {
	margin-bottom: 16px!important;
}
.flexArea {
	display: flex;
	justify-content: space-between;
	gap: 0px 34px;
}

/* メイン画像 */
.mainImgArea {
	position: relative;
	width: 100%;
	height: 186vw;
	margin: 0 auto 65px;
}
.mainAnim01 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 1.0s ease-in;
}
.mainAnim02 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 374px;
	transition: all 1.0s ease-in;
}
.mainAnim03 {
	position: absolute;
	bottom: -30px;
	left: -23px;
	width: 100%;
	max-width: 320px;
	transition: all 1.0s ease-out;
}
.mainAnim04 {
	display: none;
}


/* メインコンテンツ */
.leadText {
	width: fit-content;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.0;
	margin: 0 auto 30px;
	text-align: left;
}
.sectionFlex {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 20px 50px;
}
.sectionFlex .section {
	display: flex;
	flex-direction: column;
	align-content: center;
	border: 1.5px solid rgba(0, 0, 0, .2);
	border-radius: 18px;
	padding: 20px 0;
	box-sizing: border-box;
	width: 100%;
}
.sectionNumber {
	width: 85%;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.35;
	color: #fff;
	margin: 0 auto 10px;
	padding: 5px 0;
	background: #EB6143;
	border-radius: 15px;
}
.sectionTitle {
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 10px;
	margin-bottom: 15px;
}
.perfomerInfo {
	width: 100%;
	background: #F3EEE9;
	padding: 9px 35px;
	margin-bottom: 15px;
}
.perfomerInfo p {
	font-size: 12px;
	line-height: 1.7;
}
.perfomerName {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
}
.btnJoin a {
	display: block;
	width: 280px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
	color: #EB6143!important;
	border: 2px solid #EB6143;
	border-radius: 50px;
	margin: 0 auto;
	padding: 12px 0;
	text-decoration: none;
}

/* footer */
footer:has(.organizer) {
	margin: 0;
}
.organizer {
	width: 260px;
	padding: 40px 0;
}
.organizer figure {
	margin-bottom: 20px;
}
.organizer p {
	font-size: 16px;
	text-align: left;
}
.organizer p.mt20 {
	margin-top: 20px;
}
.copyRight {
	background: #023f73;
	color: #fff;
}
