@charset "utf-8";
/* CSS Document */
/* m-plus-rounded-1c-regular - latin_japanese */
.m-plus-rounded-1c-regular {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .m-plus-rounded-1c-bold {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
  }
  
  .m-plus-rounded-1c-extrabold {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
  }
  
  .m-plus-rounded-1c-black {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 900;
	font-style: normal;
  }

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*font-size: 62.5%;*/
}


a:hover,
a:focus{
	background:none;
	text-decoration: none;
	border-radius: 0;
}

a img{
	filter:none;
	transition: none;
	
}

a img:hover,
a img:focus{
	filter:none;
}


.wrap_contents { 
	font-family:'M PLUS Rounded 1c',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrap_contents a {
	text-decoration: none;
}

.wrap_contents a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------
 タイトル
--------------------------------------------------------- */
.events-title-container {
	background: #9696FF;
}

.events-title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.events-schedule {
	margin-top: -15px;
	padding: 0 15px 30px;
	text-align: center;
}

.events-schedule img {
	margin-bottom: 40px;
}

.events-schedule .live-icon img {
	margin-bottom:30px;
	height: auto;
	padding: 0 20px;
}

.events-schedule p {
	color: #0000b4;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	margin-bottom: 0;
}

p.live-icon-text {
	font-size: 1.5rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -.03em;
	color: #fff;
	line-height: 1.35em;
	margin: 0 0 20px;
}

p.live-icon-text span {
	font-size: 1.85rem;
}

p.live-icon-text span.yellow {
	color: #ffff00;
}


/* ---------------------------------------------------------
 3Dタイトル
--------------------------------------------------------- */
.events-title model-viewer {
	height: 100vh;
	max-height: 100vw;
	width: 92vw;
	padding: 0;
	margin: 0;
}

.events-title model-viewer#interaction {
	--poster-color: transparent;
}

/* ---------------------------------------------------------
 アーカイブタイトル
--------------------------------------------------------- */
.events-archive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.events-archive p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0;
	padding: 5px 0 10px;
}

.events-archive p br {
	display: none;
}

.events-archive img {
	margin: -23px 0 0 -20px;
	max-width: 107%;
}

/* ---------------------------------------------------------
 プログラム
--------------------------------------------------------- */
.events-program {
	background: #fff;
	border-radius: 20px;
	margin-top: -40px;
	padding: 0 16px 20px;
}

.events-program-container {
	background: -moz-linear-gradient(top, #C8C8FF 0%, #C8C8FF 84%, #E6E6FF 84%, #E6E6FF 100%);
	background: -webkit-linear-gradient(top, #C8C8FF 0%, #C8C8FF 84%, #E6E6FF 84%, #E6E6FF 100%);
	background:linear-gradient(to bottom, #C8C8FF 0%, #C8C8FF 84%, #E6E6FF 84%, #E6E6FF 100%);
	padding: 20px 10px 0;
}

.events-program-container img.live_program {
	margin:10px 0 40px 0;
	padding: 0;
}

.events-program-container ul.program-list {
	list-style: none;
	margin: 0;
	padding: 0;
}


.events-program-container ul.program-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: center;
	align-items: flex-start;
}

.events-program-container ul.program-list li.list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px 0;
}

.events-program-container ul.program-list li.list:nth-last-child(2) {
	margin: 0;
}

.events-program-container ul.program-list li.list a {
	color: #333;
	text-decoration: none;
	background: #fff;
	padding: 0;
	border-radius: 12px;
	/*border-radius: 0 0 12px 12px;*/
	transition: 0.5s;
}

.events-program-container ul.program-list li.list a:hover {
	background: #d2d2ff;
	transition: 0.5s;
}

.events-program-container ul.program-list a figure img {
	margin-bottom: 0;
}

.events-program-container ul.program-list li.list p {
	font-size: .95rem;
	margin: 0;
	padding: 5px 0;
}
	
.events-program-container ul.program-list li.list p span.number {
	font-size: 1.65rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.events-program-container ul.program-list li.list p span.no1, .events-program-container ul.program-list li.list p span.no2, 
.events-program-container ul.program-list li.list p span.no3, .events-program-container ul.program-list li.list p span.no4, 
.events-program-container ul.program-list li.list p span.no5 {
	line-height: 1.3em;
	padding: 0 7px;
}
	
.events-program-container ul.program-list li.list p span.no1 {
	background: linear-gradient(transparent 50%, #ff6400 0%);
}

.events-program-container ul.program-list li.list p span.no2 {
	background: linear-gradient(transparent 50%, #ffff00 0%);
}
	
.events-program-container ul.program-list li.list p span.no3 {
	background: linear-gradient(transparent 50%, #00ff00 0%);
}

.events-program-container ul.program-list li.list p span.no4 {
	background: linear-gradient(transparent 50%, #9696ff 0%);
}
	
.events-program-container ul.program-list li.list p span.no5 {
	background: linear-gradient(transparent 50%, #f000dc 0%);
}

.events-program-container ul.program-list li.list figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.list-number {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 1.75em;
	font-weight: bold;
	width: 100%;
	text-align: left;
	line-height: 1.4rem;
	font-size: 1rem;
	text-indent: -1.25rem;
}

.list-number li:before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.list-number.list-01 li:before {
	background-color: #ff6400;
}
	
.list-number.list-02 li:before {
	background-color: #ffff00;
}

.list-number.list-03 li:before {
	background-color: #00ff00;
}
	
.list-number.list-04 li:before {
	background-color: #9696ff;
}
	
.list-number.list-05 li:before {
	background-color: #f000dc;
}
	
	
	
	
	
.events-program-container ul.program-list li.list figure img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}










.events-program-container ul.program-list li.list.illust {
	display: none;
}

/* ---------------------------------------------------------
 リンク
--------------------------------------------------------- */
.link-list {
	background: #E6E6FF;
	padding: 20px 10px;
}

.link-list article p br {
	display: none;
}

.link-plus {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	background: #fff;
	padding: 10px 16px;
	margin: 0 0 5px 0;
}
	
.link-plus h2 {
	margin: 15px 0 0;
	text-align: center;
	padding-left: 0;
}

.link-plus h2 img{
	margin: 0 0 5px;
}

.link-plus p, .link-sciencetown p {
	color: #0000b4;
	margin-bottom: .5rem;
	line-height: 1.5rem;
	font-size: 1.0rem;
	text-align: center;
	padding: 0 0 10px 0;
}

.link-sciencetown {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #c8c8ff;
	border-radius: 20px;
	background: #fff;
	padding: 10px 16px;
}
	
.link-sciencetown img {
	margin-bottom: 25px;
}

/* ---------------------------------------------------------
 アンケート、お問い合わせ
--------------------------------------------------------- */
.information {
	background: #fff;
	padding: 25px 10px 0;
	text-align: center;
}

.information article p br {
	 display: none;
}

.information a {
	background-color: #ffffc8;
	border-radius: 20px;
	text-decoration: none!important;
	display: inline-block;
	transition: 0.5s;
	margin-bottom: 20px;
}

.information a:hover {
	background-color: #ff6400;
}

.questionary {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*background: #ffffc8;*/
	/*border-radius: 20px;*/
	padding: 24px 28px 20px;
	margin: 0 0 20px 0;
}

.questionary p {
	color: #a50000;
	line-height: 1.5rem;
	font-size: 1.2rem;
	margin: 0;
	letter-spacing: 0.05rem;
	transition: 0.5s;
}

.questionary strong {
	color: #ff6400;
	line-height: 2.5rem;
	font-size: 1.45rem;
	transition: 0.5s;
}

.questionary p.adjust {
	padding: 1rem 0;
	display: inline-block;
	text-align: left;
}

.information a:hover .questionary p {
	color: #fff;
}

.information a:hover .questionary strong{
	color: #ffffc8;
}

.inquiry {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0 0 0;
}

.inquiry p {
	color: #0000b4;
	margin: 0;
	line-height: 1.5rem;
	font-size: 1.0rem;
}
	
.inquiry p.email{
	text-indent: 0;
}
.inquiry p.tel{
	text-indent: 0;
} 


/* ---------------------------------------------------------
 サタデープラス
--------------------------------------------------------- */
.plus-title-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}

.plus-title-container p {
	display: inline-block;
	color: #0000b4;
	margin-top: 10px;
}


@media only screen and (max-device-width: 320px) and (orientation:portrait) {
	
/* ---------------------------------------------------------
 プログラム iPhoneSE
--------------------------------------------------------- */
.program-date {
	width: 110px;
	height: 110px;
	top: -30px;
}
	
.events-program-container ul.program-list li.list p span.number {
	font-size: 1.5rem;
}
/* ---------------------------------------------------------
 配信予定 iPhoneSE
--------------------------------------------------------- */
ul.live-calendar li {
	width: 95px;
	max-width: 95px;
}

ul.live-calendar li .stamp {
	position: absolute;
	transform: rotate( -20deg );
	top: 20px;
	left: 5px;
	width: 74px;
	z-index: 2;
}
ul.live-calendar li a.archive-button img {
	margin: .8rem 0 1.5rem;
	max-width: 95px;
	height: auto;
}


}
@media only screen and (min-device-height: 769px) and (orientation:landscape) {
/* ---------------------------------------------------------
 タイトルの設定（PC）
--------------------------------------------------------- */
.events-title-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*height: 425px;*/
}

.events-title {
	margin: 0;
	position: relative;
	width: 600px;
}
	
.events-schedule {
	width: 400px;
	padding: 135px 30px 40px 30px;
	text-align: right;
}
	
.events-schedule p {
	text-align: right;
}

.events-schedule .live-icon img {
	max-width: 260px;
	height: auto;
	padding: 0;
}

p.live-icon-text {
	font-size: 1.85rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -.03em;
	color: #fff;
	line-height: 1.4em;
	margin: 0;
}

p.live-icon-text span {
	font-size: 2.25rem;
}

/*p.live-icon-text br,.events-schedule p br {
	display: block;
}*/
/* ---------------------------------------------------------
 3Dタイトル（PC）
--------------------------------------------------------- */
.events-title model-viewer {
	position: absolute;
	top: -110px;
	left: -50px;
	z-index: 2;
	width: 700px;
	height: 680px;
	/*border: solid 1px #00c1c1;*/
}

/* ---------------------------------------------------------
 アーカイブタイトル（PC）
--------------------------------------------------------- */
.events-archive {
	justify-content: flex-start;
	align-items: flex-end;
	margin: 0 0 20px;
}

.events-archive p {
	font-size: 1.5rem;
	line-height: 1.85rem;
	margin: 0 0 10px 20px;
	padding: 0;
}

.events-archive p br {
	display: block;
}

.events-archive img {
	margin: -35px 0 0 -10px;
	max-width: 100%;
}

/* ---------------------------------------------------------
 プログラム（PC）
--------------------------------------------------------- */
.events-program-container {
	padding: 140px 35px 20px;
}

.events-program {
	background: #fff;
	border-radius: 32px;
	margin: 0;
	padding: 0;
}

.events-program-container {
	background: -moz-linear-gradient(top, #C8C8FF 0%, #C8C8FF 75%, #E6E6FF 75%, #E6E6FF 100%);
	background: -webkit-linear-gradient(top, #C8C8FF 0%, #C8C8FF 75%, #E6E6FF 75%, #E6E6FF 100%);
	background:linear-gradient(to bottom, #C8C8FF 0%, #C8C8FF 75%, #E6E6FF 75%, #E6E6FF 100%);
}
	
.events-program-container ul.program-list {
	padding: 0 8px;
}

.events-program-container ul.program-list li.list {
	width: 440px;
	margin: 0;
}
	
.events-program-container ul.program-list li.list a {
	padding: 0 15px 20px;;
}

.events-program-container ul.program-list li.list p {
	font-size: 1.27rem;
	margin: 0;
	padding: 12px 0;
}
	
.events-program-container ul.program-list li.list p span.number {
	font-size: 2.25rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.events-program-container ul.program-list li.list p span.no1, .events-program-container ul.program-list li.list p span.no2, 
.events-program-container ul.program-list li.list p span.no3, .events-program-container ul.program-list li.list p span.no4, 
.events-program-container ul.program-list li.list p span.no5 {
	line-height: 1.3em;
	padding: 0 7px;
}

.list-number {
	padding: 0 0 0 1.75em;
	width: 265px;
	line-height: 2rem;
	font-size: 1.25rem;
	text-indent: -1.75rem;
	margin: 0;
}

.list-number li:before {
	width: 18px;
	height: 18px;
	top: 1px;
	margin-right: 10px;
}

.events-program-container ul.program-list li.list figure img {
	max-width: 145px;
	max-height: 109px;
}

.events-program-container ul.program-list li.list.illust {
	display: block;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.events-program-container img.live_program {
	margin:0 0 30px 10px;
	padding: 0;
}

/* タイトル2段落用 */
.date-flex p.column {
	right: 25px!important;
}

.events-program-container ul.program-list.column {
	margin-left: 0;
}
/* タイトル2段落用 */	
.events-program-container img.live_program.column {
	margin:0 0 30px 5px;
	padding: 0;
}
	


.events-program-container ul.program-list li img.tag {
	position: absolute;
	right: 0px;
	top:-24px;
	max-height: 41px;
}
	
.events-program-container ul.program-list li img.program_title {
	margin: 12px 0 0 18px;
}

.events-program-container ul.program-list li img.pc_view {
	display: inline-block;
}

.events-program-container ul.program-list li img.sp_view {
	display: none;
}
	
.events-program-container ul.program-list li.column1 p {
	width: 700px;
	padding: 0 50px .5em 25px;
}

.events-program-container ul.program-list li.column2 p {
	width: 700px;
	padding: 0 50px .5em 25px;
}

/* ---------------------------------------------------------
 リンク（PC）
--------------------------------------------------------- */
.link-list {
	padding: 20px 35px;
}

.link-list article {
	margin: 0;
	text-align: center;
}

.link-list article p br {
	 display: block;
}
	
.link-plus {
	width: 100%;
	margin: 0;
	border-radius: 32px;
}

.link-plus h2 {
	margin: 15px 0 0;
	text-align: left;
	padding-left: 25px;
}

.link-plus p, .link-sciencetown p {
	line-height: 1.75rem;
	font-size: 1.35rem;
	text-align: left;
	padding: 5px 0 10px 25px;
}
	
.link-sciencetown {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 404px;
	border: solid 1px #c8c8ff;
	border-radius: 20px;
	background: #fff;
	padding: 10px 16px;
}
	
.link-sciencetown img {
	margin-bottom: 25px;
}
	
/* ---------------------------------------------------------
 アンケート、お問い合わせ（PC）
--------------------------------------------------------- */
.information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 25px 16px 0;
	align-items: stretch;
	text-align: left;
}
.information a {
	margin-bottom: 0px;
}

	
.information article {
	margin: 0 9px;
}
	
.information article p br {
	 display: block;
}

.questionary {
	width: 330px;
	margin: 0;
}

.questionary p {
	color: #a50000;
	line-height: 1.85rem;
	font-size: 1.45rem;
	margin: 0;
	letter-spacing: 0.05rem;
}
	
.questionary strong {
	color: #ff6400;
	line-height: 2.75rem;
	font-size: 1.65rem;
}
	
.inquiry {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0 0 87px;
}

.inquiry p {
	color: #0000b4;
	margin: 0;
	line-height: 2.0rem;
	font-size: 1.45rem;
	letter-spacing: 0.05rem;
}
	
.inquiry p.email{
	text-indent: 4.5em;
}
.inquiry p.tel{
	text-indent: 3em;
} 
	
/* ---------------------------------------------------------
 サタデープラス（PC）
--------------------------------------------------------- */
.plus-title-container img {
	max-width: 800px;
	height: auto;
}

.plus-title-container p {
	font-size: 110%;
}
	
/* ---------------------------------------------------------
 改行指定
--------------------------------------------------------- */
.pc-br::before { content: "\A" ; white-space: pre; }

/* ---------------------------------------------------------
 横向きの場合のスタイル
--------------------------------------------------------- */
@media screen and (orientation: landscape) {

}
/* ---------------------------------------------------------
 縦向きの場合のスタイル
--------------------------------------------------------- */
@media screen and (orientation: portrait) {

}
}