
.swiper-container{
  width: 80%;
  height: 670px;
  text-align: center;
  /*overflow: visible !important;*/
  max-width:1300px;
  margin-top:120px;
}
:root {
    --swiper-theme-color: #000  !important;
}
.swiper-slide{
  width: 100%;
  height: 670px;
	background-size:cover;
    background-position:center center;
    background-repeat: no-repeat;
}
.swiper-slide a{
display: block;
width: 100%;
height: 100%;
}


#swiper01 .swiper-button-prev, 
#swiper01 .swiper-button-next {
  opacity: 0;
  transition: opacity 1s;

}
#swiper01 .swiper-button-prev.hover, 
#swiper01 .swiper-button-next.hover {
  opacity: 1;
}
#swiper01 .swiper-button-prev.swiper-button-disabled.hover, 
#swiper01 .swiper-button-next.swiper-button-disabled.hover {
  opacity: 0.35;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}



/* z-index */

#mask{ z-index:20;}
#container{ z-index:10;}
.riderch{z-index:12;}
.riderch2{z-index:60;}
.menubox{z-index:40;}
.mask_on{z-index:20;}
#container{z-index: 0;}
.spmaskB{z-index:100;}

/* detail */

#loader-wrap{
	position:fixed;
	width:100%;
	height:100%;
	z-index:100;
	background: rgba(255,255,255,1);
	display: block;
}
#loader-wrap img{
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
}
.stageBase{
	  transition: all 1s ease-out;
	  padding-top:100px;
}
.stmargin{
}
.stmarginbg{
}

#mask{
	}
.mask_off{
	position:fixed;
	width:1px;
	height:1px;
	}

.mask_on{
	position:fixed;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.5);
	transform: translate3d(0, 0, 0);
	display: block;
	backdrop-filter: blur(3px);
	}


#container{
background:#fff;
  word-break: keep-all;
  line-break: strict;
word-wrap: break-word;
overflow-wrap: break-word;
}



/*ハンバーガートグル*/
.-sp-content {
}


.spmask{
	position:fixed;
	width:1px;
	height:1px;
	}

.spmaskB{
	position:fixed;
	width:100%;
	height:100%;
	z-index:100;
	background: rgba(0,0,0,0.5);
	transform: translate3d(0, 0, 0);
	display: block;
	}

.navbar_toggle{
	/*display: none;*/
}


.menuboxfix .navbar_toggle{
 z-index:9999;
    width:30px;
    height:30px;
display: block;
}


.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 4px;
 width: 30px;
 background: #cbd5aa;
 -webkit-transition: ease-out .5s;
 transition: ease-out .5s;
}
.navbar_toggle_icon:nth-child(1) {
 top: 0;
}
.navbar_toggle_icon:nth-child(2) {
 margin: 6px 0;
}
.navbar_toggle_icon:nth-child(3) {
 top: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -10px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.menuboxfix .navbar_toggle_icon {
 background: #cbd5aa;
}



.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}



nav  .prevspmenu{
	background-image: url(../img/prev_arrow.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#fff;
	border:solid 8px #ddd;
	min-height:60px;
	display: flex;
	 flex-wrap: wrap;
	align-items:stretch;
	}


.menu-wrap {
	position: fixed;
	display: flex;
    width: 100%;
    height: 100%;
    z-index:20;
    overflow:hidden;
	background-color: #000;
	display: none;
}


/*ハンバーガートグル en*/





.opt0{
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
	}

.opt1{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	}

.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000;
    z-index:100;
}

.loader{
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
   align-items: center;
}



.red-loader{
	position: absolute;
    width: 100%;
    height: 100%;
    background: #7e4db2;
    transition: all 300ms 1s ease-out;
}

.active {
  /* transform: translateX(100%); */
}


#container{
    /* height: 100%;
    z-index:1; */
	overflow: hidden;
	}
article{
   /* height: 100%;*/
	}




/*                   header                    */
.h1title{
display: flex;
    justify-content: left;
    align-items: center;
    width: 960px;
    margin: auto auto;
    height: 120px;
}
.topdh1{
	text-align: center;
    font-size: 30px;
    line-height: 120px;
    transition: all 1s ease-out;
    height: 120px;
}
h1 > a > img{
	width: 300px;
	height: 103px;
}

header{
	width:100%;
	height:100%;
	min-width:960px;
	min-height:400px;
	}
.mainimgB{
	width:100%;
	height:670px;
	min-width:960px;
	min-height:200px;
	    z-index:6;
	  position:absolute;
	  margin: auto;
	background: rgba(255,255,255,0);
	backdrop-filter: blur(0px);
    transition: all 1s ease-out;
	}
.blureC{
	background: rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
    transition: all 1s ease-out;
	}

#mainimg{

	width:100%;
	height:620px;
	min-width:960px;
	min-height:200px;
	background-size:cover;
    background-position:center center;
    background-repeat: no-repeat;
	background-image:url(../img/mainimage.jpg);
	    z-index:5;
	  position: relative;
	  margin: auto;
	}

.menubox .comp{
	width: 100%;;
}
.menubox .sns{
    position: absolute;
    right: 80px;
    top: 30px;
    display: flex;
}
.menubox .sns  img{
	  position: relative;
	margin:auto 5px;
	width: 50px;
	height: 50px;
}
.menubox .menu{
    position: absolute;
    right: 30px;
    top: 40px;

}

.menuboxfix .menu{
display: block;
}
.menubox{
    background: rgba(255,255,255,1);
	color: #000000;
	font-size:30px;
    line-height: 80px;
	position:fixed;
    top: 0px;
    left: 0;
    right: 0;
	width:100%;
    margin: auto;
    align-items: center;
    transition: all .1s ease-out;
	}

.menuboxfix{
	position:fixed;
	color: #000;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,1);
    backdrop-filter: blur(3px);
    transition: all .5s ease-out;
    /*box-shadow: 1px 1px 1px rgb(0 0 0 / 10%); */
    align-items: baseline;
	/*height: 120px;*/
	height: 100%;
	}
.menuboxfixopen{
}

.sidemenu{
	width: 100%;
	display: none;
	visibility: hidden;
}
.sidemenu.open{
	display: flex;
	flex-wrap: wrap;
	visibility: visible;
    font-size: 20px;
    justify-content: center;
	margin-top: 300px;
    height: 220px;
    padding: 20px;
    box-sizing: border-box;
}
.sidemenu a{
	display: block;
	width: 100%;

}

.sidemenu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.sidemenu a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #44694e;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.sidemenu a:hover::after {
  transform: scale(1, 1);
}


.menubox h1{
	}

.topmenu{
	display: flex;
	margin: 0 auto;
    transition: all 500ms ;
 	cursor: pointer;	
}

.topmenu ul{
	display: flex;
	width:100%;
    align-items: center;
    justify-content: space-between;
	position: relative;
}

.menuul{
	display: block;
}
.topmenu li{
	margin:0 10px;
	overflow: hidden;
	display: block;
	position: relative;
    transition: all 500ms ;
	align-items:stretch;
	color: #e95504;
    letter-spacing: 0.1rem;
}

.topmenu li a:link {  text-decoration:none;
	color:#e95504 !important;}
.topmenu li a:visited { text-decoration:none;
	color:#e95504 !important;}
.topmenu li a:hover { text-decoration:none;
	color:#002870 !important;}
.topmenu li a:active { text-decoration:none;
	 color:#002870!important;}


.topmenu li a{
	display: block;
	height: 100%;
	width:100%;
	position: relative;
}


.topmenuscroll li:nth-child(1) a:hover,
.topmenuscroll li:nth-child(2) a:hover,
.topmenuscroll li:nth-child(3) a:hover,
.topmenuscroll li:nth-child(4) a:hover,
.topmenuscroll li:nth-child(5) a:hover,
.topmenuscroll li:nth-child(6) a:hover{
	background-color:#bb91e9;
}


/*                   default                    */
.fonttype01{
font-family: oswald, sans-serif;
font-weight: 400;
font-style: normal;
    letter-spacing: 0.5rem;
}
.fonttype02{
font-family: oswald, sans-serif;
font-weight: 700;
font-style: normal;
    letter-spacing: 0.5rem;
}



h2{
color:#4f8959;
	font-size:1.8rem;
	letter-spacing: 0.5rem;
	padding:10px 0;
    font-weight: lighter;
font-family: "korolev-rounded", sans-serif;
font-weight: 700;
font-weight: 400;
width: 100%;
font-style: normal;
margin: 20px 0;


}
h2 .orange{
color:#e95504;
    vertical-align: 0.1rem;
}
h2 .blue{
color:#002870;
    vertical-align: 0.1rem;
}

#stage2 p{
	font-size:0.9rem;
	letter-spacing: 0.1rem;
	line-height: 2.2rem;
	margin:1.5rem 0;
    text-align: left;

}

#stage0 p,
#stage1 p{
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    line-height: 2.3rem;
    margin: 2rem 0;

}


/*                    kmarginlogo                     */

.logop1{
    display: flex;
    justify-content: center;
height: 670px;
 opacity: 0;
transition: all 1s ease-out;
    transform: scale(.5) ;
}
.logop1 img{
	width: 250px;
}

/*                    stage-ex                    */
#stage-ex{
	box-sizing: border-box;
	padding-top:45px;
	}
.topcontact{
	color: #fff;
	background-image: url(../img/topcontact.svg);
	background-repeat:no-repeat;
	background-position: 18px center;
	background-color:#000;
    padding: 20px 20px 20px 50px;
    display: inline-block;
transition: all 1s ease-out;
}

.topcontact:hover{
 opacity: .5;
}

 a:link.topcontact {  text-decoration:none;
	color:#fff !important;}
a:visited.topcontact { text-decoration:none;
	color:#fff !important;}
a:hover.topmenu{ text-decoration:none;
	color:#fff !important;}
a:active.topmenu{ text-decoration:none;
	 color:#fff!important;}

/*                    stage0                     */





#stage0{
	min-height: 200px;
	box-sizing: border-box;
	padding-top:45px;
	background-color: #f4f6ed;
	}


.st0{
transition: all 1s ease-out;
width: 100%;;
}
#st0-st{
	
	}
.about{
	width: 960px;
	margin:1rem auto;
}
.about p{
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1.2rem;
    margin: 1.5rem 0;
}
.fdtxt{
	  display: flex;
	  transition: all .5s ease-out;
	  border-bottom:#000 dashed  1px;
      align-items: flex-end;
	  margin-bottom:1rem;
}

.newsday{
	width: 100px;
}
.year{
	font-size:14px;
	letter-spacing: 1px;
	height: 25px;
	text-align: left;
}
.md{
	font-size:20px;
    height: 35px;
	letter-spacing: 1px;
	text-align: left;

}
.newstitle{
	font-size:14px;
	text-align: left;
}

.newstitle a:after{
content: url("../img/linkimg_sg.svg");
}
.linkimg:after{
content: url("../img/linkimg_sg.svg");
}
.linkmainr:after{
content: url("../img/linkmain_sg.svg");
}
.linkmain::before{
content: url("../img/linkmain_sgr.svg");
}




/*                    stage1                     */




#stage1{
	background-position-y: -50%;
	background-position-x: center;
	/*background-image:url(../img/videobg.jpg);*/
    background-repeat: repeat-x;
	min-height: 670px;
	box-sizing: border-box;
	padding-top:100px;
	}

.st1{
	transition: all 1s ease-out;
	text-align: center;
}

#st1-st{
	width: 90%;
	display: flex;
	overflow:visible;
    margin: auto auto;
	max-width: 1360px;
	justify-content: space-between;

	}
.st1-mv{
    width: 400px;
    height: 240px;
	transition: all .2s ease-out;
}
.st1-mv:hover{
}
#st1-st iframe:hover{
	transform: scale(1.2);
}
.st2h2{
	margin-bottom: 2rem;
}



/*                    stage2                     */
#stage2{
	}
.st2box{
	width: 960px;
	margin: auto auto;
}

.st2{
	/*overflow: hidden;*/
}
.st2 ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.st2 ul li > div:first-child{
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2) ;

}
.st2 li{
	transition: all .2s ease-out;
	width: 400px;;
	margin: 20px;
}


.st2 li:hover{
opacity: 0.6;
filter: brightness(110%);
transition: all 0.2s ease-out;
	transform: scale(1.2);
}




/*                    stage3                     */

#stage3{
	background-color: #000;
	position: relative;
	}

.st3bg{
	position: absolute;
	top:-100px;
	background-color: #fff;
	width: 100%;
	height: 390px;
	z-index: 9;
}
.st3{
	position: relative;
	width: 960px;
	display: flex;
	justify-content: flex-end ;
    align-items: center;
	color:#fff;
	margin:auto auto;
	flex-wrap: wrap;
	z-index: 10;
}

.st3 a{ color: #fff;}
.st3 a:hover{ color: #fff;
opacity: 0.6;
filter: brightness(110%);
transition: all 0.5s ease-out;
}


.campany,.servise,.management,.recruit,.contact{
	display: flex;
    flex-direction: column;
    justify-content: center;
	border: 1px #fff solid;
	box-sizing: border-box;
	height: 127px;
	transition: all .5s ease-out;
}

.campany,.servise{
	background-color: #242424;
	width: 50%;
}
.management,.recruit{
	background-color: #161616;
	width: 50%;
}
.contact{
	width: 100%;
	background-color: #4d4d4d;
}

.footbt{
	font-size:20px;
	letter-spacing: 1px;
	width: 100%;
}
.footbt2{
	width: 100%;
	color: #c8c8c8;
}


/*                    footer                     */
footer{
	padding:20px;
	color: #4f8b54;
}
/*                   translate                   */
	.sa {
	  opacity: 0;
	  transition: all .5s ease-out;
	  transform: translate(0, 100px);
	}
	.salogo {
 opacity: 1;
	  transition: all .5s ease-out;
	  animation: rotation 1s ease-out 0s 1 alternate none running;
	filter: brightness(1);
	}

@keyframes rotation {
  0% {
    transform: scale(.1);
	filter: brightness(.1);
  }

  50% {
    transform: scale(1.2) ;
  }

  100% {
    transform: scale(.5) ;
	filter: brightness(1);
  }
}


	.Lsa {
	  opacity: 0;
	  transition: all 3s ease-out;
	  transform: translate(-1000px,0);
	}
	.Rsa {
	  opacity: 0;
	  transition: all 1s ease-out;
	  transform: translate(1000px,0);
	}
	.st3m1{
	  opacity: 0;
	  transition: all 3s ease-out;
	  transform: translate(1000px,0);
	}
	.Lsa2 {
	  opacity: 0;
	  transition: all 3s ease-out;
	  transform: translate(-2000px,0);
	}
	


.listflex{
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:auto auto;
}

.listbox{
	width:25%;
	 padding: 5px 5px 20px;
    box-sizing: border-box;
	transition: all .5s ease-out;
	}
.listname{
	padding-top: 10px;
	font-size:12px;
}
.listgenre a{
	font-size:10px;
	color: rgb(255, 255, 255);
	line-height: 15px;
	background-color: #4f8959;
	border-radius: 20px;
	width: 80%;
	padding: 3px 10px;
	letter-spacing: 2px;
}




/*プロフィール下部 2023*/


.tpthm01{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
	width: 940px;
	margin:auto auto;
	justify-content: space-between;
    align-items: flex-start;
}


.tpthm01 h2{
	width: 100%;
}



.tpthm01 .tulbox{
	width: 100%;
	margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;		

}


.tpthm01 .tulbox::after {
    content: "";
    display: block;
    width: 25%;
}


.tpthm01 .tulbox .tlibox {
    text-align: left;
    font-size: 80%;
    line-height: 1.2rem;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: dashed 1px #2e5c2e;
}

.tpthm01 .tulbox .tlubox > div > h2{
	margin:5px 0 10px;
}


.tpthm01  h3 {
	
}

.newsname{
text-indent: 5px;
font-weight: bold;
font-size: 120%;
line-height: 1.8rem;
}


.tpthm01  div.tmbimg{
	height: 163px;
	width: 244px;
	background-color: #e8e9bf;
	align-items: center;
	display: flex;
}

.tagbase{
    color: #fff;
    text-decoration: double;
    padding: 3px 10px;
    margin: 5px 0;
    display: inline-block;
    border-radius: 20px;
}


.prfh2{
	width: auto;
	margin-top: 100px;
}
.h3box{
    width: 100%;
    border-bottom: solid 1px #e8e9bf;
    display: flex;
    justify-content: center;
    height: 35px;
	overflow: auto;
}
.pthmbtbox{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
	width: 940px;
	margin:auto auto;
    justify-content: center;
}

.pthmboxch{
width: 26%;
text-align: left;
font-size: 80%;
line-height: 1.2rem;
margin-top: 2px;
}
div.tmbimg{
	height: 157px;
	width: 235px;
	background-color: #e8e9bf;
	align-items: center;
	text-align: center;
	display: flex;
}
div.tmbimg > img{
	max-width: 100%;
    max-height: 100%;
    margin: auto auto;
}
.catmg{
	margin:20px 0;
}
.h3box .dt19{
	background-color: #c3c58e;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	color: #FFF;
	margin:0 3px;
	min-width: 5%;
	width: 15%;
	font-size: 12px;
}

.h3box .active{
	background-color: #32581e;
}


.morebox.positive{
display: flex;
}


.morebox{
    display: none;
    flex-wrap: wrap;
    text-align: center;
	width: 100%;
	margin:auto auto;
    justify-content:space-between;
	transition: all .1s ease-out;
}

.mgmr{
	width: 100%;
}

.morebtbio.positive{
display: none;
}

.morebtbio{
	width:20%;
	cursor:pointer;
	padding: 10px;
	margin: 20px auto;
	background-color:#4f8959;
	color:#fff;
	text-align:center;
	background : linear-gradient(45deg,
                               #32581e,
                               #acb134);
	border-radius: 50px;
	opacity: .5;
	transition: opacity .5s ease-in, transform .5s ease-in;
}



.morebtbio:hover{
	opacity: 1;
}


.tagCM{
	background-color: #c3c58e;
}

.tagRADIO{
	background-color: #8eb9c5;
}
.tagDRAMA{
	background-color: #8e98c5;
}
.tagMOVIE{ 
	background-color: #bc8ec5;
}
.tagSTAGE{ 
	background-color: #c58ea8;
}
.tagTV{ 
	background-color: #c5a18e;
}
.tagYOUTUBE{ 
	background-color: #c58ec1;
}
.tagWEB{ 
	background-color: #9784e2;
}
.tagOTHER{ 
	background-color: #858585;
}
.tagAWARD{
	background-color: #8eb9c5;
}
.tagDVD{
	background-color: #9eb250;
}
.tagBOOK{
	background-color: #556191;
}
.tagCD{
	background-color: #9488d9;
}

.floating-element {
      opacity: 0;
  transform: translateY(5px);
}

.floating-element.fadeIn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease-in, transform .5s ease-in;
}