@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm&display=swap');
/* RESET
--------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box;}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol{margin:0;padding:0;}
ul,ol{list-style:none;}
html:focus-within{scroll-behavior:smooth;}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;position: relative;}
a:not([class]){text-decoration-skip-ink:auto;}
img,picture{max-width:100%;display:block;margin:0 auto;}
input,button,textarea,select{font:inherit;}
@media(prefers-reduced-motion:reduce){
	html:focus-within{scroll-behavior:auto;}
	*,
	*::before,
	*::after{animation-duration:.01ms !important;
			animation-iteration-count:1 !important;
			transition-duration:.01ms !important;
			scroll-behavior:auto !important;}
	}
html{font-size: 62.5%;}
body{position: relative;}
table,th,td{border-width: 0;}

/* COMMON
--------------------------------------------------- */
.contents a { color: #131F54; text-decoration: underline;}
.contents a:visited { color: #131F54; text-decoration: none;}
.contents a:hover { color: #C60019; text-decoration: none;}
.contents .no-pc { display: none;}
.contents .no-tb { display: none;}
.contents br.no-pc { display: none; }
.contents .no-sp { display: block;}
.contents .xs { font-size: 1.2rem;}
.contents .small { font-size: 80%!important;}
.contents .tax { padding: 0 0 0 .25em; font-size: 1.2rem; font-weight: normal;}
.contents em { color:#D70000; font-style: normal; font-weight: bold;}
.contents strong { font-style: normal; font-weight: bold;}
.contents .red { color:#D70000!important;}
.contents .strikethrough { color:#666; text-decoration: line-through;}
.contents .caution {
	display: inline-block;
    color: #666;
    padding: 0 0 0 1em;
    font-size: 1.4rem;
    line-height: 1.4;
    text-indent: -1em;
}
.contents .caution::before { 
    content: "※";
    color: #666;
}
.contents p + p {
	margin-top: 1em;
}
.contents .advance, .contents .public {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 5px 10px;
    border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
    line-height: 1;
	position: relative;
	top: -2px;
    text-align: center;
}
.contents .advance { background: #C00;}
.contents .public { background: #999;}
.contents a.link {
	display: inline-block;
}
.contents a.link:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #131F54;
}
.contents a.link:hover:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #C60019;
}
.contents .copyright {
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.contents .registered {
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}
.contents .lead-txt .registered {
	vertical-align: sub;
	position: relative;
	top: 0;
}
@media screen and (max-width: 1024px) {
    .contents .no-sp { display: none; }
	.contents .no-tb { display: block; }
    .contents .caution {
        padding: .25em 0 0 1em;
		font-size: 1.2rem;
    }
	.contents .advance, .contents .public {
        font-size: 1.0rem;
    }
	
}
@media screen and (max-width: 599px) {
    .contents .no-pc { display: block; }
	.contents .no-tb { display: none; }
    .contents br.no-pc { display: inline; }
    .contents .caution,
    .contents .xs,
    .contents .tax,
	.contents .copyright {
        font-size: 1.0rem;
    }
	.contents .caution {
		text-align: left;
	}
}

/* LAYOUT
--------------------------------------------------- */
.contents {
    width: 100%;
    min-width: 320px;
    color: #0e080a;
    font-family: 'M PLUS Rounded 1c', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.8;
    overflow: hidden;
    position: relative;   
    text-align: center;
    z-index: 1;
}
.contents-area {
	max-width: 1050px;
    width: 100%;
	margin: 0 auto;
    padding: 40px 40px 80px;
	background: #FFF;
    text-align: center;
}
.contents-inner {
	display: grid;
	gap: 80px 0;
}
.contents-box {
	width: 100%;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .contents {
        font-size: 1.4rem;
		line-height: 1.6;
    }
	.contents-area {
		padding: 32px 32px 56px;
	}
	.contents-inner {
		gap: 64px 0;
	}
}
@media screen and (max-width: 599px) {
    .contents {
        font-size: 1.2rem;
		line-height: 1.4;
    }
	.contents-area {
		padding: 24px 24px 48px;
	}
    .contents-inner{
		gap: 40px 0;
    }
}
@media screen and (max-width: 376px) {
	.contents-area {
		padding: 20px 10px;
	}
    .contents-inner{
		gap: 32px 0;
    }
}
/* HEADDING
--------------------------------------------------- */
h1 img {
	width: auto;
	height: 32px;
	margin: 0;
}

h2 {
	display: inline-block;
	margin: 0 auto 32px;
	padding: .5em 95px;
	color: #C60019;	
	font-style: italic;
	position: relative;
    text-align: center;
}
h2 .main-font {
	display: block;
    font-family: 'Charm', cursive;
    font-size: 4rem;
	font-weight: normal;
    letter-spacing: 0.05em;
	transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
h2 .sub-font {
	font-family: 'M PLUS Rounded 1c', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: normal;
    letter-spacing: 0.1em;
	line-height: 1;
}
h2:before,
h2:after {
	display: block;
	content: '';
	width: 85px;
	height: 1px;
	background-color: #C60019;
	position: absolute;
	top: 50%;
}
h3 {
	display: inline-block;
    margin: 0 auto 16px;
    padding-bottom: .25em;
	background-image: repeating-linear-gradient(45deg, #CCC 0 2px, transparent 2px 4px);
    background-repeat: no-repeat;
    background-size: 4rem 0.4rem;
	background-position: center bottom;
	position: relative;
}
h3 span {
    color: #0e080a;
    font-size: 1.6rem;
	font-weight: 700;
	position: relative;
}
h3:before,
h3:after {
	display: inline-block;
	content: '';
	width: 8px;
	height: 1px;
	background-color: #0e080a;
	position: absolute;
	top: 45%;
}
h2:before{
  left: 0;
}
h2:after{
  right: 0;
}
h3:before{
  left: -16px;
}
h3:after{
  right: -16px;
}
h4 {
	margin: 1em auto .5em;
	font-size: 1.4rem;
	text-align: left;
}
@media screen and (max-width: 1024px) {
    h2 {
        margin: 0 auto 24px;		
    }
	h2 .main-font{
		font-size: 2.6rem;
	}
	h2 .sub-font {
		font-size: 1.6rem;
	}	
	h4 {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 599px) {
	h1 img {
		height: 20px;
	}
    h2 {
		margin: 0 auto 16px;
		padding: .5em 65px;
        
    }
	h2 .main-font{
		font-size: 2.4rem;
	}
	h2 .sub-font {
		font-size: 1.2rem;
	}	
	h2:before,
	h2:after {
		width: 50px;
	}
	h3 {
		margin: 0 auto 8px;
		padding-bottom: .5em;
	}
    h3 span {
        font-size: 1.4rem;
    }
	h4 {
		font-size: 1.0rem;
	}
}
@media screen and (max-width: 376px) {
	h1 img {
		height: 18px;
	}
	h2 .main-font{
		font-size: 2rem;
	}
	h2 .sub-font {
		font-size: 1.0rem;
	}
    h3 span {
        font-size: 1.2rem;
    }
}

/* HEADER
--------------------------------------------------- */
header {
	width: 100%;
}
.header-inner {
	max-width: 1000px;
	width: 100%;
	height: 48px;
	padding: 8px 0;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.header-inner {
		padding: 8px 0 8px 8px;
	}
}
@media screen and (max-width: 599px) {
	.header-inner {
		height: 36px;
		padding: 8px 0 8px 8px;
	}
}
@media screen and (max-width: 376px) {
	.header-inner {
		height: 30px;
		padding: 6px 0 6px 6px;
	}
}
/* FOOTER
--------------------------------------------------- */
footer {
    width: 100%;
    height: 48px;
    background: #000;
    color: #FFF;
    text-align: center;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 599px) {
	footer {
		height: 36px;
	}
}
@media screen and (max-width: 376px) {
	footer {
		height: 30px;
	}
}
/* HERO
--------------------------------------------------- */
.hero {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-ms-flex-direction    : row;
	-webkit-box-direction : row;
	-webkit-flex-direction: row;    
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content    : center;
	justify-content        : center;
	-webkit-align-items: flex-start;
	-ms-align-items    : flex-start;
	align-items        : flex-start;
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;
}
.hero img {
	max-width: 1000px;
	width: 100%;
}
.catch {
	max-width: 800px;
	width: 100%;
	margin: 32px auto;
}
.lead-area {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	border: 4px double #EFEFEF;
	padding: 48px;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}
.lead-title {
	margin-bottom: 24px;
	color: #0e080a;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
.lead-txt {
	margin: 0 auto;
	background-color: transparent;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #FFF 50%, #FFF 100%),
						linear-gradient(180deg, #DDD 1px, transparent 1px); 
	padding-bottom: 1px;
	background-size:
		8px 100%,
		100% 2.0em;
	color: #0e080a;
	font-family: 'Shippori Mincho', serif;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: .25;
	text-align: left;
}
.lead-txt p {
	padding: 0 .5em;
}
.lead-txt p + p{
	margin-top: 2em;
}

@media screen and (max-width: 1024px) {
	.catch {
		margin: 24px auto;
		padding: 0 32px;
	}
	.lead-title {
		margin-bottom: 16px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 599px) {
	.hero {
		display: block;
	}
	.hero img {
		width: 100%;
	}
	.catch {
		margin: 16px auto;
		padding: 0 16px;
	}
	.lead-title {
		margin-bottom: 8px;
		padding: 0 .5em;
		font-size: 1.4rem;
		text-align: left;
	}
	.lead-area {
		padding: 24px 8px;
	}
	.lead-txt {
		background-size:
			8px 100%,
			100% 1.8em;
		font-size: 1.2rem;
		line-height: 1.8;
	}
}
@media screen and (max-width: 376px) {
	.hero {
		padding: 0;
		background: #FFF;
	}
	.logo {
		height: 18px;
	}
	.lead-title {
		margin-bottom: 8px;
		font-size: 1.2rem;
	}
	.lead-txt {
		font-size: 1.0rem;
	}
}

/* ABOUT
--------------------------------------------------- */
.about-wrap {
	display: inline-block;
	margin: 0 auto;
}
.about-lead {
	display: inline-block;
	margin: 0 auto 56px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.about-area {
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
.about-box {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 24px 24px;
	text-align: left;
}
.about-box p.square {
    width: 100%;
	padding: .25em .5em .25em .65em;
    background: #EFEFEF;
	border-radius: 4px;
    color: #0e080a;
    font-size: 1.4rem;
	letter-spacing: 0.15em;
	line-height: 1.4;
    text-align: center;
}
.about-box p.square.short-square {
	padding: .25em .5em;
	letter-spacing: 0;
}
.about-notes {
    margin-top: .5em;
    }
.about-notes li {
    padding: 0 0 0 1em;
    color:  #666;
    font-size: 1.4rem;
    text-indent: -1em;
    text-align: left;
    }
.about-notes li::before {
    content:"※";
    }
.about-notes li + li{
    margin: .25em 0 0;
    }
.seat-area {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-ms-flex-direction    : row;
	-webkit-box-direction : row;
	-webkit-flex-direction: row;    
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content    : center;
	justify-content        : center;
	-webkit-align-items: stretch;
	-ms-align-items    : stretch;
	align-items        : stretch;
	width: 100%;
	margin: 0 auto;
	gap: 40px;
}
.seat {
	width: calc( calc( 100% - 40px) / 2);
	margin-top: 1em;
	text-align: center;
}
.seat a {
	display: block;
	margin-bottom: 4px;
	padding: 1em;
	border: 1px solid #CCC;
}
@media screen and (max-width: 1024px) {
	.about-lead {
		margin: 0 auto 48px;
		font-size: 1.6rem;
		text-align: left;
	}
	.about-box p.square {
		font-size: 1.2rem;
	}
	.about-notes li {
		font-size: 1.2rem;
	}
	.seat-area {
		gap: 24px;
	}
	.seat {
		width: calc( calc( 100% - 24px) / 2);
	}
}
@media screen and (max-width: 599px) {
	.about-lead {
		margin: 0 auto 32px;
		font-size: 1.4rem;
	}
	.about-box {
		grid-template-columns: 60px 1fr;
		gap: 16px 8px;
	}
	.about-box p.square {
		font-size: 1.0rem;
		padding: .25em .25em .25em .4em;
	}
	.about-box p.square.short-square {
		padding: .25em;
	}
	.about-notes li {
		font-size: 1.0rem;
	}
	.seat-area {
		gap: 8px;
	}
	.seat {
		width: calc( calc( 100% - 8px) / 2);
	}
	.seat a {
		padding: .5em;
	}
	.txt-c {		
		font-size: 1.0rem;
	}
}
@media screen and (max-width: 376px) {
	.about-lead {
		margin: 0 auto 24px;
		font-size: 1.2rem;
	}
	.about-box {
		grid-template-columns: 60px 1fr;
	}
}

/* TICKET
--------------------------------------------------- */
.table-schedule {
	width: 60%;
	margin: 0 auto 56px;
	border-collapse: collapse!important; 
	border-spacing: 0!important;
	table-layout: fixed;
}
.table-schedule thead tr th {
	width: 40%;
	padding: 0 .5em .25em;
	color: #0e080a;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-align: center;	
	vertical-align: top;
}
.table-schedule thead tr th p {
	width: 100%;
	border-bottom: 1px solid #CCC!important;
}
.table-schedule thead tr th:first-child {
	width: 20%;
}
.table-schedule tbody tr th {
	color: #0e080a;
	font-size: 1.6rem;
	font-weight: 700;
	padding: .75em .5em 0;
	text-align: center;
    vertical-align: top;
}
.table-schedule tbody tr td {
	padding: .75em .5em 0;
	color: #0e080a;
	font-size: 1.6rem;
	text-align: left;
    vertical-align: top;
}
.table-schedule tbody tr td p {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.table-schedule {
		width: 80%;
	}
    .table-schedule thead tr th,
    .table-schedule tbody tr th,
	.table-schedule tbody tr td {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 599px) {
	.table-schedule {
		width: 100%;
		margin: 0 auto 48px;
	}
	.table-schedule thead tr th {
		padding: 0 .5em .5em .65em;
	}
	.table-schedule tbody tr th,
	.table-schedule tbody tr td {
		padding: .5em .5em;
	}
    .table-schedule thead tr th,
    .table-schedule tbody tr th,
	.table-schedule tbody tr td {
		font-size: 1.2rem;
		line-height: 1.3;
	}
}
@media screen and (max-width: 376px) {
	.table-schedule {
		width: auto;
		margin: 0 auto 32px;
	}
    .table-schedule thead tr th,
    .table-schedule tbody tr th,
	.table-schedule tbody tr td {
		font-size: 1.0rem;
	}
	.table-schedule tbody tr th,
	.table-schedule tbody tr td {
		padding: .5em .75em;
	}
	.table-schedule tbody tr td br {
		display: block;
		content: "";
		margin-top: .5em;
	}
}

/* TAB
--------------------------------------------------- */
.tab-menu {
    display: block;	
    width: 100%;
    margin: 0 auto 16px;	
    border-bottom: solid 4px #EFEFEF;
    font-size: 0;
    position: relative;
}
.tab-menu li {
    display: inline-block;
    width: calc( calc(100% - 12px) / 3);
    font-size: 1.6rem;
    font-weight: bold;
    color: #131F54;
    margin: 0 2px;
    padding: .5em 0;
    text-align: center;
    background: #FFF;
	border: 1px solid #EFEFEF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	cursor: pointer;
	vertical-align: bottom;
}
.tab-menu li.tabSelect {
	padding: .75em 0;
    color: #C60019;
    background: #F3F3F3;	
}
.tab {
    width: 100%;
    margin: 0 auto;
    padding: 16px 0;
    overflow: hidden;
}
.hide {
    display: none;
}
@media all and (max-width: 1024px) {
}
@media all and (max-width: 599px) {
	.tab-menu li {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 376px) {
	.tab-menu li {
		font-size: 1.2rem;
	}
}
/* CALENDAR
--------------------------------------------------- */
.calendar {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate; 
	border-spacing: 1px!important;
	table-layout: fixed;
}
.calendar thead th,
.calendar tbody td {
	width: calc(100% / 7);
	border: 1px solid #CCC;
	border-width: 1px;
}
.calendar thead th {
	padding: .5em;
	background: #EFEFEF;
	font-size: 1.6rem;
}
.calendar tbody td {
	padding: .25em .5em 1em;
	text-align: left;
	vertical-align: top;
}
.calendar tbody td.link-area {
	padding: 0;
}
.calendar tbody td i {
	font-weight: bold;
	font-size: 1.6rem;
}
.calendar thead th:first-child,
.calendar tbody td:first-child,
.sun {
	color: #ff69b4;
}
.calendar thead th:last-child,
.calendar tbody td:last-child,
.sat {
	color:#0ba9ea;
}
a.calendar-link {
	display: block;
	width: 100%;
	padding: .25em .5em .5em;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
a.calendar-pre {
	display: block;
	width: 100%;
	padding: .25em .5em .5em;
	color: inherit;
	text-decoration: none;
}
a.calendar-link:hover {
	color: inherit;
}
.calendar-btn {
	display: block;
	width: 100%;
	margin-top: .25em;
	padding: .05em 0;
	background: #131F54;
	border-radius: 2em;
	color: #FFF!important;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
}
.popup-open .calendar-btn {
	background: #666;
}
a.calendar-link:hover > .calendar-btn {
	background: #C60019;
}
.calendar-none {
	background: #F9F9F9;
}
.calendar-caution {
	text-align: left;
}
.calendar-caution + .calendar-caution {
	margin-top: 6px;
}
.price {
	margin: 4px auto 0;
	color: #0e080a;
	font-size: 1.4rem;
	line-height: 1.35;
	text-align: center;
}
.pre {
	color: #C60019;
	font-weight: bold;
}
@media all and (max-width: 1024px) {
	a.calendar-link {
		font-size: 1.4rem;
	}
	.price {
		font-size: 1.2rem;
	}
}
@media all and (max-width: 599px) {
	.calendar tbody td {
		padding: .25em .15em .5em;
	}
	.calendar thead th,
	.calendar tbody td i {
		font-size: 1.4rem;
	}
	a.calendar-link {
		padding: .25em .15em .5em;
	}
	.calendar-btn {
		padding: .2em 0;
		font-size: 1.0rem;
	}
	.price {
		margin: 2px auto 0;
		font-size: 1.0rem;
	}
}
@media screen and (max-width: 376px) {
	.calendar thead th,
	.calendar tbody td i {
		font-size: 1.2rem;
	}
	
}
/* POPUP
--------------------------------------------------- */
.popup-open {
	display: block;
	width: 100%;
	padding: .25em .5em .5em;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
.popup {
	display: none;
}
.popup-overlay {
	display: none;
}
.popup:checked + .popup-overlay {
	display: block;
	z-index: 9999;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.popup-window {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-ms-justify-content    : center;
	justify-content        : center;
	-webkit-align-items: center;
	-ms-align-items    : center;
	align-items        : center;
	width: 90vw;
	max-width: 380px;
	height: 200px;
	background-color: #FFF;
	border-radius: 6px;
	cursor: pointer;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup-text {
	color: #C60019;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}
.popup-close {
	color: #C60019;
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 6px;
	right: 14px;
}
@media all and (max-width: 1024px) {
	.popup-open {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 599px) {
	.popup-open {
		padding: .25em .15em .5em;
	}
	.popup-text {
		font-size: 1.6rem;
	}
}
/* MOVIE
--------------------------------------------------- */
    .movie {
		max-width: 800px;
        width: 100%;
		margin: 0 auto;
    }
    .movie-inner {
        width: 100%;
        padding-top: 56.25%;
		background : none;
		border-radius: 8px;
		box-shadow: 0 0 8px rgba(255, 218, 127, 1);
        overflow: hidden;
        position: relative;
    }
    .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100%!important;
    }
@media screen and (max-width: 1024px) {
    .movie-inner {
		border-radius: 0;
    }
}
/* NOTES
--------------------------------------------------- */
.notes-area {
	display: grid;
    width: 100%;
    margin: 0 auto;
	gap: 36px;
}
.notes {
    display: inline-block;
	width: 80%;
    margin: 0 auto;
}
.notes li {
    padding: 0 0 0 1em;
    color:  #666;
    font-size: 1.4rem;
	line-height: 1.6;
    text-indent: -1em;
    text-align: left;
}
.notes li::before {
    content:"※";
}
.schedule-notes {
    width: 100%;
}
.schedule-notes li {
     font-size: 1.6rem;
}
.notes li + li{
    margin: .75em 0 0;
}
.notes-box {
    width: 80%;
	margin: 0 auto;
	font-weight: 700;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.notes {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
    .notes li {
        font-size: 1.2rem;
        }
	.schedule-notes li {
		 font-size: 1.4rem;
	}
}
@media screen and (max-width: 599px) {
	.notes-area {
		gap: 24px;
	}
	.notes {
		width: 100%;
	}
    .notes li {
        font-size: 1.0rem;
    }
	.schedule-notes li {
		 font-size: 1.2rem;
	}
	.notes-box {
		width: 90%;
	}
}
/* BUTTON
--------------------------------------------------- */
.btn-area {
    margin: 32px auto 0;
}
.btn-ticket {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: .75em 0 .75em 0.1em;
	background-image: radial-gradient(#e6e593, #c6b267);
    border-radius: 8px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
    color: #131f54!important;
    cursor: pointer;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
	letter-spacing: 0.1em;
	position: relative;
    text-align: center;
    text-decoration: none!important;
    transition: .25s;
}
.btn-ticket:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 12px solid #131f54;
}
.btn-ticket:hover {
    opacity: .75;
}
.btn-non {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    padding: .75em 0 .75em 0.1em;
    background: #CCC;
    border-radius: 8px;
    color: #333!important;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}
 @media screen and (max-width: 1024px) {
    .btn-area {
        margin: 30px auto;
    } 
    .btn-ticket {
        font-size: 1.8rem;
    }
	.btn-ticket:before {
		right: 15px;
		margin-top: -6px;
		border: 6px solid transparent;
		border-left: 8px solid #131f54;
	}
    .btn-non {
        font-size: 1.2rem;
    }
}
 @media screen and (max-width: 599px) {
    .btn-ticket {
		max-width: 300px;
        font-size: 1.6rem;		
    }
	.btn-ticket:before {
		right: 10px;
		margin-top: -6px;
		border: 6px solid transparent;
		border-left: 8px solid #131f54;
	}
    .btn-non {
        font-size: 1.0rem;
    }
}
@media screen and (max-width: 376px) {
    .btn-ticket {
        font-size: 1.4rem;		
    }
}
/* LINK
--------------------------------------------------- */
.company-link-area {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-ms-flex-direction    : row;
	-webkit-box-direction : row;
	-webkit-flex-direction: row;
  	-ms-flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content    : center;
	justify-content        : center;   
	-webkit-align-items: flex-start;
	-ms-align-items    : flex-start;
	align-items        : flex-start;
	gap: 8px;
	max-width: 800px;
	width: 100%;
	margin: 8px auto 16px;
}
.contents-box .company-link-area:last-of-type{
	margin-bottom: 0;
}
.company-link img {
	width: 100%;	
}
.company-link-one {
	display: block;
	width: 100%;
	background: #FFED5D;
}
@media screen and (max-width: 599px) {
}
@media screen and (max-width: 376px) {
}

/* SLIDE
--------------------------------------------------- */
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 600px;
  margin: 0 auto;
}
.slick-dots li button:before {
    font-size: 24px;
}

.slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 160px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.slick-next::before {
  left: 20px;
}
.slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: #FFF;
	opacity: .75;
}
@media screen and (max-width: 1024px) {
	.full-screen.slider {
	  max-width: 500px;
	}
	.slick-arrow {
	  top: 130px;
	}
}
@media screen and (max-width: 599px) {
	.full-screen.slider {
	  max-width: 300px;
	}
	.slick-arrow {
	  width: 40px;
	  height: 40px;
	  top: 80px;
	}
	.slick-arrow::before {
	  width: 9px;
	  height: 9px;
	  top: 15px;
	}
	.slick-next::before {
	  left: 15px;
	}
	.slick-prev::before {
	  right: 15px;
	}
}

/* CA
--------------------------------------------------- */

.dncalendar-body table {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate; 
	border-spacing: 1px!important;
	table-layout: fixed;
}
.dncalendar-body thead td,
.dncalendar-body tbody td {
	width: calc(100% / 7);
	border: 1px solid #CCC;
	border-width: 1px;
}
.dncalendar-body thead td {
	padding: .5em;
	background: #EFEFEF;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.dncalendar-body tbody td {
	padding: .25em .5em 1em;
	background: #F9F9F9;
	font-weight: bold;
	font-size: 1.6rem;
	font-style: italic;
	text-align: left;
	vertical-align: top;
}
.dncalendar-body thead td:first-child,
.dncalendar-body tbody td:first-child,
.holiday {
	color: #ff69b4;
}
.dncalendar-body thead td:last-child,
.dncalendar-body tbody td:last-child,
.sat {
	color:#0ba9ea;
}
.dncalendar-body tbody td .entry a {
	display: block;
	width: 100%;
	margin-top: .25em;
	padding: .05em 0;
	background: #131F54;
	border-radius: 2em;
	color: #FFF!important;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
}
.dncalendar-body tbody td .entry a:hover {
	background: #C60019;
}
.dncalendar-body tbody td.calendarClick{
	background: #FFF;
}
.dncalendar-body tbody td.note{
	background: #F2F7FC;
}
.dncalendar-body tbody td .entry::after{
	content:attr(data-title);
	color: #0e080a;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: normal;
}
.dncalendar-body tbody td strong{
	color: #0e080a;
}

iframe {
	width: 100%;
	height: 800px;
	margin: 0px;
	border: none;
	overflow: hidden;
}


@media all and (max-width: 1024px) {
	.dncalendar-body tbody td .entry a {
		font-size: 1.4rem;
	}
	.dncalendar-body tbody td .entry::after{
		font-size: 1.2rem;
	}
}
@media all and (max-width: 599px) {
	.calendar tbody td {
		padding: .25em .15em .5em;
	}
	.dncalendar-body theady td,
	.dncalendar-body tbody td {
		font-size: 1.4rem;
	}
	.dncalendar-body tbody td .entry a {
		padding: .2em 0;
		font-size: 1.0rem;
	}
	.dncalendar-body tbody td .entry::after{
		font-size: 1.0rem;
	}
}
@media screen and (max-width: 376px) {
	.dncalendar-body theady td,
	.dncalendar-body tbody td {
		font-size: 1.2rem;
	}
}

/* LINK
--------------------------------------------------- */
.company-link-area {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-ms-flex-direction    : row;
	-webkit-box-direction : row;
	-webkit-flex-direction: row;
  	-ms-flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content    : center;
	justify-content        : center;   
	-webkit-align-items: flex-start;
	-ms-align-items    : flex-start;
	align-items        : flex-start;
	gap: 8px;
	max-width: 800px;
	width: 100%;
	margin: 8px auto 16px;
}
.contents-box .company-link-area:last-of-type{
	margin-bottom: 0;
}
.company-link img {
	width: 100%;	
}
.company-link-one {
	display: block;
	width: 100%;
	background: #FFED5D;
}
.disney-link {
	display: block;
	margin-top: 2em;
	font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
	.disney-link {
		text-align: left;
	}
}
@media screen and (max-width: 376px) {
}