@charset "utf-8";

main.convention .wrapper {
	width: 100%;
}
.wrapper--final12 {
	margin: 0 auto -20px;
}
main.convention section.top {
	width: 800px;
	margin: 0 auto;
}
main.convention section.middle.other {
	width: 800px;
	margin: 0 auto;
}
main.convention section.middle.yosen {
	width: 800px;
	margin: 0 auto;
}
main.convention .photo-frame {
	/* box-shadow */
	box-shadow:0px 0px 7px 4px #DDD;
	-moz-box-shadow:0px 0px 7px 4px #DDD;
	-webkit-box-shadow:0px 0px 7px 4px #DDD;
	/* border */
	border:1px solid #cccccc;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px;
	background: #FFF;
}
main.convention .bold {
	font-weight: bold;
}
main.convention section.top .border{
	height: 52px;
}
main.convention .photo-frame.convention--main-visual {
	width: 798px;
}
main.convention .convention--main-visual {
	margin: 0 auto;
}
main.convention .convention--main-ttl {
	text-align: center;
	margin: 48px auto 30px;
}
main.convention section.middle.other .convention--main-ttl {
	margin: 68px auto 30px;
}
main.convention .convention--main-txt {
	text-align: center;
}

main.convention .convention--final {
	margin-top: 97px;
}
main.convention .convention--final .special--txt{
	display: inline-block;
}

.special--img .special-team,
.final--img .final-team {
	width: 300px;
}

.final--img__bottom--12{
	width: 390px;
}

.convention--final .special--txt__ttl,
.convention--final .final--txt__ttl {
	position: relative;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "フォーク B";
}

.winner .photo-frame.final--img__top {
	width: 640px;
	margin: 0 auto;
}

.final--flexCont{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 44px;
	flex: 1;
}
.final--special--12{
	margin-top: 100px;
}
.final--flexCont.champion{
	margin-left: -30px;
	width: calc(100% + 30px);
}
.final--txt.final--txt--12 {
	margin: 0;
}
.final--txt.final--txt--12.champion {
	margin: 0 20px;
}
.final--team__name{
	display: flex;
	align-items: flex-start;
}
.champion_icon{
	width: 120px;
	height: auto;
}
.award_icon{
	width: 92px;
	height: auto;
	margin-right: 20px;
}
main.convention .convention--other {
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}
main.convention .convention--other li {
	display: inline-block;
	vertical-align: top;
}
main.convention .convention--other li .other-img {
	width: 368px;
}
main.convention .convention--other li:nth-child(2),
main.convention .convention--other li:nth-child(4) {
	margin-left: 16px;
}
main.convention .convention--other li:nth-child(n+3) {
	margin-top: 10px;
}
main.convention .convention--description {
	text-align: center;
}
main.convention .other__ttl {
	font-size: 18px;
	font-weight: bold;
	margin: 24px 0 18px;
	font-family: "フォーク B";
/*
	min-height: 64px;
*/
}
/* 動画ブロック */
main.convention section.middle.movie {
	background: url(/contents_file/fun/koushien/images/faq/faq_wave.png) left top repeat-x,
				url(/contents_file/fun/koushien/images/faq/faq_wave_bottom.png) left bottom repeat-x;
	background-color: #fef2f4;
	margin-top: 42px;
	padding-top: 82px;
	text-align: center;
	padding-bottom: 94px;
	width: 100%;
}
main.convention section.middle.movie .movie-wrapper {
	position: relative;
	margin-top: 44px;
}
main.convention section.middle.movie .movie-wrapper > iframe {
	border: none;
}
main.convention section.middle.movie .movie-ttl {
	font-size: 19px;
	font-weight: bold;
	margin-top: 22px;
}
main.convention section.middle.movie .movie-btn {
	display: inline-block;
	margin-top: 70px;
	cursor: pointer;
}
main.convention section.middle.movie .movie-btn__text {
	color: #083C7F;
	position: relative;
	font-size: 22px;
	font-weight: bold;
}
main.convention section.middle.movie .movie-btn__text span {
	position: relative;
	z-index: 2;
}
main.convention section.middle.movie .movie-btn__text:before {
	background: #083C7F;
    width: 20px;
    height: 20px;
    top: 36px;
}
main.convention section.middle.movie .movie-btn__text:after {
    background: #fef2f4;
    width: 21px;
    height: 21px;
    top: 28px;
}
main.convention section.middle.movie .movie-btn__text:before,
main.convention section.middle.movie .movie-btn__text:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
main.convention section.middle.movie .other-movie-wrapper {
	margin-top: 80px;
	display: none;
}
main.convention section.middle.movie .close-btn {
	display: inline-block;
	margin: 95px auto 0;
	cursor: pointer;
}
main.convention section.middle.movie .close-btn__text {
	color: #083C7F;
	position: relative;
	font-size: 22px;
	font-weight: bold;
}
main.convention section.middle.movie .close-btn__text span {
	position: relative;
	z-index: 2;
}
main.convention section.middle.movie .close-btn__text:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
main.convention section.middle.movie .close-btn__text:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
main.convention section.middle.movie .close-btn__text:before,
main.convention section.middle.movie .close-btn__text:after {
	content: "";
	background: #083C7F;
	position: absolute;
	width: 32px;
	height: 4px;
	top: -18px;
    right: 0;
    left: 0;
    margin: auto;
}
main.convention section.middle.movie .other-movie-list {
	text-align: center;
	font-size: 0;
	width: 800px;
	margin: 0 auto;
}
main.convention section.middle.movie .other-movie-list > li {
	display: inline-block;
	vertical-align: top;
}
main.convention section.middle.movie .other-movie-list > li:nth-child(odd) {
	margin-right: 24px;
}
main.convention section.middle.movie .other-movie-list > li:nth-child(n+3) {
	margin-top: 40px;
}
main.convention section.middle.movie .other-movie-list > li .other-movie-inner iframe {
	border: 0;
}
main.convention section.middle.movie .other-movie-list > li .other-movie-ttl {
	font-size: 20px;
	margin-top: 25px;
	font-weight: bold;
}
main.convention section.middle.yosen > h3 {
	text-align: center;
	margin: 66px 0;
}
main.convention section.middle.yosen .yosen-block {
	margin-bottom: 74px;
}
main.convention section.middle.yosen .yosen-block.type02 {
	margin-bottom: 47px;
}
main.convention section.middle.yosen .yosen-block .yosen-block-ttl {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 45px;
	font-family: "フォーク B";
}

main.convention section.middle.yosen .yosen-block .yosen-block-list {
	text-align: center;
	font-size: 0;
}
main.convention section.middle.yosen .yosen-block .yosen-block-list .yosen-img {
	width: 242px;
}
main.convention section.middle.yosen .yosen-block .yosen-block-list li {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
main.convention section.middle.yosen .yosen-block .yosen-block-list li.finalist::before {
	content: "";
	background: url(/contents_file/fun/koushien/images/convention/final_icon.png) no-repeat;
	position: absolute;
	width: 79px;
	height: 79px;
	left: -19px;
	top: -22px;
}
main.convention section.middle.yosen .yosen-block .yosen-block-list li:nth-child(2) {
	margin: 0 36px;
}
main.convention section.middle.yosen .yosen-block .yosen-block-list li:nth-child(4) {
	margin-right: 36px;
}
main.convention section.middle.yosen .yosen-block .yosen-block-list li:nth-child(n+4) {
	margin-top: 50px;
}
main.convention section.middle.yosen .yosen-block .yosen-block-list li p {
	margin-top: 26px;
	margin-bottom: 0;
}


/* フッターナビ */
main.convention .wrapper .convention-nav {
	width: 940px;
	margin: 0 auto;
}
main.convention .wrapper .convention-nav li {
	display: inline-block;
}
main.convention .wrapper .convention-nav li a {
	background: #083C7F;
	color: #FFF;
	position: relative;
	width: 166px;
	display: block;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 54px;
	height: 47px;
}
main.convention .wrapper .convention-nav li a:hover {
	opacity: 0.7;
}
main.convention .wrapper .convention-nav li.next {
	float: right;
}
main.convention .wrapper .convention-nav li.next a::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 0 24px 20px;
	border-color: transparent transparent transparent #083C7F;
	position: absolute;
	right: -20px;
	top: -0.5px;
}
main.convention .wrapper .convention-nav li.prev a::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 20px 24px 0;
	border-color: transparent #083C7F transparent transparent;
	position: absolute;
	left: -20px;
	top: -0.5px;
}
/****************************************
 10回大会
***************************************/
main.convention .convention--main-ttl.convention--main-ttl--small {
	font-size: 18px;
	margin: -20px 0 40px;
}
main.convention section.top.top--convention10 {
	width: 820px;
}
main.convention .top--convention10 .convention--main-txt {
	margin-top: 40px;
}
main.convention .photo-frame.convention--main-visual.convention--main-visual02 {
	width: 772px;
}
main.convention .convention--wrapper--10 {
	width: 800px;
	padding: 15px;
	margin: 0 auto;
}
main.convention .convention--wrapper--10 + .convention--wrapper--10 {
	margin-top: 32px;
}
main.convention .convention--wrapper--10 .convention--other {
	margin-top: 0;
}
main.convention .convention--wrapper--10 .other__txt {
	margin-bottom: 0;
}
.movie-convention10 {
	text-align: center;
}
.collaboration {
	display: table;
	background: #fef2f4;
	width: 100%;
	margin: 30px 0 -70px;
	padding: 25px 60px 28px 62px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.collaboration__visual,
.collaboration__description {
	display: table-cell;
	vertical-align: top;
}
.collaboration__visual {
	width: 300px;
}
.collaboration__visual img {
	width: 100%;
}
.collaboration__text {
	font-size: 17px;
	padding: 10px 0px 0 30px;
	margin-bottom: 0;
	line-height: 1.9;
}
.collaboration__linkText {
	margin-top: 14px;
	text-align: right;
	margin-bottom: 0;
}
.collaboration__link {
	background: #083C7F;
	color: #FFF;
	position: relative;
	width: 198px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: .45em 0;
}
.collaboration__link:hover {
	opacity: .7;
}
.collaboration__link::before {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 0 24px 20px;
	border-color: transparent transparent transparent #083C7F;
}
.movie-convention10 .gallery-list {
	width: 625px;
	margin: 75px auto 0;
}
.movie-convention10 .gallery-list .open {
	float: left;
	display: inline-block;
	position: relative;
}
.movie-convention10 .gallery-list .open:nth-of-type(even) {
	margin: 0 0 0 24px;
}

.movie-convention10 .gallery-list .open img {
	width: 300px;
}
/****************************************
 モーダルウィンドウ
***************************************/
.otherBox .img,
.otherBox .works,
.otherBox .team,
.otherBox .school {
	display: none;
}

#photoPanel {
	display:none;
	z-index:9999;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100% !important;
	text-align:center;
	background:rgba(255, 255, 255, 0.9);
}
#photoPanel div.panel {
	width:816px;
	height:631px;
	position:relative;
	margin:50px auto auto auto;
	display:none;
}
#photoPanel div.panel div.panelInner {
	text-align:left;
	padding:32px 0 0 32px;
}
#photoPanel div.panel div.panelInner p.title {
	font-weight:bold;
	margin-top: 46px;
	margin-bottom: 0;
	font-size: 19px;
	text-align: center;
}
#photoPanel div.panel div.panelInner p.info {
	line-height: 1.6;
	font-size: 17px;
	margin-top: 19px;
	text-align: center;
}
#photoPanel div.panel p.btnClose,
#photoPanel div.panel p.btnClose a {
    width: 38px;
    height: 24px;
	display:block;
	text-indent:-9999px;
}
#photoPanel div.panel p.btnClose a {
	position: relative;
}

#photoPanel div.panel p.btnClose a:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#photoPanel div.panel p.btnClose a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#photoPanel div.panel p.btnClose a:before,
#photoPanel div.panel p.btnClose a:after {
	content: "";
	background: #083C7F;
	position: absolute;
	width: 32px;
	height: 4px;
	top: 18px;
    right: 0;
    left: 0;
    margin: auto;
}
#photoPanel div.panel p.rankIcon {
	width:53px;
	height:52px;
	position:absolute;
	left:40px;
	top:40px;
}
#photoPanel div.panel p.rankIcon span {
	display:block;
	width:53px;
	height:52px;
}
#photoPanel div.panel p.btnClose {
	position:absolute;
    right: -9px;
    top: -18px;
}

/****************************************
 モーダルウィンドウ
***************************************/
.imgBox {
	position: relative;
}
.imgBox .iframe-outer {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.imgBox iframe {
	width: 100%;
	max-width: 750px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#photoPanel .prev-panel {
	text-indent: -9999px;
	position: absolute;
	width: 17px;
	height: 17px;
	border-top: 3px solid rgb(100, 100, 100);
	border-left: 3px solid rgb(100, 100, 100);
	web-kit-transform: rtate(-45deg);
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: 42%;
	left: -41px;
}
#photoPanel .next-panel {
	text-indent: -9999px;
	position: absolute;
	width: 17px;
	height: 17px;
	border-top: 3px solid rgb(100, 100, 100);
	border-right: 3px solid rgb(100, 100, 100);
	web-kit-transform: rtate(45deg);
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 42%;
	right: -41px;
}
