<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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%;
}
#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;
}
.pageHeader_title{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.pageHeader{
	background:transparent;
}
.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;
}
.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-width:16px;
    margin-left: -16px;
    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: transparent;
}
.streaming .moviebox{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 50px;
}
.streaming .moviebox .mcBox {
	width:100%;
	display:flex;
	justify-content:center;
	position: relative;
	z-index:0;
	margin:30px auto;
}
.streaming .moviebox .mcBox::nth-of-type(3),
.streaming .moviebox .mcBox::nth-of-type(4){
	margin:50px auto 30px;
}
.streaming .moviebox .mcBox iframe {
	max-width:360px;
	width: 100%;
	max-height:202px;
	height: auto;
}
.streaming .moviebox .mcBox p{
	position:absolute;
	top:-30px;
	left:0;
	z-index:1;
	display:inline-block;
	border:3px solid #38b3f2;
	margin:0 auto;
	padding:5px;
	border-radius:10px;
	background:#FFF;
}
.streaming .moviebox .mcBox:nth-of-type(3) p,
.streaming .moviebox .mcBox:nth-of-type(4) p{
	top:-60px;
	left:0;
}
.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:0;
	margin:0 auto;
}
.event ul li:first-of-type{
	width:50%;
}
.event ul li.banner{
	width:48%;
	padding:0;
}
.event ul li.banner{
	margin:0 auto;
}
.event ul li.banner a{
	display:flex;
	justify-content:center;
	vertical-align:center;
	padding:0!important;
	width:400px;
	height:241px;
	text-align:center;
	border:1px solid #e93577;
	position:relative;
	z-index:0;
}
.event ul li.banner a img{
	display:block;
	margin:auto;
	padding:0!important;
	max-width:400px;
	max-height:241px;
	object-fit:cover;
	z-index:1;
}
.event ul li.banner a .click{
	position:absolute;
	right:18%;
	bottom:10px;
	border-radius:10px;
	border:1px double #e93577;
	background:#FFF;
	color:#e93577;
	font-weight:800;
	width:15em;
	z-index:3;
}
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;
}
.scheduleBox table td:first-of-type,
.scheduleBox table td:nth-of-type(2),
.scheduleBox table td:nth-of-type(4){
	width:20%;
	}
.scheduleBox table td:nth-of-type(4) li a{
	color:#1D9ED4!important;
	font-weight:800;
	}
.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;
}
.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 td {
	padding: 10px;
	line-height: 1.5em;
	text-align: center;
	font-size:16px;
	color:#232f3e;
}
.eventcontents{
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 30px;
	margin: 40px auto 20px;
	background-color: #fff48c;
}
.eventcontents h2 {
	font-size: 30px;
	text-align: center;
    color: #666138;
}
.eventcontents p.icon {
    background-color: transparent;
}
.eventcontents .eventContents_01{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	width:100%;
	}
.eventcontents .eventContents_01 .eventContents_01_01{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	}
.eventcontents .eventContents_01 .eventContents_01_01{
	width:calc(98% - 20px);
	margin-bottom:20px;
	background:#fff;
	padding:5px 10px;
	position:relative;
}
.eventcontents .eventContents_01 .eventContents_01_01 h3.cp_h1title {
  width:calc(100% - 7em);
  position: relative;
  padding: 0 0 0 5em;
	font-size:28px;
}
.eventcontents .eventContents_01 .eventContents_01_01 h3.cp_h1title::before,
.eventcontents .eventContents_01 .eventContents_01_01 h3.cp_h1title::after {
  position: absolute;
  content: '';
  top: -25px;
  left: 0;
}
.eventcontents .eventContents_01 .eventContents_01_01 h3.cp_h1title::before {
  background: #063b40;
  clip-path: polygon(0% 0%, 0% 100%, 2px 100%, 2px 65%, 100% 40%, 90% 30%, 100% 20%);
  width: 50px;
  height: 65px;
}
.eventcontents .eventContents_01 .eventContents_01_01 h3.cp_h1title::after {
  content: 'Point';
  top: -10px;
  left: 6px;
  color: #fff;
  font-size: 9px;
  transform: rotate(-18deg);
}
.eventcontents .eventContents_01 .eventContents_01_01 p.p_eventContents_01_01{
	width:calc(50% - 10px);
	padding:5px 10px;
}
.eventcontents .eventContents_01 .eventContents_01_01 img,
.eventcontents .eventContents_01 .eventContents_01_01 a{
	width:48%;
	object-fit:contain;
	padding:10px;
}
.eventcontents .eventContents_01 .eventContents_01_01 p.illustcontest{
	position:absolute;
	bottom:50px;
	left:50px;
	transform:rotate(-5deg);
}
.eventcontents .eventContents_01 .eventContents_01_01 p.illustcontest a{
	display:block;
	color: #fff;
    background: #FF498F;
    font-size: 120%;
	padding:5px 10px;
	margin:10px auto;
	text-align:center;
	border-radius:10px;
	width:100%;
	white-space:nowrap;
}
.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;
	position:relative;
}
.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;
}
.check ul.contentslink li a img{
	width:100%;
	object-fit:contain;
}
.check ul.contentslink li object{
	width:100%;
	height:195px;
}
.check ul.contentslink li .chips{
	position:absolute;
	top:0;
	right:0;
}
.check ul.contentslink li .chips img{
	width:80px;
	object-fit:contain;
}
footer .inBox{
	border:none;
}
.pc{
	display:block;
}
.sp{
	display:none;
}

@media (max-width: 736px) {
.pc{
	display:none;
}
.sp{
	display:block;
}
.scheduleBox table td{
	font-size:12px;
	padding:5px 8px;
	}

.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.banner{
	width:100%;
	margin:0 auto 10px;
}
.event ul li.banner a{
	width:100%;
	height:auto;
	margin:0 auto;
}
.event ul li.banner a img{
	width:100%;
	height:auto;
	object-fit:contain;
	margin:auto;
}
.eventcontents .eventContents_01 .eventContents_01_01{
	display:block;}
.eventcontents .eventContents_01 .eventContents_01_01 h3.cp_h1title {
  width:calc(100% - 30px);
  padding: 0 0 0 30px;
font-size:18px;
}
.eventcontents .eventContents_01 .eventContents_01_01 p.p_eventContents_01_01{
	width:calc(98% - 10px);
}
.eventcontents .eventContents_01 .eventContents_01_01 img,
.eventcontents .eventContents_01 .eventContents_01_01 a img{
	width:98%;
	object-fit:contain;
	padding:10px;
	margin-bottom:20px;
}
.eventcontents .eventContents_01 .eventContents_01_01 p.illustcontest{
	bottom:0;
	left:10px;
}
.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;
	}
#header {
    min-height: 75px;
}
#header .inner {
    width: 100%;
}
#header .logo {
    padding-top: 10px;
    padding-left: 10px;
}
.drawr {
	width: 100%;
/**	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;**/
}
.streaming .moviebox{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 50px;
}
.streaming .moviebox .mcBox {
	width: 98%;
}
.streaming .moviebox .mcBox:nth-of-type(3),
.streaming .moviebox .mcBox:nth-of-type(4){
	margin:100px auto 30px;
}
.streaming .moviebox .mcBox:nth-of-type(3) p,
.streaming .moviebox .mcBox:nth-of-type(4) p{
	top:-80px;
	}
}
@media (max-width:736px){
.banner{
	margin:20px auto;
	}
.event ul li.banner a .click{
	right:32%
	}
}
@media (max-width:601px){
.event ul li.banner a .click{
	right:28%;
	}
}
@media (max-width:501px){
.event ul li.banner a .click{
	right:20%;
	}
}
@media (max-width:401px){
.event ul li.banner a .click{
	right:16%;
	}
}
@media (max-width:375px){
.event ul li.banner a .click{
	right:12%;
	}
}
</pre></body></html>