@charset "utf-8";

/*
Theme Name: タクミくんシリーズ theme
Description: 専用テーマ
Auther: 
Version: 1.0
*/


/*==========================================
 General
===========================================*/

html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	height: 100%
}
body {
	font-family: "Noto Serif JP", serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	font-size: 1.6rem;
	font-weight: 400;
	font-style: normal;
	background-image: url(images/back_pc.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
	body {
	min-width:auto;
	}
}

@media only screen and (max-width: 480px) {
	body {
	letter-spacing: 0.1em;
	}
}

a {
	color: #346e61;
	text-decoration: none;
}
a:link {
	color: #cf0746;
}
a:visited {
	color: #cf0746;
}
a:hover {
	color: #cf0746;
}
a:active {
	color: #cf0746;
}

a.btn{
	padding: 10px 30px;
	font-size: 1.8rem;
	font-weight: normal;
	background-color: #ffd907;
	color: #2f8703;
	text-align:center;
	cursor: pointer;
	width:100%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	transition: all 0.2s linear;
	box-sizing:border-box;
}
a.btn:hover{
	text-decoration:none;
	opacity:0.8;
}
a.outer-link{
	background: url(images/listmark.png)  no-repeat;
	background-size:16px 16px;
	padding-left:20px;
	padding-top:1px;
	line-height:140%;	
}
p {
	font-size: 1.6rem;
	color: #565656;
	line-height: 180%;
}
.small{
	font-size: 1.6rem!important;
}

.middle {
	font-size: 1.8rem!important;
}

.large{
	font-size: 2.0rem !important;
}
.x-small{
	font-size: 1.4rem !important;
}
@media only screen and (max-width: 480px) {
	.large{
		font-size: 1.6rem!important;
	}
	.x-small {
		font-size: 1.1rem !important;
	}
}
p.last-sentence {
	margin-bottom: 70px!important;
}
p.center {
	text-align: center;
}
p.underline {
	text-decoration:underline;
}
.align-left{
	text-align:left!important;
}
.align-right{
	text-align:right!important;
}
.mgn00 {
	margin-bottom: 0px!important;
}
.mgn10 {
	margin-bottom: 10px!important;
}
.mgn20 {
	margin-bottom: 20px!important;
}
.mgn30 {
	margin-bottom: 30px!important;
}
.mgn40 {
	margin-bottom: 40px!important;
}
.mgn50 {
	margin-bottom: 50px!important;
}
.mgn60 {
	margin-bottom: 60px!important;
}
.mgn70 {
	margin-bottom: 70px!important;
}
.mgn80 {
	margin-bottom: 80px!important;
}
.mgn90 {
	margin-bottom: 90px!important;
}
.mgn100 {
	margin-bottom: 100px!important;
}
.mgn120{
	margin-bottom: 120px!important;
}
.center{
	text-align:center;
}
.div-center>p {
	text-align:center;
}
.pink {
	color: #FF928D !important;
}


/*==========================================
te
===========================================*/

h1 {
	display: none;
}

h2 {
  font-size: 5rem;
  font-family: "STIX Two Text", serif;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  position: relative;
  /* 影だけ表示するために、文字を透明にする */
  color: transparent;
  text-shadow: 0px 0px 5px #ffffff;
  margin-top: 10%;
}

h2.news::before {
  content: "NEWS";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  
  /* 親要素とフォントプロパティを一致させる */
  font-size: 5rem;
  font-weight: 600;
  font-family: "STIX Two Text", serif;
  font-style: italic;
  letter-spacing: 0.1em;
  
  /* 疑似要素にグラデーションを適用 */
  background: linear-gradient(to right, #ff9583, #f7c393);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

h2.intro::before {
  content: "INTRODUCTION";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  
  /* 親要素とフォントプロパティを一致させる */
  font-size: 5rem;
  font-weight: 600;
  font-family: "STIX Two Text", serif;
  font-style: italic;
  letter-spacing: 0.1em;
  
  /* 疑似要素にグラデーションを適用 */
  background: linear-gradient(to right, #ff9583, #f7c393);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

h2.chart::before {
  content: "CHART";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  
  /* 親要素とフォントプロパティを一致させる */
  font-size: 5rem;
  font-weight: 600;
  font-family: "STIX Two Text", serif;
  font-style: italic;
  letter-spacing: 0.1em;
  
  /* 疑似要素にグラデーションを適用 */
  background: linear-gradient(to right, #ff9583, #f7c393);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.chart-open.chart-image {
	max-width: 960px;
	cursor: pointer;
	transition: 0.3s all ease;
}

.chart-open.chart-image:hover {
	/* opacity: 0.5; */
}

h2.story::before {
  content: "STORY";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  
  /* 親要素とフォントプロパティを一致させる */
  font-size: 5rem;
  font-weight: 600;
  font-family: "STIX Two Text", serif;
  font-style: italic;
  letter-spacing: 0.1em;
  
  /* 疑似要素にグラデーションを適用 */
  background: linear-gradient(to right, #ff9583, #f7c393);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

h2.oavd::before {
  content: "OA&VOD";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  
  /* 親要素とフォントプロパティを一致させる */
  font-size: 5rem;
  font-weight: 600;
  font-family: "STIX Two Text", serif;
  font-style: italic;
  letter-spacing: 0.1em;
  
  /* 疑似要素にグラデーションを適用 */
  background: linear-gradient(to right, #ff9583, #f7c393);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

h2.caststaff::before {
  content: "CAST&STAFF";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  
  /* 親要素とフォントプロパティを一致させる */
  font-size: 5rem;
  font-weight: 600;
  font-family: "STIX Two Text", serif;
  font-style: italic;
  letter-spacing: 0.1em;
  
  /* 疑似要素にグラデーションを適用 */
  background: linear-gradient(to right, #ff9583, #f7c393);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

h2.origin::before {
  content: "ORIGINAL&MUSIC";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  
  /* 親要素とフォントプロパティを一致させる */
  font-size: 5rem;
  font-weight: 600;
  font-family: "STIX Two Text", serif;
  font-style: italic;
  letter-spacing: 0.1em;
  
  /* 疑似要素にグラデーションを適用 */
  background: linear-gradient(to right, #ff9583, #f7c393);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

h2.chartjp::before {
  content: "相関図";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  
  /* 親要素とフォントプロパティを一致させる */
  font-size: 5rem;
  font-weight: 600;
  font-family: "STIX Two Text", serif;
  font-style: italic;
  letter-spacing: 0.1em;
  
  /* 疑似要素にグラデーションを適用 */
  background: linear-gradient(to right, #ff9583, #f7c393);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	color:#565656;
	margin: 0 auto 20px;
	line-height: 1.5;
	display:block;
/*	text-shadow: 0px 0px 3px #ffffff;*/
}

h4 {
	font-size: 3.8rem;
	font-weight: 400;
	color:#ffffff;
	text-align:left;
	margin: 0 auto;
	line-height: 130%;
	letter-spacing: 0;
	display:block;
}

h5 {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: normal;
	color:#a73840;
	text-align:left;
	margin: 10px auto 15px;
	display:block;
}

@media only screen and (max-width: 768px) {
	h2 {
		font-size: 4rem;
		margin-bottom: 30px;
	}
	h2.news::before,
	h2.intro::before,
	h2.chart::before,
	h2.story::before,
	h2.oavd::before,
	h2.caststaff::before,
	h2.origin::before,
	h2.chartjp::before {
		font-size: 4rem;

	}
	.border-box h2 {
		margin-top: 3rem;
	}
	h3 {
		font-size: 2.3rem;
	}
}

@media only screen and (max-width: 480px) {
	h2 {
		font-size: 3.2rem;
		margin-bottom: 20px;
	}
	h2.news::before,
	h2.intro::before,
	h2.chart::before,
	h2.story::before,
	h2.oavd::before,
	h2.caststaff::before,
	h2.origin::before,
	h2.chartjp::before {
		font-size: 3.2rem;
	}
	h3 {
		font-size: 2rem;
	}
}

/*==========================================
 header
===========================================*/
header {
	width: 100%;
	height: 7.5rem;
	left: 0;
	z-index: 10;
	position: absolute;
	background: #ffffff;
}
#head-inner{
	margin:0 auto;
	padding: 20px 2%;
	height: 100%;
	max-width: 1280px;
}

#head-inner #socialArea{
	float:right;
}

#head-inner ul#socialArea li{
	float:left;
	font-family: "STIX Two Text", serif;
	color: #ff928d;
    margin-left: 20px;
}

#head-inner ul#socialArea li.lang_sw {
	margin-top: 7px;
}

#head-inner ul#socialArea li.lang_sw a {
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 0.4em;
	letter-spacing: 0;
	color: #ffffff;
	transition: .2s ease-in-out;
}

#head-inner ul#socialArea li.lang_sw a:hover {
	border: 1px solid #85c9b5;
	background: rgba(184, 226, 215, 0.2);
	color: #85c9b5;
}

ul#socialArea li a img {
	width: 35px;
	height: 100%;
	transition: .2s ease-in-out;
}

ul#socialArea li a:hover img {
	opacity: 0.5;
}

header.fixed {
	top: 0;
	position:fixed !important;
	z-index: 200;
	float:none;
	display: block;
	background: rgba(255, 255, 255, 0.8);
}

header.fixed #head-inner{
	
	}

@media only screen and (max-width: 768px) {
#header {
	width: 100%;
	padding:0;
	position:absolute;
	top: 0;
}
ul#socialArea li img {
	width: 30px;
}
#head-inner{
	margin:0 5%;
	padding: 2.25rem 0;
	min-width:auto;
}

}

/*==========================================
 ナビゲーション
===========================================*/
#nav {
	z-index:700;
	float:left;
	padding: 5px 0;
	text-align:center;
	overflow:visible;
	width: 86%;
}
nav#nav ul {
	margin:0 auto;
}
nav#nav ul li {
	font-family: "STIX Two Text", serif;
	padding:0 ;
	padding-right:2%;
	display:block;
	font-weight: 500;
	font-size:1.7rem;
	float:left;
	line-height:150%;
	letter-spacing: 0.1rem;
}
nav#nav ul li.social{
	padding-right:0;
}
nav#nav ul li.social img {
	vertical-align:bottom;
	
}
nav#nav ul li a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	backface-visibility: hidden;
	text-decoration: none;
	color: #ff928d;
	
}
nav#nav ul li a:hover {
	opacity: 0.5;
	text-decoration: none;
}
nav#nav ul li.current-menu-item a{
	color:#fff;
	background: url(images/line_paint.png) repeat-x bottom;
	padding-bottom:10px;
}

@media only screen and (max-width: 1075px) {
	nav#nav ul li {
		padding-top: 0;
	}
}

@media only screen and (max-width: 768px) {
.menu {
	position: absolute;
	left: 5%;
	top: 2.5rem;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index:800;
	box-sizing:border-box;
/*	display: none;*/
}
.menu .bar {
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #ff928d;
	position: absolute;
	
	transition: .15s ease-in-out;
}
.menu .black {
	background-color: #ffffff;
	position: absolute;
}
#bar01 {
	top: 0;
}
#bar02 {
	top: 11px;
}
#bar03 {
	bottom: 0;
}
.menuOpen #bar01 {
	-webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
	
}
.menuOpen #bar02 {
	opacity: 0;
}
.menuOpen #bar03 {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}
nav#nav {
	position: fixed;
	top: 0;
	left: 0;
	display:none;
	float:none;
	width: 100%;
	height: 80vh;
	padding-bottom: 70px;
	text-align: center;
	padding-top: 80px;
	background: linear-gradient(rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0) 100%);
	overflow: auto;
}
nav#nav ul {
	border-left: 0px;
	margin-left:0;
	padding-left:0;
	-webkit-overflow-scrolling: touch;
	
}
nav#nav ul li {
	padding-left:0!important;
	padding-right:0!important;
	display: block!important;
	float: none!important;;
	border-left: 0px!important;
	border-right: 0px;
	margin-bottom: 7%;
	font-size:1.7rem !important;
	line-height:100% !important;
	letter-spacing: 0.2rem !important;
}


nav#nav ul li a {
	text-decoration: none;
	transition: .15s ease-in-out;
}
nav#nav ul li.current-menu-item a{
	color:#009d95;
	background: none;
	padding-bottom:10px;
}



}

@media only screen and (max-width: 480px) {
	nav#nav ul li ul.sub-menu#sub-menu-profile{
	display:none;
}
}


/*footer
================================================== */

footer{
	margin-top: -1px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

#footbg {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	line-height: 0;
}

#footbg img {
	width: 100%;
}

#footroadshow {
	position:absolute;
	width: 100%;
	bottom: 12%;
}

#footroadshow img {
	width: 60%;
}

#footcomment {
	position:absolute;
	width: 100%;
	top: 7%;
}
#footcomment img {
	width: 60%;
}

#footbilling {
	position:absolute;
	width: 100%;
	bottom: 2.5%;
}
#footbilling img {
	width: 75%;
}

#copyright{
	width: 90%;
	position:relative;
	color:#565656;
	font-size:1.1rem !important;
	line-height: 1.3;
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	padding: 2rem 5% 7rem;
}

@media only screen and (max-width: 768px) {
	#footroadshow {
		Bottom: 12%;
	}
	#footroadshow img {
		width: 90%;
	}
	#footcomment {
		top: 7%;
	}
	#footcomment img {
		width: 60%;
	}
	#footbilling img {
		width: 90%;
	}
}

/*  top main image
================================================== */
#topVisualWrapper {
	width: 100%;
/*	width: 70%;*/
	position:relative;
	height:auto;
	text-align:center;
	margin:0 auto;
	overflow: hidden;
	z-index: 1;
}
#topVisualWrapper img.bg {
	width: 100%;
	height:auto;
	vertical-align:bottom;
}
#topVisualWrapper.fixed {
    padding-top: 60px;
}
#topVisualWrapper #topLink {
	position:absolute;
	width:50%;
	margin:0 auto;
	bottom:50px;
	right:0;
	display:table;
	text-align:center;
}
#topVisualWrapper #topLink img{
	width:65%;
	margin:0 auto;
}

#topVisualWrapper #topLink a{
	opacity:1;
	transition: .15s ease-in-out;
}

#topVisualWrapper #topLink a:hover{
	opacity:0.6;
}

#TopInner {
	padding: 0;
	line-height: 0;
}

#TopInner p {
	text-align: center;
	padding-top: 0;
	margin-bottom: 0;
	line-height: 0;
	width: 100%;
}

#TopInner img {
	width: 65%;
}

@media only screen and (max-width: 768px) {
	#topVisualWrapper {
	margin:0 auto;
	top:0;	
}
#topVisualWrapper #topLink {
	position:relative;
	width:100%;
	display:table;
	text-align:center;
	bottom:auto;
}
#topVisualWrapper #topLink img{
	width:80%;
	margin:20px auto;
}
	#TopInner img {
		width: 90%;
	}
}


/*==========================================
	Contents
===========================================*/


/*Layout
================================================== */
#contentsArea{
	width:100%;
/*	background: #2f2f37;*/
	line-break: strict;
	padding-top: 7.5rem;
	    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
	opacity: 0;
	-webkit-animation: title 1.5s linear 0.5s 1 forwards;
	animation: title 1.5s linear 0.5s 1 forwards;
}
#contentsArea section {
	
}
#contentsArea .wfull{
	width:100%;
}
#contentsArea .w1280 {
	max-width:1280px;
	padding:0;
	margin:0 auto;
}
#contentsArea .w1080{
	max-width:1080px;
	padding:0 15px 3%;
	margin:0 auto;
}
#contentsArea .w980{
	max-width:980px;
	padding:0 15px 3%;
	margin:0 auto;
}
#contentsArea .w900{
	max-width:900px;
	padding:0 15px 3%;
	margin:0 auto;
}
#contentsArea .w800{
	max-width:800px;
	padding:0 15px 3%;
	margin:0 auto;
}
#contentsArea section p{
	width:100%;
	line-height:180%;
	color: #565656;
	font-size:1.6rem;
	font-weight:500;
}
#contentsArea section p.w800{
	padding:0;
}

#contentsArea section img{
	width:100%;
	height:auto;
}

#introduction {
	margin-bottom: 5%;
}

#introduction_bg div.wfull {
	position: relative;
}
#introduction_bg div.wfull::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/*
#introduction p {
	color: #CF187D !important;
	color: #2f2f2f !important;
}*/


.fixed-bg > div {
	background: linear-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0.4) 5%,rgba(255,255,255,0.4) 95%,rgba(23,40,30,1) 100%);
	width:100%;
	height:100%;
}


.fixed-bg {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}
.fixed-bg-1{
	background-image: url("images/bg03_pc.jpg");
}

#contentsArea ul {
	margin-left:0;
}

#contentsArea ul li{
line-height:180%;
	text-align:left;
	color:#555;
	font-size:1.5rem;
	font-weight:normal;
	list-style-type:disc;

}

.border-box{
	width:92%;
	padding: 0 5% 5%;
	box-sizing:border-box;
	box-shadow: 0 0 3px 1px rgb(133 201 181 / 70%), 0 0 1px 1px rgb(133 201 181 / 70%) inset;
	margin: 0 4% 5%;
}

@media screen and (min-width: 1360px) {
	.fixed-bg {
		background-size: cover;
	}
}

@media screen and (max-width: 768px) {
	#contentsArea{
/*		padding-top: 5.75rem;*/
	}
	#contentsArea section p{
		font-size:1.5rem;
	}
	p.large{
		font-size: 1.8rem !important;
	}
	.fixed-bg {
		background-attachment: scroll;
		min-height: initial;
		background-position: top;
	}
	.fixed-bg-1{
		background-image: url("images/bg03_sp.jpg");
	}
	.android .fixed-bg {
		background-attachment: fixed;
	}
}

main{
	width:100%;
	float:none;
	margin-right:0;
}
aside{
	width:100%;
	float:none;
}
#contentsArea .w1200{
	width:auto;
}
#contentsArea .w1080{
	width:auto;
}
#contentsArea .w980{
	width:auto;
}
#contentsArea .w900{
	width:auto;
}
#contentsArea .w800{
	width:auto;
}
.fl-box .fl-box-left{
	float:none;
	width:100%;
	margin-right:0;
}
.fl-box .fl-box-right{
	width:100%;
	text-align:center;

}
.fl-box-half{
	width:100%;
}
.fl-box-half-left{
	width:100%;
	float:none;
}

@media screen and (max-width: 480px) {
	.fullImg{
		margin-bottom:80px;
	}
.fullImg div{
	width:100%;
	float:none;
	margin-bottom:30px;
	text-align:center;
}
.fullImg div img{
	width:96%;
	margin:0 auto;
}
#contentsArea .w1200{
	padding:0 15px 5%;
}
#contentsArea .w1080{
	padding:0 15px 5%;
}
#contentsArea .w980{
	padding:0 15px 5%;
}
#contentsArea .w800{
	padding:0 15px 5%;
}
#contentsArea section.grey{
	padding-bottom: 20px;
}
	#contentsArea section p{
		font-size:1.4rem;
	}
	p.large{
		font-size: 1.7rem !important;
	}
}

.flex-cont{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	justify-content: center;
}

.flex-item2to1{
	flex-basis: calc(50% - 10px);

}

.flex-item2{
	flex-basis: calc(50% - 10px);

}

.flex-item3{
	flex-basis: calc(33.333% - 10px);
}

.flex-item3to2{
	flex-basis: calc(33.333% - 10px);
}


/*==========================================
 News
===========================================*/

#twitter {
	margin: 0 auto;
}

#twitter::-webkit-scrollbar {
	width: 10px;
}
#twitter::-webkit-scrollbar-track{
	background: #ffffff;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 1px #bbb; 
}
#twitter::-webkit-scrollbar-thumb{
	background: #ccc;
	border-radius: 10px;
	box-shadow: none;
}

#twitter>div {
	width: 100%;
	height:100%;
	margin: 0 auto;
}
#twitter > div > iframe {
    width: 100% !important;
/*    height:100% !important;*/
/*    max-height: 100% !important;*/
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/*==========================================
 News
===========================================*/
#news .twitter {
	display: flex;
	justify-content: center;
	align-items: center;
}

#news .twitter img {
	width: 100%;
	max-width: 750px;
}


/*==========================================
 Introduction
===========================================*/

#introduction h3 {
	color:#ff8271;
}

/*==========================================
 Story
===========================================*/

.story_list{
	box-sizing: border-box; /* paddingとborderを幅に含める */
	margin: 5px;
	text-align: center;
}

.story_list .story-thumb {
	cursor: pointer;
	transition: 0.3s all ease;
}

.story_list .story-thumb:hover {
	/* opacity: 0.5; */
}


/*==========================================
 OA&VOD
===========================================*/

h3.oavod{
	font-family: "STIX Two Text", serif;
	font-size: 2.8rem;
	font-weight: 400;
	margin:1em;
	background-image: linear-gradient(
		to left,
		#F7F0BA, /* 開始色（左側） */
		#FF928D  /* 終了色（右側） */
		);
	background-repeat: no-repeat;
	background-position: 100% 90%; /* 下部の右端から描画を開始 */
	background-size: 100% 1px; /* 線の幅と太さ（3px） */
	padding-bottom: 0px;
}

.oa, .vod{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 120%;
	box-sizing: border-box; /* paddingとborderを幅に含める */
	padding: 10px;
	margin: 5px;
	width: 80%;
	height: auto;
	text-align: center;
}

.oavod{
	border: 1px solid #ffffff;
	background-color:#ffffff;
	margin:0 auto 30px;
}

.oa{
	background-color: #F7F0BA;
}

.vod{
	color:#ffffff!important;
	background-color: #FF928D;
}

/*==========================================
 Cast
===========================================*/

.cast {
	box-sizing: border-box; /* paddingとborderを幅に含める */
	margin: 5px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s all ease;
}

.cast:hover {
	/* opacity: 0.5; */
}

#caststaff h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.8rem;
	font-weight: 400;
	margin:2em 0px 1em;
}

#contentsArea #oavod h3,#contentsArea #caststaff h3,#contentsArea #orimusic h3 {
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block;
    padding-bottom: 10px;
    line-height: 1.5;
    width: 100%;
    color: #565656;
}

/*コメント
===========================================*/
.commentBox{
	margin-bottom:60px;
}
.commentBox .body{
	
	font-size:1.8rem;
	margin-bottom:20px!important;
}
.commentBox .name{
	font-size:1.8rem;
	text-align:right;
	padding-bottom:10px;
	line-height:1;
	
	display:inline-block;
	float:right;
	background: url(images/img_line_paint.png) repeat-x 0 25px;
}

@media screen and (max-width: 768px) {
	.commentBox .name{
		background:none;
		border-bottom:1px solid #346e61;
	}
}

/*==========================================
 ボトムのSNS
===========================================*/
#sns {
	position: relative;
}

#sns .sns-buttons-wrapper {
	position: absolute;
	top: 15%;
	left: 50%;
	width: 100%;
	max-width: 1280px;
	transform: translateX(-50%);
	display: flex;
	justify-content: flex-end;
}

#sns .sns-buttons-wrapper .sns-buttons {
	width: 250px;
}

#sns .sns-buttons-wrapper .sns-buttons .insta-button {
	margin-bottom: 1em;
}

#sns .sns-buttons-wrapper .sns-buttons .sns-image {
	text-shadow: 4px 2px 6px #000000;
	transition: 0.3s all ease;
}

#sns .sns-buttons-wrapper .sns-buttons .sns-image:hover {
	/* opacity: 0.5; */
}


/* ------------------------------------------------------------
	Clearfix
------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */

/*==========================================
	タイトルとYouTubeモーダル
===========================================*/
#container {
}
.noScroll {
	overflow: hidden;
}
#loader {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-image: url(images/back_pc.png);
	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
	z-index: 701;
}
#loader img {
	position: absolute;
	top: 37.5%;
	left: 50%;
	-webkit-transform: translateY(20%) translateX(-50%);
	transform: translateY(20%) translateX(-50%);
	max-width: 25%;
	width: auto;
	display: none;
}

@media screen and (max-width: 768px) {
#loader img {
	max-width: 80%;
}
}


.iframeWrapper{
	width: 100%;
	max-width: 960px;
	aspect-ratio: 16 / 9;
	margin: 10% auto 5px;
}

#youtube-iframe{
	width: 100%;
	height: 100%;
}

/*@media screen and (max-height: 599px) {
	.youtube{
		padding: 10px 10px;
	}
}*/
div.yt_btn_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
	max-width: 960px;
	margin: 0;
}
div div.yt_btn {
	display: flex; /* Flexboxを有効にする */
	justify-content: center; /* 子要素（button）を水平方向の中央に配置 */
	align-items: center;
	box-sizing: border-box; /* paddingとborderを幅に含める */
/*	padding: 10px;*/
	margin: 5px;
	flex-basis: calc(33.333% - 10px);
	height: 50px;
	border: 2px solid;
	background-color: #ffffff;
	border-image: linear-gradient(to right, #F7F0BA, #FF928D);
	border-image-slice: 1;
}

button.change-video-btn {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none;
	transition: 0.3s all ease;
}

button.change-video-btn:hover {
	/* opacity: 0.5; */
}

@media only screen and (max-width: 480px) {
	div div.yt_btn {
		flex-basis: calc(50% - 10px);
	}
}

.modalWrapper_c {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	overflow: auto;
	display: none;
}
.modalWrapper_c .iframeWrapper {
	margin: 0 auto;
	height: 100%;
	padding: 0;
}
.modalWrapper_c iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 100%;
}
.modalWrapper_c .closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: #ff928d;
	height: 7.5rem;
	width: 7.5rem;
}
@media screen and (max-width: 768px) {
	.modalWrapper_c .closeBtn {
		right: 30px;
	}
}
.modalWrapper_c .closeBtn:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 5.5rem;
	background-color: #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	right: 3.5rem;
}
.modalWrapper_c .closeBtn:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 5.5rem;
	background-color: #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 10px;
	right: 3.5rem;
}

/* ------------------------------------------------------------
	コンテンツのフェードインアニメーション
------------------------------------------------------------ */
.fadeInAfterUp {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	opacity: 1 !important;
	filter: blur(0) !important;
}
.fadeInAfterBl {
	opacity: 1 !important;
	filter: blur(0) !important;
}
/*#cinema table {
	opacity: 1 !important;
	filter: blur(0) !important;
}*/
.fadeInAfterLr {
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
	opacity: 1 !important;
}
#comments, #cast, #staff {
	overflow: hidden;	/* スマホ時の横スクロール対応 */
}

/* ------------------------------------------------------------
	ページトップに戻るボタン
------------------------------------------------------------ */
#backToTop {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: rgba(255,146,141,0.7);
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 5px;
	display: none;
	z-index: 100;
}
#backToTop a {
	width: 15px;
	height: 15px;
	border-top: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	margin: 35% auto 0 auto;
	transition: 0.3s all ease;
}
#backToTop a:hover {
	/* opacity: 0.5; */
}

@media only screen and (max-width: 768px) {
	#backToTop {
		bottom: 7%;
	}
}

/* ------------------------------------------------------------
	自動再生スライダー
------------------------------------------------------------ */
#slider .slickAuto {
	margin-left: 0;
}
#slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	line-height: 0;
	background: #001414;
}
#slider::before{
	position:absolute;
/*	background: linear-gradient(rgba(0,20,20,1) 0%,rgba(0,20,20,0) 5%,rgba(0,20,20,0) 95%,rgba(0,20,20,1) 100%)!important;*/
	background: linear-gradient(rgba(204,204,204,1) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,0) 95%,rgba(255,255,255,1)100%)!important;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
}

.slick-slide img {
	width: 100%;
}

/* ------------------------------------------------------------
	キャスト
------------------------------------------------------------ */

body.fixed {
	position: fixed;
}
.modalBackground  {
	width: 100%;
	height: 100%;
	background-image: url(images/back_pc.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	display: none;
}
.modalBackground .closeBtn {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.castModal {
	width: 90%;
	max-width: 800px;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	display: none;
	padding: 20px;
	border-radius: 8px;
	overflow-y: auto;
	max-height: 90vh;
}
@media screen and (max-width: 768px) {
	.castModal {
		width: 100%;
		max-width: 100%;
		border-radius: 0;
	}
}

.castModal .modal-content {
	text-align: center;
}

.castModal .modal-content .image img {
	width: 50%;
	min-width: 340px;
}

.castModal .modal-content .large {
	font-weight: bold;
}

.castModal .modal-content .middle {
	line-height: 1;
	margin-bottom: 1.5em;
}
.castModal .modal-content ol {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.castModal .modal-content ol li {
	text-align: left;
	margin-bottom: 1.5em;
	line-height: 140%;
}

.chart.modal-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: auto;
	z-index: 1000;
	width: 100%;
	background-image: url(images/back_pc.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.chart.modal-container .closeBtn {
	width: 80px;
	cursor: pointer;
	position: relative;
}

.chartModal {
	
}

.chartModal .modal-content {
	overflow: auto;
	width: 100%;
	min-width: 1100px;
	height: 100vh;
}

.chartModal .modal-content .chart-image {
	max-width: 1100px;
}

#caststaff li {
	margin: 1rem 0px 1rem;
	line-height: 180%;
    color: #565656;
}

#cast h3.name span, #staff h3.name span {
	font-size: 85% !important;
	display: inline-block;
	color: #b8e2d7;
}

.contents_box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 2.5% 6%;
}

.contents_box:nth-child(odd) {
    flex-direction: row-reverse;
}

.left_contents {
	width: 30%;
	margin: 0 auto;
	padding: 0 1.5%;
}

.right_contents {
	-webkit-flex: 1;
	flex: 1;
/*	padding: 0 0 0 5%;*/
	padding: 0 1.5%;
}




@media only screen and (max-width: 768px) {
	#cast h3.name span, #staff h3.name span {
		display: inline-block;
	}
	.left_contents {
		width: 45%;
	}
	#staff .mgn50 {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 550px) {
	.contents_box{
		display:flex;           /* Flexコンテナ―に設定 */
		flex-direction: column !important;
		-webkit-flex-wrap: initial;
		flex-wrap: initial;
		margin: 0 4%;
	}
	.left_contents {
		width: 100%;
		padding: 0 0 3%;
	}	
	.right_contents {
		-webkit-flex: 1;
		flex: 1;
		padding: 0 0 3%;
	}
	.castimg {
		width: 85%;
		max-width: 400px;
		margin: 0 auto;
	}
}

/*新規追加*/


#introduction .intro-center {
	text-align: center;
}

#introduction .introbox {
	margin-bottom: 40px;
	padding: 3rem 4rem;
	background-color: #ffffff;
	box-shadow: 0 0 8px 5px rgba(207,7,70,0.5), 0 0 8px 5px rgba(207,7,70,0.5) inset;
/*	border: solid 5px rgba(207,7,70,0.5);*/
	font-style: oblique;
}

#contentsArea ul.share_btn {
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#contentsArea ul.share_btn li {
	list-style-type: none;
	margin: 0 10px;
}
#contentsArea ul.share_btn li div,
#contentsArea ul.share_btn li a {
	display: flex;
	align-items: center;
}
#contentsArea ul.share_btn li a img {
	width: auto;
}
@media only screen and (max-width: 768px) {
#introduction .introbox {
	padding: 2rem 3rem;
	box-shadow: 0 0 6px 3px rgba(207,7,70,0.5), 0 0 6px 3px rgba(207,7,70,0.5) inset;
}
	#contentsArea ul.share_btn li {
		margin: 2px;
	}
}

@media only screen and (max-width: 480px) {
#introduction .introbox {
    padding: 1.5rem 1.5rem;
}
}

#contentsArea #comments .border-area, #contentsArea #opinions .border-area {
	padding: 1.5rem 1.5rem;
	margin: 3em 0;
/*	background: rgb(0 20 20 / 50%);*/
	background: rgb(255 255 255 / 70%);
	border-radius: 5px;
	box-shadow: rgb(158 143 79 / 50%) 0px 0px 5px 5px;
	text-align: right;
}

#contentsArea #comments:first-child .border-area {
	margin-top: 1.5rem;
}

#contentsArea #opinions .border-area {
	margin-top: 1.5rem;
}

#contentsArea #comments .border-area p, #contentsArea #opinions .border-area p {
	margin: 0; 
	padding: 0;
}

#contentsArea #comments p.commentsL, #contentsArea #opinions p.commentsL {
	font-size: 2.0rem;
	margin-bottom: 1rem;
	letter-spacing: 0.1em;
}

#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
	text-align: right;
	font-size: 1.8rem;
	margin-bottom: 0;
	display: inline;
	font-style: oblique;
}

@media screen and (max-width: 768px) {
#contentsArea #comments h1 {
	margin-bottom: 0;
}

#contentsArea #comments h1 span{
	font-size:1.6rem;
}

#contentsArea #comments p.commentsL, #contentsArea #opinions p.commentsL {
	font-size: 1.8rem;
}
#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
	font-size: 1.5rem;
}
}

@media screen and (max-width: 480px) {
#contentsArea #comments p.commentsL, #contentsArea #opinions p.commentsL {
	font-size: 1.6rem;
}

#contentsArea #comments .border-area, #contentsArea #opinions .border-area {
padding: 2rem 0.8rem;
}

#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
font-size: 1.4rem;
}
}

#theater .information p{
	text-align: center;
	font-size: 2.5rem;
}

.ticket_img{
	width: 30%;
	margin: 0 auto;
}

#theater .information h3{
	text-align: center;
	font-size: 2rem;
}

.area{
display:none;
}


#contentsArea #theater-info ul li.area_hover{
font-weight: bold;
}

#contentsArea #theater-info ul li{
margin-right: 30px;
margin-bottom: 20px;
font-size: 2.2rem;
list-style-type: none;
cursor: pointer;
}



#contentsArea #theater-info ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 30px;
}

#theater-info ul li{
	line-height: 100%;
	display: inline-block;
	position: relative;
	color: #b8b9b9;
 	text-decoration: none;
}

#theater-info ul li:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #b8b9b9;
	transform: scale(0, 1);
	transition: 0.4s;
}
#theater-info ul li:hover:before {
	transform: scale(1);
}

.ticket_img_banner{
	width: 30%;
	display: inline-flex;
	justify-content: center;
}


#footInner #contact {
	margin-top: 20px;
}


#theater .theater-underLine {
border-bottom: 1px solid #555;
margin: 70px auto;
width: 85%;
max-width: 800px;
}

#profile .right .mojiS{
font-size: 2.4rem!important;
}

@media screen and (max-width: 768px) {
	.sp_view{
		display:none;
	}
	#contentsArea #theater h1 {
		margin-bottom: 40px;
	}
	#contentsArea #theater-info ul li{
		margin-right: 25px;
		font-size: 2.0rem;
	}
}


@media screen and (max-width: 480px) {
#contentsArea #theater-info ul{
margin-left: 5px;
}

#contentsArea #theater-info ul li{
margin-right: 25px;
font-size: 1.7rem;
}

.ticket_img_banner {
	width: 70%;
}

#profile .right .mojiS{
font-size: 1.5rem!important;
}
}

@media only screen and (min-width: 480px) {
	.sp_view2{
		display:none;
	}
}

#changeBgImg {
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}

#changeBgImg img {
	top: 0;
	left: 0;
	position: absolute;
}

#topImgbg {
	position: relative;
}

#contact {
	margin: 2rem 0;
	color: #fff;
	font-size: 1.3rem;
}
#contact a {
	color: #fff;
}

@media only screen and (max-width: 480px) {
#contact a {
	line-height: 2;
}
}

.sp-br, .tab-br {
	display: none;
}
@media only screen and (max-width: 768px) {
	.sp-br {
		display: none;
	}
	.tab-br {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.sp-br {
		display: block;
	}
	.tab-br {
		display: block;
	}
}
.ticket_img {
	width: 45%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ticket_img img {
	background-color: #ffffff;
	border-radius: 1em;
}
.ticket-banner {
		width: 30% !important;
}
@media only screen and (max-width: 768px) {
	.ticket_img {
		width: 90%;
	}
	.ticket-banner {
		width: 70% !important;
	}
}
.ticket-banner {
		width: 100%;
}

/* ------------------------------------------------------------
	トップビジュアルのアニメーション
------------------------------------------------------------ */

.topimg {
	opacity: 0;
	filter: blur(20px);
	width: 100%;
	-webkit-animation: title 1.5s linear 0.5s 1 forwards;
	animation: title 1.5s linear 0.5s 1 forwards;
}

@-webkit-keyframes title {
	100% {
		filter: blur(0);
		opacity: 1;
	}
}
@keyframes title {
	100% {
		filter: blur(0);
		opacity: 1;
	}
}

#comments_bnr {
	position:absolute;
}

.bnr_comments {
	opacity: 0;
	left: 6%;
	bottom: 38%;
	width: 10%;
	overflow: hidden;
	-webkit-animation: onheader 1s  2.5s 1 forwards;
	animation: onheader 1s linear 2.5s 1 forwards;
}

#comments_bnr img,.topBanner img {
	transition: 0.3s;
}

#comments_bnr img:hover,.topBanner img:hover {
    opacity: 0.8;
}

.topBanner {
	opacity: 0;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items:center;
	flex-wrap: wrap;
	margin: 1.5% auto 3%;
	-webkit-animation: onheader 1s  2.5s 1 forwards;
	animation: onheader 1s linear 2.5s 1 forwards;
}

.topBanner div {
	margin: 0 1.5%;
	width: 25%;
}

.topBanner img {
	width: 100%;
	box-shadow: 0px 0px 10px #a59a6d;
}

.onheader,.active, footer {
	opacity: 0;
	filter: blur(20px);
	-webkit-animation: onheader 1.5s  0.5s 1 forwards;
	animation: onheader 1.5s linear 0.5s 1 forwards;
}

.theater_item {
	opacity: 0;
	-webkit-animation: onheader 1.5s 2.5s 1 forwards;
	animation: onheader 1.5s linear 2.5s 1 forwards;
}

@-webkit-keyframes onheader {
	100% {
		filter: blur(0);
		opacity: 1;
	}
}
@keyframes onheader {
	100% {
		filter: blur(0);
		opacity: 1;
	}
}

@media only screen and (max-width: 768px) {
	.bnr_comments {
		left: 6%;
		bottom: 21%;
		width: 17%;
	}
	.topBanner {
		display: block;
		width: 40%;
		margin: 4% auto;
	}
	.topBanner div {
		width: 100%;
		margin: 5% 1.5%;
	}
}

@media only screen and (max-width: 550px) {
	.topBanner {
		width: 80%;
	}
}

/* ------------------------------------------------------------
	ムビチケ
------------------------------------------------------------ */
div#mvtk {
	background: rgba(58,6,56,1);
	margin-top: -1px !important;
	padding: 30px 0;
}

#mvtk-widgets-container {
	opacity: 0;
	margin: 3% auto 2% !important;
	-webkit-animation: onheader 1.5s  3.5s 1 forwards;
	animation: onheader 1.5s linear 3.5s 1 forwards;
}

@media only screen and (max-width: 768px) {
#mvtk-widgets-container {
	margin: 10% auto 5% !important;
}
}


/*-----------
0918
-------------*/
/*
#staff {

	background: linear-gradient(rgba(230,230,230,1) 0%,rgba(230,230,230,1) 10%,rgba(230,230,230,1) 95%,rgba(230,230,230,1) 100%) !important;

	background: #ffffff;
}


div#staff p {
	color: #000000;
}*/