.shokon > *{
	font-family: "Zen Old Mincho", serif;
}
.mv{
	
}

.mv .mv-txt{
	height: 100%;
	width: 100%;
}

.mv .mv-txt .inner{
	height: 100%;
}

.mv .mv-txt .inner > *{
	position: absolute;
	opacity: 0;
	filter: blur(20px);
}

.mv .mv-txt h1{
	left: calc(75% - 35px);
	top: 150px;
	transform: translateX(-50%);
	width: 33%;
}

.mv .mv-txt .mv-txt1{
	right: -25px;
	top: 142px;
}

.mv .mv-txt .mv-txt2{
	right: 60%;
	top:235px;
	transform: translateX(-50%);
	width: 100px;
}

.mv .mv-txt .mv-txt3{
	left: 70px;
	top: 235px;
}
.mv .mv-txt .mv-txt4{
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.sec1{
	background: url(https://www.neoradiodrama-shokon.com/images/bg-img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 150px 0;
}

.sec1 p{
	font-size: 24px;
	font-weight: 700;
	line-height: 2.25;
	text-align: center;
	color: #ffffff;
}

.sec2{
	background: url(https://www.neoradiodrama-shokon.com/images/bg-img02.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #000000;
}

.sec2 .sec2-blo1{
	background: url(https://www.neoradiodrama-shokon.com/images/bg-img2-1.png) no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding: 150px 0 300px;
	filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.16));
}

.sec2 .sec2-blo1::before{
	content: "";
	background: url(https://www.neoradiodrama-shokon.com/images/bg-icon1.png) no-repeat;
	background-size: cover;
	height: 521px;
	width: 694px;
	position: absolute;
	right: -240px;
	top: -60px;
	mix-blend-mode: multiply;
}

.sec2 .sec2-blo1 h4{
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 4rem;
}
.sec2 .sec2-blo1-body{
	flex-direction: column;
}


.sec2 h3{
	background: #000000;
	color: #ffffff;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 0.07em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 50px 10px;
	letter-spacing: 0.07em;
	box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.5);
}

.sec2 h3 span{
	font-size: 40px;
}

.sec2 .sec2-blo1 h3{
	margin-right: 80px;
}

.sec2 p{
	font-size: 32px;
	font-weight: 900;
	line-height: 1.625;
	text-align: center;
}

.sec2 .sec2-blo2 .fade-txt-list{
	height: 480px;
}

.sec2 .sec2-blo2 .fade-txt-list > div{
	position: absolute;
}

.sec2 .sec2-blo2 .fade-txt-list > div.fade-txt1{
	top: 0;
	left: 0;
}

.sec2 .sec2-blo2 .fade-txt-list > div.fade-txt2{
	top: 60px;
	right: 100px;
}

.sec2 .sec2-blo2 .fade-txt-list > div.fade-txt3{
	bottom: 130px;
	left: 160px;
}

.sec2 .sec2-blo2 .fade-txt-list > div.fade-txt4{
	bottom: 0;
	right: 340px;
}

.sec2 .sec2-blo3 h3{
	margin: 0 auto 40px;
}

.sec2 .sec2-blo3 p{
	text-align: center;
}

.sec2 .sec2-blo3{
	background: url(https://www.neoradiodrama-shokon.com/images/bg-img2-2.png) no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 60px 0 200px;
	filter: drop-shadow(0 -20px 30px rgba(0, 0, 0, 0.16));
}

.sec2 .sec2-blo3::before{
	content: "";
	background: url(https://www.neoradiodrama-shokon.com/images/bg-icon2.png) no-repeat;
	background-size: cover;
	height: 521px;
	width: 694px;
	position: absolute;
	left: -240px;
	bottom: 0;
	mix-blend-mode: multiply;
}

.shokon .credit{
	background-color: #000000;	
	padding: 7rem 0;
}
.shokon .credit p span{
	display: block;
	font-size: 24px;
	margin-top: 3rem;
}

.shokon .credit_url{
	margin-bottom: 3rem;
}
.shokon .credit .credit_url p span{
	margin-top: 0;
}
.shokon .credit_url a{
	color: #d0d0d0;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
	text-align: center;
	display: block;
	line-height: 1;
}

.shokon .credit_sns .flex{
	justify-content:center;
}
.shokon .credit_sns a{
	margin: 0 1rem;
}
.shokon .credit_sns img{
	width: 50px;
	height: auto;
}
.shokon .credit p{
	color: #d0d0d0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
	text-align: center;
	display: block;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	header .nav-menu {
		height: 50px;
	}

	header .nav-menu li {
		font-size: 14px;
	}
	
	header .nav-menu li:not(:last-child) {
		margin-right: 15px;
	}
	
	.sec1 {
		padding: 60px 0;
	}
	
	.sec1 p {
		font-size: 18px;
		text-align: left;
	}
	.sec1 p br{
		display: none;
	}
	
	.sec2 {
		background-size: cover;
		background-position: center;
	}
	
	.sec2 .sec2-blo1 {
		padding: 100px 0 200px;
	}
	
	.sec2 .sec2-blo1::before {
		height: 146px;
		width: 50%;
		right: -50px;
		top: -50px;
	}
	
	.sec2 .sec2-blo1 h2 {
		font-size: 24px;
	}
	.sec2 .sec2-blo1 h4{
		font-size: 30px;
		margin-bottom: 3rem;
	}
	
	.sec2 h3{
		font-size: 30px;
	}
	
	.sec2 h3 span {
		font-size: 24px;
	}
	
	.sec2 .sec2-blo1 h3 {
		margin: 0 auto 30px;
	}
	
	.sec2 p {
		font-size: 18px;
	}
	.sec2 p br{
		display: none;
	}
	
	
	.sec2 .sec2-blo3 {
		padding: 60px 0 100px;
	}
	
	.sec2 .sec2-blo3::before {
		height: 146px;
		width: 50%;
		left: 0;
		bottom: -50px;
	}
	
	.label-title {
		font-size: 34px;
		height: 150px;
		padding-bottom: 30px;
	}
	
	.sec3 .img {
		margin: 0 auto 30px;
	}
	
	.sec3 .img p {
		font-size: 24px;
	}
	
	.sec3 .img p span {
		font-size: 14px;
	}
	
	.history-box p,
	.sec3 .btm-p p{
		font-size: 14px;
	}
	
	.history-box .year {
		width: 50px;
	}
	
	.history-box p span {
		font-size: 20px;
	}
	
	.credit-list .blo h3{
		font-size: 24px;
	}
	
	.credit-list .blo p{
		font-size: 16px;
	}
	
	.credit-list .blo:not(:last-child) {
		margin-bottom: 50px;
	}
	
	.sec4 {
		padding-bottom: 80px;
	}
	
	.sec5 .works1 {
		margin-bottom: 100px;
	}
	
	.sec5 .works2 .body {
		margin: 0 auto;
		padding: 30px 20px 0;
	}
	
	.sec5 .works2 .body h3 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	.sec5 .works2 .body h3 span,
	.sec5 .works2 .body p,
	.sec6 p{
		font-size: 14px;
	}
	
	.sec5 .works2 .body h4{
		font-size: 18px;
	}
	
	.sec6 {
		padding: 80px 0;
	}
	
	.sec6 h2 {
		font-size: 20px;
		margin: 0 auto 40px;
		padding: 0 20px 10px;
		width: 100%;
	}
	
	footer .copy {
		font-size: 12px;
		padding: 20px 0 100px;
	}
	
	.credit-list::before{
		width: 100%;
	}

	.mv {
		padding-bottom: 30px;
		height: 100%;
	}
	
	.mv .mv-txt{
		position: static;
	}
	
	.mv .mv-txt .shokon_title_img{
		margin-bottom: 30px;
	}
	
	.mv .mv-txt .inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-top: 80px;
	}
	
	.mv .mv-txt .inner > * {
		position: static;
		transform: unset;
	}
	
	.mv .mv-txt h1 {
		left: 0px;
		top: 80px;
		transform: translateX(0);
		width: 59%;
		max-width: unset;
	}
	
	.mv .mv-txt .mv-txt1 {
		top: 80px;
		width: 30%;
	}
	
	.mv .mv-txt .mv-txt2 {
		left: 50%;
		top: 80px;
		transform: translateX(0);
		width: 15%;
	}
	
	.mv .mv-txt .mv-txt3 {
		left: 50%;
		top: unset;
		width: 25%;
		bottom: 120px;
		transform: unset;
		margin: 30px auto;
	}
	
	.mv .mv-txt .mv-txt4 {
		bottom: 10px;
		width: 100%;
		text-align: center;
	}
	
	.mv .mv-txt .mv-txt5 {
		width: 25%;
		margin-left: 15px;
		margin-top: 80px;
	}
	
	.mv .mv-txt .mv-txt6 {
		position: absolute;
		right: 3%;
		top: 75px;
		width: 17%;
	}
	
	.mv .mv-txt .mv-txt7 {
		width: 40%;
		margin: 15px auto 0;
	}
	
	.mv .mv-txt .mv-txt8 {
		margin: 160px auto 0;
	}
	
	.sec2 .sec2-blo2 .fade-txt-list {
		height: auto;
	}
	
	.sec2 .sec2-blo2 .fade-txt-list > div{
		position: static;
	}
	
	.sec2 .sec2-blo2 .fade-txt-list > div.fade-txt1{
		width: 60%;
	}
	
	.sec2 .sec2-blo2 .fade-txt-list > div.fade-txt2 {
		width: 60%;
		margin-left: auto;
	}
	
	.sec2 .sec2-blo2 .fade-txt-list > div.fade-txt3{
		width: 50%;
	}
	
	.sec2 .sec2-blo2 .fade-txt-list > div.fade-txt4 {
		width: 60%;
		margin: 0 auto;
	}
	
	.sec4::after{
		display: none;
	}

	.shokon .credit{
		padding: 5rem 0;
	}
	.shokon .credit p span{
		font-size: 18px;
		margin-top: 2rem;
	}
	
	.shokon .credit_url{
		margin-bottom: 2rem;
	}
	.shokon .credit_url a{
		font-size: 18px;
	}
	.shokon .credit_sns img{
		width: 50px;
		height: auto;
	}
	.shokon .credit p{
		font-size: 14px;
	}
}

.shokon {
  width: 100%;
  margin: 3em auto;
  overflow: hidden;
  /*------------------------------------------------------------
  	レスポンシブ
  ------------------------------------------------------------*/
}
.shokon body,
.shokon table,
.shokon input, .shokon textarea, .shokon select, .shokon option {
  font-family: "Zen Old Mincho", serif;
}
.shokon * {
  box-sizing: border-box;
}
.shokon .clear {
  clear: both;
}
.shokon .clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.shokon .f-left {
  float: left;
}
.shokon .f-right {
  float: right;
}
.shokon a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.shokon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shokon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.shokon .rel {
  position: relative;
}
.shokon .v-center {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shokon .flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shokon .flex.flexstart {
  align-items: flex-start;
}
.shokon .flex.flexcenter {
  align-items: center;
}
.shokon .flex.flexend {
  align-items: flex-end;
}
.shokon .flex.jc-start {
  justify-content: flex-start;
}
.shokon .flex.jc-center {
  justify-content: center;
}
.shokon .flex.jc-end {
  justify-content: flex-end;
}
.shokon .flex.reverse {
  flex-direction: row-reverse;
}
.shokon .table-box {
  border-collapse: collapse;
  display: table;
  width: 100%;
}
.shokon .table-box .row {
  display: table-row;
}
.shokon .table-box .row > div {
  display: table-cell;
}
.shokon .trance {
  transition: all 0.3s ease;
}
.shokon .mt10 {
  margin-top: 10px;
}
.shokon .mt15 {
  margin-top: 15px;
}
.shokon .mt20 {
  margin-top: 20px;
}
.shokon .mt30 {
  margin-top: 30px;
}
.shokon .mt40 {
  margin-top: 40px;
}
.shokon .mt50 {
  margin-top: 50px;
}
.shokon .mt60 {
  margin-top: 60px;
}
.shokon .mt70 {
  margin-top: 70px;
}
.shokon .mt80 {
  margin-top: 80px;
}
.shokon .mt90 {
  margin-top: 90px;
}
.shokon .mt100 {
  margin-top: 100px;
}
.shokon .txt-center {
  text-align: center;
}
.shokon .blo-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.shokon .sp {
  display: none;
  visibility: hidden;
}
.shokon .pc {
  display: block;
  visibility: visible;
}
.shokon .outer {
  margin: 0 auto;
  max-width: 1366px;
}
.shokon .inner {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .shokon .inner {
    width: 100%;
    padding: 0 2em;
  }
}
.shokon .mv-txt3 {
  width: 180px;
}
@media all and (min-width: 0) and (max-width: 767px) {
  .shokon .pc {
    display: none;
    visibility: hidden;
  }
  .shokon .sp {
    display: block;
    visibility: visible;
  }
  .shokon body {
    min-width: auto;
  }
  .shokon .sp-mt10 {
    margin-top: 10px;
  }
  .shokon .sp-mt15 {
    margin-top: 15px;
  }
  .shokon .sp-mt20 {
    margin-top: 20px;
  }
  .shokon .sp-mt30 {
    margin-top: 30px;
  }
  .shokon .sp-mt40 {
    margin-top: 40px;
  }
  .shokon .sp-mt50 {
    margin-top: 50px;
  }
  .shokon .sp-mt60 {
    margin-top: 60px;
  }
  .shokon .sp-mt70 {
    margin-top: 70px;
  }
  .shokon .sp-mt80 {
    margin-top: 80px;
  }
  .shokon .sp-mt90 {
    margin-top: 90px;
  }
  .shokon .sp-mt100 {
    margin-top: 100px;
  }
}