@charset "utf-8";
@charset "utf-8";

@font-face {
	font-family: "NotoSansJP-Bold";
	src:url("fonts/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/NotoSansJP-Bold.woff") format("woff"), url(NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
	font-family: "NotoSansJP-Regular";
	src:url("fonts/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/NotoSansJP-Regular.woff") format("woff"), url(NotoSansJP-Regular.otf) format("opentype");
}
:root{
	--main-color:#0072ae;
	--link-color:#0072ae;
	--colors: linear-gradient(90deg, #95e0ff,#30edff, #0084ff);
}
html{
    scroll-behavior: smooth;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	font-family: 'NotoSansJP-Regular', 'NotoSansJP-Bold', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	line-height: 1.7;
	color: #343434;
	font-size:clamp(0.813rem, 0.736rem + 0.38vw, 1rem);
	overflow-wrap: anywhere;
	line-break: strict;
	/*text-wrap: pretty;*/
	font-feature-settings: "palt";
	letter-spacing:0.05em;
}
main {
    display: block;
	height: auto;
	min-height:1.5vh;
}
main::before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-image: url("../img/bg02.png");
    opacity: 0.5;      
}
a {
	color: var(--link-color);
	&:focus-visible {
		outline:2px solid #008AD3;
	}
}
i{
	margin-right: 2px;
}
h1, h2 {
	text-align: center;
	font-weight: bold;
}
h1 {
	margin: 2rem;
    font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	font-size: clamp(1.875rem, 1.228rem + 3.24vw, 3.25rem);
}
/*h1演出ここから*/
.fancy-wipe {
	margin: 0;
	position: relative;
	animation: none;
	-webkit-animation: none; 
}

.fancy-wipe.is-animated .text-spot  {
	animation: text-wipe 2s ease-in-out alternate;
	-webkit-animation: text-wipe 2s ease-in-out alternate;
}

.fancy-wipe.is-animated .wipe-in, .fancy-wipe.is-animated .blur-in {
	animation: wipe-in 2s ease-in-out alternate;
	-webkit-animation: wipe-in 2s ease-in-out alternate;
}
.text-spot {
	display: block;
	padding: 2rem 0;
	mask-image: linear-gradient(to right, white, white 45%, black, 55%, black);
	-webkit-mask-image: linear-gradient(to right, white, white 45%, black, 55%, black);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 200% 100%;
	-webkit-mask-size: 200% 100%;
	mask-mode: luminance;
	transform: translateZ(0);
	position: relative;
	z-index: 2;
}
@keyframes text-wipe {
  0% {
    -webkit-mask-position: 100% 0%;
  }
  100% {
    -webkit-mask-position: 0% 0%;
}
}

.wipe-in {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2rem 0;
	background-image: var(--colors);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	mask-image: linear-gradient(to right, black, black 45%, white 50%, black 52.5%, black);
	-webkit-mask-image: linear-gradient(to right, black, black 45%, white 50%, black 52.5%, black);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 200% 100%;
	-webkit-mask-size: 200% 100%;
	mask-mode: luminance;
	transform: translateZ(0);
}
.blur-in {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2rem 0;
	background-image: var(--colors);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	mask-image: linear-gradient(to right, black, black 45%, white 52.5%, black 55%, black);
	-webkit-mask-image: linear-gradient(to right, black, black 45%, white 52.5%, black 55%, black);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 200% 100%;
	-webkit-mask-size: 200% 100%;
	mask-mode: luminance;
	transform: translateZ(0);
	filter: blur(10px);
}

@keyframes wipe-in {
  0% {
    -webkit-mask-position: 100% 0%;
  }
  100% {
    -webkit-mask-position: 0% 0%;
}
}
/*h1演出ここまで*/
h2{
	padding: 1rem 0;
	font-family: ads-piccolo, sans-serif;
	font-size: 200%;
}
h3{
	font-family: ads-type7, sans-serif;
    text-align: center;
    margin: 1rem;
    font-size: 200%;
}
h4{
	display: flex;
	font-size: 180%;
	font-family: ads-type7, sans-serif;
	margin: 1rem auto;
	justify-content: center;
	align-items: center;
	& img{
		height: 2rem;
		display: inline-block;
        vertical-align: text-bottom;
        margin-right: 0.5rem;
	}
}
h5{
	font-weight: bold;
    color: #6d00d1;
    font-size: 110%;
}
.ent_h3{
	color: #006DE5;
	border-bottom: 3px solid #17e0fc;
    border-image: linear-gradient(90deg, transparent 0%, #17e0fc 50%, transparent 100%);
    border-image-slice: 1;
}
.opt_h3{
	color: #e5005c;
	border-bottom: 3px solid #FF3BA0;
    border-image: linear-gradient(90deg, transparent 0%, #FF3BA0 50%, transparent 100%);
    border-image-slice: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
button {
	background-color: transparent;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	&:focus-visible {
		outline:2px solid #008AD3;
	}
}
li{
	text-indent: -1em;
	padding-left: 1em;
}
section{
	margin-bottom: 3rem;
	&:last-child{
		margin-bottom: 0;
	}
}
.top_ph {
	text-align: center;
	padding: 3rem;
	& img{
		margin: 0 auto;
	}
}
.contents_wrap {
	position: relative;
	z-index: 1;
	height: 100%;
}
.fb_wrap {
    padding: 5px;
    display: flex;
    justify-content: flex-end;
    align-items:flex-end;
  }
.fb-share-button, .twitter-share-button, .line-it-button{
    margin: 0 0.5rem;
}
.box{
    background: rgba(255,255,255,0.5);
    margin: 0 auto;
    padding: 2rem;
	max-width: 1200px;  
}
#members .box{
	text-align: center;
}
.fadeUpTrigger {
    opacity: 0;
}
.fadeUp {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;                   /*非表示*/
    -webkit-transform: translateY(100px);
            transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1;                   /*表示*/
    -webkit-transform: translateY(0);
            transform: translateY(0);     /*元の位置*/
  }
}
.event_info {
    box-sizing: border-box;
    table-layout: fixed;
	width: fit-content;
	margin: 0 auto;
	border-spacing: 0.5rem;
}
.event_info tr:first-child {
    border-top: none;
}
.event_info td, .event_info th {
    vertical-align: middle;
    padding:0.5rem 1rem;
}
.event_info th {
	width: 30%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: var(--main-color);
}
.event_info td{
	width: 70%;
	&:last-child {
		border-top: none;
	}
}
.movie-wrap{
	padding: 1rem;
}
.movie {
	position: relative;
	width: min(100%, 600px);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.movie iframe {
    margin: 0 auto 1rem;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}
.tab-list{
	max-width: 1000px;
	margin: 0 auto;
}
.admition-ticket, .option-ticket {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:0.5rem;
}
.tab-list-item {
    width: clamp(300px, 40%, 400px);
    border-radius: 5px;
	padding: 1rem;
    text-align: center;
    font-size: 130%;
    transition: .3s;
	font-family: ads-type7, sans-serif;
	align-self: center;
	text-box: trim-both text;
	letter-spacing: 0;
	& img{
		height: 1.3rem;
		display: inline-block;
        vertical-align: text-bottom;
        margin-right: 0.5rem;
	}
}
.admition-ticket .tab-list-item{
	border: solid 2px #006DE5;
    background: #fff;
}
.option-ticket .tab-list-item{
	border: solid 2px #e5005c;
    background: #fff;
}
.admition-ticket .is-btn-active {
    border: solid 2px #006DE5;
    background: #0084ff;
    background: linear-gradient(180deg,#82F0FF 0%, #17E0FC 35%, #02A6FF 70%, #087AF7 100%);
    color: #fff;
	cursor: pointer;
}
.option-ticket .is-btn-active {
	border: solid 2px #e5005c;
	background: #ff95cf;
	background: linear-gradient(180deg,#FF82BE 0%, #FF3BA0 35%, #FF0D8A 70%, #ED007B 100%);
    color: #fff;
	cursor: pointer;
}
.tab-contents{
  display: none;
}
.is-contents-active{
  display: block;
}
.tab_container {
    max-width: 1000px;
    margin: 0 auto;
}
.tab-contents-wrap{
	margin: 4rem auto 0;
    width: 90%;
}
.detail01, .detail02 {
	width: 70%;
    margin: 0 auto 2rem;
    padding: 1.5rem;
    background: #FFF;
    border-radius: 15px;
	outline-width: 1px;
	outline-offset: 0;
	outline-style: solid;
}
.detail01{
	border: 2px solid rgba(2,166,255,0.75);
	outline-color: rgba(2,166,255,0.75);
	animation: animateOutlineBlue 3s ease infinite;
}
@keyframes animateOutlineBlue {
  0% {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgba(2,166,255,0);
  }

  10% {
    outline-color: rgba(2,166,255,0.75);
  }

  /* The animation finishes at 50% */
  50% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(2,166,255,0);
  }

  100% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(102, 102, 102, 0);
  }
}
.detail02 {
	border: 2px solid rgba(255,13,138,0.75);
    outline-color: rgba(255,13,138,0.75);
	animation: animateOutlinePink 3s ease infinite;
}
@keyframes animateOutlinePink {
  0% {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgba(255,13,138,0);
  }

  10% {
    outline-color: rgba(255,13,138,0.75);
  }

  /* The animation finishes at 50% */
  50% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(255,13,138,0);
  }

  100% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(102, 102, 102, 0);
  }
}
.detail01 ol{
  counter-reset:number;
  list-style-type: none!important;
  padding:0.5em;
}
.detail01 ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 3rem;
}
.detail01 ol li:before{
	position: absolute;
	text-indent: 0;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #087af7;
	color: #fff;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	top: 50%;
	font-family: ads-type7, sans-serif;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.detail01 p, .detail02 p {
  margin-bottom: 1rem;
}
.detail01 p:last-child, .detail02 p:last-child {
  margin-bottom: 0;
}
.ticket_info {
    box-sizing: border-box;
    table-layout: fixed;
	max-width: 1000px;
	margin: 0 auto;
	border-spacing: 0 0.5rem;
}
.ticket_info tr:first-child {
    border-top: none;
}
.ticket_info td, .ticket_info th {
    vertical-align: middle;
}
.ticket_info th {
	width: 10rem;
    border-right: 3px solid var(--main-color);
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 0.5rem 1rem 0.5rem 0;
	word-break: keep-all;
}
.ticket_info td{
	padding: 0.5rem 0 0.5rem 1rem;
	&:last-child {
		border-top: none;
	}
}
.fst_day{
	display: flex;
	& img{
		height: 1.5rem;
		margin-right: 0.5rem;
	}
}
.reception{
	margin-right: 10px;
    padding: 2px 10px;
    background: #6B6B6B;
    color: #fff;
    border-radius: 10px;
    font-size: 90%;
}
.card{
	background: #B3E8FF;
	padding: 1rem;
	width: fit-content;
	margin-top: 1rem;
}
.price {
    font-weight: bold;
	font-size: 110%;
}
.note{
    margin-bottom: 1rem;
	font-size: 90%;
}
.contact-wrap ul{
	padding-left: 1rem;
	& ul li{
		padding-left: 1rem;
	}
	& i{
		padding-left: 1rem;
	}
}
.contact{
	padding-bottom: 2rem;
}
.btn{
	display: flex;
    justify-content: center;
    flex-direction: column;
	text-align: center;
	padding: 1rem 0;
}
.bt01, .bt02, .member{
	position: relative;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	transition: .3s;
	margin: 0 auto;
    cursor: pointer;
    width: auto;
	text-decoration: none;
}
.bt01{
	color: #fff;
	background: var(--link-color);
	border: 1px solid #1875B5;
}
.bt02 {
    background: #999;
    color: #fff;
    border: none;
    pointer-events: none;
}
.member {
  color: #fff;
  background: #F98B1D;
  border: 1px solid #D36900;
}
.memo li::before {
	content: "・";
}
.mail{
	display: inline;
    height: 1rem;
	vertical-align: inherit;
}
.at{
	font-size: 90%;
}
.bt{
	font-size: 110%;
}
.em{
	font-weight: bold;
}
.red{
	color: #E30003;
}
.pagetop-area{
	position: relative;
}
.pagetop {
	right: 1rem;
    width: 30px;
    height: 30px;
    display: block;
    background: rgba(0,114,174,0.6);
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0.7rem;
    border-radius: 10px;
    z-index: 999;
	line-height: 1;
	&::before {
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		content: '\f102';
		font-size: 250%;
		inset:0;
		margin: auto;
	}
}
/*ここからPC用*/
@media screen and (min-width:1026px) {
.sp {
    display: none;
}
}
/*ここからタブレット用*/
@media (768px <= width < 1023px) {
.sp {
    display: none;
}
.tab-list-item{
	font-size: 1.5rem;
}
.detail01 ol{
	padding: 0;
	& li{
		padding: 0.5em 0.5em 0.5em 2rem;
		text-indent: 0em;
	}
	& li:before{
	line-height: 1.7;
	}
}
	}
/*ここからスマホ用*/
@media screen and (max-width:767px) {
.PC {
    display: none;
}
main::before{
	background-size: contain;
}
h4{
	font-size: 140%;
	letter-spacing: 0;
	& img{
		height: 1.5rem;
	}
}
.top_ph{
	padding: 1.5rem;
}
.mail{
	display: inline;
    height: 0.9rem;
}
.box{
	padding: 1rem;
}
.event_info {
	width: 100%;
	border-spacing: 0 0.5rem;
}
.event_info td {
    padding:0.5rem;
}
.tab-list-item{
	font-size: 120%;
	& img{
		height: 1rem;
	}
}
.detail01, .detail02{
	width: 95%;
}
.detail01 ol{
	padding: 0;
	& li{
		padding: 0.5em 0.5em 0.5em 2rem;
		text-indent: 0em;
	}
	& li:before{
	line-height: 1.7;
	}
}
.ticket_info th{
	width: 100%;
	display: block;
	text-align: left;
	border-left: 3px solid #1588D1;
	border-right: none;
	padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.ticket_info td{
	width: 100%;
	display: block;
}
.period{
	word-break: keep-all;
}
}

/*ホバー*/
@media (any-hover: hover) {
a:hover {
    text-decoration: none;
}
.bt01:hover {
    background: #1693D5;
}
.member:hover{
    background: #FFAE5D;
}
.admition-ticket .tab-list-item:hover {
    border: solid 2px #1875B5;
    background: #70CBF3;
    background: linear-gradient(180deg,#82F0FF 0%, #17E0FC 35%, #02A6FF 70%, #087AF7 100%);
    color: #fff;
	cursor: pointer;
}
.option-ticket .tab-list-item:hover {
	border: solid 2px #c72468;
    background: #F471C6;
    background: linear-gradient(180deg,#FF82BE 0%, #FF3BA0 35%, #FF0D8A 70%, #ED007B 100%);
    color: #fff;
	cursor: pointer;
}
}

/*ダークモード	*/
@media (prefers-color-scheme: dark){
:root{
	--link-color:#38baff;
}
body{
	color: #fff;
	background: #151515;
}
h5{
	color: #a647ff;	
}
.box{
	background: rgba(97,101,103,0.30);
}
.admition-ticket .is-btn-active {
    background: linear-gradient(180deg,#82F0FF 0%, #17E0FC 35%, #02A6FF 70%, #087AF7 100%)!important;
    }
.option-ticket .is-btn-active{
	background: linear-gradient(180deg,#FF82BE 0%, #FF3BA0 35%, #FF0D8A 70%, #ED007B 100%)!important;	
}
.admition-ticket .tab-list-item, .option-ticket .tab-list-item, .detail01, .detail02{
	background: #2a2c2d;
}
.card{
	background: #1c4d63;
}
.red{
	color: #ff3c4c;
}
}