@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700');
/* reset
--------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box;}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol,li{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!important;}
.contents h1,h2,h3,h4,h5{font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
/* COMMON
--------------------------------------------------- */
.contents a { display: block; color:#FFF; text-decoration: underline;}
.contents a:visited { color: #FFF; text-decoration: underline;}
.contents a:hover{ opacity: .75; ;color: #FFF; text-decoration: underline;}
.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 #FFF;
}
.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 #FFF;
}
.contents .caution a.link {
	padding-left: 1em;
}
.contents .no-pc { display: none;}
.contents br.no-pc { display: none; }
.contents .no-sp { display: block;}
.contents .xs { font-size: 1.2rem;}
.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 .red { color:#D70000!important;}
.contents strong { font-style: normal; font-weight: bold;}
.contents .strikethrough { color:#666; text-decoration: line-through;}
.contents .caution {
    color: #666;
    padding: .5em 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.4;
    text-indent: -1em;
}
.contents .caution::before { 
    content: "※";
    color: #666;
}
.contents .caution.red::before { 
    content: "※";
    color: #D70000;
}
p + p {
	margin-top: .5em;
}
.contents .copyright {
	width: max-content;
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.contents .copyright.dark {
    color: #000!important;
}
.contents .advance,
.contents .public,
.contents .soldout {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: .25em .5em;
    border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
    line-height: 1.2em;
	position: relative;
	top: -2px;
    text-align: center;
	vertical-align: middle;	
}
.contents .advance { background: #C00;}
.contents .public { background: #fe9a03;}
.contents .soldout { background: #666;}
@media screen and (max-width: 1024px) {
    .contents .caution {
        padding: .25em 0 0 1em;
    }    
}
@media screen and (max-width: 599px) {
    .contents .no-pc { display: block; }
    .contents br.no-pc { display: inline; }
    .contents .no-sp { display: none; }
    .contents .caution,
    .contents .xs,
    .contents .tax,
	.contents .copyright {
        font-size: 1.0rem;
    }
	.contents a.link:before{
		margin: 0 0 0 3px;
		padding: 0 3px 0 0;
		border-width: 3px 0 3px 3px;
	}
	.contents a.link:hover:before{
		margin: 0 0 0 3px;
		padding: 0 3px 0 0;
		border-width: 3px 0 3px 3px;
	}
	.contents .advance,
	.contents .public {
		font-size: 1.0rem;
		line-height: 1.0em;
	}
}

/* LAYOUT
--------------------------------------------------- */
.contents {
	max-width: 1200px;
    width: 100%;
    min-width: 320px;
	margin: 0 auto;	
	background: url(../images/bg.png), linear-gradient(-225deg, #5DA4DD 0%, #4275AE 12%, #4D89C8 56%, #2F537C 100%);
    color: #FFF;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.65;
    overflow: hidden;
    position: relative;   
    text-align: center;
    z-index: 1;
}
.contents-area {
	display: grid;
	width: 100%;
	padding: 60px 40px 60px;
	gap: 40px 0;
	text-align: center;
}
.contents-inner {
	display: grid;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 3em 2em;
    background: #2F497A;
    border-radius: 10px;
    color: #FFF;
	position: relative;
	gap: 40px 0;
}
.contents-box {
	width: 100%;
}
@media screen and (max-width: 1024px) {
    .contents {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .contents-area {
        padding: 40px 30px;
		gap: 32px 0;
    } 
    .contents-inner{
        padding: 2em;
		gap: 24px 0;
	}
}
@media screen and (max-width: 599px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .contents-area {
        padding: 20px;
		gap: 16px 0;
    }   
	.contents-inner {
        padding: 2em;
		gap: 16px 0;
    }
}
@media screen and (max-width: 376px) {
    .contents {
        font-size: 1.2rem;
        line-height: 1.35;
    }
    .contents-area {
        padding: 10px;
		gap: 8px 0;
    }
}

/* HEADDING
--------------------------------------------------- */
.contents h2 {
    width: 100%;
    margin: 0 auto;
    padding: 0 1em;
    color: #FFF;
    font-family: "Noto Sans JP", "sans-serif";
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.contents h2:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #FFF;
}
.contents h2 span {
	position: relative;
	padding: 0 1em;
	background: #2F497A;
}
.contents h3 {
    width: 100%;
    margin: 0 auto 32px;
    padding: 0 0.5em;
    color: #9E40FF;
    font-family: "Noto Sans JP", "sans-serif";
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.contents h3::before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -0.25em;
    left: 50%;
    width: 30px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #502479;
}
@media screen and (max-width: 1024px) {
    .contents h2 { 
        font-size: 1.8rem;
    }
	.contents h3 {
		margin: 0 auto 24px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 599px) {
    .contents h2 {		
        font-size: 1.6rem;
    }
	.contents h3 {
		margin: 0 auto 16px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 376px) {
    .contents h2 {
        font-size: 1.4rem;
    }
	.contents h3 {
		font-size: 1.2rem;
	}
}
/* HERO
--------------------------------------------------- */
.hero {
	background: transparent;
	position: relative;
}
.point-title {
}
.point {
}
.mv {
	width: 100%;
}
.logo {
}
.credit { padding: 4px 1em 0; color: #000; font-size: 1.2rem; text-align: right;}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 599px) {
	.credit { font-size: 1.0rem; }
}
/* MOVIE
--------------------------------------------------- */
.contents .movie iframe {
    width: 800px;
    height: 450px;
}
.contents .movie img {
    margin-top: 40px;
}
@media all and (max-width: 1024px){
    .contents .movie-inner {
        width: 100%;
        padding-top: 56.25%;
		background : none;
        overflow: hidden;
        position: relative;
    }
    .contents .movie iframe {
		margin-bottom: 40px;
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100%!important;
    }
}
@media all and (max-width: 599px){
	.contents .movie img {
		margin-top: 0;
	}
}
/* POINT
--------------------------------------------------- */
.point-area {
	width: 100%;
	background: #121A3E;
	padding: 0 16px;
}
.point-box {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.notes-point {
	margin: 0;
	padding: 0 1em 1em 1em;
	color: #efefef;
	font-size: 1.2rem;
    text-indent: -1em;
    text-align: left;
}
.notes-point li::before {
    content:"※";
}

@media all and (max-width: 1024px) {
	.point-area {
	}
}
@media all and (max-width: 599px){
	.notes-point {
		font-size: 1.0rem;
	}
}
/* ABOUT
--------------------------------------------------- */
.about-box {
	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;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;	
	background: url(../images/bg.png), linear-gradient(-225deg, #5DA4DD 0%, #4275AE 12%, #4D89C8 56%, #2F537C 100%);
}
.about-box-end {
	background: transparent;
}
.about-img {
	width: 55%;
	position: relative;
}
.about-box.flex-re {
	-ms-flex-direction    : row-reverse;
	-webkit-box-direction : row-reverse;
	-webkit-flex-direction: row-reverse;
}
.about-title {
	display: grid;
	place-items: center;
	width: 45%;
	background: transparent url(../images/lead_bg.png) center top no-repeat;
	font-size: 2.6rem;
	text-shadow: #000 1px 0 10px;
	font-weight: bold;
}
.about-txt {
	display: grid;
	place-items: center;
	width: 45%;
	padding: 0 56px;
	font-size: 1.8rem;
	line-height: 1.7;
	text-align: left;
	text-shadow: #000 1px 0 10px;
}
@media screen and (max-width: 1024px) {
	.about-title {
		font-size: 2rem;
	}
	.about-txt {
		padding: 16px 40px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
@media screen and (max-width: 799px) {
	.about-box div {
		width: 100%;
	}
	.about-box div img {
		width: 100%;
	}
	.about-title {
		width: 100%;
		padding: 32px;
		font-size: 2.4rem;
	}
	.about-txt {
		padding: 32px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
}
@media screen and (max-width: 599px) {
	.about-title {
		background-position: center -80px;
	}
}
@media screen and (max-width: 376px) {
	.about-txt {
		padding: 16px 24px;
		line-height: 1.6;
	}
}
/* SCHEDULE
--------------------------------------------------- */
.schedule {
	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%;
	gap: 16px 16px;
}
.schedule li {
	width: calc( calc(100% - 16px) / 2);
}
.schedule li a {
	display: block;
	width: 100%;
	border: 1px solid #6581C0;
	border-radius: 1em;
	padding: 1em 2em;
	background: linear-gradient(180deg, #6581C0 0%, #2B4475 100%);
	text-align: left;
	text-decoration: none;
	transition: 0.3s;
}
.schedule li a:hover {
	background: linear-gradient(180deg, #2B4475 0%, #6581C0 100%);
	opacity: 1;
	text-decoration: none;
}
.schedule li a span {
	display: block;
	text-align: left;
}
.schedule li a .venue {
	margin-bottom: 4px;
	font-size: 2.4rem;
	font-weight: bold;
}
.schedule li a .hall {
	font-size: 1.6rem;
	font-weight: bold;
}
.schedule li a .day {
	font-size: 1.6rem;
}
.schedule li a .request {
	margin-top: 8px;
	padding: .25em 1em;
	background: rgba(255, 255, 255, .05);
	border: 1px solid #CCC;
	border-radius: 1.5em;
	font-size: 1.4rem;
	text-align: center;
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 799px) {
	.schedule li {
		width: 100%;
	}
	.schedule li a .venue {
		margin-bottom: 6px;
		font-size: 2rem;
	}
	.schedule li a .hall {
		font-size: 1.4rem;
	}
	.schedule li a .day {
		font-size: 1.4rem;
	}
	.schedule li a .request {
		font-size: 1.2rem;
	}
}
/* NOTES
--------------------------------------------------- */
.notes-area {
	display: grid;
    width: 100%;
	margin: 1em auto;
  	padding: 40px;	
	background: rgba(255, 255, 255, .1);
	border-radius: 10px;
	gap: 40px;
}
.notes {
    display: inline-block;
    margin: 0 auto;
}
.notes ul {
	padding: 0 1em;
}
.notes li {
    padding: 0 0 0 1em;
    color:  #EFEFEF;
    font-size: 1.4rem;
    text-indent: -1em;
    text-align: left;
    }
.notes li::before {
    content:"※";
    }
.notes li + li{
    margin: .5em 0 0;
    }
.notes-box {
	margin: 0 auto;
	text-align: left;
}
.notes-lead {
	margin: 0 auto;
	padding: 0 1em;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
}
.notes-staff {
	text-align: right;
}
@media screen and (max-width: 1024px) {
	.notes-area {
		padding: 32px;
		gap: 36px;
	}
	.notes {
		display: block;
		margin: 0 auto;
	}
    .notes li {
        font-size: 1.4rem;
        }

	.notes-lead {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 599px) {
	.notes-area {
		padding: 24px 16px;
		gap: 24px;
	}
    .notes li {
        font-size: 1.2rem;
    }
	.notes-lead {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 480px) {
	.notes-area {
		padding: 24px 8px;
	}
}
/* BUTTON
--------------------------------------------------- */
a.btn-ticket {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: .75em 0;
    background: #9E40FF;
    border-radius: 3em;
	cursor: pointer;
	position: relative;
	text-decoration: none!important;
    transition: 0.3s;
}
a.btn-ticket span {
    display: block;
	padding-right: .5em;
	color: #FF0!important;
    font-size: 1.6rem;
    text-align: center;
	position: relative;	
}
a.btn-ticket span:before {
    content: '';
    width: 20px;
    height: 20px;
	margin: auto;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;    
}
a.btn-ticket span:after {
    content: '';
    width: 8px;
    height: 8px;
	margin: auto;
    border-top: 3px solid #9E40FF;
    border-right: 3px solid #9E40FF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: calc(1em + 8px);
    bottom: 0;
}
a.btn-ticket:hover {
    background: #805AA3;
}
a.btn-ticket span:hover:after {
    border-top: 3px solid #805AA3;
    border-right: 3px solid #805AA3;
}
.btn-non {
    text-decoration: none!important;
    pointer-events: none;
}
.btn-non span {
	color: #FFF;
}
@media screen and (max-width: 1024px) {
    a.btn-ticket,
	.btn-non {
        width: 60%;
    }
}
@media screen and (max-width: 599px) {
    a.btn-ticket,
	.btn-non {
        width: 80%;
    }
	a.btn-ticket span,
	.btn-non span {
		font-size: 1.4rem;
	}
}
/* LINK
--------------------------------------------------- */
.link_zone {
	display: grid;
	width: 100%;
	margin: 0 auto;
	padding: 24px;
	background: #000;
	text-align: center;
	gap: 24px;
}
.link_zone a {
	max-width: 400px;
	margin: 0 auto;
	color: #FFF!important;
	cursor: pointer;
	text-align: center;
	text-decoration: none!important;
}
.link_zone span {
	display: inline-block;
	margin-top: 5px;	
}
.link-flex {
	max-width: 700px;
	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: space-between;
	-ms-justify-content    : space-between;
	justify-content        : space-between;  
	-webkit-align-items: stretch;
	-ms-align-items    : stretch;
	align-items        : stretch;
	margin: 0 auto;
	gap: 24px;
}
@media screen and (max-width: 1024px) {
	.link_zone a {
		max-width: 320px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 599px) {
	.link_zone {
		padding: 16px 64px;
	}
}