@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@500;700&display=swap');

body
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;

	min-width: 1228px;

	color: #fff;

	-webkit-text-size-adjust: 100%;
}



#myc
{
	overflow: hidden;

	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
	font-size: 16px;
	word-break: break-word;
}

#myc .serif
{
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

#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: normal;
	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=password],
#myc input[type=email],
#myc input[type=tel],
#myc input[type=date],
#myc textarea,
#myc select,
#myc 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
{
	margin: 0;
	padding: 0 0 0 1.4em;
	list-style-position: outside;
}

#myc img
{
	border: 0;

	width: 100%;
	height: auto;
}

#myc .sp-only
{
	display: none;
}

#myc .centerview
{
	position: relative;
	margin: 0 auto;

	width: 920px;

    /*★*/
    /*background-color: rgba(255,128,0,0.2);*/
}

#myc a
{
	color: #51c6d0;
	text-decoration: none;
}
#myc a:hover
{
	text-decoration: underline;
}

#myc a img
{
	transition-duration: 0.1s;
}
#myc a:hover img
{
	opacity: 0.85;
}

#myc .partition
{
	display: flex;
	justify-content: space-between;
}
#myc .partition .left,
#myc .partition .right
{
	width: 50%;
}

#myc .text+.text
{
	margin-top: 1em;
}

#myc .text-line
{
	display: inline-block;
}



#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;
}

#myc #myc-pagetop .pagetop
{
	width: 40px;
}
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 .video-thumb
{

	padding-bottom: 56.25%;
    /*padding-bottom: 35.1955%;*/
	height: 0px;
	position: relative;
}

#myc .video .video-thumb iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#myc #myc-loading
{
	display: none;

	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	font-size: 13px;
	color: #ccc;

	z-index: 9999;
}
#myc.loading #myc-loading
{
	display: inherit;
}
#myc.loading.loaded #myc-loading
{
	display: none;
}

#myc #myc-loading .center
{
	display: flex;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 100%;
}



#myc.loading #myc-loaded
{
	display: none;
}
#myc.loading.loaded #myc-loaded
{
	display: inherit;
}

#myc .common-shadow
{
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
#myc .common-shadow.type-large
{
	box-shadow: 0px 9px 30px 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: 100px 0;
}
#myc .section.type-half
{
	padding: 64px 0;
}

#myc .section-title
{
	text-align: center;
}

#myc .section-title h2
{
    font-family: "Noto Serif JP", serif;
    font-size: 44px;
		line-height: 110%;
    letter-spacing: 0.1em;
}
#myc .section-title h2.type-jp
{
    font-weight: 700;
    letter-spacing: 0.2em;
}

#myc .section-inner
{
	margin-top: 64px;
}
#myc .section.type-half .section-inner
{
	margin-top: 32px;
}



#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-small-2
{
	font-size: 72%;
}

#myc .ez-large
{
	font-size: 120%;
}
#myc .ez-large-2
{
	font-size: 140%;
}
#myc .ez-large-25
{
	font-size: 160%;
}
#myc .ez-large-3
{
	font-size: 200%;
}

#myc .ez-letter-wide
{
	letter-spacing: 0.2em;
}

#myc .ez-letter-normal
{
	letter-spacing: 0;
}

#myc .ez-letter-thin
{
	letter-spacing: -0.02em;
}

#myc .ez-bold
{
	font-weight: 700;
}

#myc .ez-italic
{
	font-style: italic;
}

#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-middle
{
	line-height: 1.8;
}
#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: 24px;
	line-height: 160%;
}

#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-number-item
{
	position: relative;
	padding-left: 1.4em;
}
#myc .ez-number-item:first-child
{
	counter-reset: myc-number 0;
}
#myc .ez-number-item:before
{
	counter-increment: myc-number 1;
	content: counter(myc-number) '.';

	position: absolute;
	left: 0;
	top: 0;
}

#myc .ez-pcwidebox
{
	display: flex;
	justify-content: space-between;

	width: 100%;
}

#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;
}

#myc .ez-wordpress-content>*+*
{
	margin-top: 40px;
}

#myc .ez-under
{
	text-decoration: underline;
}



/*
	modal
*/
#myc .modal
{
	vertical-align: top;

	box-sizing: border-box;
	margin: 0 auto;

	pointer-events: none;
}
#myc .modal.type-long
{
	width: 100vw;
}

#myc .modal .vertical-center
{
	display: flex;
	align-items: center;

	box-sizing: border-box;
	padding: 0;
	min-height: 100vh;
}

#myc .modal .firstview
{
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1160px;

	pointer-events: auto;

	text-align: left;
    color: #000;
}
#myc .modal.type-movie .firstview
{
	padding: 0;
	width: 1050px;
}
#myc .modal.type-short .firstview
{
	padding: 128px 80px;

	background-color: #1bb3cd;
}
#myc .modal.type-short.type-lyrics .firstview
{
    padding: 72px 176px;
}
#myc .modal.type-long .firstview
{
	padding: 64px;

	background-color: #fff;
}


#myc .modal .close-button
{
	display: block;

	position: absolute;
	right: 20px;
	top: 20px;

  box-sizing: border-box;
	width: 52px;

    /*border: 2px solid #71dff8;*/
}
#myc .modal.type-movie .close-button
{
	top: -48px;
}
#myc .modal.hide-close .close-button
{
	display: none;
}

#myc .modal .close-fix-area
{
	display: block;

	position: fixed;
    right: 32px;
    top: 24px;

	cursor: pointer;
	pointer-events: auto;

	z-index: 1;
}

#myc .remodal-overlay
{
	background-color: rgba(22,150,172,0.9);
}

#myc .remodal-wrapper::after
{
	height: inherit;
}

#myc .modal.type-short .firstview .lyrics-image01
{
    width: 51%;
}

#myc .modal.type-short .firstview .lyrics-image02
{
    width: 51%;
}

#myc .modal.type-short .firstview .lyrics-image03
{
    width: 51%;
}

#myc .modal.type-short .firstview .lyrics-image04
{
    width: 33%;
}

#myc .modal.type-short .firstview .lyrics-image05
{
    width: 33%;
}

#myc .modal.type-short .firstview .lyrics-image06
{
    width: 48%;
}


/*
	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,0.3);

	transition-duration: 0.4s;
}

#myc #myc-menu .contents
{
	position: relative;

	display: flex;
	justify-content: center;
	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;
}

#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 .bg-label
{
    margin: 0 auto;
}

#myc .buttons
{
    display: flex;
}

#myc .buttons .buttons-item+.buttons-item
{
    margin-left: 1em;
}

#myc .buttons .button
{
    display: inline-block;
    box-sizing: border-box;

    padding: 8px 28px;

    color: #fff;
    font-weight: 900;
    line-height: 1;
    font-size: 92%;

    background-color: #666;
    border-radius: 100px;
}
#myc .buttons .button:hover
{
    opacity: 0.9;
    text-decoration: none;
}
#myc .buttons .button.type-play
{
		color: #284497;
    background-color: #86fffb;
		width:120px;
		text-align: center;
}
#myc .buttons .button.type-play.active
{
    background-color: #D8972D;
}
#myc #myc-songlist .buttons .button.type-play
{
		color: #284497;
    background-color: #86fffb;
}
#myc #myc-songlist .buttons .button.type-play.active
{
    background-color: #ECA33A;
}
#myc .buttons .button.type-lyrics
{
		color: #284497;
    background-color: #fff100;
}
#myc #myc-songlist .buttons .button.type-lyrics
{
		color: #284497;
    background-color: #fff100;
}
#myc .buttons .button.type-download
{
    color: #284497;
		font-size: 110%;
    background-color: #fff;
    border: 3px solid #284497;
		text-align: center;
}
#myc .buttons .button.type-notes
{
    background-color: #2950AD;
}
#myc .buttons .button.type-more
{
    color: #ff468c;

    background-color: #fff;
    border: 3px solid #ff468c;
}

#myc .buttons .button .letter
{
    display: inline-block;
		text-align: center;
    /*margin-right: -0.8em;
    letter-spacing: 0.8em;*/
}

#myc .buttons .button.song-link .is-stop
{
    display: none;
}
#myc .buttons .button.song-link.active .is-stop
{
    display: inherit;
}
#myc .buttons .button.song-link.active .is-play
{
    display: none;
}

#myc .buttons .button.off
{
  background-color: #888 !important;
	color: #aaa !important;
}

#myc .buttons .off:hover
{
    opacity: inherit;
    text-decoration: none;
}



#myc #myc-header
{
	background: url(../images/bg_left.png) repeat-y left, url(../images/bg_right.png) repeat-y right;
	background-color: #87c3d0;
}

#myc #myc-header .top-label
{
    padding: 136px 0 106px;
}

#myc #myc-header .centerview
{
    width: 1160px;
}

#myc #myc-header .title
{
    margin-top: 40px;
}


#myc #myc-header .text
{
    margin-top: 30px;
}

#myc #myc-header .top-label .right
{
    display: flex;
    justify-content: flex-end;
}

#myc #myc-header .top-label .jacket
{
    width: 540px;
}

#myc #myc-header .top-label .buttons-item
{
    width: 50%;
}

#myc #myc-header .top-label .buttons-item .button
{
    width: 100%;
}

#myc #myc-news
{
	color: #000;
}
#myc #myc-news .section-title h2
{
	font-size: 36px;
	padding-bottom: 30px;
}

#myc #myc-news .box
{
	box-sizing: border-box;
	padding: 48px 68px;
	background-color: #fff;
}

#myc #myc-news .news-list a
{
	color: #000;
	text-decoration: none;
}

#myc #myc-news .news-list .item
{
	display: flex;
}
#myc #myc-news .news-list .item+.item
{
	margin-top: 12px;
}

#myc #myc-news .news-list .item .date
{
	font-size: 90%;
	display: inline-block;
	padding-right: 30px;
	white-space: nowrap;
}

#myc #myc-news .news-list .item .news-title
{
	font-size: 95%;
	display: inline-block;
}

#myc #myc-news .news-list .item .category-label
{
	font-size: 90%;
	display: inline-block;
	width: 6em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #45aee5;
	margin-right: 30px;
}

#myc #myc-news .news-list .item .news-title a:hover
{
	text-decoration: underline;
}

#myc #myc-news .more-link
{
	padding-bottom: 4px;
	line-height: 1;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #959595;
}





#myc #myc-single
{
	background: url(../images/bg_stream.png) no-repeat top left, url(../images/bg_stream2.png) no-repeat bottom right;
	background-color: #b2cfde;
	width: 85%;
	margin: 0 auto;
	padding: 40px;
}


#myc #myc-single .jacket
{
	width:280px;
	margin: 0 auto 30px;
}

#myc #myc-single .left
{
	padding: 10px;
	text-align: center;
}

#myc #myc-single .buttons-item
{
	margin: 0 auto;
}

#myc #myc-single .right
{
	padding: 10px;
	text-align: center;
}

#myc #myc-single .title-area
{
    line-height: 1;
}

#myc #myc-single .video .video-thumb
{
	width: 80%;
	height:auto;
	margin: 50px auto 0;
}

#myc #myc-single .title,
#myc #myc-songlist .title,
#myc #myc-live .title
{
    margin-top: 20px;
		margin-bottom: 0px;
}


#myc #myc-movie
{
}

#myc #myc-movie .bg-label
{
    padding: 80px 0 20px;
}

#myc #myc-movie .title
{
    margin-top: 20px;
		margin-bottom: 50px;
}




#myc #myc-songlist
{
    color: #2950ad;
		margin-top: 40px;
}

#myc #myc-songlist .section
{
		width:920px;
    padding-bottom: 200px;
}

#myc #myc-songlist .dl-lnk .buttons
{
		text-align: center;
    display: block;
		margin: 80px auto;
}

#myc #myc-songlist .info_jk
{
	width:920px;
	margin: 0 auto;
	position: relative;
	padding: 80px 0 0;
}

#myc #myc-songlist .info_jk p
{
	padding: 8px 0;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
}

#myc #myc-songlist .al p
{
	line-height: 2.3em;
}


#myc #myc-songlist .info_jk .buttons-item
{
    width: 100%;
}

#myc #myc-songlist .info_jk .buttons-item .button
{
    width: 60%;
}

#myc #myc-songlist .al img
{
	float: left;
	width: 340px;
	padding-right: 50px;
}


#myc #myc-songlist .video
{
	width: 60%;
	margin: 100px auto 0;
}

#myc #myc-songlist .list .item .header
{
    width: 70%;
}

#myc #myc-songlist .list .item .data
{
    width: 30%;
}

#myc #myc-songlist .list .item
{
		width: 900px;
    display: flex;
    padding: 20px 0;

    border-bottom: 1px solid #2950ad;
}

#myc #myc-songlist .list .item .number
{
    margin-right: 0.4em;
}

#myc #myc-songlist .list .item .buttons
{
		margin-bottom: 10px;
}

#myc #myc-tokuten
{
	background-color: #2f221d;
}


#myc #myc-tokuten .section-title
{
	font-size: 200%;
}

#myc #myc-tokuten .box
{
	font-size: 100%;
}

#myc #myc-privilege .tags
{
	font-size: 120%;
	line-height: 200%;
}

#myc #myc-privilege .list
{
	display: flex;
	flex-wrap: wrap;
}

#myc #myc-privilege .list .item
{
	margin-left: 30px;
	margin-top: 40px;

	box-sizing: border-box;
	width: 440px;
	padding: 20px 30px;
	color: #000;
	font-size: 110%;
	font-weight: bold;
	background-color: #fff;
	background-image: url("../images/bg_tokuten.png");
  background-repeat: repeat-y;
  background-position: left;
  background-size: 30px;
}
#myc #myc-privilege .list .item:nth-child(-n+2)
{
	margin-top: 0;
}
#myc #myc-privilege .list .item:nth-child(2n-1)
{
	margin-left: 0;
}
#myc #myc-privilege .list .item.type-attention
{
	display: flex;
	align-items: center;

	padding: 0;

	border: inherit;
	background-color: inherit;
}

#myc #myc-privilege .list .item.widesmall
{
	box-sizing: border-box;
	width: 440px;
	padding: 20px 50px;
}

#myc #myc-privilege .list .item .photo
{
	margin-top: 24px;

	display: flex;
	align-items: center;

	height: 255px;
}
#myc #myc-privilege .list .item .photo2
{
	margin-top: 24px;

	display: flex;
	align-items: center;

	height: auto;
}

#myc #myc-privilege .ez-subsection
{
	padding: 52px 0 14px;
}

#myc #myc-privilege .ez-subsection2
{
	padding: 60px 0 0;
}

#myc #myc-tokuten .buttons
{
	margin: 20px auto 30px;
	font-size: 110%;
}

#myc #myc-tokuten .buttons-item
{
	margin: 24px auto 0;
}

#myc #myc-live
{
    background-color: #25274f;
}

#myc #myc-live .sche {
	font-size: 110%;
	line-height: 200%;
	margin-top: 24px;
}

#myc #myc-live .buttons-item
{
	margin: 0 auto 60px;
}

#myc #myc-live .video
{
	width: 70%;
	margin: 0 auto;
}



#myc #myc-footer
{
    background-color: #5b477d;
}

#myc #myc-footer .official .banner
{
    width: 560px;

    border: 1px solid #fff;
}

#myc #myc-footer .sns-list
{
    display: flex;
    justify-content: center;
}

#myc #myc-footer .sns-list .item
{
    width: 56px;
}
#myc #myc-footer .sns-list .item+.item
{
    margin-left: 34px;
}

#myc #myc-footer .tokyo .banner
{
    width: 96px;
}





#myc #myc-copyright
{
    padding: 40px 0;

    background-color: #000000;
}












/*
	scrollmagic
*/
#myc.standby .scrollmagic
{
	opacity: 0;
	transition-duration: 0.8s;
	transition-timing-function: ease-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;

	animation-delay: 0s !important;
	animation-duration: 0s !important;
}
