@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700;800&family=Noto+Serif+JP:wght@200..900&display=swap');

body
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;

	min-width: 1300px;

	color: #000000;
	background-color: #FFD9EA;

	-webkit-text-size-adjust: 100%;
}
body.type-sub
{
    background-color: #FFE6F1;
}



#myc
{
	overflow: hidden;

	text-align: left;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-style: normal;

	font-size: 16px;
	word-break: break-word;
}
#myc .serif
{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
}
#myc .pink
{
    color: #EA609E;
}




#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: 1100px;
}
#myc .centerview.type-sub-product
{
	width: 780px;
}

#myc a
{
	color: #EA609E;
	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: 2;
}

#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
{
	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;

	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: 64px 0;
}
#myc .section.type-half
{
	padding: 32px 0;
}

#myc .section-title
{
	text-align: center;

    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-size: 40px;
    color: #EA609E;
    letter-spacing: 0.08em;
}

#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-half-wide
{
	width: 70%;
}

#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-semilarge
{
	font-size: 110%;
}
#myc .ez-large
{
	font-size: 120%;
}
#myc .ez-large-2
{
	font-size: 140%;
}
#myc .ez-large-3
{
	font-size: 144%;
}
#myc .ez-large-4
{
	font-size: 175%;
}
#myc .ez-large-5
{
	font-size: 190%;
}

#myc .ez-letter-wide
{
	letter-spacing: 0.1em;
}

#myc .ez-letter-normal
{
	letter-spacing: 0;
}

#myc .ez-letter-thin
{
	letter-spacing: -0.02em;
}

#myc .ez-bold
{
	font-weight: 700;
}
#myc .ez-extrabold
{
	font-weight: 800;
}

#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-thin
{
	line-height: 1.2;
}
#myc .ez-middle
{
	line-height: 1.8;
}
#myc .ez-double
{
	line-height: 2;
}
#myc .ez-double-2
{
	line-height: 2.4;
}

#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-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: 72px 0;
	min-height: 100vh;
}

#myc .modal .firstview
{
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1000px;

	pointer-events: auto;

	text-align: left;
}
#myc .modal.type-movie .firstview
{
	padding: 0;
	width: 1050px;
}
#myc .modal.type-short .firstview
{
	padding: 64px;

	background-color: #fff;
}
#myc .modal.type-long .firstview
{
	padding: 64px;

	background-color: #fff;
}

#myc .modal .close-button
{
	display: block;

	position: absolute;
	right: 0;
	top: 0;

	width: 48px;
}
#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: 2;
}

#myc .remodal-overlay
{
	background-color: rgba(0,0,0,0.7);
}

#myc .remodal-wrapper::after
{
	height: inherit;
}



/*
	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: 34px;
	top: 34px;

    width: 50px;

	z-index: 2;
}

#myc #myc-menu
{
	position: fixed;
	left: 0;
	top: 0;

	width: 100%;
	height: 100%;

	z-index: 3;
}

#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 .scroll-area
{
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

    transition-duration: 0.4s;
}

#myc #myc-menu .contents
{
	position: relative;

	background-color: #fff;
}

#myc #myc-menu #myc-menu-close
{
	position: absolute;
	right: 0;
	top: 0;
}

#myc #myc-menu.hide
{
	pointer-events: none;
}

#myc #myc-menu.hide .bg
{
	opacity: 0;

	transition-duration: 0.8s;
}

#myc #myc-menu.hide .scroll-area
{
	opacity: 0;
	transform: translateX(2%);

	transition-duration: 0.8s;
}

#myc #myc-menu.hide #myc-menu-close
{
	opacity: 0;

	transition-duration: 0.8s;
}










#myc .buy-buttons
{
    display: flex;
    justify-content: center;
}
#myc .buy-buttons.type-header
{
    justify-content: initial;
}

#myc .buy-buttons .button-item
{
    width: 190px;
}
#myc .buy-buttons.type-header .button-item
{
    width: 214px;
}

#myc .buy-buttons .button-item+.button-item
{
    margin-left: 32px;
}

#myc .border-box
{
    padding: 16px;

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.7),
        rgba(255, 232, 238, 0.7) 45%
    );

    border-radius: 32px;
}
#myc .border-box .box-inner
{
    padding: 24px 32px 40px;

    border: 3px solid #f3a8bb;
    border-radius: 21px;
}
#myc .border-box.type-large .box-inner
{
    padding: 48px 32px 80px;
}





#myc #myc-catch
{
    position: fixed;
    left: 20px;
    top: 50%;

    width: 12px;

    transform: translateY(-50%);
}
#myc.standby #myc-catch
{
    opacity: 0;

    transition-duration: 1.2s;
}
#myc.standby #myc-catch.show
{
    opacity: 1;
}





#myc #myc-header
{
    background-image: url("../images/header_bg.jpg");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;

    background-color: #fff;
}

#myc #myc-header .centerview
{
    box-sizing: border-box;
    padding-top: 152px;

    width: 1180px;
    height: 886px;

    /*background-color: rgba(255,128,0,0.3);*/
}

#myc #myc-header .title
{
    width: 700px;
}


/* birthday gif */
#myc #myc-header .hbd img
{
	position: absolute;
	width: 550px;
	left: 5%;
	top: 20px;
}


#myc #myc-header .desc
{
    margin-top: 56px;

    box-sizing: border-box;
    padding-left: 3px;

    border-left: 4px solid #EA609E;
}

#myc #myc-header .desc .border
{
    box-sizing: border-box;
    padding-left: 20px;

    border-left: 1px solid #EA609E;
}





#myc #myc-bg
{
    background-image: url("../images/bg.png");
    background-size: 100% auto;
}





#myc #myc-news
{
    /*margin-top: -32px;*/

    transform: translateY(-32px);

    padding-bottom: 32px;
}

#myc #myc-news .centerview
{
    width: 1275px;
}

#myc #myc-news .box
{
    padding: 16px;

    color: #fff;

    background-image: url("../images/news_bg.png");
    background-size: cover;
    border-radius: 40px;
}

#myc #myc-news .border
{
    height: 6px;

    background-image: url("../images/news_border.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#myc #myc-news .list
{
    padding: 32px;
}


#myc #myc-news a:link,
#myc #myc-news a:visited
{
    color:#c10060;
		text-decoration: underline;
		font-weight:bold;
}



#myc #myc-best .message
{
    width: 971px;
}

#myc #myc-best .text-area
{
    margin: 0 auto;
    width: 780px;
}




#myc #myc-product .products-12
{
    display: flex;
}

#myc #myc-product .products-12 .product-item
{
    width: 542px;
}

#myc #myc-product .products-12 .product-item+.product-item
{
    margin-left: 16px;
}

#myc #myc-product .products-12 .desc
{
    height: 7.2em;
}

#myc #myc-product .products-12 .jacket img
{
		width: auto;
    height : 380px;
}

#myc #myc-product .products-3 .box-inner
{
    position: relative;
}

#myc #myc-product .products-3 .premiere
{
    position: absolute;
    right: 24px;
    top: 24px;

    width: 246px;
}
body.type-sub #myc #myc-product .products-3 .premiere
{
    right: 0;
    top: 8px;
}

#myc #myc-product .products-3 .header-area
{
    margin: 0 auto;

    width: 579px;
}

#myc #myc-product .number-list
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#myc #myc-product .number-item
{
    display: flex;

    width: 732px;
}

#myc #myc-product .number-item .number-area
{
    width: 35px;
}

#myc #myc-product .number-item .text-area
{
    flex: 1;

    margin-left: 24px;
}

#myc #myc-product .photos
{
    width: 600px;
}





#myc #myc-bluray .logo
{
    width: 327px;
}

#myc #myc-bluray .content-center
{
    margin: 0 auto;
    width: 800px;
}

#myc #myc-bluray .product-list
{
    display: flex;
    justify-content: space-between;
}

#myc #myc-bluray .product-list .product-side+.product-side
{
    margin-left: 32px;
}

#myc #myc-bluray .product-list .item
{
    display: flex;
}

#myc #myc-bluray .product-list .item .photo
{
    width: 200px;
}

#myc #myc-bluray .product-list .item .desc
{
    flex: 1;
    margin-left: 10px;

    display: flex;
    align-items: center;
}

#myc #myc-bluray .product-list .item .desc .desc-inner
{
    padding-left: 12px;
    border-left: 2px solid #EA609E;
}

#myc #myc-bluray .song-box
{
    box-sizing: border-box;
    padding: 48px 64px;

    background-color: #FFEBF4;
    border: 1px solid #EA609E;
    border-radius: 28px;
}

#myc #myc-bluray .song-box .list
{
    display: flex;
    justify-content: center;
}

#myc #myc-bluray .song-box .list .item
{
    width: 200px;

    /*background-color: #ccc;*/
}
#myc #myc-bluray .song-box .list .item+.item
{
    margin-left: 12px;
}

#myc #myc-bluray .song-box .list .item .song-item
{
    font-weight: 700;
}
#myc #myc-bluray .song-box .list .item .song-item+.song-item
{
    margin-top: 0.72em;
}
#myc #myc-bluray .song-box .list .item .song-item.type-subtitle
{
    margin-top: initial;

    font-size: 80%;
}





#myc #myc-tour .border-box
{
    /*
    background-image: url("../images/tour_box_bg.png");
    background-size: 100px auto;
    background-repeat: no-repeat;
    */
}

#myc #myc-tour .list
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#myc #myc-tour .list .item
{
    box-sizing: border-box;
    padding-left: 20px;
    width: 500px;


    border-left: 2px solid #EA609E;
}
#myc #myc-tour .list .item+.item
{
    margin-top: 48px;
}





#myc #myc-banner .list
{
    display: flex;
    justify-content: center;
}

#myc #myc-banner .list .item
{
    width: 270px;
}
#myc #myc-banner .list .item+.item
{
    margin-left: 24px;
}





#myc #myc-footer
{
    padding: 64px 0;

    color: #161616;
}

#myc #myc-footer a
{
    color: #161616;
    text-decoration: none;
}





/*
    sub
*/
#myc #myc-sub-header
{
    position: relative;

    padding-top: 42px;

    z-index: 2;
}

#myc #myc-sub-header .logo
{
    position: fixed;
    left: 32px;
    top: 32px;

    width: 72px;
}

#myc #myc-sub-header .title
{
    text-align: center;
}

#myc #myc-sub-header .title .link
{
    display: inline-block;

    width: 503px;
}

#myc #myc-sub-header .top-button
{
    position: absolute;
    right: 28px;
    top: 28px;

    width: 152px;
}

#myc .sub-product-header
{
    border-bottom: 3px solid #B5A370;
}

#myc .sub-product-header .text
{
    margin-top: -0.6em;

    font-size: 29px;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;

    color: #EA609E;
}

#myc .sub-product-content
{
    margin-top: 24px;
}
#myc .sub-product-content+.sub-product-content
{
    margin-top: 32px;

    padding-top: 32px;

    border-top: 2px solid #EA609E;
}

#myc .product-song-list
{
    display: flex;
}

#myc .product-song-list .item
{
    flex: 1;
}

#myc .product-image
{
    display: inline-block;

    width: 600px;
}






/*
    opening
*/
#myc #myc-full-screen
{
    position: fixed;
    left: 0;
    top: 0;

    width: 100vw;
    height: 100vh;    /*android*/
    height: 100svh; /* Small Viewport Height */

    background-color: #fff;

    z-index: 2;
}
#myc.standby #myc-full-screen
{
    opacity: 1;

    transition-duration: 1.2s;
}
#myc.standby #myc-full-screen.hide
{
    opacity: 0;

    pointer-events: none;
}

#myc #myc-full-screen .scene
{
    position: absolute;
    left: 0;
    top: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;

    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;

    /*★*/
    /*
    box-sizing: border-box;
    border: 8px solid #f00;
    */
}

@media (orientation: portrait)
{
    #myc #myc-full-screen .scene
    {
        background-size: 100% auto;
    }
}

#myc #myc-full-screen .scene.type-01
{
    background-image: url("../images/opening_01.png");
}
#myc #myc-full-screen .scene.type-02
{
    background-image: url("../images/opening_02.png");
}
#myc #myc-full-screen .scene.type-03
{
    background-image: url("../images/opening_03.jpg");
}
#myc #myc-full-screen .scene.type-04
{
    background-image: url("../images/opening_04.png");
}
#myc.standby #myc-full-screen .scene
{
    opacity: 0;
    transform: scale(0.99);

    transition-duration: 1.2s;

    /*pointer-events: none;*/
}
#myc.standby #myc-full-screen .scene.show
{
    opacity: 1;
    transform: scale(1);

    /*pointer-events: initial;*/
}

#myc #myc-full-screen .skip-button
{
    position: absolute;
    right: 48px;
    bottom: 48px;

    font-size: 16px;
}
#myc.standby #myc-full-screen .skip-button
{
    opacity: 0;
    /*pointer-events: none;*/

    transition-duration: 1.6s;
}
#myc.standby #myc-full-screen .skip-button.show
{
    opacity: 1;
    /*pointer-events: initial;*/
}




#myc.finish #myc-full-screen
{
    opacity: 0 !important;

    pointer-events: none !important;
}

#myc.finish #myc-catch
{
    opacity: 1 !important;

    pointer-events: initial;
}

#myc.finish #myc-main
{
    display: block !important;
}






#myc #myc-spacer
{
    height: 1px;
}






#myc.standby #myc-main
{
    display: none;
}
#myc.standby #myc-main.show
{
    display: block;
}





#myc.debug #myc-full-screen
{
    display: none !important;
}

#myc.debug #myc-main
{
    display: block !important;
}





#myc #myc-popup
{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;

    transition-duration: 0.6s;
}
#myc #myc-popup.hide
{
    opacity: 0;

    pointer-events: none;
}

#myc #myc-popup .bg
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    background-color: rgba(0,0,0,0.8);
}

#myc #myc-popup .window
{
    position: relative;

    width: 1000px;
}

#myc #myc-popup .close
{
    position: absolute;
    right: 0;
    top: -40px;

    width: 30px;
}





/*
	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;
}
