@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');
@import url("https://use.typekit.net/bdu5twh.css");

body
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;

	min-width: 1000px;

	color: #fff;
	background-image: url(../images/bg_repeat.jpg);
	background-size: contain;
	background-repeat: repeat-y;
	background-color: #f4f4f2;

	-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: #000;
}

#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
{
    width: 100%;
		margin-top: 100px;
		text-align: center;
		font-size: 700%;
		line-height: 100%;
		font-family: "gioviale", sans-serif;
		font-weight: 400;
		color: #000;
		font-style: normal;
}

#myc .section-title:before {
    content: '';
    display: inline-block;
		width: 40px;
		height: 38px;
		background-image: url("../images/star.png");
		background-size: contain;
		vertical-align: middle;
   }
#myc .section-title:after {
   content: '';
   display: inline-block;
		width: 40px;
		height: 38px;
		background-image: url("../images/star.png");
		background-size: contain;
		vertical-align: middle;
	  }

#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-large-3
{
	font-size: 240%;
}

#myc .ez-bold
{
	font-weight: 600;
}

#myc .ez-heavy
{
	font-weight: 800;
}

#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/header_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
}

#myc #myc-header .header-img
{
    width: 700px;
		margin: 0 auto;
}


#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;
}


#myc #myc-header .ticket-button
{
    position: absolute;
    right: 0;
    top: 616px;

    width: 135px;
}


#myc #myc-news
{
	padding-top: 100px;
	padding-bottom: 0;
}

#myc #myc-news .centerview
{
}

#myc #myc-news .box
{
		background-color: #FFF;
    padding: 18px 40px 38px 56px;
		color: #000;
}

#myc #myc-news .box .section-title
{
	margin-top: 20px;
	font-size: 600%;
}

#myc #myc-news .box .list
{
		margin-top: 30px;
    padding-right: 8px;
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
		overflow-y: scroll;
		border-bottom: solid 2px #e3e3e3;
}

#myc #myc-news .box .list .item
{
		display: flex;
    position: relative;
		padding: 28px 0;
		border-top: solid 2px #e3e3e3;
		background-image: url("../images/arrow.png");
		background-position: top 50% right 1%;
		background-repeat: no-repeat;
		background-size: 10px;
}
#myc #myc-news .box .list .item+.item
{

}

#myc #myc-news .box .list .item .date
{

}

#myc #myc-news .box .list .item .text
{
    margin-left: 3em;
}



#myc .ez-numbers
{
}

#myc .ez-yellow
{
color: #e4e223;
}

#myc .ez-purple
{
color: #d634c5;
}

#myc .ez-blue
{
color: #00c6c8;
}

#myc #myc-gaiyo {
	background-color: #563F43;
	border-radius: 10px;
	padding: 50px 0;
	margin-top: 50px;
	position: relative;
}


#myc #myc-gaiyo .day-bold {
	font-size: 150%;
	font-weight: 700;
}
#myc #myc-gaiyo .flower-l {
	position: absolute;
	width: 80px;
	left: 60px;
}
#myc #myc-gaiyo .flower-r {
	position: absolute;
	width: 80px;
	right: 60px;
}

#myc #myc-gaiyo .gaiyo-arena {
	width: 350px;
	margin: 30px auto 0;
	background-color: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 10px 50px;
	color: #9C1B30;
}
#myc #myc-gaiyo .gaiyo-arena a:link,
#myc #myc-gaiyo .gaiyo-arena a:visited {
color: #9C1B30;
}

#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: #000;
		background-color: #fff;
		border-radius: 15px;
}

#myc #myc-schedule .box .seat_area
{
	margin: 20px auto 40px;
	width: 640px;
}
#myc #myc-schedule .status-closed .box
{
		background-color: #e1e1e1;
}

#myc #myc-schedule .box.bg0
{
background-color: #888;
border: 4px solid #333;
}
#myc #myc-schedule .box-border
{
	border: 2px solid #c4c4c4;
	border-radius: 15px;
	margin: 24px 0;
}
#myc #myc-schedule .price
{
	display: flex;
	border: 2px solid #c4c4c4;
	color: #000;
	background-color: #fff;
	border-radius: 15px;
	width: 50%;
	margin: 0 auto;
	padding: 30px;
}
#myc #myc-schedule .price .seat
{
	padding: 10px 80px 0 20px;
}
#myc #myc-schedule .box .column
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#myc #myc-schedule .box .column h3:before {
    content: '';
    display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../images/star.png");
		background-size: contain;
		vertical-align: middle;
   }

#myc #myc-schedule .box .head
{
    width: 240px;
    white-space: nowrap;
		text-align: center;
}


#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-schedule .link-button
{
	width: 150px;
	display: inline-block;
	margin-top: 30px;
	padding: 15px;
	line-height: 1;
	letter-spacing: 0.04em;
	border-radius: 100px;
	text-align: center;
	font-weight: 600;
}

#myc #myc-schedule .status-before .link-button
{
	background-color: #8c8c8c !important;
	color: #d4d4d4 !important;
}
#myc #myc-schedule .status-accepting .link-button
{
	background-color: #c60524 !important;
	color: #fff !important;
}
#myc #myc-schedule .status-waiting .link-button
{
	background-color: #c4c4c4 !important;
	color: #000 !important;
}
#myc #myc-schedule .status-checking .link-button
{
	background-color: #e3a30e !important;
	color: #fff !important;
}
#myc #myc-schedule .status-closed .link-button
{
	background-color: #c4c4c4 !important;
	color: #000 !important;
}

#myc #myc-attention .inner
{
    padding: 30px 32px 0;
		font-size: 90%;
		line-height: 1.8;
		color: #000;
}





#myc #myc-contact .box
{
		color: #000;
    padding: 36px;
		border: 2px solid #999;
		border-radius: 15px;
		background-color: #fff;
}

#myc #myc-contact .box a:link,
#myc #myc-contact .box a:visited
{
		color: #000;
		text-decoration: underline;
}

#myc #myc-contact .box a:hover
{
		color: #999;
		text-decoration: underline;
}

#myc #myc-sponsor {
	color: #000;
}

#myc #myc-sponsor .banner {
	margin-top: 20px;
	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: #000;
}









/*
    news
*/

#myc #myc-news-article
{
		width: 100%;
		margin-top: 20px;
		height: auto;
    background-position: center top;
    background-repeat: no-repeat;
}

#myc #myc-news-article.subpage
{
		margin-top: 0 !important;
    background-image: url("../images/bg.jpg");
    background-position: center top;
    background-repeat: repeat-x;
}

#myc #myc-news-article .news-header
{
		margin: 0 auto;
		max-width: 1100px;
    height: 200px;
		position: relative;
		padding: 0;
}

#myc #myc-news-article .logo
{
    position: absolute;
    left: 0;
    top: 0;
    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;
    max-width: 1100px;
		color:#000;
    background-color: #fff;
}

#myc #myc-news-article a:link,
#myc #myc-news-article a:visited,
#myc #myc-goods .goods-notice a:link,
#myc #myc-goods .goods-notice a:visited{
	color: #db327f;
}

#myc #myc-news-article .box p
{
    margin-bottom: 30px;
}

#myc #myc-news-article .box .date
{
		display: inline-block;
		padding: 5px 10px;
		background-color: #bc2362;
		color:#fff;
}

#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.w70
{
	width: 70% !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-article .box .note
{
	display: block;
	padding: 7px 0 0 0;
	font-size: 85%;
}

#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:#aa0000;
  border-radius:24px;
	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;
}
