@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');


html {
  overflow-y: scroll;
}
html.remodal-is-locked {
  overflow-y: scroll !important;
}
body {
  padding-right: 0 !important;
}


body
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	
	min-width: 1100px;
	
	color: #fff;
	background-color: #000;
	
	-webkit-text-size-adjust: 100%;
}



#myc
{
	overflow: hidden;
	
	text-align: left;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-size: 16px;
	word-break: break-word;
    font-weight: 400;
}

#myc .medium
{
    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: inherit;
	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: 1000px;
}
#myc .centerthin
{
	position: relative;
	margin: 0 auto;

	width: 860px;
}

#myc .center800
{
    margin: 0 auto;

	width: 800px;
}

#myc .center680
{
    margin: 0 auto;

	width: 680px;
}

#myc a
{
	color: #1770ed;
	text-decoration: none;
}
#myc a:hover
{
	text-decoration: underline;
}

#myc a img
{
	transition-duration: 0.1s;
}
#myc a:hover img
{
	opacity: 0.85;
}

#myc .url
{
	word-break: break-all;
}

#myc .partition
{
	display: flex;
	justify-content: space-between;
}
#myc .partition .left,
#myc .partition .right
{
	flex: 1;
}


#myc .partition.type-disk .left,
#myc .partition.type-disk .right
{
    flex: initial;
    
    box-sizing: border-box;
    width: 50%;
}
#myc .partition.type-disk .right
{
    padding-left: 52px;
}

#myc .text+.text
{
	margin-top: 1em;
}

#myc .text-line
{
	display: inline-block;
}



#myc .pagetop-show-position
{
	position: relative;
}

#myc .pagetop-parents
{
	
}

#myc #myc-pagetop
{
	
}

#myc #myc-pagetop .pagetop
{
	width: 40px;
}
#myc.standby #myc-pagetop .pagetop
{
	opacity: 0;
	pointer-events: none;
	
	transition-duration: 0.6s;
	transition-timing-function: ease-in-out;
}
#myc #myc-pagetop .pagetop.show
{
	opacity: 1;
	pointer-events: auto;
}

#myc #myc-pagetop .fix-area
{
	position: fixed;
	left: 0;
	bottom: 0;
    
    box-sizing: border-box;
    padding: 152px 36px;
    width: 100vw;
    
    display: flex;
    justify-content: flex-end;
    
    pointer-events: none;
}


#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: 160px 0;
}
#myc .section.type-black
{
    color: #000;
}
#myc .section.type-half
{
	padding: 32px 0;
}

#myc .section-title
{
	text-align: center;
}

#myc .section-inner
{
	margin-top: 48px;
}
#myc .section.type-half .section-inner
{
	margin-top: 32px;
}



#myc .ez-row-lll
{
	margin-top: 80px;
}
#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-large-35
{
	font-size: 220%;
}
#myc .ez-large-4
{
	font-size: 300%;
}

#myc .ez-letter-wide
{
	letter-spacing: 0.1em;
}

#myc .ez-letter-middle
{
	letter-spacing: 0.08em;
}

#myc .ez-letter-normal
{
	letter-spacing: 0;
}

#myc .ez-letter-thin
{
	letter-spacing: -0.02em;
}

#myc .ez-bold
{
	font-weight: 700;
}
#myc .ez-exbold
{
	font-weight: 900;
}

#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.2;
}

#myc .ez-subsection
{
	padding: 20px 0;
}
#myc .ez-subsection.type-large
{
	padding: 40px 0;
}
#myc .ez-subsection.type-border
{
    border-top: 2px solid #fff;
}
#myc .section.type-black .ez-subsection.type-border
{
    border-top: 2px solid #000;
}
#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 rgba(85,85,85,1.00);
}

#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;
}

#myc .ez-screen-height
{
    width: 100%;
    height: 100vh;
    /*height: 100svh;*/
}



/*
	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
{
	width: 1100px;
}
#myc .modal.type-long .firstview
{
	padding: 64px;
	
	background-color: #fff;
}

#myc .modal .close-button
{
	display: block;
	
	position: absolute;
	right: 0;
	top: -48px;

	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;
}



/*
	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: 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 .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 .link-button
{
    display: inline-block;
    
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
    
    text-align: center;
    color: #000;
    
    background-color: #fff;
}
#myc .section.type-black .link-button
{
    color: #fff;
    
    background-color: #5E8288;
}
#myc .link-button.type-disabled
{
    color: #777 !important;
    background-color: #aaa !important;
}
#myc .link-button.autosize
{
    padding: 1em 8em;
    width: initial;
}

#myc .song-list
{
    display: flex;
}

#myc .song-list .list+.list
{
    margin-left: 4em;
}

#myc .song-list .list .item
{
    white-space: nowrap;
}

#myc .song-list .list .item+.item
{
    margin-top: 0.5em;
}

#myc .song-list .list .item .number
{
    display: inline-block;
    width: 2em;
}

#myc .period-date
{
    box-sizing: border-box;
    padding: 0.4em 0;
    
    line-height: 1.1;
    
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
#myc .section.type-black .period-date
{
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

#myc .new-label
{
    box-sizing: border-box;
    padding: 0 1em;
    
    line-height: 1.1;
    
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

#myc .spacer
{
    height: 500px;
    /*height: 34.722vw;*/
    
    /*★*/
    /*border: 3px solid #f00;*/
}










#myc #myc-bg
{
    position: fixed;
    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    background-image: url("../images/bg_01_0108.jpg");
    background-size: cover;
    background-position: bottom;
}

/* 横長のとき（横 > 縦） */
@media (min-aspect-ratio: 1/1)
{
    #myc #myc-bg
    {
        /* for ios */
        height: 100%;
    }
}

#myc #myc-main
{
    position: relative;
    
    z-index: 1;
}





#myc #myc-header
{
    font-size: 0;
}





#myc #myc-desc
{
    background: linear-gradient(
      to bottom,
      rgba(28, 34, 30, 1) 0%,
      rgba(28, 34, 30, 0.8) 100%
    );
}

#myc #myc-desc .read
{
	font-size: 136%;
}

#myc #myc-desc .read .marker
{
    padding: 0 0.6em 0.08em;
    
	color: #000;
    
    background-color: #D9D9D9;
}
#myc #myc-desc .read .marker.type-leftthin
{
    padding-left: 0.1em;
}

#myc #myc-desc .title-inner
{
	margin-top: 80px;
}

#myc #myc-desc .section-inner
{
    margin-top: 100px;
}

#myc #myc-desc .main-text
{
    font-size: 18px;
}





#myc #myc-songlist
{
    background-color: #fff;
}

#myc #myc-songlist
{
    color: #000;
    
    background-color: #fff;
}

#myc #myc-songlist .partition .right
{
    margin-left: 50px;
}

#myc #myc-songlist .disk-type
{
    display: inline-block;
    
    box-sizing: border-box;
    padding: 0.3em 0;
    width: 7.2em;
    
    text-align: center;
    color: #fff;
    
    background-color: #5E8288;
}

#myc #myc-songlist .disk-number
{
    margin-left: 0.64em;
}

#myc #myc-songlist .text-box
{
    padding: 1em 0;
}
#myc #myc-songlist .text-box:first-child
{
    padding-top: 0;
}
#myc #myc-songlist .text-box:last-child
{
    padding-bottom: 0;
}
#myc #myc-songlist .text-box+.text-box
{
    border-top: 1px solid #5E8288;
}

#myc #myc-songlist .jacket
{
    text-align: center;
}

#myc #myc-songlist .jacket.type-normal .image
{
    width: 90.73%;
}





#myc #myc-privilege
{
    color: #4A595B;
    
    background: linear-gradient(
        to bottom,
        rgba(246, 246, 240, 0.3) 0%,
        rgba(228, 217, 182, 1) 100%
    );
}





#myc #myc-spacer-02
{
    height: 34.722vw;
    
    background-image: url("../images/bg_02_0113.jpg");
    background-size: cover;
    background-position: center;
}





#myc #myc-worldview
{
    color: #fff;
    
    background-color: #1C221E;
}





#myc #myc-movie
{
    background-color: rgba(40,55,92,0.80);
}





#myc #myc-teaser
{
    background-color: rgba(0,0,0,0.7);
}




#myc #myc-shop
{
    background: linear-gradient(
        to bottom,
        rgba(182, 220, 239, 1) 0%,
        rgba(182, 220, 239, 0.3) 100%
    );
}

#myc #myc-shop .section-inner
{
    margin-top: 64px;
}

#myc #myc-shop .list
{
    display: flex;
    flex-wrap: wrap;
}

#myc #myc-shop .list .item
{
    width: 50%;
}
#myc #myc-shop .list .item:nth-child(n+3)
{
    margin-top: 2.8em;
}





#myc #myc-banner
{
    position: relative;
    
    padding-top: 100px;
    padding-bottom: 1px;
    
    background-color: #fff;
}

#myc #myc-banner .banner
{
    width: 350px;
}









#myc #myc-float
{
    position: relative;
    
    margin-top: 140px;
}
#myc.standby #myc-float
{
	opacity: 0;
	
	transition-duration: 0.6s;
	transition-timing-function: ease-in-out;
}
#myc #myc-float.show
{
	opacity: 1;
}

#myc #myc-float .fix-area
{
    position: fixed;
    right: 0;
    bottom: 0;
    
    box-sizing: border-box;
    padding: 24px 32px;
    width: 100vw;
    
    pointer-events: none;
}
#myc #myc-float.no-fix .fix-area
{
    position: absolute;
}

#myc #myc-float .pagetop-parent
{
    display: flex;
    justify-content: flex-end;
}

#myc #myc-float .pagetop-parent .pagetop
{
	width: 52px;
}
#myc #myc-float.show .pagetop-parent .pagetop
{
    pointer-events: auto;
}


#myc #myc-float .list
{
    margin-top: 24px;
    
    display: flex;
    justify-content: flex-end;
}

#myc #myc-float .list .item
{
    width: 250px;
}
#myc #myc-float.show .list .item
{
    pointer-events: auto;
}

#myc #myc-float .list .item+.item
{
    margin-left: 16px;
}

#myc #myc-float .list .item .image
{
    
}





#myc #myc-footer
{
    padding: 24px 0;
    
    background-color: #000;
}












/*
	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;
}