/* 共通 */

html {
	font-size:25px;
}

body {
	min-height: 100vh;
	min-width: 1000px;
	font-size: 18px;
	background-image: url('../images/bg_body.png');
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 100vh;
}

.wrap {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	max-width: 1000px;
	width: 100%;
}

.pc_off {
	display: none !important;
}


#main {
	padding: 100px 0 50px 0;
}
#main h2 {
	text-align: center;
}

#sec1 {
	margin-bottom: 100px;
}
#sec1 h3 {
	margin-bottom: 50px;
	text-align: center;
}
#sec1 h4 {
	margin-bottom: 50px;
	text-align: center;
}
#sec1 .text {
	margin-bottom: 100px;
	text-align: center;
	line-height: 2.5;
}
#sec1 .text b {
	font-size: 1.25rem;
	font-weight: 600;
}
#sec1 .text b i {
	text-decoration: none;
	color: #5065F0;
	font-weight: 600;
}

#sec1 .link li {
	margin-bottom: 25px;
}
#sec1 .link li:last-child {
	margin-bottom: 0;
}
#sec1 .link li a {
	display: block;
	border-radius: 10px;
	padding: 25px;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 600;
	background-image: url('../images/icon_right.png');
	background-position: right 25px center;
	background-repeat: no-repeat;
	background-color: #FFF;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 5px 5px 5px 0px rgba(10,10,10,0.02);
}

#sec2 {
	margin-bottom: 100px;
}
#sec2 h3 {
	text-align: center;
	margin-bottom: 50px;
}
#sec2 .schedule li {
	width: 48%;
	float: left;
}
#sec2 .schedule li:nth-child(2n) {
	float: right;
}

#sec3 {
	margin-bottom: 100px;
}
#sec3 h3 {
	text-align: center;
	margin-bottom: 50px;
}
#sec3 .plan li {
	width: 32%;
	float: left;
	margin-right: 2%;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 5px 5px 5px 0px rgba(10,10,10,0.02);
}
#sec3 .plan li:nth-child(3n) {
	margin-right: 0;
}
#sec3 .plan .image img {
	border-radius: 10px 10px 0 0;
}
#sec3 .plan h4 {
	padding: 20px 0 10px 0;
	text-align: center;
	font-size: 125%;
	color: #5065F0;
	font-weight: 600;
}
#sec3 .plan .text {
	line-height: 1.5;
	text-align: center;
	padding: 10px;
}
#sec3 .plan .btn {
	text-align: center;
	padding: 10px 0 20px 0;
}

#sec4 {
	margin-bottom: 100px;
}
#sec4 h3 {
	text-align: center;
	margin-bottom: 50px;
}
#sec4 .message li {
	width: 45%;
	float: left;
	background-image: url('../images/bg_sec3a.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px 25px 100px 25px;
}
#sec4 .message li:nth-child(2n) {
	float: right;
	background-image: url('../images/bg_sec3b.png');
}
#sec4 .message li:nth-child(1) h4 {
	text-align: center;
	margin-bottom: 25px;
}
#sec4 .message li:nth-child(1) .sns {
	text-align: center;
}
#sec4 .message li:nth-child(1) .sns a {
	padding: 0 25px;
	vertical-align: bottom;
}
#sec4 .message li:nth-child(2) h4 {
	text-align: center;
	margin-bottom: 25px;
}
#sec4 .message li:nth-child(2) .btn {
	text-align: center;
}
#sec4 .character {
	text-align: center;
}

footer {
	padding: 50px 0;
	text-align: center;
}

/* 準備中 */
#popup_preparation .text1 {
	line-height: 2;
	padding: 50px;
}

/* ごあいさつ */
#popup_greeting h3 {
	font-weight:600;
	font-size:26px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #5065F0;
	border-top:solid 1px #5065F0;
	border-bottom:solid 1px #5065F0;
}
#popup_greeting .greeting_title {
	text-align: center;
	font-size: 25px;
	padding: 45px 15px 10px 15px;
}
#popup_greeting .greeting_name {
	text-align: right;
	padding: 15px;
}
#popup_greeting .text2 {
	line-height: 1.5em;
	padding: 20px 15px 40px 15px;
	border-bottom:solid 1px #949ABE;
}

/* オープニング企画 */
#popup_opening h3 {
	font-weight:600;
	font-size:26px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #5065F0;
	border-top:solid 1px #5065F0;
	border-bottom:solid 1px #5065F0;
}
#popup_opening .text1 {
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 1.7em;
}
#popup_opening .youtube-banner{
	font-size: inherit;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #e7a7ff;
	color: #FFF;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
}

/* 宮学talk */
#popup_miyagakuTalk h3 {
	font-weight:600;
	font-size:25px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #5065F0;
	border-top:solid 1px #5065F0;
	border-bottom:solid 1px #5065F0;
}
#popup_miyagakuTalk .text1 {
	line-height: 2;
	margin-bottom: 25px;
	font-size: 20px;
	padding-top:40px;
}
#popup_miyagakuTalk .text2 {
	line-height: 1.5em;
}
#popup_miyagakuTalk .youtube-banner{
	font-size: inherit;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #e7a7ff;
	color: #FFF;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
}
#popup_miyagakuTalk .h5_ts {
	font-size: inherit;
	padding: 15px 30px;
	border-radius: 25px;
	background-color: #949ABE;
	color: #FFF;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
}

/* トークショー */
#popup_talkshow h3 {
	margin-bottom: 50px;
	text-align: center;
}
#popup_talkshow .ts2 {
	margin-bottom: 25px;
	text-align: center;
}
#popup_talkshow .text1 {
	line-height: 1.5;
	margin-bottom: 50px;
}
#popup_talkshow .ts3 {
	margin-bottom: 50px;
	text-align: center;
}
#popup_talkshow .ts4a {
	font-size: 125%;
	font-weight: 600;
	margin-bottom: 25px
}
#popup_talkshow .ts4box {
	margin-bottom: 50px;
}
#popup_talkshow .ts4box .left {
	float: left;
	width: 35%;
}
#popup_talkshow .ts4box .left figure {
	margin-bottom: 25px;
}
#popup_talkshow .ts4box .left h5 {
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 1rem;
}
#popup_talkshow .ts4box .left th {
	width: 35%;
	font-weight: 600;
	vertical-align: top;
	text-align: left;
	line-height: 1.5;
}
#popup_talkshow .ts4box .left td {
	vertical-align: top;
	text-align: left;
	line-height: 1.5;
}
#popup_talkshow .ts4box .right {
	float: right;
	width: 60%;
}

#popup_talkshow .h5_ts {
	font-size: inherit;
	padding: 15px 30px;
	border-radius: 25px;
	background-color: #949ABE;
	color: #FFF;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
}
#popup_talkshow p {
	margin-bottom: 10px;
	line-height: 1.5;
}
#popup_talkshow p b {
	font-weight: 600;
}
#popup_talkshow p.mb25 {
	margin-bottom: 25px;
}

/* 団体企画 */
#popup_group-planning h3 {
	font-weight:600;
	font-size:25px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #5065F0;
	border-top:solid 1px #5065F0;
	border-bottom:solid 1px #5065F0;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 30px;
}
#popup_group-planning .text1 {
	line-height: 1.7em;
	margin-bottom: 40px;
}
#popup_group-planning .fes-exhibition {
	border-top: 2px dotted #949ABE;
	margin-bottom: 40px;
}
#popup_group-planning .group {
	display: flex;
	padding: 18px 0;
	border-bottom: 2px dotted #949ABE;
}

#popup_group-planning .thumb {
	max-width: 274px;
	width: 100%;
	margin-right: 30px;
}
#popup_group-planning .thumb img {
	width: 100%;
	height: auto;
}

#popup_group-planning .watch {
	background:#e7a7ff;
	box-shadow:1px 1px 4px rgb(0 0 0 / 20%);
	border-radius:0 0 6px 6px;
	color:#fff; 
	font-size:18px;
	font-weight: 700;
	line-height: 34px;
	text-align:center;
	transition: ease 0.4s;
	padding-bottom: 5px;
}
#popup_group-planning .svg-inline--fa {
	width: 7%;
	padding-top: 10px;
	vertical-align: -0.13rem;
}
#popup_group-planning .thumb a {
	background: #fff;
	box-shadow:5px 5px 12px #c6c7cb, -5px -5px 12px #ffffff;
	border-radius: 10px;
	color: #000;
	display: block;
	padding: 10px;
	transition: ease 0.4s;
}
#popup_group-planning .detail {
	max-width: 600px;
	width:100%;
}

#popup_group-planning .detail h5 {
	color:#5065F0;
	font-size: 20px;
	font-weight: bold;
	margin:10px 0;
	line-height:1.3em;
}
#popup_group-planning .text2 {
	line-height: 1.3em;
}



/* フォトコンテスト */
#popup_photo h3 {
	font-weight:600;
	font-size:25px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #5065F0;
	border-top:solid 1px #5065F0;
	border-bottom:solid 1px #5065F0;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 30px;
}
#popup_photo .h5_ts{
	font-size: inherit;
	padding: 15px 30px;
	border-radius: 25px;
	background-color: #949ABE;
	color: #FFF;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
}
#popup_photo .text1 {
	line-height: 2;
	margin-bottom: 25px;
	font-size: 20px;
}
#popup_photo .googlebanner {
	font-size: inherit;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #e7a7ff;
	color: #FFF;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
}
#popup_photo .photocon_mgu {
	text-align: center;
	padding-bottom: 25px;
}
#popup_photo ul {
	padding: 30px 10px 10px;
	background-color: #5065F0;
	color: white;
	line-height: 1.2;
	margin-bottom: 33px;
	border-radius: 15px;
}

/* 参加型ゲーム大会 */
#popup_game h3 {
	font-weight:600;
	font-size:26px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #5065F0;
	border-top:solid 1px #5065F0;
	border-bottom:solid 1px #5065F0;
}
#popup_game .text1 {
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 1.7em;
}
#popup_game .h5_ts {
	font-size: inherit;
	padding: 15px 30px;
	border-radius: 25px;
	background-color: #949ABE;
	color: #FFF;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
}
#popup_game .text2 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 50px;
}
#popup_game .text3 {
	line-height: 1.7em;
}
#popup_game .googlebanner {
	font-size: inherit;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #e7a7ff;
	color: #FFF;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
}