@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
    background-color:#fff;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 15px;
	line-height: 26px;
	color: #000;
	height:100%;
	box-sizing: border-box;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}


.pcview{
	width:100%;
}

.spview{
	display: none;
}

.scrollShowEffect1 {
	-webkit-transition: all 2.5s;
	   -moz-transition: all 2.5s;
	    -ms-transition: all 2.5s;
	     -o-transition: all 2.5s;
	        transition: all 2.5s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 2.5s;
	   -moz-transition: all 2.5s;
	    -ms-transition: all 2.5s;
	     -o-transition: all 2.5s;
	        transition: all 2.5s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 2.5s;
	   -moz-transition: all 2.5s;
	    -ms-transition: all 2.5s;
	     -o-transition: all 2.5s;
	        transition: all 2.5s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}


.scrollShowEffect-R {
	-webkit-transform: translate3d(30%, 0%, 0);
	   -moz-transform: translate3d(30%, 0%, 0);
	    -ms-transform: translate3d(30%, 0%, 0);
	     -o-transform: translate3d(30%, 0%, 0);
	        transform: translate3d(30%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-30%, 0%, 0);
	   -moz-transform: translate3d(-30%, 0%, 0);
	    -ms-transform: translate3d(-30%, 0%, 0);
	     -o-transform: translate3d(-30%, 0%, 0);
	        transform: translate3d(-30%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50px, 0);
	   -moz-transform: translate3d(0, 50px, 0);
	    -ms-transform: translate3d(0, 50px, 0);
	     -o-transform: translate3d(0, 50px, 0);
	        transform: translate3d(0, 50px, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -50px, 0);
	   -moz-transform: translate3d(0, -50px, 0);
	    -ms-transform: translate3d(0, -50px, 0);
	     -o-transform: translate3d(0, -50px, 0);
	        transform: translate3d(0, -50px, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}


.scrollShowEffect1.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect2.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect3.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.mb70{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom:70px;
}

.mb100{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 100px;
}

.pcbr {
	display:inline;
}


.loading{
  width: 100vw;
  height: 100vh;
  background-color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 100%;
  height: 3px;
  background:
   linear-gradient(#d80c18 0 0) 0/0% no-repeat
   #ddd;
  animation: l1 2s infinite linear;
}
@keyframes l1 {
    100% {background-size:100%}
}


.tzmovie{
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

#video-area{
 position: relative;
 width: 100vw;
 height: 100vh;
 overflow: hidden;
}

.op-video {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateX(-50%) translateY(-50%);
 min-width: 100%;
 min-height: 100%; 
}



/* overlay-styles.css */
.hamburger-overlay {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 180;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: transparent;
  border:none;
  opacity: 0;
  -webkit-transition: all 2.2s;
  -moz-transition: all 2.2s;
  -o-transition: all 2.2s;
  -ms-transition: all 2.2s;
  transition: all 2.2s;
}
  
.showNavi .hamburger-overlay{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 1px;
  background-color: #000;
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.hamburger-text {
  position: absolute;
  left: 9px;
  width: 26px;
  text-align: center;
  transition: all .6s;
  font-size: 11px;
  color: #000;
  font-family: "Baskervville", serif;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color:#fff;
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 150;
  display: table;
}

.nav-overlay img{
  width: 100%;
  height: auto;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.menulogo{
	width:10%;
	margin:0 auto 50px;
}

.menu_wrapper{
    width:100%;
	margin:0 auto ;
	opacity: 1;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}

.menu_wrapper a{
    display: inline-block;
    color:#000;
    font-size: 16px;
	line-height: 15px;
    text-decoration:none;
    position: relative;
    transition: .3s;
	font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
}

.menu_wrapper a:hover{
	color:#d80c18;
    text-decoration:none;
    transition: .3s;
}

.menu{
    width:100%;
	overflow: hidden; /* heightを戻す */
    transition: 0.7s;
	margin-bottom: 1%;
}

.menusns_wrapper{
	width:7%;
	margin:0 auto;
	overflow: hidden;
}

.menusns{
	width:25%;
	float:left;
	margin-right:50%;
}

.menusns:last-child{
	margin-right: 0;
}

.menusns a{
  display: block;
  position: relative;
  outline: none;
}
  
.menusns .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.menusns a:hover .hoverimg{
  	right: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}


#top_wrapper{
    width:100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background-color:#fff;
}

#top_wrapper img{
	width:100%;
	height: auto;
}

.spmain{
    display: none;
}
  
.topmain{
	width:100%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}

.logo_wrapper{
    width:38.096%;
	position: absolute;
	right:3%;
	top:18%;
	box-sizing: border-box;
}

.logo{
    width:100%;
	margin-bottom: 5%;
	overflow: hidden;
	box-sizing: border-box;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:1.3s;
  transition-delay:1.3s;
}
  
.topsns_wrapper{
    width:20%;
	margin:0 auto;
	overflow: hidden;
	box-sizing: border-box;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .topsns_wrapper{
  opacity:1;
  -webkit-transition-delay:1.9s;
  transition-delay:1.9s;
}

.topsns{
	width:30%;
	float: left;
	margin-right:40%;
	box-sizing: border-box;
}

.topsns:last-child {
	margin-right:0;
}

.topsns a{
  display: block;
  position: relative;
  outline: none;
}
  
.topsns .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.topsns a:hover .hoverimg{
  	right: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}

.topnews{
	width:6%;
	position: absolute;
	right: 46%;
	top:1.3%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .topnews{
	opacity:1;
	-webkit-transition-delay:1.9s;
	transition-delay:1.9s;
}

.textcenter{
	text-align: center;
}

.pt{
	box-sizing: border-box;
    font-size: 25px;
	line-height: 25px;
    text-decoration:none;
	font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
	color: #d80c18;
	margin-bottom: 10px;
	text-align: left;
}



#comment_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}

#comment_wrapper img{
	width:100%;
	height: auto;
}

#comment_inner{
    width:960px;
	margin:0 auto;
	overflow: hidden;
	box-sizing: border-box;
	padding:5% 0;
}

.commentbox{
	width:100%;
	overflow: hidden;
	margin-bottom: 5%;
	padding-top:30px;
	border-top:1px solid #000;
	box-sizing: border-box;
}

.commentbox:last-child{
	margin-bottom: 0;
}

.commenttext{
	width:100%;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	color: #000;
}

.commentname{
	width:100%;
	overflow: hidden;
	margin-bottom: 60px;
}

.commentnames{
	width:49.5%;
	float: left;
	font-size: 13px;
	line-height: 20px;
	color:#d80c18;
	font-weight: 700;
	text-align: left;
}

.commentnamel{
	width:49.5%;
	float: right;
	font-size: 23px;
	color:#000;
	font-weight: 700;
	text-align: right;
}

.commentnames2{
	font-size: 16px;
	font-weight: 700;
}

#footer_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
	padding:4% 0 4% 0;
}

#footer_wrapper img{
	width:100%;
	height: auto;
}

.footerlogo{
	width:20%;
	margin:0 auto;
}

.top_mvtk{
    width:100%;
	margin-bottom: 50px;
}

#mvtk-widgets-container{
	text-align: center;
	margin:0 auto;
}

#news_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}

#news_wrapper img{
    width:100%;
	height: auto;
}

#news_inner{
	width:100%;
	box-sizing: border-box;
	padding:5% 20%;
}

.news_logo{
	width:20%;
	margin:0 auto 6%;
}

.news_logo img{
	width:100%;
	height: auto;
}

.newsbox{
	width:100%;
	display: block;
	border-top:1px solid #000;
	padding-top:30px;
	margin-bottom: 8%;
	overflow: hidden;
}

.newsbox a{ 
	display: block;
	height: 100%;
	color: #000;
	text-decoration: none;
}

.newsbox a:hover{ 
	display: block;
	color: #000;
	opacity: 0.7;
    transition: 0.4s ease;
}

.newslink{
	width:100%;
	overflow: hidden;
}

.newslink a{
	display: block;
	color: #000;
	text-decoration: underline;
}

.newsmain_text{
	width:75%;
	float: left;
	height: 100%;
}

.newsmain_text a{
	display: block;
	color: #000;
	text-decoration: underline;
}

.newsday{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 10px;
	color: #d80c18;
}

.newstitle{
	width:100%;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
}

.newsmain_img{
	width:20%;
	float: right;
}

.news_img {
  display: block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/** Paging **/
.pagingListsWrap{
	margin-top: 100px;
	margin-bottom: 60px;
}

.pagingLists{
	display: flex;
	flex-wrap : wrap;
	justify-content: center;
}
.pagingLists__item{
	padding: 5px 5px;
}

.pagingLists__active{
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	box-sizing: border-box;
	border: 1px solid #000;
}
.pagingLists__link{
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	background-color: #fff;
	transition: .3s ease;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
}
.pagingLists__link:hover{
	background-color:#d80c18;
	color: #fff;
}

#newspage_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}

#newspage_inner{
	width:100%;
	box-sizing: border-box;
	padding:5% 15% 10% 15%;
}

.newspage{
	width:100%;
	padding-top:30px;
	border-top:1px solid #000;
	overflow: hidden;
}

.newspage_left{
	width:75%;
	float: left;
	padding-right: 7%;
	box-sizing: border-box;
	border-right: 1px solid #000;
}

.newspage_left a{
	color: #000;
	text-decoration: none;
}

.newspage_left a:hover{
	color: #ccc;
	text-decoration: underline;
}

.newspage_right{
	width:25%;
	height: 100%;
	float: right;
	padding-left: 4%;
}

.newspage_right_inner{
	width:100%;
	overflow: hidden;
}

.fixed {
	width:14.6%;
	position: fixed;
	top: 1%;
	left: auto;
	z-index: 1;
}

.news_article{
	width:100%;
	font-size: 13px;
	line-height: 26px;
}

.news_article img{
	width:100%;
	height: auto;
}

.news_article_title{
	width:100%;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

.news_sns_wrapper{
	width:100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.newssns{
	height:20px;
	line-height: 20px;
	float: right;
	margin-left:20px;
}

.news_sns_wrapper img{
	height: 100%;
	width:auto;
}

.newssns:nth-child(4){
	margin-right: 0;
}

.newssns2{
	width:85px;
	float: right;
	overflow: hidden;
	line-height: 100%;
	padding-top:5px;
}

.news_article_img{
	width:100%;
	margin-bottom: 20px;
}

.newspage_right_midashi{
	width:100%;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-bottom:30px;
}

.newspage_right_day{
	width:100%;
	font-size: 11px;
	line-height: 11px;
	font-weight: 600;
	color: #666;
	margin-bottom:5px;
}

.newspage_right_title{
	width:100%;
	font-size: 13px;
	line-height: 23px;
	font-weight: 600;
	margin-bottom:30px;
}

.newspage_right_title a{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.newspage_right_title a:hover{
	color: #000;
	text-decoration: underline;
}



@media screen and (max-width:1024px){
	
.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
	

/* overlay-styles.css */
.hamburger-overlay {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 180;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}

.menusns_wrapper{
	width:20%;
	margin:0 auto;
	overflow: hidden;
}	

#top_wrapper{
    width:100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.spmain{
    display: inherit;
	width:100%;
	margin-bottom: 20px;
}

.topnews{
	display: inherit;
	width:80px;
	position: absolute;
	right: 15px;
	top:30%;
	z-index: 100;
    opacity: 1;
}
	
.topmain{
	display: none;
}

.logo_wrapper{
    width:100%;
	position: inherit;
	right:0;
	top:0;
	box-sizing: border-box;
}

.logo{
	display: none;
}

.day{
	display: none;
}
  
.topsns_wrapper{
    width:22%;
	margin:0 auto;
	overflow: hidden;
	box-sizing: border-box;
	opacity: 1;
}



#comment_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 7% 10% 7%;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-align: left;
}
	
.commentbox{
	width:100%;
	overflow: hidden;
	margin-bottom: 10%;
	box-sizing: border-box;
}
	
.commenttext{
	width:100%;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 35px;
}

.commentname{
	width:100%;
	overflow: hidden;
	margin-bottom: 50px;
}
	
.commentnames{
	width:50%;
	float: left;
	font-size: 13px;
	line-height: 20px;
	color:#d80c18;
	font-weight: 700;
	text-align: left;
}

.commentnames2{
	font-size: 13px;
	font-weight: 700;
}
	
.commentnamel{
	width:49.5%;
	float: right;
	font-size: 20px;
	color:#000;
	font-weight: 700;
	text-align: right;
}


#footer_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
	padding:7% 0;
}

#footer_wrapper img{
	width:100%;
	height: auto;
}

.footerlogo{
	width:60%;
	margin:0 auto;
}
	

.pt{
	width:100%;
	box-sizing: border-box;
    font-size: 20px;
	line-height: 20px;
    text-decoration:none;
	font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
	color: #d80c18;
	margin-bottom: 10px;
}

	
#news_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
}

#news_inner{
	width:100%;
	box-sizing: border-box;
	padding:10%;
}

.news_logo{
	width:30%;
	margin:0 auto 12%;
}

.newsbox{
	width:100%;
	display: block;
	border-top:1px solid #000;
	padding-top:30px;
	margin-bottom: 50px;
	overflow: hidden;
}

.newsday{
	width:100%;
	font-size: 11px;
	font-weight: 700;
	line-height: 11px;
	margin-bottom: 10px;
	color: #d80c18;
}

.newstitle{
	width:100%;
	font-size: 13px;
	line-height: 23px;
	font-weight: 600;
}

.pagingLists__active{
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 500;
	color: #000;
	box-sizing: border-box;
	border: 1px solid #000;
}
.pagingLists__link{
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 500;
	background-color: #fff;
	transition: .3s ease;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
}
	

#newspage_inner{
	width:100%;
	box-sizing: border-box;
	padding:10%;
}


.newspage_left{
	width:100%;
	float: none;
	padding-right: 0;
	box-sizing: border-box;
	border-right: none;
	margin-bottom: 50px;
}


.newspage_right{
	width:100%;
	height: auto;
	float: none;
	padding-left:0;
}


.fixed {
	width:100%;
	position: inherit;
	top: 0;
	left: 0;
	z-index: 1;
}


.news_article_title{
	width:100%;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}

.newssns{
	height:15px;
	line-height: 15px;
	float: right;
	margin-left:20px;
}


	
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.9);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 42.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #111;
          background-color: #3ba4cd;
          width: 50%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #111;
          background-color: #80e1ff;
          color: #000;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 23px;
          font-size: 13px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.9vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
	
	.modal-close img{
		width:100%;
		height: auto;
	}
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }




            
.remodal-is-opened{
    display:block;
}
