@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Roboto:wght@400;700&display=swap');

body
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	
	min-width: 1000px;
	
	color: #fff;
	background-color: #000;
	
	-webkit-text-size-adjust: 100%;
}



#myc
{
	/*overflow: hidden;*/
	
	text-align: left;
    
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
	font-size: 14px;
	word-break: break-word;
    
    background-image: url("../images/myc_bg.jpg");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}
#myc.type-lower-page
{
    padding-top: 64px;
}

#myc .roboto
{
    font-family: "Roboto", serif;
    font-weight: 400;
}



#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: 764px;
}
#myc .centerview-mini
{
	position: relative;
	margin: 0 auto;

	width: 680px;
}

#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: 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
{
	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: 92px 0;
}
#myc .section.type-half
{
	padding: 32px 0;
}

#myc .section-title
{
	text-align: center;
}

#myc .section-inner
{
	margin-top: 32px;
}
#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-3
{
	font-size: 200%;
}

#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-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-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: #000;
}
#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 .firstview .content-title
{
    
}

#myc .modal .firstview .content-body
{
    margin-top: 4em;
}



/*
	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;
    
    width: 100%;
	
	z-index: 1;
    
    background-color: #000;
}

#myc #myc-menu-open .button-parent
{
    display: flex;
    justify-content: flex-end;
}

#myc #myc-menu-open .button
{
    
}

#myc.standby #myc-menu-open
{
    opacity: 0;
}
#myc.standby #myc-menu-open.show
{
    transition-duration: 1.2s;
    
    opacity: 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;
    flex-direction: column;
    justify-content: center;
	
	height: 100%;
    
	background-color: #000;
	
	transition-duration: 0.4s;
}

#myc #myc-menu .copyright
{
    position: absolute;
    left: 0;
    bottom: 24px;
    
    width: 100%;
}

#myc #myc-menu #myc-menu-close
{
	position: absolute;
	right: 0;
	top: 0;
}

#myc #myc-menu .list
{
	
}

#myc #myc-menu .list .item
{
    text-align: center;
    
    font-size: 24px;
}
#myc #myc-menu .list .item+.item
{
	margin-top: 48px;
}

#myc #myc-menu .list .item a
{
    color: #fff;
}



#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-opening
{
    position: absolute;
    left: 0;
    top: 0;
    
    display: none;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: 100vh;    /*android*/
    height: 100svh;
    
    background-color: #000;
    
    z-index: 2;
}
#myc.standby #myc-opening
{
    display: flex;
}
#myc.standby #myc-opening.hide
{
    transition-duration: 2s;
    
    opacity: 0;
    
    pointer-events: none;
}

#myc #myc-opening #myc-opening-logo
{
    position: relative;
    
    width: 592px;
    /*width: 1200px;*/
    
    /*★*/
    /*background-color: #630;*/
}
#myc.standby #myc-opening #myc-opening-logo.hide
{
    transition-duration: 0.8s;
    
    opacity: 0;
}

#myc #myc-opening .cover
{
    position: absolute;
    left: 0;
    top: 0;
    
    width: 3%;
    height: 3%;
    
    background-color: #000;
    /*★*/
    /*
    background-color: #f00;
    opacity: 0.3;
    */
}
#myc.standby #myc-opening .cover.hide
{
    transition-duration: 1.2s;
    
    opacity: 0;
}

#myc #myc-opening .cover.type-01
{
    left: 0;
    top: 0;
    
    width: 40%;
    height: 60%;
}
#myc #myc-opening .cover.type-02
{
    
    left: 40%;
    top: 0;
    
    width: 11%;
    height: 60%;
}
#myc #myc-opening .cover.type-03
{
    left: 51%;
    top: 0;
    
    width: 50%;
    height: 60%;
}
#myc #myc-opening .cover.type-04
{
    left: 0;
    top: 60%;
    
    width: 101%;
    height: 40%;
}





#myc #myc-bar-area
{
    display: none;
    
    position: fixed;
    left: 0;
    top: 0;
    
    width: 100vw;
    height: 100svh;
    
    z-index: 1;
    
    pointer-events: none;
}
#myc.standby #myc-bar-area
{
    display: block;
}

#myc #myc-bar-area .parent
{
    position: absolute;
    left: 50%;
    top: 50%;
    
    width: 140%;
    height: 240%;
    
    transform: translate(-50%, -50%);
    
    /*★*/
    /*opacity: 0.5;*/
}

@media (orientation: portrait)
{
    #myc
    {
        /*★*/
        /*background-color: #ccc;*/
    }
    
    #myc #myc-bar-area .parent
    {
        width: 200%;
        height: 140%;

        transform: translate(-50%, -50%);
    }
    
    #myc #myc-bar-area .box.type-landscape-only
    {
        display: none;
    }
}

#myc #myc-bar-area .rotate
{
    display: flex;
    
    width: 100%;
    height: 100%;
    
    transform-origin: center center;
    transform: rotate(-10deg);
}

#myc #myc-bar-area .box
{
    position: relative;
    
    width: 100%;
    height: 100%;
    
    /*★*/
    /*
    border: 1px solid #00f;
    background-color: #ffa;
    */
}

#myc #myc-bar-area .box .bar
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
    background-color: #000;
    /*★*/
    /*background-color: #00f;*/
}

#myc.standby.opening #myc-bar-area .box .bar
{
    animation-name: bar-anime;
    animation-delay: 4.4s;/*3.6*/
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

@keyframes bar-anime
{
    from
    {
        left: 0;
        right: 0;
    }
    to
    {
        left: 50.1%; /*50では隙間が出る*/
        right: 50.1%; /*50では隙間が出る*/
    }
}





#myc .side-inner
{
    padding: 0 30px;
}

#myc #myc-pc-area
{
    position: relative;
}



#myc #myc-main
{
    display: flex;
    flex-direction: column;
    
    width: 100%;
    height: 100vh;    /*android*/
    height: 100svh;
}





#myc #myc-main #myc-spacer-logo
{
    padding: 12px 0 8px;
    
    opacity: 0;
}

#myc #myc-header-logo
{
    position: fixed;
    left: 0;
    top: 0;
    
    padding: 12px 0 8px;
    
    z-index: 4;
}

#myc.standby #myc-header-logo
{
    opacity: 0;
}
#myc.standby #myc-header-logo.show
{
    transition-duration: 1.2s;
    
    opacity: 1;
}

#myc .main-logo
{
    width: 170px;
}





#myc #myc-main #myc-photo
{
    flex: 1;
    
    position: relative;
}

#myc #myc-main #myc-photo .image
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
#myc #myc-main #myc-photo .image.type-01
{
    background-image: url("../images/bg_01.jpg");
}
#myc #myc-main #myc-photo .image.type-02
{
    background-image: url("../images/bg_02.jpg");
}

#myc.standby #myc-main #myc-photo .image.type-02
{
    opacity: 0;
}
#myc.standby #myc-main #myc-photo.show-02 .image.type-01
{
    /*transition-duration: 2s;*/
    transition-duration: 2.5s;
    
    opacity: 0;
}
#myc.standby #myc-main #myc-photo.show-02 .image.type-02
{
    /*transition-duration: 2s;*/
    transition-duration: 2.5s;
    
    opacity: 1;
}






#myc #myc-main #myc-timer-area
{
    padding: 12px 0 0;
}
#myc.standby #myc-main #myc-timer-area
{
    opacity: 0;
}
#myc.standby #myc-main #myc-timer-area.show
{
    transition-duration: 1.2s;
    
    opacity: 1;
}

#myc #myc-main #myc-timer-area .time
{
    text-align: right;
    line-height: 1;
    font-size: 48px;
}





#myc #myc-footer
{
    padding: 160px 0 32px;
}

#myc #myc-footer .news-list .item a
{
    color: #fff;
}

#myc #myc-footer .copyright
{
    
}





#myc #myc-gnavi
{
    position: relative;
    
    width: 100%;
    
    z-index: 2;
}
#myc.standby #myc-gnavi
{
    opacity: 0;
}
#myc.standby #myc-gnavi.show
{
    transition-duration: 1.2s;
    
    opacity: 1;
}

#myc.type-lower-page #myc-gnavi
{
    position: fixed;
    right: 0;
    top: 0;
    
    background-color: #000;
}

#myc #myc-gnavi .dummy-area
{
    opacity: 0;
    pointer-events: none;
    
    display: none;
}
#myc #myc-gnavi.fix .dummy-area
{
    display: block;
}

#myc #myc-gnavi .spacer
{
    padding: 16px 0;
}

#myc #myc-gnavi.fix .fix-area
{
    position: fixed;
    left: 0;
    top: 0;
    
    width: 100%;
    
    background-color: #000;
}

#myc #myc-gnavi .list
{
    display: flex;
    justify-content: flex-end;
}

#myc #myc-gnavi .list .item
{
    font-size: 23px;
}
#myc #myc-gnavi .list .item+.item
{
    margin-left: 56px;
}

#myc #myc-gnavi .list .item a
{
    color: #fff;
    
    text-decoration: none;
}





#myc .section-header
{
    position: relative;
    
    padding-bottom: 0.4em;
    
    border-bottom: 1px solid #363636;
}

#myc .section-header .title
{
    font-size: 48px;
    letter-spacing: 0.04em;
}

#myc .section-header .more-area
{
    position: absolute;
    right: 0;
    bottom: 0.4em;
}





#myc .more-link
{
    display: inline-block;
    
    padding-right: 24px;
    
    line-height: 1;
    color: #fff;
    
    background-image: url("../images/paging_02.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 15px auto;
}
#myc .more-link:hover
{
    text-decoration: none;
}



#myc .news-imagebox
{
	display: flex;
	justify-content: space-between;
	
	width: 100%;
}

#myc .news-imagebox .image-area
{
	width: 40%;
}

#myc .news-imagebox .text-area
{
    margin-left: 32px;
    
	width: 60%;
}

#myc .prev-button
{
    display: inline-block;
    
    padding: 0.4em 1.2em;
    
    color: #000;
    
    background-color: #D8D8D8;
}

#myc .streaming-button
{
    display: inline-block;
    
    padding: 0.4em 2em;
    
    color: #000;
    letter-spacing: 0.04em;
    
    background-color: #D8D8D8;
}
#myc .streaming-button.type-disabled
{
    color: #444;
    
    background-color: #666;
}



#myc .news-list .item
{
    display: flex;
}
#myc .news-list .item+.item
{
    margin-top: 1.6em;
}

#myc .news-list .item .date
{
    width: 7.2em;
}

#myc .news-list .item .text
{
    flex: 1;
}

#myc .news-list .item .text a
{
    color: #fff;
}





/*
	paging
*/
#myc .paging
{
	display: flex;
	justify-content: center;
}

#myc .paging .item
{
	box-sizing: border-box;
}
#myc .paging .item.number
{
	font-size: 20px;
}
#myc .paging .item.active
{
	
}
#myc .paging .item+.item
{
	margin-left: 8px;
}


#myc .paging .item a,
#myc .paging .item span
{
	display: flex;
	justify-content: center;
	align-items: center;

	box-sizing: border-box;
	width: 25px;
	height: 17px;

	color: #fff;
	text-decoration: none;
}
#myc .paging .item.number a,
#myc .paging .item.number span
{
	padding: 0 12px;
	width: inherit;
	height: inherit;
	
	color: #fff;
}
#myc .paging .item.number.active span
{
	color: #666;
}

#myc .paging .item.prev
{
    padding-right: 16px;
}
#myc .paging .item.next
{
    padding-left: 16px;
}

#myc .paging .item.prev a
{
    background-image: url("../images/paging_01.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#myc .paging .item.next a
{
    background-image: url("../images/paging_02.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}





#myc #myc-page-title
{
    padding-bottom: 32px;
}

#myc #myc-page-title .title
{
    display: inline-block;
    
    transform: translateX(-100%);
    
    font-size: 28px;
}

@media screen and (max-width: 1200px)
{
    #myc #myc-page-title .title
    {
        transform: translateX(-50%);
    }
}

#myc #myc-page-title .title .text
{
    position: relative;
    
    display: flex;
    align-items: center;
    
    letter-spacing: 0.04em;
}
#myc #myc-page-title .title .text .border
{
    margin-left: 0.4em;
    
    width: 1.6em;
    height: 1px;
    
    background-color: #fff;
}





#myc #myc-top-release .list
{
    display: flex;
    flex-wrap: wrap;
}

#myc #myc-top-release .list .item
{
    margin-left: 7.853%;
    
    box-sizing: border-box;
    padding: 16px 20px 24px;
    width: 46.073%;
    min-height: 432px;
    
    background-image: url("../images/release_item_bg.png");
    background-size: 100% 100%;
}
#myc #myc-top-release .list .item:nth-child(2n-1)
{
    margin-left: initial;
}
#myc #myc-top-release .list .item:nth-child(n+3)
{
    margin-top: 45px;
}

#myc #myc-top-release .list .item a
{
    display: block;
    
    color: #fff;
    text-decoration: none;
}

#myc #myc-top-release .list .item .photo
{
    height: 286px;
    
    text-align: center;
}

#myc #myc-top-release .list .item .photo .image
{
    height: 100%;
    object-fit: contain;
}

#myc #myc-top-release .list .item .type-area
{
    text-align: center;
}

#myc #myc-top-release .list .item .type-area .type
{
    display: inline-block;
    padding: 0.2em 2em;
    color: #fff;
    background-color: #404040;
}

#myc #myc-top-release .list .item .more-area
{
    margin-top: -1.6em;
    
    text-align: right;
}





#myc #myc-release .release-date
{
    font-size: 34px;
    letter-spacing: 0.04em;
}

#myc #myc-release .photo
{
    margin-top: 48px;
    height: 434px;
}

#myc #myc-release .photo .image
{
    height: 100%;
    object-fit: contain;
}

#myc #myc-release .release-title
{
    margin-top: 48px;
    
    font-size: 48px;
    letter-spacing: 0.04em;
}

#myc #myc-release .type-area .type
{
    display: inline-block;
    
    padding: 0.2em 2em;
    color: #fff;
    
    background-color: #404040;
}

#myc #myc-release .release-links
{
    display: flex;
    justify-content: space-between;
}

#myc #myc-release .release-links .item
{
    flex: 1;
    
    text-align: center;
}
#myc #myc-release .release-links .item:first-child
{
    text-align: left;
}
#myc #myc-release .release-links .item:last-child
{
    text-align: right;
}

#myc #myc-release .release-links .prev-link
{
    display: inline-block;
    
    padding-left: 40px;
    
    color: #fff;
    line-height: 1;
    
    background-image: url("../images/paging_01.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 25px auto;
}

#myc #myc-release .release-links .next-link
{
    display: inline-block;
    
    padding-right: 40px;
    
    color: #fff;
    line-height: 1;
    
    background-image: url("../images/paging_02.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 25px auto;
}

#myc .index-button
{
    padding: 0.4em 2em;
    
    color: #000;
    
    background-color: #D8D8D8;
}





#myc #myc-top-movie .list .item+.item
{
    margin-top: 64px;
}

#myc .premium-button
{
    display: inline-block;

    padding: 24px 48px;

    color: #fff;
    
    border: 3px solid #fff;

    background-image: url("../images/paging_02.png");
    background-repeat: no-repeat;
    background-position: right 12px bottom 12px;
    background-size: 30px auto;
}
#myc .premium-link:hover
{
    text-decoration: none;
}





#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 .privilege-banner
{
    width: 80%;
}







/*
	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;
}