@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spicy+Rice&display=swap');

body
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;

	min-width: 1000px;

	color: #fff;
	background-color: #000616;

	-webkit-text-size-adjust: 100%;
}



#myc
{
	overflow: hidden;

	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
  font-weight: 500;
	word-break: break-word;
}
#myc.type-news
{
}


#myc .cf:after
{
	content: "";
	display: block;
	clear: both;
}


#myc h1,
#myc h2,
#myc h3,
#myc h4,
#myc h5,
#myc h6,
#myc p
{
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: inherit;
}


#myc table,
#myc tr,
#myc th,
#myc td,
#myc form
{
	margin: 0;
	padding: 0;

	border-collapse: collapse;
}

#myc input[type=text],
#myc input[type=mail],
#myc input[type=password],
#myc textarea,
#myc select,
#myc input+label
{
	font-size: 16px;
}
#myc button,
#myc input[type=submit],
#myc input[type=button]
{
    border: none;
	-webkit-appearance: none;
	border-radius: 0;
}

#myc th,
#myc td
{
	vertical-align: top;
}

#myc ol,
#myc ul
{
	padding: 0;
	list-style-position: inside;
}

#myc img
{
	border: 0;

    width: 100%;
    height: auto;

	vertical-align: top;
}
#myc .ez-wide
{
	width: 100%;
	height: auto;
}

#myc .sp-only
{
	display: none;
}

#myc .centerview
{
	position: relative;
	margin: 0 auto;

	width: 1040px;

    /*★*/
    /*background-color: rgba(255,128,0,0.1);*/
}

#myc a
{
	color: #fff;
}

#myc a img
{
	transition-duration: 0.1s;
}
#myc a:hover img
{
	opacity: 0.85;
}

#myc .partition:after
{
	content: "";
	display: block;
	clear: both;
}
#myc .partition .left
{
	float: left;
	width: 50%;
}
#myc .partition .right
{
	float: right;
	width: 50%;
}

#myc .text+.text
{
	margin-top: 1em;
}

#myc .text-line
{
	display: inline-block;
}

#myc .top-ss
{
	margin-top: 12px;
}

#myc .top-s
{
	margin-top: 16px;
}

#myc .top-m
{
	margin-top: 24px;
}

#myc .top-l
{
	margin-top: 32px;
}

#myc .top-ll
{
	margin-top: 40px;
}

#myc .center
{
	text-align: center;
}



#myc .pagetop-show-position
{
	position: relative;
}

#myc .pagetop-parents
{
	position: relative;
}

#myc #myc-pagetop
{
	position: absolute;
	right: 0;
	bottom: 0;

	width: 1px;
	height: 1px;

	z-index: 1;
}

html.remodal-is-locked #myc #myc-pagetop .pagetop
{
	display: none !important;
}
#myc.standby #myc-pagetop .pagetop
{
	opacity: 0;
	pointer-events: none;

	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}
#myc #myc-pagetop .pagetop.show
{
	opacity: 1;
	pointer-events: inherit;
}

#myc #myc-pagetop .fix-area
{
	position: fixed;
	right: 0;
	bottom: 0;

	padding: 16px;
}
#myc #myc-pagetop.no-fix .fix-area
{
	position: inherit;
}

#myc .video
{
	margin: 120px auto 0;
	width: 780px;
	text-align: center;
}

#myc .video .video-thumb
{
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
}

#myc .video .video-thumb iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#myc #myc-loading
{
	display: none;

	font-size: 13px;
	color: #ccc;
}
#myc.loading #myc-loading
{
	display: inherit;
}
#myc.loading.loaded #myc-loading
{
	display: none;
}

#myc #myc-loading .inner
{
	display: table;
	width: 100%;
	height: 100vh;
}
#myc #myc-loading .inner .inner-sub
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}



#myc.loading #myc-loaded
{
	display: none;
}
#myc.loading.loaded #myc-loaded
{
	display: inherit;
}

#myc .common-shadow
{
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}



#myc.standby .accordion .accordion-open .is-open
{
	display: none;
}
#myc.standby .accordion.show .accordion-open .is-open
{
	display: inherit;
}
#myc.standby .accordion.show .accordion-open .is-close
{
	display: none;
}

#myc.standby .accordion .accordion-main
{
	display: none;
}



#myc .section
{
	padding: 64px 0;
}

#myc .section-title
{
    margin: 100px auto 0;
    width: 100%;
		height: 74px;
  	border-radius: 50px;
		text-align: center;
	  font-family: "Spicy Rice", serif;
	  font-weight: 400;
	  font-style: normal;
		font-size: 240%;
		padding-top: 20px;
  	background-image: linear-gradient(0deg, rgba(148, 59, 176, 1), rgba(71, 176, 183, 1) 46%, rgba(173, 178, 51, 1));
}


#myc .section-title2
{
		font-family: "Spicy Rice", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 240%;
		text-align: center;
}

#myc .section-inner
{
	margin-top: 64px;
}



#myc .ez-row-ll
{
	margin-top: 48px;
}
#myc .ez-row-l
{
	margin-top: 32px;
}
#myc .ez-row-m
{
	margin-top: 16px;
}
#myc .ez-row-s
{
	margin-top: 8px;
}

#myc .ez-pad-l
{
	padding: 32px 48px;
}
#myc .ez-pad-m
{
	padding: 16px 24px;
}
#myc .ez-pad-s
{
	padding: 8px 12px;
}

#myc .ez-inline
{
	display: inline-block;
}

#myc .ez-zerolist
{
	font-size: 0;
}

#myc .ez-left
{
	text-align: left;
}

#myc .ez-right
{
	text-align: right;
}

#myc .ez-center
{
	text-align: center;
}

#myc .ez-table
{
	display: table;

	width: 100%;
}

#myc .ez-tr
{
	display: table-row;
}

#myc .ez-th
{
	display: table-cell;
}

#myc .ez-td
{
	display: table-cell;
}

#myc .ez-wide
{
	width: 100%;
}

#myc .ez-half
{
	width: 50%;
}

#myc .ez-third
{
	width: 33.33%;
}

#myc .ez-flex
{
	display: flex;
}

#myc .ez-content-center
{
	justify-content: center;
}

#myc .ez-flex-wrap
{
	flex-wrap: wrap;
}

#myc .ez-vmiddle
{
	vertical-align: middle;
}
#myc .ez-vtop
{
	vertical-align: top;
}

#myc .ez-small
{
	font-size: 85%;
}

#myc .ez-large
{
	font-size: 120%;
}
#myc .ez-large-2
{
	font-size: 180%;
}

#myc .ez-bold
{
	font-weight: 600;
}

#myc .ez-nowrap
{
	white-space: nowrap;
}

#myc .ez-relative
{
	position: relative;
}

#myc .ez-red
{
	color: #ff0000;
}

#myc .ez-white
{
	color: #fff;
}

#myc .ez-bg-white
{
	background-color: #ffffff;
}

#myc .ez-double
{
	line-height: 2;
}

#myc .ez-subsection
{
	padding: 32px 0;
}
#myc .ez-subsection:first-child
{
	padding-top: 0;
}
#myc .ez-subsection:last-child
{
	padding-bottom: 0;
}

#myc .ez-subsection-inner
{
	margin-top: 20px;
}

#myc .ez-mark
{
	position: relative;
	padding-left: 1em;
}
#myc .ez-mark:before
{
	position: absolute;
	left: 0;
	top: 0;

	content: '・';
}
#myc .ez-mark.type-attention:before
{
	position: absolute;
	left: 0;
	top: 0;

	content: '※';
}
#myc .ez-mark.type-aster:before
{
	position: absolute;
	left: 0;
	top: 0;

	content: '*';
}
#myc .ez-mark.type-kuromaru:before
{
	position: absolute;
	left: 0;
	top: 0;

	content: '●';
}

#myc .ez-pcwidebox
{
	display: flex;
	justify-content: space-between;
}

#myc .ez-pcwidebox .item
{
	width: 100%;
}
#myc .ez-pcwidebox .item+.item
{
	margin-left: 24px;
}

#myc .ez-image-border
{
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
}

#myc .ez-tabview .ez-tabview-header
{
	display: flex;
}

#myc .ez-tabview .ez-tabview-header .item
{
	flex-grow: 1;

	background-color: #ccc;
}
#myc .ez-tabview .ez-tabview-header .item.active
{
	background-color: #fff;
}

#myc .ez-tabview .ez-tabview-header .item a
{
	display: block;
}
#myc .ez-tabview .ez-tabview-header .item.active a
{
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}

#myc .ez-tabview .ez-tabview-content .item
{
	display: none;
}
#myc .ez-tabview .ez-tabview-content .item.active
{
	display: inherit;
}



/*
	modal
*/
#myc .modal
{
	vertical-align: top;

	box-sizing: border-box;
	margin: 0 auto;
	padding: 72px 0;

	text-align: left;

	pointer-events: none;
}

#myc .modal .firstview
{
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 56px 56px 72px;
	width: 647px;

	background-size: cover;

	pointer-events: auto;
}
#myc .modal.type-movie .firstview
{
	padding: 0;
	width: 1000px;

	background-image: inherit;
}

#myc .modal .firstview .close-button
{
	position: absolute;
	right: 0;
	top: -43px;

	width: 42px;
	height: 42px;
}

#myc .modal .firstview .photo-area
{
	position: relative;
}

#myc .modal .firstview .photo-area .button
{
	position: absolute;
	top: 50%;
	transform: translateY(-15px);
}

#myc .modal .firstview .photo-area .slider
{
	position: relative;
}

#myc .modal .firstview .photo-area .swiper-button-prev
{
	left: -36px;
	margin-top: -15px;
	width: 19px;
	height: 30px;
	background-image: url(../images/modal_prev.png);
	background-size: contain;
}
#myc .modal .firstview .photo-area .swiper-button-next
{
	right: -36px;
	margin-top: -15px;
	width: 19px;
	height: 30px;
	background-image: url(../images/modal_next.png);
	background-size: contain;
}

#myc .modal .firstview .text-list .item
{
	display: none;
}
#myc .modal .firstview .text-list .item:first-child
{
	display: inherit;
}

#myc .remodal-overlay
{
	background-color: rgba(0,0,0,0.7);
}



/*
	remodal animation
*/
#myc .remodal-overlay.remodal-is-opening,
#myc .remodal-overlay.remodal-is-closing
{
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}
#myc .remodal-overlay.remodal-is-opening
{
	animation-name: remodal-overlay-opening-keyframes;
}
#myc .remodal-overlay.remodal-is-closing
{
	animation-name: remodal-overlay-closing-keyframes;
}
#myc .remodal.remodal-is-opening,
#myc .remodal.remodal-is-closing
{
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}
#myc .remodal.remodal-is-opening
{
	animation-name: remodal-opening-keyframes;
}
#myc .remodal.remodal-is-closing
{
	animation-name: remodal-closing-keyframes;
}
@keyframes remodal-opening-keyframes
{
	from
	{
		transform: translateY(-4px);
		opacity: 0;
	}
	to
	{
		transform: none;
		opacity: 1;
	}
}
@keyframes remodal-closing-keyframes
{
	from
	{
		transform: translateY(0px);
		opacity: 1;
	}
	to
	{
		transform: translateY(-4px);
		opacity: 0;
	}
}
@keyframes remodal-overlay-opening-keyframes
{
	from
	{
		opacity: 0;
	}
	to
	{
		opacity: 1;
	}
}
@keyframes remodal-overlay-closing-keyframes
{
	from
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
	}
}



/*
	menu
*/
#myc #myc-menu-open
{
	position: fixed;
	right: 0;
	top: 0;

	z-index: 1;
}

#myc #myc-menu
{
	position: fixed;
	left: 0;
	top: 0;

	width: 100%;
	height: 100%;

	z-index: 2;
}

#myc #myc-menu .bg
{
	position: absolute;

	width: 100%;
	height: 100%;

	background-color: rgba(0,0,0,1);

	transition-duration: 0.4s;
}

#myc #myc-menu .contents
{
	position: relative;

	display: flex;
	align-items: center;

	padding-left: 200px;
	height: 100%;

	margin-left: 50%;
	background-color: #fff;

	transition-duration: 0.4s;
}

#myc #myc-menu #myc-menu-close
{
	position: absolute;
	right: 0;
	top: 0;

	transition-duration: 0.4s;
}

#myc #myc-menu .list
{

}

#myc #myc-menu .list .item+.item
{
	margin-top: 64px;
}

#myc #myc-menu .list .item img
{
	width: 377px;
}



#myc #myc-menu.hide
{
	pointer-events: none;
}

#myc #myc-menu.hide .bg
{
	opacity: 0;

	transition-duration: 0.8s;
}

#myc #myc-menu.hide .contents
{
	opacity: 0;
	transform: translateX(2%);

	transition-duration: 0.8s;
}

#myc #myc-menu.hide #myc-menu-close
{
	opacity: 0;

	transition-duration: 0.8s;
}










#myc
{

}





#myc #myc-header
{
		min-width: 1040px;
		height: auto;
		padding: 0;
    background-image: url("../images/bg.jpg");
    background-position: center top;
    background-repeat: repeat-x;
}


#myc #myc-header .header-img
{
    width: 1080px;
		margin: 0 auto;
}

#myc #myc-header .list
{
    display: flex;

    margin-top: 12px;

    justify-content: center;
}

#myc-nav
{
    position: fixed;
		display: inline-block;
    right: 0;
    top: 0;
    box-sizing: border-box;
    width: auto;
    z-index: 1;
		background-color: #8b4ca7;
		border-radius: 0 0 0 30px;
}
#myc-nav .list
{
    display: flex;
    justify-content: center;
		width: auto;
    padding: 15px 20px 20px 25px;
}
#myc-nav .list .item
{
}
#myc-nav .list .item+.item
{
    margin-left: 1.2em;
}
#myc-nav .list .item
{
    padding: 0.1em 0;
		font-size: 140%;
    color: #fff;
}
#myc-nav .list .item .link
{
		text-decoration: none;
    border-bottom: 1px solid #fff;
}
#myc-nav .list .item .link:hover,
#myc-nav .list .item.active .link
{
    border-bottom: 1px solid #AAA;
}


.h-title-block
{
    max-width: 1300px;
		margin: 10px auto;
		padding: 0 50px;
		height: 150px;
}

.h-title-block img{
	width: 100%;
}

#myc #myc-header .ticket-button
{
    position: absolute;
    right: 0;
    top: 616px;

    width: 135px;
}

#myc #myc-header .guest
{
	display: flex;
	justify-content: center;
}

#myc #myc-header .guest .box
{
	display: flex;
	/*background-color: rgba(255,128,0, 0.1);*/
}

#myc #myc-header .guest .box .title
{
	display: flex;
	align-items: center;

	padding-right: 56px;
}

#myc #myc-header .guest .box .guest-list .item
{
	position: relative;
}

#myc #myc-header .guest .box .guest-list .item .date
{
	position: absolute;
	left: 0;
	top: 0;
}

#myc #myc-header .guest .box .guest-list .item .name
{
	margin-left: 7.2em;
}





#myc #myc-news
{
	padding-top: 100px;
	padding-bottom: 0;
}

#myc #myc-news .centerview
{
	width: 960px;
}

#myc #myc-news .box
{
    display: flex;
    border: 1px solid #fff;
		background-color: rgba(0,0,0,0.2);
    padding: 36px 40px 36px 56px;
}

#myc #myc-news .box .title
{
    padding-left: 18px;
    padding-right: 56px;
    display: flex;
    white-space: nowrap;
    align-items: center;
}

#myc #myc-news .box .list
{
    padding-right: 8px;
    max-height: 180px;
    overflow-y: auto;
    width: 100%;
		overflow-y: scroll;
}

#myc #myc-news .box .list .item
{
    position: relative;
}
#myc #myc-news .box .list .item+.item
{
    margin-top: 1.4em;
}

#myc #myc-news .box .list .item .date
{
    position: absolute;
    left: 0;
    top: 0;
		font-family: "Fjalla One", sans-serif;
	  font-weight: 400;
	  font-style: normal;
		padding-top: 3px;
}

#myc #myc-news .box .list .item .text
{
    margin-left: 5.2em;
}



#myc .ez-numbers
{
	font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#myc .ez-yellow
{
color: #e4e223;
}

#myc .ez-purple
{
color: #d634c5;
}

#myc .ez-blue
{
color: #00c6c8;
}

#myc #myc-gaiyo {
}
#myc #myc-gaiyo .pad-0 {
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#myc #myc-gaiyo .day-bold {
	font-size: 150%;
}
#myc #myc-gaiyo .openstart {
	font-weight: 500;
}
#myc #myc-gaiyo .rain {
	margin: 40px 0 0;
	font-size: 80%;
	color: #88A;
}
#myc #myc-gaiyo .top-mgn {
	padding: 18px 0 0 0;
}
#myc #myc-gaiyo .stage-1 {
	width: 350px;
	margin: 30px auto 0;
	border: 2px solid #ffd27c;
	border-radius: 30px;
	text-align: left;
	padding: 10px 8px 15px;
}
#myc #myc-gaiyo .stage-2 {
	width: 350px;
	margin: 20px auto 0;
	border: 2px solid #e17ba5;
	border-radius: 30px;
	text-align: left;
	padding: 10px 8px 15px;
}
#myc #myc-gaiyo .stage-bg {
	background-color: #24fdfc;
	border-radius: 30px;
	padding: 3px 24px;
	color: #121dba;
	font-size: 80%;
	font-weight: bold;
	border: 3px solid #121dba;
}
#myc #myc-gaiyo .stage-border {
	border: 3px solid #fff;
	border-radius: 30px;
	padding: 3px 2px 6px 2px;
}
#myc #myc-gaiyo .stage-time {
	display: inline-block;
	font-size: 115%;
	font-weight: bold;
	padding: 0px 0 0 20px;
}

#myc #myc-ticket {
	padding-top: 200px;
}

#myc #myc-ticket .ez-large-2 {
	font-size: 3em;
	font-weight: 700;
}

#myc #myc-ticket .ez-large {
	font-size: 1.3em;
}

#myc #myc-ticket .ez-large-3 {
	font-size: 1.1em;
}

#myc #myc-schedule .box
{
    display: flex;
    padding: 0;
		color: #080f5c;
}
#myc #myc-schedule .box.bg1
{
background-color: #c7cdb1;
border: 4px solid #3a956b;
}
#myc #myc-schedule .box.bg2
{
background-color: #b6dcd5;
border: 4px solid #3c49b9;
}
#myc #myc-schedule .box.bg3
{
background-color: #e3c0db;
border: 4px solid #ce2e9b;
}
#myc #myc-schedule .box-border
{
	border: 4px solid #FFF;
}
#myc #myc-schedule .box .column
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#myc #myc-schedule .box .head
{
    width: 240px;
    white-space: nowrap;
		text-align: center;
}

#myc #myc-schedule .box .bg-01
{
	background-color: #d8dcc9;
}

#myc #myc-schedule .box .bg-02
{
	background-color: #cce7e2;
}

#myc #myc-schedule .box .bg-03
{
	background-color: #ebd3e6;
}

#myc #myc-schedule .box .content
{
    flex: 1;
		padding: 50px 35px;
}

#myc #myc-schedule .box .link-area
{
    padding: 30px 20px 30px 0;
    width: 136px;
}

#myc #myc-schedule .box a:link,
#myc #myc-schedule .box a:visited{
	color: #ce2e9b;
}



#myc #myc-attention .inner
{
    padding: 0 32px;
		font-size: 90%;
		line-height: 1.8;
}

#myc #myc-attention .cover
{
    display: inline-block;
		color: #080f5c;
		font-weight: bold;
    background-color: #75f2eb;
    white-space: nowrap;
    line-height: 1;
    padding: 10px 18px;
}





#myc #myc-contact .box
{
    padding: 24px;
    background-color: #293239;
}


#myc #myc-sponsor .banner {
	display: flex;
	justify-content: center;
}


#myc #myc-sponsor .banner img
{
	width: 320px;
	margin: 0 30px;
}


#myc #myc-footer
{
	margin-top: 64px;

    padding: 48px;
		color: #fff;
		font-size: 14px;
    background-color: #e17ba5;
}









/*
    news
*/

#myc #myc-news-article
{
		min-width: 1040px;
		height: auto;
    background-image: url("../images/bg_news_01.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

#myc #myc-news-article .news-header
{
		margin: 0 auto;
		max-width:1040px;
    height: 280px;
		position: relative;
		padding: 0;
}

#myc #myc-news-article .logo
{
    position: absolute;
    left: 10px;
    top: 20px;
    width: 180px;
}

#myc #myc-news-article .logo img
{
    width: 100%;
    height: auto;
}

#myc #myc-news-article .box
{
    margin: 0 auto;
    box-sizing: border-box;
    padding: 56px;
    width: 960px;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,0.2);
}

#myc #myc-news-article .box a
{
    color: #d861cb;
}

#myc #myc-news-article .box p
{
    margin-bottom: 30px;
}

#myc #myc-news-article .box .date
{
		display: inline-block;
		font-family: "Fjalla One", sans-serif;
		font-weight: 400;
		font-style: normal;
		padding: 5px 10px;
		background-color: #cc3e3e;
}

#myc #myc-news-article .box .title
{
		margin: 20px 0 40px;
    font-size: 150%;
		font-weight: bold;
}

#myc #myc-news-article .box .content .partition .left
{
    width: 56%;
}
#myc #myc-news-article .box .content .partition .right
{
    box-sizing: border-box;
    padding-left: 32px;
    width: 44%;
}

#myc #myc-news-article .msa-title
{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 80px;
}

#myc #myc-news-article .msa-title img
{
	width: 14% !important;
	margin-bottom: 20px;
}

#myc #myc-news-article .box img.w30
{
	width: 20% !important;
}

#myc #myc-news-article .box img.w50
{
	width: 45% !important;
}

#myc #myc-news-article .box .border
{
	border-top: 1px solid #aaa;
	margin-top: 60px;
	padding-bottom: 30px;
}

#myc #myc-news-prev
{
    padding: 80px 0 20px;
}

#myc #myc-news-prev a {
	text-decoration: none;
}

#myc #myc-news-prev .button2{
	margin: 0 auto;
  width:170px;
	padding: 7px 0;
  background:#b241a6;
  border-radius:20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}





/*
	goods
*/
.goods-notice{
	margin: 30px 20px 150px;
	font-size: 90%;
}





/*
	scrollmagic
*/
#myc.standby .scrollmagic
{
	opacity: 0;
	transition-duration: 0.8s;
	transition-timing-function: sine-out;
	transform: translateY(12px);
}

#myc.standby .scrollmagic.show
{
	opacity: 1 !important;
	transform: translateX(0) translateY(0) scale(1) !important;
}
#myc.standby .scrollmagic:nth-child(2) {transition-delay: 0.1s;}
#myc.standby .scrollmagic:nth-child(3) {transition-delay: 0.2s;}
#myc.standby .scrollmagic:nth-child(4) {transition-delay: 0.3s;}
#myc.standby .scrollmagic:nth-child(5) {transition-delay: 0.4s;}
#myc.standby .scrollmagic:nth-child(6) {transition-delay: 0.5s;}
#myc.standby .scrollmagic:nth-child(n+7) {transition-delay: 0.6s;}



/*
	transition
*/
#myc.standby.reset *
{
	transition-delay: 0s !important;
	transition-duration: 0s !important;
}
