@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+KR:wght@200..900&family=Noto+Serif+SC:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	
	min-width: 1100px;
    min-height: 100.4vh;    /*android*/
    min-height: 100.4svh;
	
	color: #fff;
	background-color: #000;
	
	-webkit-text-size-adjust: 100%;
}



#myc
{
    position: relative;
    
	overflow: hidden;
	
	text-align: left;
    font-family: "Noto Serif JP", serif;
	font-size: 16px;
	word-break: break-word;
	color: #fff;
	
	background-color: #000;
}
#myc.type-korean
{
    font-family: "Noto Serif KR", serif;
}
#myc.type-simple-chinese
{
    font-family: "Noto Serif SC", serif;
}

#myc .show-english,
#myc .show-korean,
#myc .show-simple-chinese
{
    display: none;
}
#myc.type-english .show-english
{
    display: initial;
}
#myc.type-korean .show-korean
{
    display: initial;
}
#myc.type-simple-chinese .show-simple-chinese
{
    display: initial;
}

#myc.type-english .show-japanese,
#myc.type-korean .show-japanese,
#myc.type-simple-chinese .show-japanese
{
    display: none;
}




#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: 722px;
    
    /*★*/
    /*background-color: rgba(255,128,0,0.3);*/
}

#myc a
{
	color: #fff;
	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.standby #myc-pagetop
{
    display: none;
}
#myc.standby #myc-pagetop.show
{
    display: block;
}

#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: 36px 40px;
}
#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: 80px 0;
}
#myc .section.type-half
{
	padding: 32px 0;
}

#myc .section-title
{
	text-align: center;
    
    font-size: 40px;
}

#myc .section-inner
{
	margin-top: 48px;
}
#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-small-3
{
	font-size: 64%;
}

#myc .ez-large
{
	font-size: 120%;
}
#myc .ez-large-2
{
	font-size: 140%;
}
#myc .ez-large-3
{
	font-size: 200%;
}
#myc .ez-large-4
{
	font-size: 260%;
}

#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: bold;
}

#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-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-subsection.type-border
{
    border-top: 1px solid #fff;
}

#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 #aaaaaa;
}

#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: 600px;
	
	pointer-events: auto;
	
	text-align: left;
}
#myc .modal.type-movie .firstview
{
	padding: 0;
	width: 1050px;
}
#myc .modal.type-short .firstview
{
	padding: 64px;
	
	background-color: #000;
}
#myc .modal.type-short.type-news .firstview
{
    width: 1050px;
    min-height: 600px;
}

#myc .modal.type-short.type-report .firstview
{
    width: 600px;
    padding: 64px 48px;
}

#myc .modal.type-long .firstview
{
	padding: 64px;
	
	background-color: #000;
}

#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: 1;
}

#myc .remodal-overlay
{
	background-color: rgba(0,0,0,0.7);
}

#myc .remodal-wrapper::after
{
	height: inherit;
}

#myc .modal .text a
{
    color: #00aaff;
}



/*
	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;
    left: 0;
    top: 0;
    width: 100vw;
	
	z-index: 6;
}

#myc #myc-menu-open .inner
{
    position: absolute;
	right: 51px;
	top: 34px;
    
    width: 50px;
}

#myc #myc-menu
{
	position: fixed;
	left: 0;
	top: 0;
	
	width: 100vw;
	height: 100%;
	
	z-index: 7;
}

#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%;
    
    transition-duration: 0.4s;
}

#myc #myc-menu .contents
{
	position: relative;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    height: 100%;
	
	background-color: #000;
}

#myc #myc-menu .contents .list
{
    margin: 0 auto;
    width: 400px;
}

#myc #myc-menu .contents .list .item+.item
{
    margin-top: 32px;
}

#myc #myc-menu .contents .list .item.type-text
{
    padding-bottom: 12px;
    
    font-size: 36px;
}
#myc #myc-menu .contents .list .item.type-text a
{
    color: #ddd;
}
#myc #myc-menu .contents .list .item.type-text a:hover
{
    text-decoration: none;
    
    opacity: 0.85;
}

#myc #myc-menu #myc-menu-close
{
	position: absolute;
	right: 51px;
	top: 34px;
    
    width: 50px;
}

#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;
    filter: blur(12px);
	
	transition-duration: 1.6s;
}

#myc #myc-menu.hide #myc-menu-close
{
	opacity: 0;
	
	transition-duration: 0.8s;
}

#myc #myc-menu .logo
{
    position: fixed;
    left: 0;
    top: 0;
    
    width: 550px;
    
    z-index: 8;
}

#myc #myc-menu .catches
{
    position: fixed;
    left: 0;
    top: 0;
    
    width: 100vw;
    
    pointer-events: none;
    
    z-index: 8;
}

#myc #myc-menu .catches .catch-01
{
    position: absolute;
    left: 0;
    top: 235px;
    
    width: 118px;
}

#myc #myc-menu .catches .catch-02
{
    position: absolute;
    right: 0;
    top: 139px;
    
    width: 101px;
}





#myc .section-title .title-image .image
{
    width: 405px;
}





#myc #myc-header
{
    position: relative;
    
    z-index: 2;
}
#myc.standby #myc-header
{
    opacity: 0;
    transform: scale(1.04);
    filter: blur(12px);
    
    transition-duration: 1.6s;
}
#myc.standby #myc-header.show
{
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

#myc #myc-header .date
{
    position: absolute;
    left: 16%;
    top: 215px;
    
    width: 280px;
}

#myc #myc-header .centerview
{
    padding-top: 72vw;
}

#myc #myc-header .member .image
{
    width: 242px;
}

#myc #myc-header .bg-area
{
    padding-bottom: 80px;
    
    background-image: url("../images/header_bg.jpg");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}

#myc #myc-header .gradient
{
    height: 400px;
    
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}

#myc #myc-header .page30-banner
{
    position: relative;
    
    z-index: 10;
}

#myc #myc-header .cast-table
{
    margin: 0 auto;
    
    text-align: left;
}

#myc #myc-header .cast-table td+td
{
    padding-left: 2em;
}
#myc #myc-header .cast-table tr+tr td
{
    padding-top: 1em;
}





#myc #myc-logo
{
    position: fixed;
    left: 0;
    top: 0;
    
    width: 550px;
    
    z-index: 5;
    
    transform-origin: left top;
    transition-duration: 0.8s;
    
    pointer-events: none;
}
#myc #myc-logo.scale-small
{
    transform: scale(0.6);
}

#myc #myc-catches
{
    position: fixed;
    left: 0;
    top: 0;
    
    width: 100vw;
    
    pointer-events: none;
    
    z-index: 3;
}

#myc #myc-catches #myc-catch-01
{
    position: absolute;
    left: 0;
    top: 235px;
    
    width: 118px;
}

#myc #myc-catches #myc-catch-02
{
    position: absolute;
    right: 0;
    top: 139px;
    
    width: 101px;
}





#myc #myc-main-bg
{
    position: relative;
}
#myc.standby #myc-main-bg
{
    display: none;
}
#myc.standby #myc-main-bg.show
{
    display: block;
}

#myc #myc-main-bg .bg-area
{
    position: absolute;
    left: 0;
    top: 0;
    
    width: 100vw;
    height: 100vh;    /*android*/
    height: 100svh;
    
    background-image: url("../images/main_bg.jpg");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}
#myc #myc-main-bg.fixed .bg-area
{
    position: fixed;
}





#myc #myc-black-cover
{
    display: flex;
    flex-direction: column;
    
    position: absolute;
    left: 0;
    top: 0;
    
    width: 100%;
    height: 100%;
    
    /*★*/
    /*
    box-sizing: border-box;
    border: 20px solid #f00;
    */
    
    z-index: 1;
}

#myc #myc-black-cover .black-area
{
    flex: 1;
    
    /*★*/
    /*
    box-sizing: border-box;
    border: 12px solid #0f0;
    */
    
    background-color: rgba(0,0,0,0.5);
}

#myc #myc-black-cover .gradient-area
{
    height: 160px;
    
    /*★*/
    /*
    box-sizing: border-box;
    border: 12px solid #00f;
    */
    
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}
#myc #myc-black-cover .transparent-area
{
    height: 60vh;
    
    /*★*/
    /*
    box-sizing: border-box;
    border: 12px solid #99f;
    */
}





#myc .button-list
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#myc .button-list.type-left
{
    justify-content: initial;
}

#myc .button-list .item
{
    margin-left: 20px;
    
    width: 224px;
}
#myc .button-list .item:nth-child(3n-2)
{
    margin-left: 0;
}
#myc .button-list .item:nth-child(n+4)
{
    margin-top: 24px;
}

#myc .button-list .item .link
{
    display: block;
    
    box-sizing: border-box;
    padding: 12px;
    
    text-align: center;
    
    border: 1px solid #fff;
    
    background-color: rgba(0,0,9,0.5);
    background-image: url("../images/trailer_play.png");
    background-size: 19px;
    background-position: right 12px center;
    background-repeat: no-repeat;
}
#myc #myc-report .button-list .item .link
{
    background-image: url("../images/report_button.png");
}




#myc .human-list
{
    display: flex;
    flex-wrap: wrap;
    
    margin: 0 auto;
    
    width: 572px;
}
#myc .human-list.type-center
{
    justify-content: center;
}

#myc .human-list .item
{
    width: 250px;
}
#myc .human-list .item+.item
{
    margin-left: 72px;
}
#myc .human-list.type-thin .item+.item
{
    margin-left: 20px;
}
#myc .human-list .item:nth-child(2n-1)
{
    margin-left: 0;
}
#myc .human-list .item:nth-child(n+3)
{
    margin-top: 62px;
}

#myc .human-list .item .link
{
    display: block;
}

#myc .human-list .item .photo
{
    display: block;
    
    position: relative;
    
    line-height: 0;
}
#myc .human-list .item .photo:after
{
    content: '';
    
    position: absolute;
    right: 0;
    bottom: 0;
    
    width: 35px;
    height: 35px;
    
    background-image: url("../images/human_arrow.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#myc .human-list .item .name
{
    display: block;
    
    margin-top: 0.64em;
    
    text-align: center;
    font-size: 23px;
}

#myc .human-label
{
    text-align: center;
    font-size: 23px;
}

#myc .staff-list
{
    text-align: center;
}

#myc .staff-list .item
{
    display: inline-block;
    
    margin-left: 0.8em;
}





#myc #myc-news .section-inner
{
    border-top: 1px solid #fff;
}

#myc #myc-news .list
{
    margin-top: 24px;
}

#myc #myc-news .list .item
{
    display: flex;
}
#myc #myc-news .list .item+.item
{
    margin-top: 1.2em;
}


#myc #myc-news .list .item .date
{
    width: 7.2em;
}

#myc #myc-news .list .item .text
{
    flex: 1;
}





#myc #myc-banner .list
{
    display: flex;
    justify-content: center;
}

#myc #myc-banner .list .item
{
    width: 316px;
}
#myc #myc-banner .list .item+.item
{
    margin-left: 30px;
}





#myc #myc-ticket
{
    position: fixed;
    left: 40px;
    bottom: 32px;
    
    z-index: 6;
}

#myc #myc-ticket .list
{
    display: flex;
}

#myc #myc-ticket .list .item
{
    
}
#myc #myc-ticket .list .item+.item
{
    margin-left: 12px;
}

#myc #myc-ticket .list .item img
{
    width: auto;
    height: 64px;
}

#myc #myc-ticket .list .item .ticket-button
{
    display: inline-block;
    
    box-sizing: border-box;
    padding: 1em;
    width: 10em;
    
    text-align: center;
    white-space: nowrap;
    
    background-color: #1e90ff;
}
#myc #myc-ticket .list .item .ticket-button.type-dive
{
    background-color: #ff7f50;
}





#myc #myc-main-spacer
{
    height: 60vh;
}





#myc #myc-footer
{
    position: relative;
    
    padding: 40px 0;
    
    background-color: rgba(0,0,0,0.7);
}





#myc #myc-language
{
	position: fixed;
	left: 0;
	top: 29px;
    width: 100vw;
	
	z-index: 6;
}

#myc #myc-language .area
{
    position: absolute;
    right: 128px;
    top: 0;
}

#myc #myc-language .separate
{
    display: flex;
    
    align-items: center;
}

#myc #myc-language .separate .caption
{
    flex: 1;
    
    margin-right: 20px;
}

#myc #myc-language .separate .box
{
    width: 56px;
    
    /*border: 1px solid #fc0;*/
}

#myc #myc-language .separate .box .link
{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    
    width: 100%;
    height: 24px;
    
    /*text-align: center;*/
}
#myc #myc-language .separate .box .link.type-dropdown
{
    border-bottom: 1px solid #fff;
}
#myc #myc-language .separate .box .link:hover
{
    text-decoration: none;
}

#myc #myc-language .separate .box .link.type-dropdown .text
{
    flex: 1;
}

#myc #myc-language .separate .box .link.type-dropdown .arrow
{
    width: 16px;
    height: 100%;
    
    /*background-color: #00f;*/
    background-image: url("../images/language_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px auto;
}

#myc #myc-language .open-area
{
    margin-top: 12px;
}

#myc.standby #myc-language .open-area .slide-area
{
    display: none;
}





#myc #myc-full-screen
{
    position: fixed;
    left: 0;
    top: 0;
    
    width: 100%;
    height: 100vh;    /*android*/
    height: 100svh; /* Small Viewport Height */
    
    z-index: 9;
    
    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%;
}
#myc.standby #myc-full-screen .scene
{
    animation-duration: 2.8s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#myc.standby #myc-full-screen .scene.set-anime
{
    animation-name: scale-anime;
}

@keyframes scale-anime
{
    0%
    {
        transform: scale(1.08)
    }
    100%
    {
        transform: scale(1.0)
    }
}

#myc.standby #myc-full-screen .scene .image
{
    opacity: 0;
    
    animation-duration: 2.8s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#myc.standby #myc-full-screen .scene.set-anime .image
{
    animation-name: fade-anime;
}

@keyframes fade-anime
{
    0%
    {
        opacity: 0;
        filter: blur(8px);
    }
    40%
    {
        opacity: 1;
        filter: blur(0);
    }
    60%
    {
        opacity: 1;
        filter: blur(0);
    }
    100%
    {
        opacity: 0;
        filter: blur(8px);
    }
}

#myc #myc-full-screen .scene.type-01 .catch
{
    width: 200px;
}

#myc #myc-full-screen .scene.type-02 .logo
{
    width: 540px;
}





#myc #myc-main
{
    position: relative;
    
    margin-top: -400px;
    
    /*★*/
    /*border: 5px solid #fc0;*/
    
    z-index: 4;
}
#myc.standby #myc-main
{
    display: none;
}
#myc.standby #myc-main.show
{
    display: block;
}






#myc.standby .blur-set
{
    opacity: 0;
    filter: blur(12px);
    
    transition-duration: 1.2s;
}
#myc.standby .blur-set.blur-show
{
    opacity: 1;
    filter: blur(0);
}





#myc #myc-sns .list
{
    display: flex;
    justify-content: center;
}

#myc #myc-sns .list .item+.item
{
    margin-left: 60px;
}

#myc #myc-sns .list .item .image
{
    width: auto;
    height: 43px;
}







#myc #myc-shibuya .image
{
    width: 600px;
    
    border: 1px solid #aaa;
}





#myc #myc-soundtrack .list .item
{
    text-align: center;
}
#myc #myc-soundtrack .list .item+.item
{
    margin-top: 20px;
}

#myc #myc-soundtrack .list .item .image
{
    width: 600px;
}





#myc #myc-schedule-input
{
    position: absolute;
    left: 12%;
    top: 680px;
    
    z-index: 1;
}

#myc #myc-schedule-input .input-row
{
    display: flex;
    
    margin-top: 4px;
}

#myc #myc-schedule-input .input-row .select
{
    flex: 1;
    width: 100%;
    
    padding: 2px;
}

#myc #myc-schedule-input .input-row .btn
{
    margin-left: 4px;
    padding: 2px 12px;
}





#myc #myc-goods .list
{
    display: flex;
    flex-wrap: wrap;
    
    margin: 0 auto;
    width: 520px;
}

#myc #myc-goods .list .item
{
    margin-left: 20px;
    width: 250px;
}
#myc #myc-goods .list .item:nth-child(2n-1)
{
    margin-left: 0;
}
#myc #myc-goods .list .item:nth-child(n+3)
{
    margin-top: 24px;
}

#myc #myc-goods .banner
{
    width: 520px;
}








/*
	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;
}