/*
Author: mitsuhiro yano
Author URI:  https://digitalbrains.jp
*/


------------------------------------------------------------*/

/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/
body, html {
	height: 100%;
	background: #222222 !important;
}
body {
	color: #ffffff;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 2.2;
	background: #222222 !important;
}
b, strong {
    color: #989898;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit;
}
a {
	color: #c6e5db;
	text-decoration: none;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
a:hover {
	text-decoration: none;
	color: #ff1744;
}
a:focus {
	outline: none;
	color: #beafaf;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	font-family: sans-serif;
	color: #333;
	line-height: 1.3;
}
h2 {
	font-size:24px!important;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
}
.spacing10 {
	width: 100%;
	height: 10px;
}
.spacing20 {
	width: 100%;
	height: 20px;
}
.spacing30 {
	width: 100%;
	height: 30px;
}
.spacing40 {
	width: 100%;
	height: 40px;
}
.spacing80 {
	width: 100%;
	height: 80px;
}
.margin-right10{margin-right:10px;margin-bottom:10px;}
ul, ol {
	list-style-position: outside;
	list-style-type: circle;
	margin: 0;
	padding: 0 0 0 20px;
}
.mar-top-20 {
	margin-top:20px;
}
.clearboth {
	clear: both;
}
h2.content-title{color:#fff;}
.content {
    padding: 40px 0 ;
    position: relative;
    z-index: 1;
}
.gray-bg {
	background: #fafafa;
}
.white-bg {
	background: #ffffff;
}
.dark-bg {
    background: #1f1f1f none repeat scroll 0 0;
}
.dark-bg .content-title{color:#fff;}
.content-title span {
    color: #ff1744;
}
.content-line {
    height: 1px;
    width: 300px;
    background: #ccc;
    margin: auto;
    margin-bottom: 40px;
	max-width: 100%;
}
.progress-bar-baewe {
    background-color: #1f1f1f;
}

.progress.skill-bar {
    border-radius: 0;
    height: 35px;
}
.skill {
    display: block;
    padding: 8px 10px;
    text-align: left;
    text-transform: uppercase;
}
.box-align-center {
    text-align: center;
}
.box-align-center blockquote::before {
    bottom: -40px;
    left: 50%;
    margin-left: -15px;
    top: auto;
}
.personal-color {
    color: #1f1f1f;
}
.align-right{text-align:right;}
.row-black{
	background:#333;
	margin:0;
	padding:80px 30px
}
.row-black .content-box-title::after {
    border-bottom: 5px solid #fff;
}

.row-black .content-box-title > h3,.row-black b, .row-black strong {
	color:#fff;
}
.img-bg {
	background-position: center center;
	background-size: cover;
}

.no-bottom{
	padding-bottom:0;
}
.content-head{
	text-align: center;
	margin-bottom:80px;
}
.content-title {
    font-size: 60px;
    margin: 0 0 20px;
	letter-spacing:-1px;
}
.sub-content {
    margin: auto;
    max-width: 900px;
	font-family: quicksand;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #B8B8B8;
}
/*----to top style----*/
.to-top.fixed {
    opacity: 1;
	bottom:30px;
}
.to-top {
    background: #333 none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 48px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 50px;
    z-index: 333;
	overflow:hidden;
	 -webkit-transition-duration: 0.5s; 
    transition-duration: 0.5s;
}
.to-top:focus{color:#fff;}
.to-top:hover{color:#fff;}
.to-top::before {
    background:#ffdc00 none repeat scroll 0 0;
    border-radius: 200px;
	opacity:0.3;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.to-top::after {
    background: #fc9c0c  none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.to-top:hover::after,.to-top:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}
/*-----inner page style---*/
.table-box {
    display: table;
    width: 100%;
	position:relative;
	z-index:1;
	background: #fff;
}
.dark-page .table-box{background:#1f1f1f;}
.table-cell-box {
    display: table-cell;
    vertical-align: middle;
	width: 50%;
	position:relative;
}
.table-content h3 > span{color:#ff1744;}
.table-content.box-30 h3 {
    display: inline-block;
    text-align: left;
}
.box-small-icon {
    text-align: center;
}
.table-content.box-30{padding:5% 0;}
.box-30{width:30%; text-align:center;}
.box-70{width:70%;}
.table-content .box-small-icon h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}
.box-small-icon > i {
    font-size: 40px;
	margin-bottom:20px;
    color: #ff5b88;
    margin: auto;
    display: block;
    text-align: center;
}
.full-img-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -2;
}
.table-content {
    padding: 5% 7%;
}
.table-content .slider-mask {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.cell-left-border {
    border-left: 10px solid #ff1744;
}
.cell-right-border {
    border-right: 10px solid #ff1744;
}
.table-content h3 {
    font-size: 60px;
    margin: 0 0 20px;
}
.color-bg h3 {
    color: #fff;
}
.dark-page .color-bg, .color-bg  {
    background: #ff5b88;
}
.color-bg .content-btn {
    border: 1px solid;
}
.cell-box-padding {
    padding: 40% 0;
}
.cell-line {
    height: 1px;
    width: 100px;
    background: #ccc;
    margin-bottom: 40px;
	max-width: 100%;
}
.slider-title.slider-title-big {
    font-size: 90px;
    margin: 60px 0 100px;
}
.slider-title span {
    color: #ff1744;
}
.hero-box{background:#fff;}
.hero-title {
    font-size: 90px;
    margin: 60px 0 100px;
    text-transform: capitalize;
}
.hero-title span{
	color:#ff5b88;
}
.hero-padding {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}
.transparent {
    z-index: -1;
    position: relative;
}
/*---dark color schemes---*/
.dark-page{background:#1f1f1f;}
.dark-page .content{
	background:#1f1f1f;
}
.dark-page .gray-bg {
    background: #1A1A1A;
}
.dark-page .small-title,.dark-page .blog-post-list h4{
	color:#fff;
}
.dark-page .dark-header {
    position: relative;
    background: #1f1f1f;
}
.dark-page h1, .dark-page h2, .dark-page h3, .dark-page h4, .dark-page h5, .dark-page h6,
.dark-page .contact-list i.fa,.dark-page .com-author{
	color:#fff;
}
.dark-page form input,.dark-page form textarea {
    background: #333;
    border-color: #424242;
}
.dark-page .content-btn::after {
    background: #1f1f1f;
}
.dark-page .gray-bg .content-btn::after{
	background: #1A1A1A;
}

.dark-page #related_posts,.dark-page .title-related-post,.dark-page .comment-content{
	border-color:#333;
}
.dark-page #searchform #s{
	border-color:#333;
}
.dark-page .border-post,.dark-page .widgettitle::after{
	background:#333;
}
.dark-page .com-btn {
    background: #ff5b88 none repeat scroll 0 0;
	border-color:#ff5b88;
}
.dark-page .pagination > li > a, .dark-page .pagination > li > span {
    background: #3333;
    border-color: #333;
}
.dark-page .pagination > li > a:hover,.dark-page .pagination > .active  > a{
	color:#fff;
	background-color: #ff5b88;
	border-color: #ff5b88;
}
/*-----------------------------HEADER SECTION-----------------------------------*/

.header {
    position: absolute;
    z-index: 999;
	width:100%;
	padding-top:0px;
	top:0;
	left:0;
}
.white-header{
	position:relative;
	background:#fff;
}
.white-header .is-sticky .for-sticky {
    background: #fff;
    box-shadow: 0 0 5px 0 #eee;
}
.white-header .hamburger__icon, .white-header .hamburger__icon::before, .white-header .hamburger__icon::after { background:#1f1f1f;}
.white-header .header-icon li a,.white-header .navigation li a {
	color:#1f1f1f;
}
.clean-header .menu-box,.clean-header .is-sticky .menu-box{border:none;}
.logo {
    display: block;
    text-align: center;
	padding: 60px 0;
}
.logo-clean {
    display: block;
    float: left;
}
.menu-box {
    display: inline-block;
}
.box-header {
    float: right;
}
.container-fluid {
    max-width: 90%;
}
.navigation {
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.navigation li, .menu-box ul li {
    display: inline-block;
    position: relative;
}
.navigation li a {
	color: #fff;
	display: block;
	font-family: quicksand;
	font-size:15px;
	font-weight: bold;
	opacity: 0.6;
	padding: 20px 15px;
}

.navigation li a:hover {
	opacity: 1;
}
.navigation .current > a {
	opacity: 1;
}
.for-sticky {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.for-sticky .logo-clean{
display:none;
}
/*after scroll header BG*/
.is-sticky .for-sticky {
	background: none 0 0 repeat scroll #404040;
}
.is-sticky .for-sticky .logo-clean{
	display:block!important;
}
.menu-box ul li ul {
    background: rgba(0,0,0,0.8);
    border: 1px solid #333;
    left: 0;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 200px;
    z-index: 3;
}
.menu-box > ul >li:last-child ul{
	left: auto;
	right:0;
}
.navigation li, .menu-box ul ul li {
    display: block;
    position: relative;
}
.menu-box ul li ul li ul {
    left: 100%;
    top: 0;
}
.menu-box .navigation li ul li a, .menu-box ul li ul li a {
    line-height: 1.7;
    padding: 15px 17px;
	text-transform:capitalize;
	color: #fff;
}
.menu-box ul > li > ul {
    display: none;
}
.box-mobile {
	float: right;
	padding-right: 30px;
}
.mobile-menu {
	background: none repeat scroll 0 0 #ffffff;
	display: block;
	height: 0;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100%;
	width: 100%;
	z-index: 3;
	padding: 0;
	max-height: 480px;
	overflow-y: auto;
}
.mobile-menu.in {
	border: 1px solid #EEEEEE;
	max-height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
}
.mobile-menu li a {
	display: block;
	font-size: 16px;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-top: none;
}
.menu-btn {
	color: #fff;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin: 11px 0;
	text-align: center;
	width: 30px;
	z-index: 3;
	font-size: 18px;
}
.clean-header .menu-btn {
    margin: 19px 0;
}

.logo-clean > a {
    display: inline-block;
    padding: 9px 0;
}
.clean-header .logo1 {
    max-height: 50px;
}
.is-sticky .for-sticky {
    box-shadow: 0 0 5px 0 #222;
}
.header-icon {
    list-style: none;
    padding: 0;
    text-align: right;
    display: block;
    margin-left: 40px;
    float: right;
}
.header-icon li {
    display: inline-block;
    vertical-align: middle;
}
.header-icon li a{
	padding:20px 5px;
	display:block;
	color:#fff;
	opacity: 0.6;
}
.header-icon li a:hover{
	opacity: 1;
}

/*-----------------------------SECTION-----------------------------------*/
.box-with-icon {
    padding-left: 100px;
    position: relative;
	margin-bottom:40px;
}
.box-with-icon .fa {
    position: absolute;
    display: inline-block;
    color: #ff1744 ;
    left:10px;
    font-size: 50px;
    top: 0;
}
.box-with-icon h3 {
    font-size: 35px;
    margin: 0;
}
.box-sub-title {
    font-family: quicksand;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #B8B8B8;
    line-height: 1.2;
    letter-spacing: -1px;
}
.content-box-title {
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 0px;
}
.content-btn {
    background: #ff1744 none repeat scroll 0 0;
    color: #fff;
	border:1px solid #ff1744;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 40px;
    text-transform: uppercase;
	position:relative;
	overflow:hidden;
	z-index:1;
	 -webkit-transition-duration: 1.5s; 
    transition-duration: 1.5s;
}
.content-btn:hover{color:#ff1744;border:1px solid #ff1744;}
.content-btn::before {
    background: #eee none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.content-btn::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.content-btn:hover::after,.slider-btn:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}
.box-small-icon .content-btn{
	margin-bottom:40px;
}

.gray-bg .ani-width .img-mask{
	background:#fafafa;
}
.dark-page .ani-width .img-mask {background:#1f1f1f;}
.dark-page .gray-bg .ani-width .img-mask{background:#1A1A1A;}
.full-ani-width .img-mask {
	-ms-transform: scale(0,1);
    -webkit-transform: scale(0,1);
	transform:scale(0,1);
}
.width-img {
	-webkit-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
	-moz-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
	-ms-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
	-o-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
	transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
}
.ani-width .width-img {
	opacity: 0;
}
.full-ani-width .width-img {
	opacity: 1;
}


/*-----------------------------FOOTER SECTION-----------------------------------*/
footer {
    background-color: #2c2c2c;
    text-align: center;
    padding: 40px 0 80px 0;
	font-size:15px;
	line-height:1.2;
	margin-bottom:0;
	color: #cacaca;
}
.footer-icon {
    padding: 0;
	margin-top:20px;
    list-style: none;
	color: #e5e5e5;
}
.footer-icon li {
    display: inline-block;
}
.footer-icon li a {
    color: #fff;
    display: block;
	font-size:15px;
    padding: 10px;
	opacity:1;
}
.footer-icon li  a:hover{opacity:0.5;}
.footer-img {
    margin-bottom: 40px;
}
.footer a{color:#ff1744;}
.footer a:hover{color:#fff;}

.pagination > li > a, .pagination > li > span{color:inherit;}
/*-----------------------------MEDIA QUERIES-----------------------------------*/
@media (max-width:1199px) {

}
@media (max-width:992px) {
}
.cell-left-border{border:none;}
.content-title,.table-content h3 {
    font-size: 50px;
}
.container-fluid {
    max-width:100%;
}
.table-cell-box,.box-30,.box-70{width:100%;display:block;}
}
@media (max-width: 767px) {
.content-title,.table-content h3,.hero-title {
    font-size: 40px;
}
.box-with-icon {
    padding: 0;
}
.box-with-icon .fa {
    position: relative;
}
}
@media (max-width: 600px) {
.cell-line{display:none;}
.hero-title {
    font-size: 30px;
}
}
h2 {
	margin-top: 0!important;
	padding-top:0!important;
}
/*-----------------------------BANNER-----------------------------*/
footer .row a img {
	margin-bottom:8px;
}
/*-----------------------------INT——————————————*/
.content {
	padding-top:0 !important;
	background: url(../images/contentsBG.webp) center top repeat-y !important;
	background-size: cover !important;
}
.mar-top-20 {
	margin-top:40px!important;
}
/*-----------------------------INTO-----------------------------*/
#intro p {
	padding:1em 1em 0em 1em;
	text-align:justify;
	line-break:strict;
	word-wrap: break-word;
}
/*-----------------------------CAST-----------------------------*/
#cast {
	color: #fff;
}
#cast h3{
	color: #fff;
}
#cast p.tx01 {
	text-align:justify;
	line-break:strict;
	word-wrap: break-word;
	padding:1em 2em;
}
.castBG {
	background-color: #3488A1;
	border-radius:16px;
}
.cast-txt {
	color:#fff;
	
}
.cast_waku h3 {
	font-size:18px;
}
.cast_waku{
	padding:1em 0.5em;
	margin:0 1em 1em 1em;
	background-color: rgba(255, 241, 0, 0.42);
	color: #000;
	margin-bottom:16px;
}
.cast_waku p {
	text-align:justify;
	padding:0em 0.5em;
	line-break:strict;
	word-wrap: break-word;
	color:#fff;
}

.cast-txt2 {
	color:#fff;
	background-color: #83662a;padding:0.5em;
}
#cast h4 {
	color:#fff!important;
	text-align:center;
}
.waku2 {
	padding:2em;
}
#story p {
	padding: 0.5em 3em;
	font-size: 16px;
	line-height: 28px;
	text-align:justify;
	line-break:strict;
	word-wrap: break-word;
	color: #000;
	background: linear-gradient(90deg, rgba(255,241,0,0) 0%, rgba(255,241,0,1) 20%, rgba(255,241,0,1) 80%, rgba(255,241,0,0) 100%);
}
.p-20 {
	padding:20px!important;
}
.center {
	text-align:center;
}
.plb-20 {
	padding-left:20px!important;
	padding-bottom:40px!important;
}
#dvd .dvd-txt01 {
	text-align:left;
	color: #5f2219;
}

#dvd span {
	font-size:16px;padding:0.2em 1em; background-color: #b80000;color:#fff;border-radius: 16px;margin-right:0.2em;text-shadow:none;
}
.txt-14 {
	font-size:14px;
}
#str table {
	width:100%;
}
#str td img{
	margin: auto;
  display: block;
	padding-bottom:20px;
	text-align: center;
}
.p-10 {
	margin-bottom:20px;
}
 /* chart zoom */

#imgContainer{
	width: 100%;
	height: 500px;
}

#positionButtonDiv{
	background: rgba(58, 56, 63, 0.8);	
	border: solid 1px #100000;
	color:#FFFFFF;
	padding: 8px 8px 0 8px;
	text-align: left;
	position:absolute;
	right: 35px;
	top: 0px;
}

#positionButtonDiv .positionButtonSpan img{
	float: right;
	border:0;
}

.positionMapClass area{
	cursor: pointer;
}

.zoomButton{
	border:0;
	cursor: pointer;
}


 /* mix mode */       
.overlay {
	mix-blend-mode: overlay; /*オーバーレイ*/
}      
.darken{
	mix-blend-mode: darken; /*比較（暗）*/
}  
.multiply{
	mix-blend-mode: multiply; /*乗算*/
}
.color-burn{
	mix-blend-mode: color-burn; /*焼き込み*/
}
.lighten{
	mix-blend-mode: lighten; /*比較(明)*/
}
.screen{
	mix-blend-mode: screen; /*スクリーン*/
}	　
.color-dodge{
	mix-blend-mode: color-dodge; /*覆い焼き*/
}
.soft-light{
	mix-blend-mode: soft-light; /*ソフトライト*/
}
.hard-light{
	mix-blend-mode: hard-light; /*ハードライト*/
}
.difference{
	mix-blend-mode: difference; /*差の絶対値*/
}
.exclusion{
	mix-blend-mode: exclusion; /*除外*/
}
.hue{
	mix-blend-mode: hue; /*色相*/
}
.saturation{
	mix-blend-mode: saturation; /*彩度*/
}
.color{
	mix-blend-mode: color; /*カラー*/
}
.luminosity{
	mix-blend-mode: luminosity; /*輝度*/
}
