@charset "UTF-8";
/* CSS Document */
/* =======================================
	common
======================================= */
body, html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 28px;
  font-weight: normal;
  color: #333;
  background-color: #fff;
}
.fade-layer, body:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}
body.fade-layer-off:before {
  content: none;
}
#wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.img-responsive {
  width: 100%;
  height: auto;
  margin: 0;
}
.img-responsive-overwrite {
  margin: 0 auto;
}
a:hover img.overwhite {
  cursor: pointer;
  filter: alpha(opacity=60); /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* ie 8 */
  -moz-opacity: 0.6; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6; /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
}
.mobileHidden {
  display: none;
}
@media only screen and (max-width: 991px) {
  .desktopHidden {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .br-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
/* .row の左右のネガティブマージンを0にする */
.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}
/* .row--nopadding の中にあるカラムの左右のパディングを0にする */
.row--nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* .row--v-middle の中にあるカラムの縦中央揃え */
.row--v-middle {
  font-size: 0;
}
.row--v-middle > [class*="col-"] {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
/* =======================================
	アンカーリンクずれ調整
======================================= */
.m-txt-ttl5 > a {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}
/* =======================================
	グリッドシステムをセンタリング
======================================= */
.row-center {
  text-align: center;
  letter-spacing: -0.4em;
}
.row-center > [class*='col-'] {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  float: none !important;
}
/* =======================================
	高さ揃え
======================================= */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
/* =======================================
	 text set
======================================= */
.txt12 {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
.txt-green {
  color: #00ab63;
}
.txt-pink {
  color: #ff4a98;
}
/* =======================================
	 link
======================================= */
a {
  color: #4c7eff;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #333;
  text-decoration: none;
  outline: 0;
}



/* =======================================
	 margin set
======================================= */
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}



/* =======================================
	 bg_set
======================================= */
.bg_set_white {
  margin: 0px;
  padding: 20px 0px 20px 0px;
  background-color: #fff;
}
.bg_set_grey {
  margin: 0px;
  padding: 20px 0px 20px 0px;
  background-color: #f6f6f0;
}



/* =======================================
	button
======================================= */
.btn-sw {
  color: #fff;
  background-color: #79aeff;
  font-size:14px;
}

.btn-sw:link{
  text-decoration: none;
}
.btn-sw:visited{
  text-decoration: none;
}

.btn-sw:hover {
  color: #fff;
  background-color: #4c7eff;
}



/* =======================================
	 archive commonbox
======================================= */
.archive_common_box {
	margin: 20px 0px 20px 0px;
	padding:0;
}

.archive_common_box h2{
	font-size:26px;
	line-height:34px;
	font-weight:normal;
	color:#4c7eff;
	font-feature-settings : "palt";
	margin-top:0px;
	margin-bottom:20px;
	margin-left:0px;
	position: relative;
    padding: .25em 0 .25em .75em;
	border-left: 3px solid #4c7eff;
}
@media (max-width: 991px) {
.archive_common_box h2{
	font-size:20px;
	margin-top:20px;
	line-height:28px;
}
}


.archive_common_box h3{
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	color:#333;
	font-feature-settings : "palt";
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}

@media (max-width: 991px) {
.archive_common_box h3{
	font-size:18px;
	line-height:30px;
}
}



.archive_common_box h3.kamoku {
	font-size:20px;
	line-height:56px;
	color:#333;
	font-feature-settings : "palt";
	margin-top: -20px;
}
.archive_common_box h3.kamoku::before {
  content: url(../images/kamoku-icon.png);
  position:relative;
  top: 1em;
  margin-right: 0.5em;
}




.archive_common_box h4{
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	color:#333;
	font-feature-settings : "palt";
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}





.archive_common_box h5{
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	color:#333;
	font-feature-settings : "palt";
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

.archive_common_box p{
	font-size:16px;
	line-height:28px;
	font-weight:normal;
	color:#333;
	margin-top:0px;
	margin-bottom:30px;
	padding:0px;
}
@media (max-width: 991px) {
.archive_common_box p{
	font-size:14px;
	line-height:28px;
	margin-bottom:30px;
}
}

.archive_common_box p.caption{
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	color:#333;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
	text-align: center;
}


.archive_common_box img{
	margin: 5px auto 5px auto;
	padding: 0px;
}

/* =======================================
	header
======================================= */
header {
  margin: 10px 0px 20px 0px;
}
.header-bg-kei {
  margin: 0px;
}
@media (max-width: 991px) {
  .header-bg-kei {
    background-image: none;
  }
}
.header-logo-mark {
  margin-top: 0px;
  text-align: left;
}
@media (max-width: 991px) {
.header-logo-mark {
  margin-top: 0px;
  text-align: center;
}
}

.header-rightbox {
  margin: 20px 0px 0px 0px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-feature-settings: "palt";
  text-align: center;
}


/* =======================================
	customize nav style
======================================= */
.navbar {
  margin-bottom: 0px; 
}  

.navbar-nav {
  margin: 0px; 
  height: 100%;
  padding: 0px;
} 


.navbar-nav .active a {
 background-color: #4c7eff;
}


.navbar-custom {
    background-color: #79aeff;
	font-weight:700;
    border-width:0;
	border-radius: 0;
}
/* gNavi menu name resize */
.navbar-custom  .navbar-nav{
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navbar-custom  .navbar-nav>a {
	color: #fff;
	font-weight:normal;
	transition: background-color 0.3s;
}
.navbar-custom >a:hover {
	color: #fff;
	background-color: #4c7eff;
}
.navbar-custom  .navbar-nav >a:active {
	color: #fff;
	background-color: #4c7eff;
}

.navbar-custom  .navbar-nav >a:hover, .navbar-nav .open, .navbar-custom .navbar-nav .active {
	background-color: #4c7eff;
	min-height: 100%;
}  
.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}
.navbar-toggle {
	outline:0;
}
.divider {
	height:50px;
}
.panel {
	border-width:0;
}


/* =======================================
	nav-sp
======================================= */
.el_humburger {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  padding-top: 10px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 5px;
  background: #4c7eff;
}

.el_humburger > span {
  display: block;
  width: 80%;
  margin: 0px auto 6px;
  height: 3px;
  background: #fff;
  transition: all 0.1s ease-in-out;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
  background: #fff;
}

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

/*ナビゲーション*/
.uq_spNavi {
  display: none;
}
.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation {
  padding: 80px 0 0 0;
  text-align: center;
}

.navigation_item {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.navigation_item > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4c7eff;
  text-decoration: none;
  display:block;
}
.navigation_item > a:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #efefef;
}

.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}



/* =======================================
	top hero
======================================= */
.tophero{
	margin: 0;
	padding: 0;
	height: auto;
}

.css-selector {
    background: linear-gradient(227deg, #4c7eff, #d3e3fc, #9ac0fc, #4088fa, #e3eeff, #4b90fa, #b4d1ff);
    background-size: 1400% 1400%;

    -webkit-animation: AnimationName 16s ease infinite;
    -moz-animation: AnimationName 16s ease infinite;
    animation: AnimationName 16s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}
@keyframes AnimationName { 
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}

/* =======================================
	work_item
======================================= */
.work_item {
    border: 1px solid  #dedede;
    margin: 5px 0px;
    padding: 0px;
	width: 100%;
}
@media only screen and (max-width: 991px) {
  .work_item img {
    max-width: 40px;
  }
}

.genre_anime {
	font-size: 14px;
    background-color: #FFA715;
	color: #fff;
    margin: 0px;
    padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.date_anime {
	font-size: 13px;
    background-color: #FFA715;
	color: #fff;
    margin: 0px;
    padding:5px 10px 4px 10px;
	border-radius: 5px;
}
@media only screen and (max-width: 991px) {
 .date_anime {
  display: block;
　width:-moz-fit-content; /* Firefox */
  width:fit-content; /* other browsers */
  font-size: 12px;
  padding:0px 5px 0px 5px;
  border-radius: 3px;
}
}
.genre_game {
	font-size: 14px;
    background-color: #7ddc77;
	color: #fff;
    margin: 0px;
    padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.date_game {
	font-size: 13px;
    background-color: #7ddc77;
	color: #fff;
    margin: 0px;
    padding:5px 10px 4px 10px;
	border-radius: 5px;
}
@media only screen and (max-width: 991px) {
 .date_game {
  display: block;
　width:-moz-fit-content; /* Firefox */
  width:fit-content; /* other browsers */
  font-size: 12px;
  padding:0px 5px 0px 5px;
  border-radius: 3px;
}
}
.genre_drama {
	font-size: 14px;
    background-color: #8fc5ff;
	color: #fff;
    margin: 0px;
    padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.date_drama {
	font-size: 13px;
    background-color: #8fc5ff;
	color: #fff;
    margin: 0px;
    padding:5px 10px 4px 10px;
	border-radius: 5px;
}
@media only screen and (max-width: 991px) {
 .date_drama {
  display: block;
　width:-moz-fit-content; /* Firefox */
  width:fit-content; /* other browsers */
  font-size: 12px;
  padding:0px 5px 0px 5px;
  border-radius: 3px;
}
}
.genre_radio {
	font-size: 14px;
    background-color: #ffa0b3;
	color: #fff;
    margin: 0px;
    padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.date_radio {
	font-size: 13px;
    background-color: #ffa0b3;
	color: #fff;
    margin: 0px;
    padding:5px 10px 4px 10px;
	border-radius: 5px;
}
@media only screen and (max-width: 991px) {
 .date_radio {
  display: block;
　width:-moz-fit-content; /* Firefox */
  width:fit-content; /* other browsers */
  font-size: 12px;
  padding:0px 5px 0px 5px;
  border-radius: 3px;
}
}
.genre_machine {
	font-size: 14px;
    background-color: #f6c60c;
	color: #fff;
    margin: 0px;
    padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.date_machine {
	font-size: 13px;
    background-color: #f6c60c;
	color: #fff;
    margin: 0px;
    padding:5px 10px 4px 10px;
	border-radius: 5px;
}
@media only screen and (max-width: 991px) {
 .date_machine {
  display: block;
　width:-moz-fit-content; /* Firefox */
  width:fit-content; /* other browsers */
  font-size: 12px;
  padding:0px 5px 0px 5px;
  border-radius: 3px;
}
}
.genre_other {
	font-size: 14px;
    background-color: #96a9ff;
	color: #fff;
    margin: 0px;
    padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.date_other {
	font-size: 13px;
    background-color: #96a9ff;
	color: #fff;
    margin: 0px;
    padding:5px 10px 4px 10px;
	border-radius: 5px;
}
@media only screen and (max-width: 991px) {
 .date_other {
  display: block;
　width:-moz-fit-content; /* Firefox */
  width:fit-content; /* other browsers */
  font-size: 12px;
  padding:0px 5px 0px 5px;
  border-radius: 3px;
}
}
.genre_produce {
	font-size: 14px;
    background-color: #9797ff;
	color: #fff;
    margin: 0px;
    padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.date_produce {
	font-size: 13px;
    background-color: #9797ff;
	color: #fff;
    margin: 0px;
    padding:5px 10px 4px 10px;
	border-radius: 5px;
}
@media only screen and (max-width: 991px) {
 .date_produce {
  display: block;
　width:-moz-fit-content; /* Firefox */
  width:fit-content; /* other browsers */
  font-size: 12px;
  padding:0px 5px 0px 5px;
  border-radius: 3px;
}
}

.type {
    font-size: 14px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}
.work_title {
    font-size: 15px;
	margin: 2px 0px 0px 10px;
	padding: 0px;
}

/* =======================================
	top-card
======================================= */
.top-card-area {
  padding: 0;
  margin: 20px 0px 0px 0px;
}

.card{
background-color: #fff;
}



h5.card-title-sw {
	color:#333;
	text-decoration: none;
	font-size:18px;
	line-height: 24px;
}
h5.card-title-sw::before {
  content: url(../images/card-title-sw-icon.png);
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
}
h5.card-title-swsub {
	color:#333;
	text-decoration: none;
	font-size:15px;
	line-height: 20px;
}
h5.card-title-swsub::before {
  content: url(../images/card-title-sw-icon.png);
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
}

.card-text {
  font-size:14px;
  line-height: 24px;
}

/* =======================================
	 footer
======================================= */
footer {	
	margin-top: auto;
	text-align:center;
	background-color:#79aeff;
}
.footer-copyrights {
	padding: 30px 20px;
	margin: 0;
	color:#fff;
	font-size:14px;
	text-align:center;
} 
@media only screen and (max-width: 991px) {
.footer-copyrights {
	padding-top: 10px;
	padding-bottom: 80px;
}
}

/* =======================================
	Page top
======================================= */
#page-top {
    position: fixed;
    bottom: 60px;
    right: 10px;
    font-size: 80%;
}
#page-top a {
    background: #bebebe;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* =======================================
	common works table
======================================= */
.common_works_table{
	margin: 0px auto 20px;
	width: 100%;
	border-collapse: collapse;
	border-right-style: hidden;
	border-left-style: hidden;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

.common_works_table tr:nth-child(odd) th {
	background: #f2f2f2;
}
.common_works_table tr:nth-child(odd) td {
	background: #f2f2f2;
}



.common_works_table th{
width: 50%;
padding: 10px;
text-align: center;
color:#333;
font-size: 14px;
line-height:20px;
font-weight: normal;
background-color: #fff;
border: 1px solid #ccc;
}

.common_works_table td{
width: 50%;
padding: 10px;
text-align: center;
color:#333;
font-size: 14px;
line-height:20px;
font-weight: normal;
background-color: #fff;
border: 1px solid #ccc;
}



@media (max-width: 991px) {
.common_works_table th{
	padding: 10px 0px 5px 0px;
	width: 100%;
	height:auto;
	font-size: 12px;
	line-height:12px;
	display: block;
	border: 1px solid #ccc;
	border-bottom-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
}
.common_works_table td{
	padding: 0px 0px 5px 0px;
	width: 100%;
	height:auto;
	font-size: 12px;
	line-height:12px;
	display: block;
	border-top-style: hidden;
	border-bottom-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
}
}


/* =======================================
	corporate
======================================= */

.profile_info_box {
	margin-top: 20px;
	margin-bottom: 30px;
}

.shop_data {
	margin-top: 0px;
	margin-bottom: 20px;
}
@media only screen and (max-width:991px){
.shop_data  tr{
        display: block;
        margin-bottom: 1.5em;
    }
.shop_data  th,
.shop_data  td{
    display: list-item;
	list-style: none;
    border: none;
    }
}

.table_shopdata {
	color:#333;
	font-size:16px;
	table-layout: auto;
}
.table_shopdata th{
	background-color:#f2f2f2;
}
.table_shopdata td h5{
	color:#ff6000;
	font-size:16px;
	font-weight:bold;
}
.table_shopdata tr:first-child  th {
  border-top: 1px solid #dddddd;
}
.table_shopdata tr:first-child  td {
  border-top: 1px solid #dddddd;
}
.table_shopdata tr:last-child  th {
  border-bottom: 1px solid #dddddd;
}
.table_shopdata tr:last-child  td {
  border-bottom: 1px solid #dddddd;
}

/* =======================================
	mail address
======================================= */
.domain::before {
   content: '@';
}
.no-disp {
	display: none;
}

/* =======================================
	shopmap
======================================= */
.shop_map {
	margin-top: 60px;
	margin-bottom: 30px;
	position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
.shop_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}