@charset "utf-8";
/* CSS Document */

/* ------- other_title-key ------- */
#other_title-key {
	width: 100%;
	height: 270px;
	margin: 0px auto 0px auto;
	position: relative;
	xoverflow: hidden;
}

#other_title-key #key_img {
  width: 85%;
	height: 270px;
    position: absolute;
    top: 0;
	right: 0;
}
#other_title-key .release_00 {
	background: url("../images/release/title-key_00.jpg") right no-repeat;
}
#other_title-key .company_00 {
	background: url("../images/company/title-key_00.jpg") right no-repeat;
}
#other_title-key .group_00 {
	background: url("../images/group/title-key_00.jpg") right no-repeat;
}
#other_title-key .ir_00 {
	background: url("../images/ir/title-key_00.jpg") right no-repeat;
}
#other_title-key .contact_00 {
	background: url("../images/contact/title-key_00.jpg") right no-repeat;
}
#other_title-key .search_00 {
	background: url("../images/search/title-key_00.jpg") right no-repeat;
}

#other_title-key .cover_01 {
    width: 40%;
    height: 290px;
	background: url(../images/title_bg_01.png) right bottom no-repeat;
    position: absolute;
    top: 0;
    left: 0;
	zpadding-right: 80px;
    z-index: 300;
}
#other_title-key .cover_02 {
    width: 40%;
    height: 290px;
	background: url(../images/title_bg_02.png) right bottom no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#other_title-key h2.title {
	position: absolute;
    top:150px;
    right: 50%;
	width: 1100px;
	margin-right: -550px;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	z-index: 300;
	text-align: left;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

/* main content */
#main_content {
	width: 100%;
    background-color: #FFF;
	z-index: 2000;
	padding: 30px 0px 100px;
	background: url("../images/main_content_bg.jpg") top center no-repeat;
}

#main_content_ppapp {
	width: 100%;
    background-color: #FFF;
	z-index: 2000;
	padding: 30px 0px 100px;
	background: url("../images/main_content_bg2.jpg") top center no-repeat;
}

#main_content_none {
	width: 100%;
    background-color: #FFF;
	z-index: 2000;
	padding: 30px 0px 100px;
}

/* breadcrumb */
#breadcrumb {
	width: 1100px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#breadcrumb a {
    color: #019fff;
	text-decoration: none;
    position: relative;
    display: inline-block;
    transition: .3s;
}
#breadcrumb a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #019fff;
  transition: 0.3s;
}
#breadcrumb a:hover::after {
  width: 100%;
}

/* lang_celect */
.lang_celect_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-bottom: 20px;
}

.lang_celect_box select {
	font-weight: bold;
	background: #0086ff;
	color: #FFF;
	padding: 3px 10px 5px;
	font-size: 16px;
	border: 2px solid #ccc;
}
.lang_celect_box select option {
	background: #FFF;
	color: #000;
}

  /* lang_celect add */
.lang_celect_box:after {
    content: "";
    clear: both;
    display: block;
}
.lang_celect_box ul li {
	float: left;
	margin-bottom: 10px;
	margin-right: .5em;
	font-size: 12px;
}
.lang_celect_box ul li:last-child:after {
	margin-right: 0em;
}
.lang_celect_box ul li a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: .1rem 1.5rem;
	color: #fff;
	border-bottom: 2px solid #0080cd;
	background: #019fff;
	border-radius: 100vh;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	transition: 0.5s;
}
.lang_celect_box ul li a:hover {
	color: #4dbcff;
	background: #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(2px);
}

/* release */
.release_box {
	background: rgba(255, 255, 255, .8);
}
/* outline */
.content_base .white_box {
	width: 900px;
	background: rgba(255, 255, 255, .8);
	margin-left: auto;
	margin-right: auto;
	padding: 30px 100px 30px;
}
.table_base {
	width: 100%;
}
.table_base th {
	padding: 3% 3%;
	border-bottom: 3px solid #019fff;
	color: #019fff;
	xvertical-align: top;
	width: 25%;
}
.table_base td {
	padding: 3% 3%;
	border-bottom: 1px solid #019fff;
}
.table_base a {
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration: none;
  color: #0086ff;
}
.table_base a img {
	vertical-align: text-bottom;
}
.table_base a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #019fff;
  transition: 0.3s;
}
.table_base span a::after {
  bottom: -5px;
}
.table_base a:hover::after {
  width: 100%;
}

.table_left {
	width: 100%;
}
.table_left th {
	width: 50%;
	border-bottom: 1px solid #019fff;
	color: #333;
	padding: 2% 3%;
	text-align: left;
}
.table_left td {
	border-bottom: 1px solid #019fff;
	padding: 2% 3%;
}
.table_left th.last,
.table_left td.last {
	border-bottom: none;
}

/* services */
.content_box .catch {
	xfont-size: 18px;
	xtext-align: center;
	line-height: 2;
	color: #397ee5;
}
#service_cs .catch {
	xfont-size: 18px;
	color: #3d62c7;
}
#service_ac .catch {
	xfont-size: 18px;
	color: #d43c6e;
}
#service_toy .catch {
	xfont-size: 18px;
	color: #ff7800;
}
#service_anime .catch {
	xfont-size: 18px;
	color: #4fb726;
}
#service_cs.content_base h4 {
	color: #3d62c7;
}
#service_ac.content_base h4 {
	color: #d43c6e;
}
#service_toy.content_base h4 {
	color: #ff7800;
}
#service_anime.content_base h4 {
	color: #4fb726;
}
#service_cs.content_base h4:after {
	background: rgba(61, 98, 199, .3);
	width: calc(100% + 15px);
}
#service_ac.content_base h4:after {
	background: rgba(212, 60, 110, .3);
	width: calc(100% + 15px);
}
#service_toy.content_base h4:after {
	background: rgba(255, 120, 0, .3);
	width: calc(100% + 15px);
}
#service_anime.content_base h4:after {
	background: rgba(79, 183, 38, .3);
	width: calc(100% + 15px);
}

.service_img {
	    width: 100%;
	    overflow: hidden;
	}
.service_img:after {
    content: "";
    clear: both;
    display: block;
}
.service_img li {
	float: left;
	width: 25%;
}
.service_img li a {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: -8px;
	position: relative;
	overflow: hidden;
}
.service_img li a span {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 90%;
	color: #FFF;
	margin-top: -60%;
	transition: .3s;
	z-index: 2000;
	padding: 5px 5% 5px 5%;
	text-align: center;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: bold;
}
#service_cs .service_img li a span {
	background: rgba(61, 98, 199, 0.8);
}
#service_ac .service_img li a span {
	background: rgba(212, 60, 110, 0.8);
}
#service_toy .service_img li a span {
	background: rgba(255, 120, 0, 0.8);
}
#service_anime .service_img li a span {
	background: rgba(79, 183, 38, 0.8);
}

.service_img li a:hover span {
	margin-top: 0%;
}
.service_img li a img {
		height: auto;
	    width: 100%;
	    box-sizing: border-box;
	    xborder: 1px solid #FFF;
	transition: .3s;
	}
.service_img li a:hover img {
	transform: scale(1.1, 1.1);
}

#service_cs,
#service_ac {
	padding-top: 70px;
	margin-top: -70px;
}

/* message */
.content_message {
	background: url("../images/company/message_bg.jpg") top center no-repeat;
	height: 328px;
	width: 100%;
	margin-bottom: 50px;
}
.content_message .message_box {
	position: relative;
	width: 1100px;
	height: 328px;
	margin-left: auto;
	margin-right: auto;
}

/* .message_box .message_txt {
	position: absolute;
	width: 28%;
	height: 0px;
	padding-bottom: 8%;
	bottom: 0%;
	left: 30%;
} */
.message_box .message_txt {
	position: absolute;
	width: 55%;
	top: 70%;
	left: 0%;
	font-family: serif;
	font-weight: bold;
	line-height: 1.4;
	text-align: right;
}
.message_box .message_txt .name {
	font-size: 140%;
}
.message_box .message_top {
	position: absolute;
	width: 35%;
	height: 0px;
	padding-bottom: 40%;
	bottom: -4%;
	right: 5%;
	opacity: .0;
}
.message_box img {
	width: 100%;
	height: auto;
}

.message_txt_box h6 {
  font-family: serif;
  font-size: 24px;
  color: #0086ff;
  font-weight: 800;
  margin-bottom: 20px;
}

.message_txt_box p {
	text-indent: 1em;
	text-align: justify;
}

/* history */
.table_history {
	background: url("../images/company/history_arrow.png") repeat-y;
}
.table_history th {
	padding: 20px 10px 20px 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #0086ff;
	width: 30%;
	font-size: 24px;
	vertical-align: top;
}
.table_history td {
	padding: 20px 20px;
	vertical-align: top;
}
.table_history td li {
	list-style: square;
}

.table_history td.history_img img {
    max-width: 150px;
	height: auto;
	max-height: 200px;
}
/* access */
.map_co {
	margin-left: auto;
	margin-right: auto;
	width: 810px;
}
.map_co iframe {
	width: 810px;
	height: 380px;
}
/* group */
.content_base .mini_box {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	xpadding: 30px 100px 50px;
	padding: 0px 100px 0px;
}
/* group_list */
.group_li_box {
	overflow: hidden;
	clear: both;
}
.group_img {
	width: 23%;
	float: left;
}
.group_img img {
	width: 100%;
	height: auto;
}
.group_txt {
	width: 75%;
	float: right;
}
.group_txt .table_base th {
	padding: 10px 3%;
}
.group_txt .table_base td {
	padding: 10px 3%;
}

/* CI */
.ci_box {
	position: relative;
	width: 100%;
}
.ci_box h6 {
  font-family: serif;
  font-size: 24px;
  color: #0086ff;
  font-weight: 800;
  margin-bottom: 20px;
}
.ci_box h6 span {
  color: #b0e5ff;
}
.ci_box .ci_right_txt {
	margin-left: 50%;
	min-height: 410px;
}
.ci_box .ci_img01 {
	position: absolute;
	top: 0;
	right: 0px;
}
.ci_box .ci_img02 {
	position: absolute;
	bottom: 0;
	right: 280px;
}
.ci_box .ci_img03 {
	position: absolute;
	top: 0;
	left: 0px;
}
/* ir */
span.txt_weak_ir {
	font-size: 14px;
	color: #548ab6;
	line-height: 1.2;
}

.table_ir {
	width: 100%;
}

.table_ir td.half_l {
	width: 29%;
	padding: 3% 3%;
	border-bottom: 1px solid #019fff;
	xdisplay: block;
	xfloat: left;
	xclear: both;
	vertical-align: text-top;
}
.table_ir td.half_c {
	width: 3%;
}
.table_ir td.half_r {
	width: 56%;
	padding: 3% 3%;
	border-bottom: 1px solid #019fff;
	xdisplay: block;
	xfloat: right;
	vertical-align: text-top;
}
.table_ir a {
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration: none;
  color: #0086ff;
}
.table_ir a img {
	vertical-align: text-bottom;
}
.table_ir a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #019fff;
  transition: 0.3s;
}
.table_ir span a::after {
  bottom: -5px;
}
.table_ir a:hover::after {
  width: 100%;
}

/* contact */
.contact_li {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.contact_li li {
	width: 49%;
	position: relative;
	overflow: hidden;
}
.contact_li li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 5% 4%;
	box-sizing: border-box;
	overflow: hidden;
	color: #FFF;
	position: relative;
	z-index: 2000;
	text-decoration: none;
}
.contact_li li::after {
      content: '';
      transition: all .5s ease-out;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.contact_li li:hover .text {
      color: #FFF;
}
.contact_li li:hover::after {
      width: 100%;
      height: 100%;
      opacity: 1;
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
}

.contact_li li:nth-child(1) {
  background: #158d8d url("../images/contact/service_a_bg.jpg") bottom right no-repeat;
}
.contact_li li:nth-child(2) {
  background: #3361c4 url("../images/contact/service_b_bg.jpg") bottom right no-repeat;
}
.contact_li li:nth-child(3) {
  background: #ee4e3e url("../images/contact/service_c_bg.jpg") bottom right no-repeat;
}
.contact_li li:nth-child(4) {
  background: #dd3e6f url("../images/contact/service_d_bg.jpg") bottom right no-repeat;
}
.contact_li li:nth-child(5) {
  background: #e0ac0d url("../images/contact/service_e_bg.jpg") bottom right no-repeat;
}
.contact_li li:nth-child(1):hover::after {
  background: #5bafaf;
}
.contact_li li:nth-child(2):hover::after {
  background: #6e8fd5;
}
.contact_li li:nth-child(3):hover::after {
  background: #f38378;
}
.contact_li li:nth-child(4):hover::after {
  background: #e7789a;
}
.contact_li li:nth-child(5):hover::after {
  background: #f4cd57;
}


.contact_li li:nth-child(1),
.contact_li li:nth-child(2),
.contact_li li:nth-child(3),
.contact_li li:nth-child(4) {
	margin-bottom: 2%;
}

.contact_li .contact_img {
	float: left;
	width: 20%;
}
.contact_li .contact_img img {
	width: 100%;
	height: auto;
}
.contact_li .contact_txt {
	float: right;
	width: 75%;
}
.contact_li .content_title {
	font-size: 18px;
}

/* 404 */
.content_base .content_box_404 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.content_base .content_box_404 h3 {
	font-size: 26px;
	font-weight: bold;
	color: #0086ff;
	margin-bottom: 20px;
	text-align: center;
}
.content_base .content_box_404 p a {
    text-align: center;
	color: #0086ff;
}
.content_base .content_box_404 p a:hover {
	color: #b0e5ff;
}
.content_base .content_box_404 div {
	text-align: center;
}
.content_base .content_box_404 div a img {
  transition: 0.3s;
}
.content_base .content_box_404 div a:hover img {
  opacity: 0.7;
}

.content_base .content_box_404 a.btn-base {
	margin: 2em auto 0 auto;
	text-align: center;
	text-decoration: none;
	display: block;
	border: 3px solid #013763;
	xborder-radius: 8px;
	color: #013763;
	font-weight: bold;
	padding: 14px 10px;
	transition: color .3s, background-color .3s;
	font-size: 110%;
	box-sizing: border-box;
}
.content_base .content_box_404 a.btn-base:hover {
	background: #013763;
	color: #FFF;
	text-decoration: none;
}
.content_base .content_box_404 a.btn-base.large {
	width: 600px;
}
/* policy_box */
.policy_box a {
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration: none;
  color: #0086ff;
  text-indent: 0px;
}
.policy_box a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #0086ff;
  transition: 0.3s;
}
.policy_box span a::after {
  bottom: -5px;
}
.policy_box a:hover::after {
  width: 100%;
}

.policy_box h6 {
	font-size: 18px;
	font-weight: bold;
	color: #0086ff;
	text-indent: -1em;
	margin-left: 1em;
}

/* summary */
.map_box {
    width: 1100px;
    height: auto;
    margin: -50px auto 0;
    z-index: 301;
}

.map {
    position: relative;
    background: url("../images/group/map.png") center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 53.5%;
}

.map .jp {
    position: absolute;
    left: 38%;
    top: 34%;
    text-indent: -9999px;
    background: url("../images/group/pin01.png") no-repeat;
    background-size: cover;
    height: 12%;
    width: 6%;
    cursor: pointer;
    z-index: 400;
}

.map .asia {
    position: absolute;
    left: 32%;
    top: 37%;
    text-indent: -9999px;
    background: url("../images/group/pin01.png") no-repeat;
    background-size: cover;
    height: 12%;
    width: 6%;
    cursor: pointer;
    z-index: 400;
}

.map .ep {
    position: absolute;
    left: 3%;
    top: 25%;
    text-indent: -9999px;
    background: url("../images/group/pin01.png") no-repeat;
    background-size: cover;
    height: 12%;
    width: 6%;
    cursor: pointer;
    z-index: 400;
}

.map .na {
    position: absolute;
    left: 68%;
    top: 33%;
    text-indent: -9999px;
    background: url("../images/group/pin01.png") no-repeat;
    background-size: cover;
    height: 12%;
    width: 6%;
    cursor: pointer;
    z-index: 400;
}

.map ul {
    position: absolute;
    display: inline-block;
    right: 10%;
    top: 70%;
    line-height: 2.2;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 4px #CCC;
    padding: 10px 30px;
    font-size: 14px;
}

.map ul li {
    margin-right: 15px;
    padding-left: 15px;
}

.map ul li:nth-child(1) {
    background: url("../images/group/ico_bis_cs.png") no-repeat left center;
    color: #3d62c7;
}

.map ul li:nth-child(2) {
    background: url("../images/group/ico_bis_ac.png") no-repeat left center;
    color: #d43c6e;
}

.map ul li:nth-child(3) {
    background: url("../images/group/ico_bis_toy.png") no-repeat left center;
    color: #ff7800;
}

.map ul li:nth-child(4) {
    background: url("../images/group/ico_bis_anime.png") no-repeat left center;
    color: #4fb726;
}

.map_right {
	text-align: right;
}

.map_txt {
	display: inline-block;
	font-size: 14px;
	color: #ee4e3e;
	border: solid 1px #ee4e3e;
    background: #fefb20;
	border-radius: 15px;
	padding: 0 10px;
	text-align: right;
}

.map_txt::after {
    content: "";    
}

.p_group #service_cs h4 {
    background: url("../images/group/ico_bis_cs_b.png") no-repeat left 13px;
    padding-left: 30px;
}

.p_group #service_ac h4 {
    background: url("../images/group/ico_bis_ac_b.png") no-repeat left 13px;
    padding-left: 30px;
}

.p_group #service_toy h4 {
    background: url("../images/group/ico_bis_toy_b.png") no-repeat left 13px;
    padding-left: 30px;
}

.p_group #service_anime h4 {
    background: url("../images/group/ico_bis_anime_b.png") no-repeat left 13px;
    padding-left: 30px;
}

.flex_box {
    display: flex;
}

.flex_box div:first-child {
    width: 55%;
    margin-right: 5%;
}

.flex_box div:last-child {
    width: 40%;
}

.flex_box div p img {
    width: 100%;
}

/* ppapp */
#ppapp_header {
	background: rgba(255,255,255,1);
    width: 100%;
	height: 58px;
    margin: 0 auto;
	z-index: 2500;
	border-bottom: 1px #0060ff solid;
	box-sizing: border-box;
}
#ppapp_header .logo {
	padding: 10px 0px 0px 20px;
	color: #595757;
}
#ppapp_header .logo img {
    height: 33px;
}
#ppapp_header .logo span.name_en {
	font-family: "Oswald";
	font-weight: 700;
	color: #0086ff;
	font-size: 24px;
	vertical-align: 3px;
	margin-left: 10px;
}
#ppapp_header .logo span.name_jp {
	vertical-align: 3px;
	margin-left: 10px;
}
.word-break {
	word-break: break-all;
}

/* web-accessibility */
h6.updated_title {
	color: #203864;
}
.updated_box {
	background: #e6e6e6;
	padding: 10px 30px 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.updated_box dt {
	float: left;
	clear: both;
	width: 10em;
	color: #203864;
}
.updated_box dt::before {
	content: "● ";
}
.updated_box dd {
	float: right;
	width: calc(100% - 10em);
	margin-bottom: 5px;
	color: #203864;
}

/*-----------------------------------------------------	*/
/*	for - 1100px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:1100px) {
/* ------- title-key ------- */
#other_title-key {
	xpadding-bottom: 45%;
}
#other_title-key .cover_01 {
    width: 50%;
}
#other_title-key .cover_02 {
    width: 50%;
}

#other_title-key h2.title {
    top: 150px;
    left: 50%;
	width: 92%;
	margin-left: -46%;
}
#other_title-key .release_00 {
	background: url("../images/release/title-key_00.jpg") right no-repeat;
}
#other_title-key .company_00 {
	background: url("../images/company/title-key_00.jpg") center no-repeat;
}
#other_title-key .group_00 {
	background: url("../images/group/title-key_00.jpg") center no-repeat;
}
#other_title-key .ir_00 {
	background: url("../images/ir/title-key_00.jpg") center no-repeat;
}
#other_title-key .contact_00 {
	background: url("../images/contact/title-key_00.jpg") center no-repeat;
}

/* breadcrumb */
#breadcrumb {
	width: 96%;
}
/* lang_celect */
.lang_celect_box {
	width: 96%;
}

/* outline */
.content_base .white_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 3% 30px;
}
.table_left th {
	width: 60%;
}
	
/* services */
.service_img li {
	    width: 33.33%;
}
	
/* message */
.content_message {
	background: url("../images/company/message_bg.jpg") top center no-repeat;
	background-size: cover;
	padding-bottom: 25%;
	height: 0px;
	width: 100%;
}
.content_message .message_box {
	position: relative;
	width: 96%;
	height: 0px;
	padding-bottom: 25%;
}

/* access */
.map_co {
    position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
    height: 0;
    padding-top: 60%;
    overflow: hidden;
}
.map_co iframe,
.map_co object,
.map_co embed {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}
/* group */
.content_base .mini_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	xpadding: 30px 3% 50px;
	padding: 0px 3% 0px;
}
/* CI */
	.ci_box {
		text-align: center;
	}
.ci_box .ci_right_txt {
	margin-left: 0;
	min-height: auto;
}
.ci_box .ci_img01 {
	position: static;
}
.ci_box .ci_img02 {
	position: static;
}
.ci_box .ci_img03 {
	position: static;
}

/* ir */
.table_ir td.half_l {
	border-bottom: none;
	display: block;
	width: 94%;
}
.table_ir td.half_c {
	display: none;
}
.table_ir td.half_r {
	display: block;
	width: 94%;
	background: #f9f8f4;
}
	
/* contact */
.contact_li {
	width: 96%;
}

/* 404 */
.content_base .content_box_404 {
	width: 96%;
}

/* ppapp */
#ppapp_header .logo {
	padding: 10px 0px 0px 2%;
}
}

/* summary */
.map_box {
    width: 96%;
    max-width: 1100px;
    height: auto;
    margin: -50px auto 0;
    z-index: 301;
}

/*-----------------------------------------------------	*/
/*	for - 700px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:700px) {
#other_title-key .cover_01 {
    width: 65%;
	xpadding-left: 30px;
}
#other_title-key .cover_02 {
    width: 65%;
}
#other_title-key .release_00 {
	background: url("../images/release/title-key_00_sp.jpg") right no-repeat;
}
#other_title-key .company_00 {
	background: url("../images/company/title-key_00_sp.jpg") center no-repeat;
}
	#other_title-key .group_00 {
	background: url("../images/group/title-key_00_sp.jpg") center no-repeat;
}
#other_title-key .ir_00 {
	background: url("../images/ir/title-key_00_sp.jpg") center no-repeat;
}
#other_title-key .contact_00 {
	background: url("../images/contact/title-key_00_sp.jpg") center no-repeat;
}
	
/* outline */
.table_left th {
	display: block;
	width: 100%;
	border-bottom: none;
}
.table_left td {
	display: block;
	width: 100%;
}
/* services */
.service_img li {
	    width: 50%;
}
	
/* message */
.content_message {
	padding-bottom: 35%;
}
.content_message .message_box {
	padding-bottom: 35%;
}

.message_box .message_txt {
	position: absolute;
	width: 65%;
	height: 0px;
	padding-bottom: 8%;
	bottom: 10%;
	left: 5%;
	text-align: left;
}
.message_box .message_top {
	position: absolute;
	width: 43%;
	height: 0px;
	padding-bottom: 40%;
	bottom: 0%;
	right: 0%;
	opacity: .0;
}

/* history */
.table_history th {
	xpadding: 30px 5px 30px 60px;
	padding: 0px 5px 10px 60px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #1627cc;
	font-size: 24px;
	display: block;
	box-sizing: border-box;
	xfloat: left;
	xwidth: 100px;
	float: none;
	width: 100%;
}
.table_history td {
	xpadding:  30px 0px 30px 4em;
	padding:  0px 0px 20px 6em;
	display: block;
	box-sizing: border-box;
	xfloat: left;
	xwidth: calc(100% - 100px);
	float: left;
	width: 100%;
}
.table_history td.history_img {
	display: block;
	width: 100%;
	text-align: right;
}
.table_history td.history_img img {
	margin-left: 10px;
}

/* group_list */
.group_img {
	width: 100%;
	float: none;
	text-align: center;
}
.group_img img {
	width: 80%;
	height: auto;
}
.group_txt {
	width: 100%;
	float: none;
}
	
/* contact */
.contact_li li {
	width: 100%;
}
.contact_li li:nth-child(5) {
	margin-bottom: 2%;
}

/* 404 */
.content_base .content_box_404 div a img {
  max-width: 80%;
  height: auto;
}
	
.content_base .content_box_404  a.btn-base:hover {
	background: #007fbd;
	color: #FFF;
	text-decoration: none;
}

.content_base .content_box_404 a.btn-base.large {
	width: 80%;
}

/* summary */

.map {
    background: url("../images/group/map_s.png") right top no-repeat;
    background-size: 80%;
    width: 100%;
    height: 0;
    padding-top: 53.7%;
}

.map p {    
    font-size: 16px;
    line-height: 1;
    box-shadow: 2px 2px 2px #333;
    background-image: none;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
}

.map .jp {
    position: absolute;
    left: 5%;
    top: 20%;
    background: rgba(254,251,32,0.8);
    text-indent: inherit;
    height: auto;
    width: 40%;
}

.map .asia {
    position: absolute;
    left: 5%;
    top: 50%;
    background: rgba(254,251,32,0.8);
    text-indent: inherit;
    height: auto;
    width: 40%;
}

.map .ep {
    position: absolute;
    left: inherit;
    right: 5%;
    top: 20%;
    background: rgba(254,251,32,0.8);
    text-indent: inherit;
    height: auto;
    width: 40%;
}

.map .na {
    position: absolute;
    left: inherit;
    right: 5%;
    top: 50%;
    background: rgba(254,251,32,0.8);
    text-indent: inherit;
    height: auto;
    width: 40%;
}

.map ul {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 80%;
    line-height: 1.6;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 3px #CCC;
    padding: 5px 10px;
    font-size: 12px;
}

.map ul li {
    margin-right: 15px;
    padding-left: 15px;
}

.map ul li:nth-child(1) {
    background: url("../images/group/ico_bis_cs.png") no-repeat left center;
    color: #3d62c7;
}

.map ul li:nth-child(2) {
    background: url("../images/group/ico_bis_ac.png") no-repeat left center;
    color: #d43c6e;
}

.map ul li:nth-child(3) {
    background: url("../images/group/ico_bis_toy.png") no-repeat left center;
    color: #ff7800;
}

.map ul li:nth-child(4) {
    background: url("../images/group/ico_bis_anime.png") no-repeat left center;
    color: #4fb726;
}


.map_txt {
	display: inline-block;
	font-size: 12px;
	color: #ee4e3e;
	border: solid 1px #ee4e3e;
	border-radius: 15px;
	padding: 0 10px;
	text-align: right;
    background: rgba(254,251,32,0.8);
    margin-top: 30px;
}

.map_txt::after {
    content: "";    
}

.flex_box {
    display: block;
}

.flex_box div:first-child {
    width: 100%;
    margin-right: 0;
}

.flex_box div:last-child {
    width: 80%;
    margin: 0 10%;
}

/* ppapp */
#ppapp_header {
	height: auto;
    margin: 0px auto;
}
#ppapp_header .logo span.name_en {
	font-size: 20px;
}

/* web-accessibility */
.updated_box dt {
	float: none;
	width: 100%;
}
.updated_box dd {
	float: none;
	width: 100%;
}

}

/*-----------------------------------------------------	*/
/*	for - 400px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:400px) {
#ppapp_header .logo img {
    height: 28px;
}
#ppapp_header .logo span.name_en {
	font-size: 18px;
}
}
