@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Roboto&display=swap');

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-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    
	word-break: break-word;
}
#myc.type-korean
{
    font-family: "Noto Sans KR", serif;
}
#myc.type-simple-chinese
{
    font-family: "Noto Sans 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 .medium
{
    font-weight: 500;
}

#myc .lato
{
  font-family: "Lato", sans-serif;
  font-weight: 700;    /*bold*/
  font-style: normal;
}

#myc .roboto
{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#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: 800px;
}

#myc .center-mini
{
	position: relative;
	margin: 0 auto;

	width: 640px;
}

#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.standby #myc-pagetop
{
    opacity: 0;
}
#myc.standby #myc-pagetop.show
{
    opacity: 1;
}

#myc #myc-pagetop .pagetop
{
	width: 32px;
}
html.remodal-is-locked #myc #myc-pagetop .pagetop
{
	display: none !important;
}
#myc.standby #myc-pagetop .pagetop
{
	opacity: 0;
	pointer-events: none;
	
	transition-duration: 0.8s;
	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: 32px;
}
#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-long
{
	padding: 240px 0;
}
#myc .section.type-half
{
	padding: 32px 0;
}

#myc .section-title
{
	text-align: center;
    
    font-size: 30px;
}

#myc .section-title .border-inner
{
    display: inline-block;
    padding-left: 24px;
    
    background-image: url("../images/title_bg.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 8px auto;
}
#myc .section-title .border-inner .border-inner
{
    padding-left: initial;
    padding-right: 24px;
    
    background-position: center right;
}


#myc .section-inner
{
	margin-top: 64px;
}
#myc .section.type-half .section-inner
{
	margin-top: 32px;
}



#myc .ez-row-ll
{
	margin-top: 48px;
}
#myc .ez-row-l
{
	margin-top: 32px;
}
#myc .ez-row-m
{
	margin-top: 16px;
}
#myc .ez-row-s
{
	margin-top: 8px;
}

#myc .ez-pad-l
{
	padding: 32px 48px;
}
#myc .ez-pad-m
{
	padding: 16px 24px;
}
#myc .ez-pad-s
{
	padding: 8px 12px;
}

#myc .ez-inline
{
	display: inline-block;
}

#myc .ez-zerolist
{
	font-size: 0;
}

#myc .ez-left
{
	text-align: left;
}

#myc .ez-right
{
	text-align: right;
}

#myc .ez-center
{
	text-align: center;
}

#myc .ez-table
{
	display: table;
	
	width: 100%;
}

#myc .ez-tr
{
	display: table-row;
}

#myc .ez-th
{
	display: table-cell;
}

#myc .ez-td
{
	display: table-cell;
}

#myc .ez-wide
{
	width: 100%;
}

#myc .ez-half
{
	width: 50%;
}

#myc .ez-third
{
	width: 33.33%;
}

#myc .ez-flex
{
	display: flex;
}

#myc .ez-content-center
{
	justify-content: center;
}

#myc .ez-flex-wrap
{
	flex-wrap: wrap;
}

#myc .ez-vmiddle
{
	vertical-align: middle;
}
#myc .ez-vtop
{
	vertical-align: top;
}

#myc .ez-small
{
	font-size: 85%;
}
#myc .ez-small-2
{
	font-size: 72%;
}

#myc .ez-large
{
	font-size: 120%;
}
#myc .ez-large-2
{
	font-size: 140%;
}
#myc .ez-large-3
{
	font-size: 200%;
}
#myc .ez-large-4
{
	font-size: 320%;
}

#myc .ez-letter-wide
{
	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-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: 64px 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 #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 a.blue
{
    color: #0099FF;
}

#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;
    border: 1px solid #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: 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: 0;
	top: 0;
	
	z-index: 1;
}

#myc #myc-menu
{
	position: fixed;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	z-index: 2;
}

#myc #myc-menu .bg
{
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	background-color: rgba(0,0,0,0.3);
	
	transition-duration: 1.6s;
}

#myc #myc-menu .contents
{
	position: relative;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	padding-left: 200px;
	height: 100%;
	
	margin-left: 50%;
	background-color: #fff;
	
	transition-duration: 1.6s;
}

#myc #myc-menu #myc-menu-close
{
	position: absolute;
	right: 0;
	top: 0;
}

#myc #myc-menu .list
{
	
}

#myc #myc-menu .list .item+.item
{
	margin-top: 64px;
}

#myc #myc-menu .list .item img
{
	width: 377px;
}



#myc #myc-menu.hide
{
	pointer-events: none;
}

#myc #myc-menu.hide .bg
{
	opacity: 0;
	
	transition-duration: 0.8s;
}

#myc #myc-menu.hide .contents
{
	opacity: 0;
	transform: translateX(2%);
	
	transition-duration: 0.8s;
}

#myc #myc-menu.hide #myc-menu-close
{
	opacity: 0;
	
	transition-duration: 0.8s;
}










#myc #myc-full-screen
{
    position: relative;
    
    height: 100vh;    /*android*/
    height: 100svh; /* Small Viewport Height */

    background-color: #000;
}

#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%;
    
    /*
    box-sizing: border-box;
    border: 3px solid #f00;
    */
}
#myc.standby #myc-full-screen .scene
{
    opacity: 0;
    
    transition-duration: 0.8s;
    
    pointer-events: none;
}
#myc.standby #myc-full-screen .group.type-bg .scene
{
    transform: scale(0.99);
    
    transition-duration: 1.8s;
}
#myc.standby #myc-full-screen .scene.show,
#myc.standby #myc-full-screen .group.type-bg .scene.show
{
    opacity: 1;
    transform: scale(1);
    
    pointer-events: initial;
}




#myc #myc-full-screen .group.type-bg .scene
{
    background-size: cover;
    background-position: center;
}
#myc #myc-full-screen .group.type-bg .scene.type-01
{
    background-image: url("../images/full_screen_bg_01.jpg");
}
#myc #myc-full-screen .group.type-bg .scene.type-02
{
    background-image: url("../images/full_screen_bg_02.jpg");
}



#myc #myc-full-screen .scene .caption
{
    font-size: 20px;
    line-height: 2.4;
}
#myc #myc-full-screen .scene .caption+.caption
{
    margin-top: 52px;
}

#myc #myc-full-screen .scene .dream-text
{
    font-size: 48px;
}

#myc #myc-full-screen .scene .dream-sub
{
    margin-top: 0.4em;
    
    font-size: 24px;
}

#myc #myc-full-screen .scene .main-logo .image
{
    width: 360px;
    
    max-height: 80vh;    /*android*/
    max-height: 80svh;
    object-fit: contain;
}

#myc #myc-full-screen .scene .bottom-area
{
    position: absolute;
    left: 0;
    bottom: 24px;
    
    box-sizing: border-box;
    padding: 0 24px;
    width: 100%;
    
    text-align: center;
}

#myc #myc-full-screen .scene .bottom-area .scroll-button
{
    display: inline-block;
}

#myc #myc-full-screen .scene .bottom-area .scroll-button .image
{
    width: 42px;
}

#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 #myc-full-screen .scene .page30-banner
{
    position: absolute;
    right: 64px;
    bottom: 100px;
    
    width: 320px;
    
    z-index: 1;
}

#myc #myc-calendar-banner
{
    position: fixed;
    left: 64px;
    bottom: 100px;
    
    width: 310px;
    
    z-index: 1;
}
#myc.standby #myc-calendar-banner
{
    opacity: 0;
    
    transition-duration: 1.2s;
}
#myc.standby #myc-calendar-banner.show
{
    opacity: 1;
}

#myc #myc-calendar-banner .inner
{
    
}



#myc.finish #myc-full-screen *
{
    transition-duration: 0 !important;
}
#myc.finish #myc-full-screen .group.type-bg .scene.type-01,
#myc.finish #myc-full-screen .group.type-content .scene.type-03,
#myc.finish #myc-side
{
    opacity: 1 !important;
    
    pointer-events: initial;
}
#myc.finish #myc-full-screen .group.type-bg .scene.type-02,
#myc.finish #myc-full-screen .group.type-content .scene.type-01,
#myc.finish #myc-full-screen .group.type-content .scene.type-02,
#myc.finish #myc-full-screen .skip-button
{
    opacity: 0 !important;
    
    pointer-events: none;
}

#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 .coming-box
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    box-sizing: border-box;
    height: 484px;
    
    background-color: rgba(0,0,0,0.65);
    border: 2px solid rgba(49,49,49,0.65);
    
    background-image: url("../images/coming_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

#myc .coming-box .caption
{
    font-size: 35px;
    line-height: 1.4;
}

#myc .coming-box .fun
{
    margin-top: 0.8em;
    
    font-size: 26px;
}




#myc .myc-desc .caption
{
    font-size: 20px;
    
    line-height: 2.4;
}
#myc .myc-desc .caption+.caption
{
    margin-top: 48px;
}





#myc #myc-news .news-box
{
    box-sizing: border-box;
    padding: 28px 24px;
    
    background-color: #000;
    border: 1px solid #fff;
}

#myc #myc-news .list .item
{
    display: flex;
}
#myc #myc-news .list .item+.item
{
    margin-top: 1em;
}

#myc #myc-news .list .item .date
{
    width: 8em;
}

#myc #myc-news .list .item .text
{
    flex: 1;
}

#myc #myc-news .list .item .text a
{
    text-decoration: underline;
}





#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-side
{
    position: fixed;
    left: 24px;
    top: 50%;
    
    z-index: 1;
}
#myc.standby #myc-side
{
    opacity: 0;
    
    transition-duration: 1.2s;
}
#myc.standby #myc-side.show
{
    opacity: 1;
}

#myc #myc-side .caption
{
    color: #808080;
    
    transform: rotate(90deg) translateX(-50%) translateY(-50%);
    transform-origin: left center;
}





#myc #myc-main-bg
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    
    /*background-color: #fc0;*/
    background-image: url("../images/main_bg_250327.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    z-index: -1;
}





#myc #myc-language
{
    position: fixed;
    right: 32px;
    top: 32px;
    
    z-index: 9;
}

#myc #myc-language .separate
{
    display: flex;
    
    align-items: center;
}

#myc #myc-language .separate .caption
{
    flex: 1;
    
    margin-right: 20px;
}

#myc #myc-language .separate .box
{
    border-radius: 8px;
    overflow: hidden;
    
    width: 103px;
    
    color: #000;
    
    background-color: #FFFFFF;
}

#myc #myc-language .separate .box .link
{
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: 36px;
    
    text-align: center;
    color: #000;
}
#myc #myc-language .separate .box .link:hover
{
    text-decoration: none;
}
#myc #myc-language .separate .box .list .link:hover
{
    background-color: #A7A7A7;
}

#myc #myc-language .separate .box .link.type-dropdown .text
{
    flex: 1;
}

#myc #myc-language .separate .box .link.type-dropdown .arrow
{
    width: 32px;
    height: 100%;
    
    background-color: #5A5A5A;
    background-image: url("../images/language_button.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 .data-box
{
    padding: 48px 40px;
    
    background-color: #000;
    border: 1px solid #fff;
}
#myc .data-box+.data-box
{
    margin-top: 128px;
}
#myc #myc-comment .data-box
{
    padding: 60px 50px;
}
#myc #myc-access .data-box
{
    padding: 60px 72px;
}

#myc #myc-access .map-area iframe
{
    width: 100%;
    height: 400px;
}


#myc .pin-label
{
    position: relative;
}
#myc .pin-label:before
{
    content: '';
    
    position: absolute;
    left: -32px;
    top: 0;
    
    width: 20px;
    height: 29px;
    
    background-image: url("../images/pin.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}





#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-contents .date
{
    display: flex;
}

#myc #myc-contents .date .label
{
    display: inline;
    padding: 0.2em 0.6em;
    
    white-space: nowrap;
    
    border: 1px solid #ccc;
}

#myc #myc-contents .date .value
{
    flex: 1;
    
    margin-left: 0.8em;
}

#myc #myc-contents .detail-link
{
    text-align: right;
}

#myc #myc-contents .detail-link .link
{
    display: inline-block;
    
    padding-right: 1.6em;
    
    background-image: url("../images/contents_link.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}





#myc #myc-top-contact
{
    padding-bottom: 0;
}

#myc #myc-top-contact .area
{
    color: #000;
    
    background-color: #EBEBEB;
}

#myc #myc-top-contact .link
{
    display: block;
    
    padding: 64px 0;
    
    color: #000;
}

#myc #myc-top-contact .link .arrow
{
    display: inline-block;
    
    padding: 4px 48px;
    
    line-height: 1;
    
    background-image: url("../images/top_contact_arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}





#myc #myc-footer
{
    margin-top: 160px;
    padding: 64px 0;
    
    background-color: #000;
}
#myc #myc-top-contact+#myc-footer,
#myc .section.sub-content+#myc-footer
{
    margin-top: initial;
}










/*
    sub
*/
#myc #myc-sub-header
{
    display: flex;
    align-items: center;
    height: 300px;
    
    background-image: url("../images/full_screen_bg_01.jpg");
    background-size: cover;
    background-position: center;
}

#myc #myc-sub-header .title
{
    font-size: 80px;
    line-height: 1;
}

#myc .sub-content
{
    color: #000000;
    background-color: #EAEAEA;
}

#myc .sub-content a
{
    color: #000;
}
#myc .sub-content .link-button
{
    color: #fff;
}

#myc .sub-content .centerview
{
    width: 880px;
}

#myc .sub-content .attention-label
{
    padding: 4px 16px;
    
    color: #fff;
    
    background-color: #000;
}

#myc .sub-content .form
{
    padding: 48px 48px 64px;
    
    background-color: #D6D6D6;
}

#myc .sub-content .form .row
{
    display: flex;
    align-items: center;
}
#myc .sub-content .form .row+.row
{
    margin-top: 24px;
}
#myc .sub-content .form .row.type-textarea
{
    align-items: flex-start;
}

#myc .sub-content .form .row .label
{
    width: 12em;
}
#myc .sub-content .form .row.type-textarea .label
{
    margin-top: 4px;
}

#myc .sub-content .form .row .red
{
    color: #E52525;
}

#myc .sub-content .form .row .input-area
{
    flex: 1;
}

#myc .sub-content .form .row .input-area input,
#myc .sub-content .form .row .input-area select,
#myc .sub-content .form .row .input-area textarea
{
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
    
    border: 2px solid #A3A3A3;
    border-radius: 2px;
}
#myc .sub-content .form .row .input-area textarea
{
    height: 8em;
}

#myc .sub-content .form .button-area
{
    margin-top: 64px;
    
    text-align: center;
}

#myc .sub-content .form .button-area *+*
{
    margin-left: 16px;
}

#myc .link-button
{
    display: inline-block;
    
    background: none; /* 背景色を消す */
    border: none; /* 枠線を消す */
    margin: 0; /* マージンをリセット */
    font-family: inherit; /* フォントを継承 */
    font-size: inherit; /* フォントサイズを継承 */
    cursor: pointer; /* カーソルをポインターに */
    line-height: 1;
    
    box-sizing: border-box;
    padding: 32px;
    width: 240px;
    
    font-weight: 700;
    color: #fff;
    
    background-color: #04101F;
    background-image: url("../images/contact_button.png");
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 16px auto;
    
    transition-duration: 0.2s;
}
#myc .link-button.type-edit
{
    background-color: #999;
}
#myc .link-button.type-prev
{
    background-color: #3B3B3B;
}
#myc .link-button.type-top
{
    color: #000;
    
    background-color: #EBEBEB;
    background-image: url("../images/top_contact_arrow.png");
}
#myc .link-button:hover
{
    opacity: 0.9;
    text-decoration: none;
}
#myc .sub-content .form .button-area .link-button
{
    width: 280px;
}

#myc .sub-content .wpcf7-spinner
{
    display: none !important;
}





#myc .section.type-sponsor .section-inner
{
    margin-top: 32px;
}

#myc .section.type-sponsor .list
{
    display: flex;
    
    justify-content: center;
}

#myc .section.type-sponsor .list .item+.item
{
    margin-left: 72px;
}

#myc .section.type-sponsor .lime
{
    box-sizing: border-box;
    
    width: 210px;
}

#myc .section.type-sponsor .ikinari
{
    box-sizing: border-box;
    
    width: 280px;
}

#myc .section.type-calendar .centerview
{
    width: 1100px;
}





#myc #mini-calendar-2,
#myc #mini-calendar-3
{
    display: none;
}

#myc #calendar-prev-link.hide,
#myc #calendar-next-link.hide
{
    opacity: 0;
    pointer-events: none;
}





#myc #myc-subpage-header .logo
{
    position: absolute;
    left: 32px;
    top: 24px;
    
    width: 140px;
}

#myc #myc-subpage-content
{
    padding: 160px 0 0;
}





#myc .lawson-ticket .image
{
    max-width: 600px;
}





#myc .product-list .item
{
    display: flex;
    
    margin-bottom: 20px;
    padding-bottom: 20px;
    
    border-bottom: 1px solid #fff;
}
#myc .product-list .item+.item
{

}

#myc .product-list .item .text-area
{
    flex: 1;
}

#myc .product-list .item .photo-area
{
    width: 360px;
}





#myc #myc-ticket
{
    
}
/*
#myc.standby #myc-ticket
{
    opacity: 0;
    
    transition-duration: 0.8s;
    
    pointer-events: none;
}
#myc.standby #myc-ticket.show
{
    opacity: 1;
    
    pointer-events: initial;
}
*/
#myc #myc-ticket .list
{
    display: flex;
    
    margin-top: 12px;
    
    justify-content: center;
}

#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;
    
    background-color: #1e90ff;
}
#myc #myc-ticket .list .item .ticket-button.type-dive
{
    background-color: #ff7f50;
}





#myc .foods-list .item
{
    display: flex;
}
#myc .foods-list .item+.item
{
    margin-top: 24px;
}

#myc .foods-list .item .photo
{
    width: 400px;
}

#myc .foods-list .item .text-area
{
    flex: 1;
    
    margin-left: 24px;
}





#myc .yume-photos
{
    display: flex;
}

#myc .yume-photos .item
{
    flex: 1;
}
#myc .yume-photos .item+.item
{
    margin-left: 10px;
}





/*
	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;
}





@media screen and (max-height: 860px)
{
	#myc #myc-full-screen .scene .bottom-area
	{
	    text-align: right;
	}
}
