@charset "utf-8";
/*
version 1.00
*/
/* common */
h2 {
    font-size: 5.0rem;
    letter-spacing: 10px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #0ba9d1;
}

/* mvSection */
#mvSection {
    position: relative;
    height: 1500px;
}

#mvSection .bg {
    /*background-image: url(../../_assets/img/top/mv_bg.png);*/
		background-image: url("../../_assets/img/top-hero/bg.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		overflow: hidden;
}
#mvSection .bg .girl {
		background-image: url("../../_assets/img/top-hero/girl.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;

    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
#mvSection .title {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
	overflow: hidden;
	text-align: center;
}
#mvSection .title .innerwrap {
	position: relative;
	max-width: 670px;
	width: 100%;
	margin: 0 auto;
}
#mvSection .title .innerwrap img {
	position: relative;
	width: 100%;
	height: auto;
	opacity: 0;
	z-index: 0;
}
#mvSection .title .mask01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
		z-index: 1;
}

#mvSection .title .mask02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #49c0e0;
		z-index: 2;
}
#mvSection .title01 {
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
	overflow: hidden;
	text-align: center;
}
#mvSection .title01 .innerwrap {
	position: relative;
	max-width: 610px;
	width: 100%;
	margin: 0 auto;
}
#mvSection .title02 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
	overflow: hidden;
	text-align: center;
}
#mvSection .title02 .innerwrap {
	position: relative;
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
}

#mvSection .title01 .innerwrap img,
#mvSection .title02 .innerwrap img {
	width: 100%;
	height: auto;
}
#mvSection .titles .innerwrap img.sp {
	display: none;
}
#mvSection .titles .mask01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: 0% 0%;
}

#mvSection .titles .mask02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #49c0e0;
    transform-origin: 0% 0%;
}

#mvSection > .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: 100% 0%;
}

#mvSection .applyContainer {
    max-width: 960px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #49c0e0;
    padding: 12px 30px 20px;
    opacity: 0;
}
#mvSection .applyContainer.pre {
	padding: 0;
}
#mvSection .applyContainer .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: 0% 0%;
}

#mvSection .applyContainer  > ul > li {
    width: 46.66666666666667%;
    float: left;
}

#mvSection .applyContainer .btnEnrty {
    margin-top: 10px;
}

#mvSection .applyContainer .developerBox {
    width: 50%;
    background-color: #0caad2;
    float: right;
    padding: 15px;
		padding-top: 8px;
}
#mvSection .applyContainer .developerBox .dev-date {
		margin-bottom: 6px;
}
#mvSection .applyContainer .developerBox > p {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.4rem;
		font-feature-settings: 'palt';
}
#mvSection .applyContainer .developerBox > p span {
	display: inline-block;
	margin-left: 1em;
}
#mvSection .applyContainer .developerBox > p span small {
	font-style: normal;
	font-size: 80%;
}
#mvSection .applyContainer .developerBox ul > li {
    width: 48.555556%;
    float: left;
}

#mvSection .applyContainer .developerBox ul > li:last-of-type {
    float: right;
}

/* add 2019.08.30 */
#mvSection .applyContainer .pre-mask {
}
/* newsSection */
#newsSection {
    background-color: #49c0e0;
    padding: 95px 0 110px;
    margin-bottom: 60px;
    color: #fff;
}
#newsSection .inner {
	
}
#newsSection h2 {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

#newsSection table {
    margin-left: 210px;
    font-weight: 500;
		min-height: 6em;
}
#newsSection table::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	min-height: 6em;
}
#newsSection table tr th {
    font-family: 'Roboto', sans-serif;
}

#newsSection table tr th p {
    color: #0ba9d1;
    width: 95px;
    height: 20px;
    line-height: 20px;
    text-align: center;

    background-image: url(../../_assets/img/common/date_bg.png);
    background-repeat: no-repeat;
    background-size: contain;

    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}

#newsSection table tr td {
    color: #fff;
    padding-bottom: 40px;
    padding-left: 20px;
    line-height: 1.5;
}

#newsSection table tr:last-of-type td {
    padding-bottom: 0px;
}

#newsSection table tr td a {
    color: #fff;
    text-decoration: underline;
}

#newsSection .btnMore a {
    color: #fff;
}

/* bannerSectionPc */
#bannerSectionPc,
#bannerMovieSectionPc {
    max-width: 690px;
    margin: 0 auto 180px;
    position: relative;
}
#bannerMovieSectionPc {
	margin-bottom: 64px;
}
#bannerSectionPc a,
#bannerMovieSectionPc a {
    display: block;
    opacity: 0;
}
#bannerMovieSectionPc a:not(:last-child) {
	margin-bottom: 30px;
}
#bannerSectionPc .mask01,
#bannerMovieSectionPc .mask01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: 100% 0%;
}

#bannerSectionPc .mask02,
#bannerMovieSectionPc .mask02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #49c0e0;
    transform-origin: 100% 0%;
}


/* messageSection */
#messageSection {
    margin-bottom: 155px;
}

#messageSection h2 {
    margin-bottom: 110px;
}

#messageSection dl {
    background-image: url(../../_assets/img/top/message_photo.png);
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 490px;
    position: relative;
}

#messageSection dl .mask01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: 0% 0%;
    transform-origin: 100% 0;
}

#messageSection dl .mask02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #49c0e0;
    transform-origin: 0% 0%;
    transform-origin: 100% 0;
}

#messageSection dl dt {
    padding: 35px 0;
    font-size: 4.5rem;
    position: relative;
    margin-bottom: 35px;
}

#messageSection dl dt:after {
    content: '';

    display: block;
    width: 50px;
    height: 1px;
    background-color: #49c0e0;

    position: absolute;
    bottom: 0;
    left: 0;
}

#messageSection dl dd {
    font-size: 1.5rem;
    line-height: 2.5;
    font-weight: 500;
}

#messageSection dl dd > ul {
    position: relative;
    margin-top: 40px;
}

#messageSection dl dd > ul > li {
    float: left;
}

#messageSection dl dd > ul > li:last-of-type {
    margin-left: 15px;
}

/* movieSection */
#movieSection {
    margin-bottom: 140px;
}

#movieSection h2 {
    margin-bottom: 80px;
}

#movieSection .movieContainer {
    position: relative;
}

#movieSection .movieContainer .mask01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: 100% 0%;
}

#movieSection .movieContainer .mask02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #49c0e0;
    transform-origin: 100% 0%;
}

/* judgeSection */
#judgeSection {
    margin-bottom: 110px;
}

#judgeSection h2 {
    margin-bottom: 90px;
}

#judgeSection .judgeComingsoonContainer ul {
    margin-bottom: 70px;
}

#judgeSection .judgeComingsoonContainer ul li {
    float: left;
    width: calc((100% - 204px) / 4);
    margin-right: 68px;
    position: relative;
}

#judgeSection .judgeComingsoonContainer ul li .mask01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: 0% 0%;
    transform-origin: 100% 0;
}

#judgeSection .judgeComingsoonContainer ul li .mask02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #49c0e0;
    transform-origin: 0% 0%;
    transform-origin: 100% 0;
}

#judgeSection .judgeComingsoonContainer p {
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 4px;
}

#judgeSection .judgeContainer ul li {
    float: left;
    position: relative;
    margin-right: 52px;
    text-align: center;
    width: 285px;
    margin-bottom: 80px;
}
#judgeSection .judgeContainer ul li.middle{
	margin-left:35%;
}

#judgeSection .judgeContainer ul li .name {
    margin-top: 40px;
    font-size: 2.4rem;
    letter-spacing: 2px;
    font-weight: 500;
}

#judgeSection .judgeContainer ul li .name small {
    font-size: 1.0rem;
    display: block;
    margin-top: 10px;
}

#judgeSection .judgeContainer ul li .profile {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 1.2rem;
    position: relative;
    line-height: 1.7;
}
#judgeSection .judgeContainer ul li .profile.aln-L {
		text-align: left;
}

#judgeSection .judgeContainer ul li .profile:after {
    content: '';

    display: block;
    width: 50px;
    height: 1px;
    background-color: #0ba9d1;

    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

#judgeSection .judgeContainer a {
    max-width: 320px;
    margin: 0 auto;
    display: block;

    background-repeat: no-repeat;
    background-size: contain;
}

#judgeSection .judgeContainer .mask01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: 0% 0%;
    transform-origin: 100% 0;
}

#judgeSection .judgeContainer .mask02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #49c0e0;
    transform-origin: 0% 0%;
    transform-origin: 100% 0;
}


/* partnerSection */
#partnerSection {
    margin-bottom: 100px;
}

#partnerSection h2 {
    margin-bottom: 60px;
}
#partnerSection .inner > p small{
	display:block;
	text-align:center;
	padding-bottom: 20px;
}

#partnerSection .partnerContainer {
    text-align: center;
    border-top:2px solid #49c0e0;
    display:table;
    width:100%;
    font-size: 15px;
}

#partnerSection .partnerContainer:last-of-type {
    margin-bottom: 0;
    border-bottom:2px solid #49c0e0;
}

#partnerSection .partnerContainer dt {
    text-align: left;
    padding: 10px;
		padding-left: 0;
    font-size: 16px;
    display:table-cell;
    width:17em;
    vertical-align:middle;
    font-weight:bold;
}

#partnerSection .partnerContainer dd {
    padding: 40px 0;
    display:table-cell;
    text-align:left;
    line-height:1.8em;
}
#partnerSection .partnerContainer dd span{
	display:inline-block;
}

#partnerSection .partnerLogoList{
    /*margin-top:50px;*/
    margin-top: 0;
	letter-spacing: -.4em;
	width: 100%;
}
#partnerSection .partnerLogoList li {
	letter-spacing: 0;
	display: inline-block;
	width: 25%;
	vertical-align: top;
}

#partnerSection p.aln-C {
    /*margin-top: -20px;
    font-size: 14px;
		font-size: 1.8rem;*/
}


#partnerSection .partnerContainer dd ul {
    text-align: center;
}

#partnerSection .partnerContainer dd ul li {
    display: inline-block;
    width: 170px;
    margin: 0 30px;
}
#partnerSection .partnerContainer.big dd ul li{
    width: 200px;
    margin: 0 10px;
}

/* entrySection */
#entrySection {
    margin-bottom: 130px;
}

#entrySection .companyMessage {
    text-align: center;
    margin-top: 55px;
}

#entrySection .companyMessage .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
}

#entrySection .companyMessage .text {
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.5;
}

#entrySection .companyMessage a {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    line-height: 1.5;
}
#entrySection .btnEntyry{
	text-align: center;
}
#entrySection .btnEntyry a {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

/* reportSection */
#reportSection {
    background-color: #49c0e0;
    padding: 150px 0 130px;
}

#reportSection h2 {
    color: #fff;
    margin-bottom: 110px;
}

#reportSection .reportContainer {
    margin-bottom: 110px;
}

#reportSection .reportContainer li {
    width: 46.875%;
    float: left;
}

#reportSection .reportContainer li a {
    display: block;
    width: 100%;
    height: 100%;
}

#reportSection .reportContainer li .photo {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%;
    padding-top: 50%;
}

#reportSection .reportContainer li .photo > img {
    position: absolute;
    top: 0;
    left: 0;
}

#reportSection .reportContainer li .photo span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95px;
    height: 20px;
    line-height: 20px;
    text-align: center;

    background-image: url(../../_assets/img/common/date_bg.png);
    background-repeat: no-repeat;
    background-size: contain;

    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}

#reportSection .reportContainer li dl {
    color: #fff;
}

#reportSection .reportContainer li dl dt {
    font-size: 2.0rem;
    margin-bottom: 30px;
}

#reportSection .reportContainer li dl dd {
    line-height: 1.7;
}

#reportSection .btnMore {
    max-width: 360px;
    margin: 0 auto;
}

/* popupVideo */
.videoBox{
	position:relative;
	width:100%;
	height:0;
	padding-bottom:56.25%;
}
.videoBox video, .videoBox iframe{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

main > #popupVideo, .popupVideo{
	display:none;
}
#cboxLoadedContent .popupVideo{
	display:block;
}

/* PC */
@media screen and (min-width: 768px) {
		#mvSection .bg.earlyBreak {
        background-position: center bottom;
    }
		#mvSection .bg.earlyBreak .girl {

		}
		.wrapper#top {
			min-width: 768px;
		}
		header.fixed {
        min-width: 768px;
    }
    /* mvSection */
    #mvSection .applyContainer .btnEnrty a:hover img {
        opacity: 0;
    }

    #mvSection .applyContainer .btnEnrty a {
        background-image: url(../../_assets/img/top/mv_entry_on.png);
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    #mvSection .applyContainer .btnSandbox a:hover img {
        opacity: 0;
    }

    #mvSection .applyContainer .btnSandbox a {
        background-image: url(../../_assets/img/top/mv_sandbox_on.png);
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #mvSection .applyContainer .btnPoc {
        background-image: url(../../_assets/img/top/mv_poc_on.png);
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #mvSection .applyContainer .btnPoc:hover img {
        opacity: 0;

    }

    /* messageSection */
    #messageSection dl dd .btnAbout {
        background-image: url(../../_assets/img/top/btn_about_on.png);
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #messageSection dl dd .btnAbout:hover img {
        opacity: 0;
    }

    #messageSection dl dd .btnPoc {
        background-image: url(../../_assets/img/top/btn_poc_on.png);
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #messageSection dl dd .btnPoc:hover img {
        opacity: 0;
    }
#messageSection dl dd .btnAbout,
#messageSection dl dd .btnPoc {
  cursor: default;
}
		#messageSection dl dd .btnAbout.off:hover img,
		#messageSection dl dd .btnPoc.off:hover img {
        opacity: 1;
    }
		
    /* judgeSection */
    #judgeSection .judgeComingsoonContainer ul li:last-of-type {
        margin-right: 0;
    }
    
    #judgeSection .judgeContainer ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    
    #judgeSection .judgeContainer a {
        background-image: url(../../_assets/img/top/btn_judge_on.png);
    }
    
    #judgeSection .judgeContainer a:hover img {
        opacity: 0;    
    }

    /* partnerSection */
    #partnerSection ul > li:nth-of-type(4n) {
        margin-right: 0;
    }

    #partnerSection ul > li:nth-of-type(n+5) {
        margin-top: 50px;
    }

    /* entrySection */
    #entrySection .btnEntyry a:hover > img {
        opacity: 0;
    }

    #entrySection .btnEntyry a {
        background-image: url(../../_assets/img/top/btn_entry_on.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
	#entrySection .btnEntyry.off a {
        background-image: url(../../_assets/img/top/btn_entry_off.png);
				cursor: default;
    }

    /* reportSection */
    #reportSection .reportContainer li:nth-of-type(even) {
        float: right;
    }

    #reportSection .reportContainer li:nth-of-type(n+3) {
        margin-top: 60px;
    }

    #reportSection .reportContainer li a:hover .photo > img {
        transform: scale(1.03);
        opacity: 1;
    }

    #reportSection .btnMore a:hover > img {
        opacity: 0;
    }

    #reportSection .btnMore a {
        background-image: url(../../_assets/img/top/btn_report_on.png);
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media screen and (min-width: 768px) and (max-width: 849px) {
	#mvSection .bg {
        background-size: cover;
        background-position: center bottom;
    }
	#top .menuContainer ul li:first-child{
		display: none;
	}
	#mvSection .title01 {
	}
	#mvSection .title01 .innerwrap {
		width: 60%;
	}
	#mvSection .title02 {
	}
	#mvSection .title02 .innerwrap {
		width: 50%;
	}
}
/* SP */
@media screen and (max-width: 767px){
    /* common */
    h2 {
        font-size: 3.0rem;
    }
    
    /* mvSection */
    #mvSection .bg {
        background-size: cover;
        background-position: center bottom;

        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
    }
		#mvSection .bg .girl {
			top: 10%;
		}
    #mvSection .title {
        top: 4%!important;
    }
		#mvSection .title .innerwrap {
			width: 80%;
		}
    #mvSection .title01 {
        top: 8%;
    }
		#mvSection .title01 .innerwrap {
			width: 80%;
			max-width: 400px;
		}
		#mvSection .title02 {
        top: inherit;
    }
		#mvSection .title02 .innerwrap {
			width: 60%;
			max-width: 360px;
		}
		
    #mvSection .applyContainer {
        padding: 16px 20px 20px;
				text-align: center;
    }
    #mvSection .applyContainer.pre {
			padding: 0;
	}
    #mvSection .applyContainer  > ul > li {
        width: 100%;;
        float: none;
				margin-left: auto;
				margin-right: auto;
				max-width: 600px;
    }
    
    #mvSection .applyContainer .btnEnrty {
        margin-top: 10px;
    }
    
    #mvSection .applyContainer .developerBox {
        margin-top: 20px;
        width: 100%;;
        float: none;
        padding: 20px;
    }
    #mvSection .applyContainer .developerBox .dev-date {
				margin-bottom: 12px;
		}
    #mvSection .applyContainer .developerBox > p {
        margin-bottom: 15px;
    }
    #mvSection .applyContainer .developerBox > p span {
			display: block;
			margin: .25em auto 0;
		}
    #mvSection .applyContainer .developerBox ul > li {
        width: 48%;
    }
    /* add 2019.08.30 */
		#mvSection .applyContainer .pre-mask .txt {
			font-size: 1.375em;
			padding: 1em;
		}
    /* bannerSection */
    #bannerSection,
		#bannerMovieSection {
        background-color: #fff;
        padding: 40px;
    }
#bannerMovieSection {
		padding-bottom: 0;
	}
    #bannerSection a:nth-of-type(n+2),
	#bannerMovieSection a:nth-of-type(n+2) {
        margin-top: 25px;
        display: inline-block;
    }

    /* newsSection */
    #newsSection {
        padding: 40px 0;
        margin-bottom: 75px;
    }

    #newsSection h2 {
        position: static;
        margin-bottom: 25px;
    }

    #newsSection table {
        margin-left: 0;
    }
		#newsSection table::before {
			display: none;
		}
	#newsSection table tr.no-smp {
		display: none;
	}
    #newsSection table tr th {
        display: block;
        margin-bottom: 10px;
    }

    #newsSection table tr th p {
        width: 70px;
        height: 15px;
        line-height: 15px;
        font-size: 1.2rem;
    }

    #newsSection table tr td {
        display: block;
        padding-bottom: 25px;
        padding-left: 0;
        line-height: 1.7;
        font-size: 1.2rem;
    }

    #newsSection table tr:last-of-type td {
        padding-bottom: 0px;
    }

    #newsSection .btnMore {
        margin: 30px auto 0;
        display: block;
        width: 150px;
        text-align: center;
        padding: 15px 0;
        border: 1px solid #fff;
        font-size: 1.6rem;
    }

    /* messageSection */
    #messageSection {
        margin-bottom: 100px;
    }

    #messageSection h2 {
        margin-bottom: 55px;
    }

    #messageSection dl {
        background-size: 200px;
        background-position: right -16px top 80px;
        margin-right: -20px;
        min-height: auto;
    }

    #messageSection dl dt {
        padding: 0 0 30px;
        font-size: 3.0rem;
        margin-bottom: 30px;
    }

    #messageSection dl dt:after {
        width: 25px;
    }

    #messageSection dl dd {
        font-size: 1.4rem;
        line-height: 2.0;
        padding-left: 0px;
    }

    #messageSection dl dd > ul {
        margin-top: 30px;
        padding-right: 20px;
    }
    
    #messageSection dl dd > ul > li {
        float: left;
        width: 45.52238805970149%;
    }
    
    #messageSection dl dd > ul > li:last-of-type {
        margin-left: 0;
        float: right;
    }
    
    /* movieSection */
    #movieSection {
        margin-bottom: 100px;
    }

    #movieSection h2 {
        margin-bottom: 50px;
    }

    #movieSection .movieContainer {
        margin: 0 -20px;
        overflow: hidden;
    }

    /* judgeSection */
    #judgeSection {
        margin-bottom: 100px;
    }

    #judgeSection h2 {
        margin-bottom: 50px;
    }

    #judgeSection .judgeComingsoonContainer ul {
        margin-bottom: 30px;
        padding: 0 20px;
    }
    
    #judgeSection .judgeComingsoonContainer ul li {
        width: calc((100% - 20px) / 2);
        margin-right: 0;
    }
    
    #judgeSection .judgeComingsoonContainer ul li:nth-of-type(even) {
        float: right;
    }
    
    #judgeSection .judgeComingsoonContainer ul li:nth-of-type(n+3) {
        margin-top: 20px;
    }
    
    #judgeSection .judgeComingsoonContainer p {
        font-size: 1.4rem;
        letter-spacing: 2px;
    }
    
    #judgeSection .judgeContainer ul li {
        width: 46%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    #judgeSection .judgeContainer ul li.middle {
        margin-left: 0;
    }
    
    #judgeSection .judgeContainer ul li:nth-of-type(even) {
        float: right;
    }

    #judgeSection .judgeContainer ul li .name {
        margin-top: 20px;
        font-size: 1.6rem;
    }
    
    #judgeSection .judgeContainer ul li .name small {
        font-size: 0.8rem;
        margin-top: 5px;
    }
    
    #judgeSection .judgeContainer ul li .profile {
        margin-top: 10px;
        padding-top: 10px;
        font-size: 1.0rem;
    }
    
    #judgeSection .judgeContainer ul li .profile:after {
        width: 30px;
    }
    
    #judgeSection .judgeContainer a {
        max-width: 100%;
    }

    /* partnerSection */
    #partnerSection {
        margin-bottom: 30px;
    }

    #partnerSection h2 {
        margin-bottom: 60px;
    }

    #partnerSection .partnerContainer {
        margin-bottom: 30px;
    }

    #partnerSection .partnerContainer:last-of-type {
        margin-bottom: 0;
        padding-bottom:20px;
    }
    #partnerSection .partnerContainer{
    	display:block;
    }
    #partnerSection .partnerContainer dt {
        padding-top: 30px;
        display:block;
        width:100%;
        text-align:center;
        font-size:1.8rem;
    }

    #partnerSection .partnerContainer dd {
        padding: 10px 30px;
        display:block;
        text-align:center;
    }

    #partnerSection .partnerLogoList li {
    	width:33.33333333%;
    	margin-bottom:7%;
    }



    /* entrySection */
    #entrySection {
        margin-bottom: 75px;
    }

    #entrySection .companyMessage {
        margin-top: 50px;
    }

    #entrySection .companyMessage .title {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }

    #entrySection .companyMessage .text {
        font-size: 1.2rem;
        text-align: left;
    }

    #entrySection .companyMessage a {
        font-size: 2.0rem;
    }

    /* reportSection */
    #reportSection {
        padding: 75px 0;
    }

    #reportSection h2 {
        margin-bottom: 50px;
    }

    #reportSection .reportContainer {
        margin-bottom: 60px;
    }

    #reportSection .reportContainer li {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }

    #reportSection .reportContainer li:last-of-type {
        margin-bottom: 0;
    }

    #reportSection .reportContainer li .photo {
        margin-bottom: 30px;
    }

    #reportSection .reportContainer li .photo span {
        width: 70px;
        height: 15px;
        line-height: 15px;
        font-size: 1.2rem;
    }

    #reportSection .reportContainer li dl dt {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    #reportSection .reportContainer li dl dd {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 349px){
	#messageSection dl {
		background-position: right -40px top 80px;
	}
	#messageSection dl dd {
		font-size: 1.2rem;
	}
}

.list-partners-txt {
	position: relative;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.4;
	letter-spacing: -.4em;
	margin: 1em -1.5em!important;
}
.list-partners-txt li {
	letter-spacing: 0;
	display: inline-block;
	margin: 1.5em!important;
	padding: 0;
}

.list-partners-logo {
	position: relative;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.4;
	letter-spacing: -.4em;
	margin: 2rem -.25rem -4rem!important;
}
.list-partners-logo li {
	letter-spacing: 0;
	display: inline-block;
	margin: 0!important;
	padding: 0 .25rem 4rem!important;
	width: 33.33333333%;
	vertical-align: top;
}
.list-partners-logo li .logo {
	display: block;
	width: 100%;
}
.list-partners-logo li .txt {
	display: inline-block;
	font-size: 13px;
	color: #606060;
	margin: 0 auto;
	padding: 1.5em 1em 0;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 768px){
	.list-partners-logo li {
		
	}
	.list-partners-logo li .txt {
	 font-size: 11px;
	}
}
@media screen and (max-width: 480px){
	.list-partners-logo li {
		width: 50%;
	}
	.list-partners-logo li .txt {
	 font-size: 10px;
	 padding: 1.5em .5em 0;
	}
}

/* add 2020.08.15 */
#mvSection .applyContainer .app-period {
	margin-bottom: .5rem;
}
#mvSection .applyContainer .app-btns {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0;
	/*padding: .5rem;
	background-color: #0caad2;*/
	font-size: .8125em;
}
#mvSection .applyContainer .app-btns .btns {
	list-style: none;
	letter-spacing: -.4em;
	width: 100%;
}
#mvSection .applyContainer .app-btns .btns li {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 37%;
	padding: 1rem;
}
#mvSection .applyContainer .app-btns .btns li.idea {
	width: 45%;
	background-color: #0caad2;
	border-right: 1rem solid #49c0e0;
}
#mvSection .applyContainer .app-btns .btns li.poc {
	width: 30%;
	background-color: #0caad2;
}

#mvSection .applyContainer .app-btns .btns li.api {
	width: 25%;
	background-color: #0caad2;
}
@media screen and (max-width: 768px){
	#mvSection .applyContainer .app-period {
		margin-bottom: 1.5rem;
	}
		#mvSection .applyContainer .app-btns .app-btns--idea {
		width: 100%;
		padding-right: 0;
	}
	#mvSection .applyContainer .app-btns {
		width: 100%;
		padding: .5rem;
		margin-top: 1rem;
	}
	#mvSection .applyContainer .app-btns .btns li.idea {
		width: 100%;
		border-right: none;
		border-bottom: 1rem solid #49c0e0;
	}
	#mvSection .applyContainer .app-btns .btns li.poc {
		width: 100%;
	}

	#mvSection .applyContainer .app-btns .btns li.api {
		width: 100%;
	}
}
#mvSection .applyContainer .app-btns .btns li a{
	padding: .5em 2em;
}
#mvSection .applyContainer .app-btns .btns li.idea a.btn-norm.prepared,
#mvSection .applyContainer .app-btns .btns li.poc a.btn-norm.prepared {
	padding: .75em 2em;
}
#mvSection .applyContainer .app-btns .btns li.api a {
	padding: 1.72em 2em;
}