@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #222;
    font-weight: 500;
}

a{
	text-decoration: underline;
	color: #222;
}
a:hover {
  text-decoration: none;
  opacity: .8;
}

img{
	max-width: 100%;
}

li{
	list-style: none;
}

span{
    display: inline-block;
}

.sp{
	display: none;
}

.pc{
	display: block;
}

h1,h2,h3,h4{
    text-align: center;
    max-width: 100%;
}

h1{
    margin-bottom: 40px;
    font-size: 2em;
    padding: 15px 0;
    color: #fff;
    background: #8FC31F;
}
h2{
    font-size: 1.5em;
    border-bottom: solid #4C80C2 3px;
    width: 500px;
    max-width: 95%;
    margin: 50px auto 30px;
}
h3{
    font-size: 1.2em;
    margin: 20px 0;
    background-color: #737373;
    color: #fff;
    padding: 8px;
}
h4{
    font-size: 1em;
    font-weight: normal;
    background: #fff105;
    padding: 7px;
    margin-bottom: 8px;
    font-weight: bold;
    border-radius: 12px;
}
h5{
    margin-top: 10px;
    font-size: 1.1em;
    color: #4d76ad;
    margin-bottom: 5px;
}
h5:nth-of-type(1){
    margin-top: 0px;
}
p{
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.txt-wrap{
    margin-bottom: 30px;
    line-height: 1.8em;
}
.award{
    max-width: 920px;
    width: 95%;
    margin: 0 auto 30px;
    border: solid #dadada 3px;
}
.work{
    margin: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.work .img{
    text-align: center;
    width: 42%;
    padding: 0 3%;
    min-width: 250px;
}
.work .text{
    width: 58%;
    padding: 0 2%;
}
.work .text p::before {
}

.container{
	margin: 0 auto 50px;
    width: 92%;
    max-width: 1000px;
}

.mv {
    width: 100%;
    /*max-height: 800px;*/
    max-width: 1200px;
    margin: 0 auto;
}

.mv img{
	width: 100%;
    padding: 0;
    vertical-align:top;
}

.mv_copyright{
	text-align: right;
	font-size: 12px;
}

.container_inner{
	line-height: 2;
}

.container_inner.main{
    padding: 40px 0;
	line-height: 2;
	margin: 0;
    font-weight: 600;
}

.container_inner.box{
    width: 93%;
    max-width: 1000px;;
    background-color: #fff;
    padding: 50px 0 60px 0;
	line-height: 1.7;
	margin: 50px auto;
    /*border: solid 1px #222;*/
}

.container_inner li{
    font-weight: 600;
}

.introduction {
    background-color: #2F3376;
    font-size: 16px;
}

.wrap{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.title{
	font-size: 30px;
	margin: 0 0 20px 0;
	font-weight: bold;
}

.introduction .title{
    color: #fff;
    text-align: center;
	font-size: 23px;
}   
    .attention{
    font-size: 20px;
    max-width: 1000px;
    text-align: center;
    margin: 50px auto 0;
    color: #FF0000;
}
.staff.wrap {
	font-size: 23px;
}

.staff .title{
	font-size: 23px;
	margin: 0 0 10px 0;
}

.staff .title2 {
    text-align: left;
    font-size: 23px;
    margin: auto;
    font-weight: bold;
}

.box ul{
    min-width: 263px;
    width: 48%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.box ul li{
    padding: 0 10px 15px;
}

.cast ul{
    font-size: 19px;
}

.cast .contents{
    display: flex;
    justify-content: space-between;
}

.news .contents{
    padding: 13px;
    border-bottom: 1px solid #222;
    border-top: none;
}

.artist .contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.staff ul{
    font-size: 16px;
}



.bnr{
    width: 300px;
    margin: 0 auto 50px;
}

.stitle{
	font-size: 20px;
	margin: 0 0 30px 0;
}

.charactor{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap:20px 0;
	margin:0 0 100px 0;
}
.charactor.first_chara {
	margin:0 0 50px 0;
}

.charactor li {
}

.charactor li .cv{
	background: #eb632b;
	padding: 5px;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	font-size: 14px;
}

.song_wrap{
	margin: 0 0 100px 0;
}

.sont_info{
	margin: 10px 0 0 0;
}

.youtube_link{
	font-size: 21px;
}

.youtube{
	width:80%;
	aspect-ratio: 16 / 9;
	margin:0 auto 100px;
}

.youtube iframe{
	width: 100%;
  height: 100%;
}

.twitter{
	max-width: 400px;
	margin: 0 auto;

}

.news{
	margin: 0 0 100px 0;
  padding: 30px;
	background:#fff;
    text-align: center;
}

.news span{
	font-size: 21px;
	margin: 0 0 10px 0;
	display: block;
}

.news p{
}

.news table {
	margin: 10px auto;
}
.news table tbody {
}

.news table tr {
}

.news table td {
	text-align: left;
	padding: 0 10px;
}
.news table td:first-child {
	text-align: right;
}

.copyright{
    text-align: center;
	background: #222;
	color: #fff;
	padding: 10px 0;
	font-size: 12px;
}
.copyright-box{
    margin: 20px auto 0;
    text-align: center;
    color: #222;
    font-size: 12px;
    max-width: 90%;
}
.copyright-box img{
/*    width: 530px;*/
    max-width: 100%
}
.info_table {
    width: 100%;
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: separate;
    empty-cells: show;
    border: solid 1px #adb4bd
}
.info_table td {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: none;
    vertical-align: top;
    font-size: 1rem;
    border: solid 1px #adb4bd;
}
.info_table td:nth-child( 1 ){
    width: 20%;
    min-width: 136px;
    background-color: #dde3ec;
    padding: 10px;
    font-weight: bold;
}
.info_table td:nth-child( 2 ){
    width: 80%;
    border: solid 1px #adb4bd;
    padding: 10px;
}
.bg-blue{
    background-color: #4d76ad;
    padding: 20px 20px 0px 20px;
}
.bg-blue p{
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
}
.picture.container_inner {
    display: flex;
    max-width: 1000px;
    margin: 50px auto;
    width: 93%;
    justify-content: space-around;
    flex-wrap: wrap;
}
.picture2{
    display: flex;
    max-width: 720px;
    margin: 60px auto 0px;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}
p.box {
    text-align: center;
    background-color: #222;
    color: #fff;
    padding: 0px 5px;
}
.no_line {
        border-bottom: 0px !important;
}

.flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed img {
position: fixed; /* 要素の位置を固定する */
top: 15px; /* 基準の位置を画面の一番下に指定する */
right: 15px; /* 基準の位置を画面の一番右に指定する */
width: 200px; /* 幅を指定する */
max-width: 100%;
}

.fixed img {
padding: 0;
}

/*221222追記*/
.red {
	color: #FF0004;
}
.copyright-3 {
	margin-left: 20px;
}
.copyright-box {
	text-align: center;
}
    .container h1 ,h2,h3,,6,{
    text-align: center;
    color: #fff;
    background: #e74c3c;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex div{
    width: 37%;
    min-width: 320px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.flex div:nth-last-child(1){
    min-width: 200px;
    width: 20%;
    margin-right: 0;
}
.prize{text-align: center;}
.prize p{font-size: 1.2em; font-weight: bold; margin-top: 5px;}
.prize img{width: 200px;}
.prize_flex{display: flex; justify-content: center; flex-wrap: wrap; max-width: 800px; margin: auto;}
.prize div.item{margin-bottom: 30px;}
.prize .prize_flex .item {width: 50%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center;}
.prize .prize_flex .item:nth-child(5) {justify-content: flex-start;}
.prize h3{
    background-color: #f64a6a;
    color: #fff;
}

span.small{ font-size: 0.8em; font-weight: normal; line-height: 1.5em; padding-top: 3px;}

.flow h3{
    background-color: #7F98C2;
}
.flow p{font-size: 1.2em; font-weight: bold; margin-top: 5px;}
.flow div.item{margin-bottom: 15px;}

.organizer{margin-top: 40px; text-align: center;}
.organizer img{max-width: 200px;}
.organizer h4{background-color: #dde3eb; border-radius: 0;}
.organizer_item{margin: 15px 0;}
.organizer .width_planning_cooperation {
	width: 100px;
}
.organizer .width_patronage {
	max-width: 100%;
	width: 380px;
}
.btn{
    text-align: center;
    max-width: 420px;
    margin: auto;
}
.btn p{
    font-size: 1.3em;
    margin: 20px 0;
    background-color: #144c9a;
    color: #fff;
    padding: 30px;
    border-radius: 50px;
}
.btn a{text-decoration: none;}

/*230417追記*/
.btn2{
    text-align: center;
    max-width: 420px;
    margin: auto;
}
.btn2 p{
    font-size: 1.3em;
	font-weight: bold;
    margin: 10px 0 20px;
    background-color: #FEF201;
    color: #221E20;
    padding: 30px;
    border-radius: 50px;
}
.btn2 a{text-decoration: none;}

.doga p {
	font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0 0;
	text-align: center;
}

/*230417*/

/*230628追記*/
.side_space img{margin: 0 8px 10px;}
/*230628*/

.container.result h2 {
    border-bottom: solid 4px;
    max-width: 100%;
    width: 100%;
    margin: 30px auto 30px;
    padding-bottom: 7px;
}
.container.result h2 img {
    width: 280px;
}
.container.result iframe{
    width: 100%;
    aspect-ratio: 6 / 3;
}
.container.result h4 {
    font-size: 1.2em;
    background: no-repeat;
    padding: 0;
    margin: 12px 0 0;
}
.container.result p {
    text-align: center;
    margin-bottom: 0;
}
.container.result #guranpuri {
    margin-bottom: 55px;
}
.container.result #guranpuri h2 {
    border-bottom: solid #c69400 4px;
}
.container.result #yuusyuusyou h2 {
    border-bottom: solid #8e8e8f 4px;
}
.container.result #nyuusen h2 {
    padding-top: 9.62px;
    border-bottom: solid #1a1311 4px;
}
.container.result #niigata2km h2 {
    border-bottom: solid #854d26 4px;
}
.container.result #komejirusi h2 {
    border-bottom: solid #e60011 4px;
}
.container.result #gakkoutokubetsusyou h2 {
    border-bottom: solid #8cb909 4px;
/*    margin-top: 0px;*/
}
.container.result #gakkoutokubetsusyou h4 {
    font-size: 1.5em;
}
.container.result .works, .container.result .works_2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.container.result .works .works_item{
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 25px;
}
.container.result .works .works_item:nth-last-of-type(1) , .container.result .works .works_item:nth-of-type(3n){
    margin-right: 0;
}
.container.result #nyuusen, .container.result #niigata2km 
, .container.result #komejirusi {
    width: 31.33%;
    margin-right: 3%;
}
.container.result #nyuusen.nyuusen-2{
    width: 100%;
    margin: auto;
}
.container.result #nyuusen.nyuusen-2 .works_2 .works_item, .container.result .works_2 #nyuusen  , .container.result .works_2 #niigata2km , .container.result  .works_2 #komejirusi {
    width: 48%;
    margin-right: 4%;
}
.container.result #nyuusen.nyuusen-2 .works_2 .works_item:last-child{
    margin-right: 0;
}
.container.result #niigata2km {
    margin-right: 0!important;
}
@media screen and (max-width: 768px){
    .container.result h2{
        margin: 10px auto 19px;
        padding-bottom: 5px;
    }
    .container.result h2 img{
        width: 200px;
    }
    .container.result #nyuusen h2 {
        padding-top: 0;
    }
    .container.result #guranpuri {
        margin-bottom: 35px;
    }
    .container.result #guranpuri h2 img{
        width: 220px;
    }
    .container.result .works, .container.result .works_2{
        justify-content: space-between;
    }
    .container.result .works .works_item{
        width: 100%;
        margin-right: 0;
    }
    .container.result .works_2 .works_item, .container.result #nyuusen.nyuusen-2 .works_2 .works_item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .container.result .works .works_item:nth-of-type(3n){
        margin-right: 0;
    }
    .container.result #nyuusen , .container.result #niigata2km , .container.result #komejirusi, .container.result .works_2 #nyuusen  , .container.result .works_2 #niigata2km , .container.result  .works_2 #komejirusi {
        width: 100%;
        margin-right: 0;
    }
    .container.result h4{
        line-height: 1.35em;
        margin: 10px 0 0;
        text-align: left;
    }
    .container.result #gakkoutokubetsusyou h2 {
        margin-top: 10px;
    }
    .container.result #gakkoutokubetsusyou  .works .works_item{
        margin-bottom: 12px;
    }
    .container.result #gakkoutokubetsusyou h4 {
        font-size: 1.4em;
        text-align: center;
    }
    
    
}






@media screen and (max-width: 768px){
    /*.box .cast ul{
        flex-wrap: nowrap;
        flex-direction: column;
    }*/
    h1 {
    font-size: 1.8em;
    margin-bottom: 20px;
}
    .work{
        margin: 50px 20px 30px;
    }
    .work:nth-of-type(1) {
        margin-top: 30px;
    }
    .work .img{
        width: 100%;
    }
    .work .text{
        margin-top: 25px;
        width: 100%;
    }
        .staff .title{
        font-size: 21px;
    }

        .introduction {
        font-size: 14px;
    }
        .staff ul{
        font-size: 14px;
    }
    
    .cast ul{
        font-size: 16px;
    }
    
    .introduction .title{
        text-align: left;
        font-size: 20px;
    }
    
    .container_inner.main{
        padding: 50px 0;
    }
    
    .container_inner.box{
        margin: 20px auto;
    }
    
    .bnr{
        width: 100%;
        margin-bottom: 20px;
    }
    

	.sp{
		display: block;
	}

	.pc{
		display: none;
	}
    h2 {
    margin-top: 30px;
}

	.charactor{
    grid-template-columns:1fr 1fr;
	}

	.title{
		font-size: 22px;
        margin-bottom: 15px;
	}

	.charactor li .cv{
		font-size: 12px;
		padding: 3px;
	}
	.youtube{
		width: 100%;
	}

	.youtube_link{
		font-size: 16px;
	}
    .info_table {
        border: none;
        margin: 50px auto 0;
}
    .info_table td {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .info_table td:nth-child( 1 ){
    width: 100%;
    min-width: 100%;
    border: none;
    }
    .info_table td:nth-child( 1 ).no_line,.info_table td:nth-child( 1 ).sp-no_line{
    padding-bottom: 0;
    }
    .info_table td:nth-child( 2 ){
        width: 100%;
        padding: 10px 0 20px 0;
        border: none;
    }
    .sp-no_line {
        border-bottom: 0px !important;
}
    .mv {
        margin-top: 0px;
}
    .fixed img {
    width: 110px; /* 幅を指定する */
    }
	
	.news table {
		display: block;
	}
	.news table tbody {
		display: block;
	}

	.news table tr {
		display: block;
		padding: 5px 0;
	}

	.news table td {
		display: block;
		text-align: center;
		padding: 0;
	}
	.news table td:first-child {
		text-align: center;
	}
    .copyright-box{
    margin: 25px auto 0;
    max-width: 90%;
}
    .copyright-box img {
    padding: 0;
	margin-bottom: 15px;
}
    .container_inner.box{
    padding: 30px 0;
}
.flex div{
    width: 100%;
    min-width: 0px;
    margin-right: 0px;
}
.flex div:nth-last-child(1){
    width: 100%;
    min-width: 0px;
}
	
.btn p{
    padding: 20px;
}
	
.prize .prize_flex .item{width: 100%;}
	
}
.production_example_link {
	margin: 20px 0 10px 0;
}


