@charset "utf-8";
/*----------------------------------------------------*/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*												PC用　	　　　　　　　　　　*/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*----------------------------------------------------*/


/*-----------------------------------------------------
							　　　　　目次

■PC 共通スタイル
・font-size フォントサイズ
・layout　レイアウト
・header ヘッダー
・globalNavi グローバルナビ
・siteStructure パンくず
・mainImg　メインイメージ
・contentsWrap 幅
・subNavi サブナビ
・main メインコンテンツ
・localNavi ローカルナビ
・footer フッター


■PC 汎用スタイル
・見出し
・ボタン
・背景
・枠
・tel番タップ
・その他
・hover無効化

■PC ページごと個別スタイル


-----------------------------------------------------*/


/*  ================================================================================================

    PC 共通パーツ

    ============================================================================================  */

/* font-size フォントサイズ
------------------------------------------------------------------ */
html {
	font-size: 62.5%;
}
body {
	font-size: 16px;
  font-size: 1.6rem;
	line-height: 1.8;
	overflow-y: scroll;
  overflow-x: hidden;
}

a img {
	transition: .3s;
}
a img:hover {
	opacity: .7;
}

/* layout　レイアウト
------------------------------------------------------------------ */
/**/
/* 非表示設定 */
.pcNone { 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　ヘッダー
------------------------------------------------------------------ */
#wrapper #header {
	height: 54px;
}

/*header {
	padding: 52px 0 0 0;
	background: #c8b2d5;
}
#headerWrap{
	background: #c8b2d5;
	color: #fff;
}
.logo {
	display: flex;
	align-items: center;
	margin: 0 0 0 40px;
}
.logo img{
	width: 180px;
}
.logo a {
	margin: 0 20px 0 0;
}

.sns {
	display: flex;
	align-items: center;
	margin: 0 40px 0 0;
}
.sns ul {
	display: flex;
}
.sns ul li {
	padding: 0 7px;
}
.sns ul li:first-child {
	padding: 0 12px 0 0;
}
.sns ul li:last-child {
	padding: 0 0 0 14px;
}*/

/* パンくず　SNS
------------------------------------------------------------------ */
.topicPathSns {
    display: flex;
    justify-content: flex-end;
	margin-top:140px;
}
.topicPathSns #topicPath {
    margin-right: auto;
}
.topicPathSns #snsBtnGroup {
    width: auto;
	margin: 0;
}
.topicPathSns #snsBtnGroup ul.btnList li {
    width: 21%;
}

/* mainImg　メインイメージ
------------------------------------------------------------------ */
#mainImg{
	text-align: center;
	margin-bottom: 10px;
	padding: 0 0 2px 0;
	background: #ed989f;
}
#animation_container {
	margin: 0 auto;
/*	width:100%!important;
	height:auto;*/
	/* height: 596px; */
	display: flex;
	justify-content: center;
}
#mainImg img{
	margin: auto auto 0;
	max-width: 100%;
}
#canvas {
/*	width:100%!important;
	height:auto;*/
}
#dom_overlay_container {
	width:100%!important;
	height:auto;
}

/* contentsWrap 幅
------------------------------------------------------------------ */
.contentsWrap{
	margin: 0px auto;
}


.fitWidthA{
	max-width: 955px;
	margin-left: auto;
	margin-right: auto;
}

.liveExplanation {
	text-align: center;
	margin-bottom: 20px;
}

.liveExplanation p {
	font-size: 17.4px;
	color: #ffffff;
	text-align: left;
}


/* テキスト */
.textF {
	font-size: 20px;
	text-align: left;
	margin-bottom: 50px;
}

.textG {
	font-size: 22px;
	text-align: left;
	margin-bottom: 50px;
	font-weight: bold;
}

.titleBg,
.titleBgB {
	border-radius: 60px;
	color: #ffffff;
	background-color: #ed989f;
	margin: 0 auto 32px auto;
	padding: 1% 2%;
	width: 36%;
}
.titleBgB {
	color: #e54567;
	background-color: #feeae9;
	font-weight: bold;
}

.titleBg.flexible,
.titleBgB.flexible {
	display: inline-block;
	width: auto;
	padding: 1% 5%;
}
.titleBg p,
.titleBgB p{
	font-size: 26px;
	letter-spacing: 21px;
	padding-left: 21px;
	padding-top: 5px;
}

/* main */
#mainImg .arrowMark {
	width: 33.1%;
	margin: 20px auto;
}

#mainImg .QRImg {
	width: 30%;
	margin: 0 0 0 19px;
}



/* 背景 */
.bgW {
	background-color: #ffffff;
}

/* 枠 */
.boxWrapA{
	border: 3px solid #ed989f;
	padding: 20px 10px;
	display: flex;
	flex-flow: column;
	flex-grow: 1;
}


/* footer フッター
------------------------------------------------------------------ */
footer {
	width:100%;
	margin:30px 0 0 0;
}
#footerWrap{
	background: #c8b2d5;
	padding: 60px 0 35px 0;
}

/* フッターリンク */
footer ul{
	text-align: center;
}
footer ul li{
	display: inline-block;
	padding: 8px 10px;
}

/* コピーライト */
footer small{
	display: block;
	text-align: center;
	padding: 25px 0;
	color: #fff;
}

/* ============================================================================================ */
/* 																																															*/
/*     PC ベーススタイル																																				*/
/*  																																														*/
/* ============================================================================================ */
.paragraph{
	margin-bottom: 30px;
}

/* 見出し
-----------------------------------------------------*/
.titleA{
	font-size: min(2.2vw,24px);
	font-weight: bold;
	color: #e14b60;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

.titleB {
	text-align: center;
	margin-bottom: 30px;
}

.titleC{
	color: #e14b60;
}


.machHightWrap [class*="col-md-"]{
	display: flex;
	flex-direction: column;
}

/* ============================================================================================ */
/* 																																															*/
/*     PC ページごとの個別スタイル																															*/
/*  																																														*/
/* ============================================================================================ */

/* scroll anim */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: .7s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*  /index.php
-----------------------------------------------------*/
.blockend-m {
	margin-bottom: 56px!important;
}
.blockend-s {
	margin-bottom: 35px!important;
}
.flexArea {
	display: flex;
	justify-content: space-between;
	gap: 0px 34px;
}


/* メイン画像 */
.mainImgArea {
	position: relative;
	width: 100%;
	height: 560px;
	margin: 0 auto 65px;
}
.mainAnim01 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 1.0s ease-in;
	width: 100%;
	overflow: hidden;
}
.mainAnim01 img {
	margin-left: 33vw;
}
.mainAnim02 {
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -12vw;
	opacity: 0;
	transition: all 1.0s ease-in;
}
.mainAnim03 {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50% , 50%);
	margin-left: -15vw;
	opacity: 0;
	transition: all 1.0s ease-out;
}
.mainAnim04 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #F1EAE4;
	background: linear-gradient(270deg,rgba(241, 234, 228, 1) 30%, rgba(231, 221, 210, 1) 64%);
	z-index: -1;
	transform: translateX(-100%);
	transition: all 1.0s ease-in;
}

/* メイン画像アニメーション */
.animActive {
	opacity: 1;
}
.mainAnim02.first {
	top: 50%;
	bottom: unset;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 0;
}
.mainAnim03.animActive {
	transform: translate(-50% , 0);
}
.mainAnim04.animActive {
	transform: translateX(0);
}


/* メインコンテンツ */

.leadText {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 50px;
}
.sectionFlex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
}
.sectionFlex .section {
	display: flex;
	flex-direction: column;
	align-content: center;
	border: 2px solid rgba(0, 0, 0, .2);
	border-radius: 25px;
	padding: 30px 0;
	box-sizing: border-box;
	width: calc(50% - 10px);
}
.sectionFlex .section.w100 {
	width: 100%;
}
.sectionNumber {
	width: 80%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	color: #fff;
	margin: 0 auto 15px;
	padding: 8px 0;
	background: #EB6143;
	border-radius: 22px;
}
.sectionTitle {
	width: 100%;
	font-size: 24px;
	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: 15px;
	line-height: 1.7;
}
.perfomerName {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.0;
}
.btnJoin a {
	display: block;
	width: 420px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #EB6143!important;
	border: 3px solid #EB6143!important;
	border-radius: 50px;
	margin: 0 auto;
	padding: 18px 0;
	text-decoration: none;
}
.btnJoin a:hover {
	color: #fff!important;
	background: #EB6143;
}
.btnJoin {
	margin-bottom: 40px;
}

/* footer */
.organizer {
	padding: 50px 0;
}
.organizer figure {
	margin-bottom: 20px;
}
.organizer figure img {
	width: 25%;
}
.organizer p.mt20 {
	margin-top: 20px;
}
.copyRight {
	background: #023f73;
	color: #fff;
}
