@charset "UTF-8";

#kv {
	text-align: center;
}
#kv .kv_ttl_area {
	background: url(/wnb/event/award/img/gallery/kv_bg.png) no-repeat center center, #fff;
	border-top: 3px solid #79140c;
	color: #fff;
	height: 204px;
}
#kv .kv_ttl_area .kv_ttl h1{
	font-size: 38px;
	line-height: 40px;
	padding: 30px 0;
}
#kv .kv_ttl_area .kv_ttl p {
	font-size: 16px;
}

#kv .kv_carousel_area {
	background:  url("/wnb/event/award/img/gallery/kv_line.jpg") repeat-x center bottom, #fff;
	height: 410px;
}

#kv .kv_carousel_area .carousel {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}

#kv .kv_carousel_area .carousel img {
	width: 100%;
	margin: 0 auto;
}

#kv .kv_carousel_area .carousel .carousel_box {
	background: #000;
}

#kv .kv_carousel_area .carousel .carousel_box img {
	width: 198px;
}

#statement {
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#statement .inner {
	padding: 60px 0;
}
#statement .inner .ttl {
	text-align: center;
	color: #323232;
}
#statement .inner .ttl h2 {
	font-size: 32px;
	margin-top: 5px;
	margin-bottom: 50px;
}

#statement .inner .ttl h3 {
	margin-top: 20px;
	font-size: 24px;
}
#statement .inner .ttl p {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 60px;
}

#statement .inner .movie_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}

#statement .inner .movie_area .movie {
	width: 45%;
	margin-bottom: 50px;
}

#statement .inner .movie_area .movie img {
	width: 100%;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#kv .kv_ttl_area {
		background-size: contain;
		height: 185px;
	}
	#kv .kv_ttl_area .kv_ttl h1{
		font-size: 35px;
		line-height: 37px;
		padding: 30px 0 20px;
	}
	#kv .kv_carousel_area {
		height: 230px;
		background-size: contain;
	}
	#statement {
		background-image: url(/wnb/event/award/img/top/sp/bg_statement.png);
		background-size: 100%;
	}
	#statement .inner {
		padding: 11.2% 4%;
	}
	#statement .inner .ttl img {
		width: 6%;
	}
	#statement .inner .ttl h2 {
		font-size: 28px;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	#statement .inner .ttl h3 {
		font-size: 18px;
		margin-top: 15px;
	}
	#statement .inner .ttl p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 40px;
}
	#statement .inner .movie_area {
		display: block;
	}
	#statement .inner .movie_area .movie {
		width: 100%;
		margin-bottom: 40px;
	}
	#kv .kv_carousel_area .carousel .carousel_box img {
		max-width: 100px;
		width: 100%;
	}
	.carousel_frame {
		margin-top: -10px;
	}
	#kv .kv_carousel_area .carousel {
		padding-top: 40px;
	}
}


.modal_list{
	width: 100%;
 	height: 100%;
}
.modal_mv{
 	position: fixed;
	z-index:1000;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: rgba(0,0,0,0.8);
 	display: none;
}
.modal_content_mv{
	position: relative;
  	top: 50%;
  	left: 50%;
  	transform:translate(-50%,-50%);
  	width: 90%;
  	padding: 50px;
  	text-align: center;
 }

.modal_content_mv .bnr{
	margin-top: 20px;
}

.modal_content_mv .scroll{
   	top: 0;
   	height: 100%;
   	transform:translate(-50%,0);
   	overflow-y: scroll;
}



.modal_mv .btn_close{
    appearance: auto;
    writing-mode: horizontal-tb !important;
    font-size: 60px;
    text-rendering: auto;
    color: #ffffff;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: block;
    text-align: center!important;
    align-items: normal!important;
    cursor: pointer;
    box-sizing: none!important;
    background-color: transparent!important;
    margin: 0em;
    padding: 0;
    border-width: 0;
    border-style: none!important;
    border-color: none!important;
    border-image: none!important;
    position: absolute;
    top: 100px;
    right: 80px;
}

@media screen and (max-width: 1500px) {
    .modal_content_mv .bnr a img{
        width: 370px;
    }
    .modal_content_mv iframe{
        width: 70%;
    }
    .modal_content_mv .bnr{
        margin-top: 5px;
    }
}


@media screen and (max-width: 767px) {
	.modal_content_mv iframe {
		height: 230px;
        width: 100%;
	}
    .modal_content_mv .inner{
        padding-top: 100px;
    }
    .modal_mv{
        top: 0px;
    }
    .modal_mv .btn_close{
        right: 30px;
        font-size: 40px;
    }
}


#follow_btn {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 500;
	transition: opacity 0.3s ease;
	opacity: 0;
}
#follow_btn.show {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	#follow_btn {
		display: none
	}
}

/*-----2025更新-----*/

button{
	background: none;
	border: none;
	transition: opacity 0.3s ease;
	margin-top: 20px;
}

button:hover {
	opacity: 0.5;
}

button img{
	width: 40px;
}

@media screen and (max-width: 767px) {
	button img{
		width: 40px!important;
	}
}