@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
}
h1,h2,h3,h4,p,dl,dt,dd,ul,li,table,th,td{
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    color: #446984;
}
p {
    font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
    font-weight: normal;
}
a img{
    border:none;
}

ul{
	list-style:none;
}
a{text-decoration:none;}

.gHeader_logo img{
	width:30%;
}
/**.scheduleBox table td{
	font-size:16px;
}**/
#header {
    width: 100%;
    min-height: 95px;
    z-index: 200;
    background-color: rgba(255,255,255,0.9);
	position: fixed;
}
#header .inner {
    max-width: 1000px;
    margin: 0 auto;
	display:flex;
	justify-content:space-between;
}
#header .logo {
	padding-top: 20px;
    margin: 0;
}
.menu-btn {
	background:transparent url(/event_design/virtual/common/images/menu-open.png) no-repeat 0 0;
	display: block;
	width:100px;
	height: 80px;
	position: absolute;
	top:0px;
	right:0px;
	cursor: pointer;
	z-index: 1000;
}
.peke {
	background-position: -100px 0;
}
.drawr {
	display: none;
	background-color:#3fc1c9;
	opacity: 0.9;
	position: absolute;
	top: 0px;
	right:20px;
	width:30%;
	height:100vh;
	padding:100px 20px 20px 20px;
	z-index: 900;
	overflow-y: scroll;
}
.pageHeader_title{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.pageHeader{
	background:transparent;
}

#menu {
	margin:0;
}
#menu li {
	height:2;
}
#menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 20px 20px 15px;
    border-bottom: 1px dotted #FFFFFF;
}
.menulist ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	text-align:center;
}
.menulist li{
	width:30%;
	border-radius:5px;
	background:#73c8d5;
	padding:10px;
	color:#fff;
}
.menulist li a{
	display:block;
	color:#fff;
	font-weight:700;
}

/**.pageHeader_inner{
	padding-top:120px;
}**/
.preassign{
	font-weight:600;
	background:#FDB92A;
	padding:5px;
	border-radius:5px;
	margin:10px auto;
	font-size:150%;
	text-align:center;
	width:12em;
}
.preassign a{	color:#fff;
}


 h2.eventDesign{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.art_virtual {
	width: 90%;
	margin:50px auto 20px;
	text-align:center;
	}
.art_virtual a{
	display:block;
	}
.art_virtual a p{
	font-size:12px;
	color:#FC5185;
	align-items: center;
	margin-bottom:5px;
	line-height:1.2;
	}
.art_virtual img {
	width: 75%;
	height:75%;
	margin:0 auto;
	text-align:center;
	vertical-align:top;
	}
.worksheet{
	margin:10px auto;
    position:relative;
    width:75%;
    height:auto;
    background:#FC5185;
    padding:8px;
    text-align:center;
    border:4px solid #FC5185;
    color:#666666;
    font-size:22px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    text-shadow:0px 1px 1px #ADADAD ;
}
.worksheet:after,.worksheet:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:50%;
}
.worksheet:after{
    border-color: rgba(252, 81, 133, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#FC5185;
}
.worksheet:before{
    border-color: rgba(252, 81, 133, 0);
/**    border-top-width:28px;
    border-bottom-width:28px;
    border-left-width:10px;
    border-right-width:10px;**/
	border-width:16px;
    margin-left: -16px;
/**    margin-bottom: 4px;**/
    border-bottom-color:#FC5185;
}
.worksheet span {
	font-size: 16px;
	color: #ffffff;}
span.weight{
	background:linear-gradient(transparent 40%, #ffff66 40%);
	font-weight:700;
	}
.big{
	font-size:24px;
}
.categoryTop{
	width:100%;
	margin:0 auto;
}
.categoryTop img{
	width:100%;height:100%;
	object-fit:fill;
	margin:0 auto;
}


.streaming{
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 30px;
	margin: 30px auto 0;
	background-color: #7fd5c1;

}
p.icon {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    color: #ffffff;
	font-size: 30px;
}

.streaming h2 {
	font-size: 30px;
	text-align: center;
    color: #00ab84;
}
.streaming p.icon {
    background-color: #00ab84;
}
.streaming .moviebox{
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
}
.streaming .mcBox {
	width: 96%;
	text-align: center;
	line-height: 0;
	position: relative;
	margin: 30px 5%;
}
.streaming .mcBox img.img {
	width: 100%;
   height: auto;
}
.streaming .mcBox img.iconPlay {
   z-index: 1;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -30px;
   margin-left: -29px;
}
.streaming .mcBox button {
	width: 100%;
   border: none;
   font-size: 16px;
   color: #ffffff;
	line-height:1.2;
   font-weight: bold;
   text-align: center;
   padding: 10px;
   box-sizing: border-box;
  background-color: #f5a100;
}
.streaming .mcBox button::after {
   content: '\f35d';
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   margin-left: 5px;
}
.event{
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 30px;
	margin: 30px auto 0;
	background-color: #f7c3d0;
}
.event h2 {
	font-size: 30px;
	text-align: center;
    color: #e93577;
}
.event p.icon {
    background-color: #e93577;
}
.event ul{
	width:90%;
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	align-items:center;
	padding: 20px;
	margin:0 auto;
}
.event ul li:first-of-type{
	width:58%;
}
.event ul li:nth-of-type(2){
	width:38%;
	padding:0;
	border:1px solid #e93577;
}
/**.event ul li:nth-of-type(2),.event ul li:nth-of-type(3){width:25%;	height:65.1%;
}**/
/**.event ul li:nth-of-type(2) img{
	width:100%;
}**/
.event ul li:nth-of-type(2) .banner{
	margin:0 auto;
}
.event ul li:nth-of-type(2) .banner a{
	display:flex;
	justify-content:center;
	vertical-align:center;
	width:375px;
	height:280px;
	text-align:center;
	position:relative;
}
.event ul li:nth-of-type(2) .banner a img{
	display:block;
	margin:auto;
	padding:0;
	max-width:375px;
	max-height:226px;
	object-fit:contain;
}
/**.event ul li img{
	padding:0;
	width:100%;
	border:1px solid #e93577;
	object-fit:contain;
}**/
.event ul li:nth-of-type(2) .click{
	position:absolute;
	right:18%;
/**	transform:translateX(0);**/
	bottom:10px;
	border-radius:10px;
	border:1px double #e93577;
	background:#FFF;
	color:#e93577;
	font-weight:800;
	width:15em;
}
p.month{
	font-size: 28px;
	color: #497cff;
	font-weight: bold;
	margin: 20px 0 10px;
	padding: 5px 10px;
	border-left: 7px solid #497cff;
}
.scheduleBox h3{
	font-weight:900;
	font-size:28px;
	text-align:center;
	margin:20px auto;
}
.formList{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin:0 auto;
}
.formList a{
	display:block;
	width:30%;
	margin:0 2% 2%;
}
.formList a:nth-of-type(3){
	margin:0 0 2% 0
}
.formList ul{
	width:100%;
	margin:0 auto;
	border:1px solid #14a83b;
	padding:5px;
}

/**.scheduleBox table th {
	font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	white-space: nowrap;
	background-color: #14a83b;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 16px;
	padding: 10px;
	font-weight: normal;
}**/
.formList ul li{
	text-align:center;
}
.formList ul li a{
	font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	color: #14a83b;
	font-size: 16px;
	padding: 10px;
	font-weight: normal;
	width:100%;
	text-align:center;
}
.formList ul li img a{
	width:100%;
	object-fit:contain;
}
/**
.scheduleBox table tr:nth-child(odd) {
 background-color: #FFF;
}

.scheduleBox table tr:nth-child(even) {
	background-color: #EEE;
}
**/
.scheduleBox table td {
/**	font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;**/
	padding: 10px;
	line-height: 1.5em;
	text-align: center;
	font-size:16px;
	color:#232f3e;
}
/**.scheduleBox table td.note {
	color:#F00;
	text-align:left;

}

.scheduleBox table td li {
	margin-bottom: 7px;
}

.scheduleBox table td li.form:last-child {
	margin-bottom: 0;
}

.scheduleBox table td li.pdf a{
	position: relative;				
	padding: 7px 5px;
	color: #FFF;
	background-color: #48ca6a;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}**/
.eventcontents{
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 30px;
	margin: 30px auto 0;
	background-color: #fff48c;
}
.eventcontents h2 {
	font-size: 30px;
	text-align: center;
    color: #666138;
}
.eventcontents p.icon {
    background-color: #666138;
}
.eventcontents ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	}
.eventcontents ul li{
	width:46%;
	margin-bottom:20px;
	background:#fff;
	padding:5px;
	text-align:center;
}
.eventcontents ul li div{
	display:flex;
	justify-contents:space-between;
	width:96%;
}

.eventcontents ul li div img{
	width:40%;}
.eventcontents ul li div p{
	width:56%;
	padding-left:10px;
	text-align:left;
}
.eventcontents ul li .li1{
	font-size:120%;
	display:inline-block;
	font-weight:700;
	color:#00A86B;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(255,217,102) 70%);
	margin:0 auto 15px;

}
p.illustcontest{
	color: #fff;
    background: #FF498F;
    font-size: 120%;
	width:20em;
	padding:5px;
	margin:10px auto;
	text-align:center;
	border-radius:5px;
}
.inBox{
	border:2px dotted #FF498F;
	border-radius:5px;
	padding:15px;
	margin:20px auto 0;
	background:#fff;
}

.preorder{
    position: relative;
    color: #ffffff;
    background: #FF498F;
    font-size: 120%;
    line-height: 1;
	width:12em;
    margin: 20px auto -10px;
    padding: 10px 5px;
    box-shadow:1px 3px 7px 0px  #666666 ;
    border-top:3px solid #FF498F;
	text-align:center;
}
.preorder:after,.preorder:before{
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
	border-top: 5px solid #333;}
.preorder:after{
	left:0;
	border-right:5px solid #333;
	}
.preorder:before{
	right:0;
	border-left:5px solid #333;
}
.inBox div{
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	align-items:flex-start;
}
.inBox div p{
	width:35%;
	padding:30px 0 0 20px ;
}
.inBox div .center{
	width:65%;
}
.center img{padding:0;}
.check {
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 30px;
	margin: 30px auto 50px;
	background-color: #fad07f;
}
.check h2 {
	font-size: 30px;
	text-align: center;
	color: #f5a100;
}
.check p.icon {
    background-color: #f5a100;
}
.check ul.contentslink{
	display:flex;
	justify-contents:space-between;
	flex-wrap:wrap;
	}
.check ul.contentslink li {
    width: 32%;
    border-radius: 5px;
    margin-right: 2%;
    margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #f5a100;
}
.check ul.contentslink li a {
	font-size:16px;
    display: block;
    padding: 10px;
    color: #3FC1C9;
	font-weight:600;
}
.check ul.contentslink li:nth-of-type(3n) {
	margin-right: 0px;
}
/**footer{
	width:100%;
}**/
footer .inBox{
	border:none;
}/**
footer .inBox .logo{
width:49%;
display:flex;
justify-content:flex-start;
}

footer .inBox .logo .sns{
    width: 40px;
    border-radius: 50%;
    text-align: center;
    margin:0 0 10px 10px;
    height: 40px;
	line-height:40px;
	background:#000000;
}
footer .inBox .logo .sns a {
    display: block;
    color: #FFFFFF;
}
footer .inBox .logo .sns i{
    background-color: #000000;
    font-size: 20px;
}

.footerlink{
	width:49%;
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
}

.copyright{
	width:100%;
	text-align:center;
	margin:0 auto;
}
/**footer .footerlink li {
	font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	width: 48%;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
footer .footerlink li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
}
footer .footerlink li.arrow1 a {
	background-color: #d9f3f4;
	color: #3fc1c9;
}
footer .footerlink li.arrow2 a {
	background-color: #3fc1c9;
	color: #ffffff;
}
footer .footerlink li::before,footer .footerlink li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
footer .footerlink li::before {
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
footer .footerlink li.arrow1::before {
	background-color: #3fc1c9;
}
footer .footerlink li.arrow2::before {
	background-color: #FFFFFF;
}
footer .footerlink li::after {
    right: 16px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .footerlink li.arrow1::after {
    border-top: 4px solid #d9f3f4;
    border-right: 4px solid #d9f3f4;
}
footer .footerlink li.arrow2::after {
    border-top: 4px solid #3fc1c9;
    border-right: 4px solid #3fc1c9;
}

#pageTop {
	font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 16px;
	z-index:10000;
}
#pageTop a {
    background: #3fc1c9;
    text-decoration: none;
    color: #fff;
    width: 50px;
	height:50px;
	line-height:50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
	padding:0;
}
#pageBack {
	font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	position: fixed;
	bottom: 5px;
	left: 5px;
	font-size: 16px;
	z-index:10000;
}
#pageBack a {
    background: #3fc1c9;
    text-decoration: none;
    color: #fff;
    width: 50px;
	height:50px;
	line-height:50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
	padding:0;
}**/
.pc{
	display:block;
}
.sp{
	display:none;
}/**
.footerlink_t{
	display:flex;
	justify-content:flex-start;
	max-width:500px;
	flex-wrap:nowrap;
}

.footerlink_t li{
	width:220px;
	font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size:20px;
	padding:10px 5px;
	position:relative;
}
.footerlink_t li a{
	display:block;
	border-radius:5px;
	padding:5px;
}
.footerlink_t li:first-child a{
	background:#D9F3F4;
	color:#3FC1C9;
}
.footerlink_t li:nth-child(2) a{
	background:#3FC1C9;
	color:#FFFFFF;
}
.footerlink_t li span{
	position:absolute;
	right:5%;
	top:40%;
	border-radius:50%;
	width:30px;
	height:30px;
    display: flex;
    align-items: center;
    justify-content: center;

	}
.footerlink_t li:first-child a span{
	background:#3FC1C9;
	color:#D9F3F4;
}
.footerlink_t li:nth-child(2) a span{
	background:#FFFFFF;
	color:#3FC1C9;
}
.footerlink_t li a span i{
	font-size:16px;
}**/

@media screen and (max-width: 736px) {
.pc{
	display:none;
}
.sp{
	display:block;
}
.scheduleBox table td{
	font-size:12px;
	padding:5px 8px;
	}
.scheduleBox table td:first-of-type,.scheduleBox table td:nth-of-type(2),.scheduleBox table td:nth-of-type(4){
	width:20%;
	}
.formList{
	display:block;
}
.formList a{
	width:100%;
	margin:2% 0;
}
.formList a:nth-of-type(3){
	margin:2% 0;}
.gHeader_logo img{
	width:100%;}
.contentsMenu{
	margin-bottom: 20px;
}
.contentsMenu li a{
	font-size:12px;
}
.scheduleBox p.month {
	font-size: 16px;
}
.scheduleBox h3,.recommendBox h3{
	font-size: 18px;
}
.scheduleBox h3:before,.recommendBox h3:before{
	font-size:18px;
}
.menulist ul{
	display:block;
}
.menulist li{
	width:96%;
	margin-bottom:10px;
}
.worksheet{
	font-size:16px;
	line-height:1.45;
	font-weight:600;
	}
	
.streaming h2, .event h2,.eventcontents h2,.check h2{
	font-size: 24px;
	}
.streaming .moviebox{
	display:block;
	}
.streaming .mcBox {
	width: 86%;
	margin: 0 5% 0;
}
.event ul{
	display:block;
	margin:0 auto;
	padding:20px 0;
}
.event ul li:first-of-type,.event ul li:nth-of-type(2),.event ul li:nth-of-type(3){
	width:100%;
	margin-bottom:10px;
}
.event ul li:nth-of-type(2) .banner a{
	width:100%;
	height:auto;
}
.event ul li:nth-of-type(2) .banner a img{
	width:100%;
	height:auto;
	object-fit:contain;
}
.eventcontents ul{
	display:block;
	}
.eventcontents ul li{
	width:96%;
	margin-bottom:10px;
	background:#fff;
	padding:5px;
	text-align:center;
}
.eventcontents ul li div{
	display:block;
}
.eventcontents ul li div img{
	width:90%;}
.eventcontents ul li div p{
	width:100%;
	padding:5px;
}
.eventcontents ul li .li1{
	font-size:100%;
}
p.illustcontest{
	color: #fff;
    background: #FF498F;
    font-size: 100%;
	width:12em;
	padding:5px;
	margin:10px auto;
	text-align:center;
}
.inBox div{
	display:block;
}
/**footer .inBox{
	width:100%;
	margin:0 auto;}**/
.inBox div p{
	width:100%;
	padding:15px 0 0 10px ;}
.inBox div .center{
	width:100%;
}
.check ul.contentslink{
	display:block;
}
.check ul.contentslink li,.check ul.contentslink li:nth-of-type(3n){
    width: 90%;
    margin:0 auto 10px;
}
.form ul{
	padding:0;
	}
/**footer{margin:0;padding:0;}
footer .inBox{
	display:block;
	}
.footerlink{
	width:100%;
	}
footer .footerlink li {
    width: 46%;
    font-size: 12px;
}
footer .inBox .logo .sns, footer .inBox .logo .sns a{
    width: 30px;
    height: 30px;
	line-height:30px;
}**/
#header {
    min-height: 75px;
}
#header .inner {
    width: 100%;
}
#header .logo {
    padding-top: 10px;
    padding-left: 10px;
}
/**.footerlink_t{
	display:block;
	width:100%;
	margin:100px auto 0;
}**/
/**
.footerlink_t li{
	width:80%;
	margin:0 auto 5px;
	}
.footerlink_t li:first-child a,.footerlink_t li:nth-child(2) a{
	text-align:left!important;
	font-size:12px;}
	**/
.menu-btn {
	width:70px;
	height: 70px;
	background-size: 140px 55px;
}
.drawr {
	width: 100%;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}	
.peke {
	background-position: -70px 0;
}
#menu li a {
	font-size: 14px;
    padding: 5px 10px 5px 0px;
}
}
@media (max-width:736px){
.banner{
	margin:20px auto;
	}
.event ul li .banner a button.click{
	right:30%;
	}
}
@media (max-width:601px){
.event ul li .banner a button.click{
	right:28%;
	}
}
@media (max-width:501px){
.event ul li .banner a button .click{
	right:20%;
	}
}
@media (max-width:400px){
.event ul li .banner a button.click{
	right:12%;
	}
}
