@charset "utf-8";

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}
body {
	background-color:#000;
}
.hidden {
	overflow: hidden;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


/*--common--*/
.fl_l{float:left;}
.fl_r{float:right!important;}
.txt_c{text-align:center;}
.mb_s{margin-bottom:5px;}
.mb_m{margin-bottom:10px;}

/*--clearfix--*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-table;min-height:1%;}
* html .clearfix {height:1%;}
.clearfix {display:block;}

nav{
	line-height: 0;
}
img {
  display: block;
}

#notsupport {
	width:96%;
	height:100%;
	background: #000;
	position: fixed;
	z-index: 100000000;
	color:#fff;
	text-align: left;
	font-size:12px;
	padding:2%;
	display: none;
}
#notsupport h2 {
  font-size:24px;
	font-weight: bolder;
	text-align: center;
	color:#e50065;
	margin:50% 0 8px;
}

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

  menu

---------------------- */
#menubox {
  position:fixed;
  top:10px;
  right:10px;
  z-index:101;
}
#menu {
  background: rgba(0,0,0, 0.7);
  color:#fff;
  width:100%;
  height:110%;
  padding:10% 0;
  position:fixed;
  top:0;
  left:0;
  z-index:100;
  text-align:center;
  display: none;
  overflow: hidden;
}
#menu-inner {
  display: table;
  position: relative;
  width:100%;
  height:80%;
  overflow-y: auto;
}
#menu ul {
  display: table-cell;
  vertical-align: middle;
}
#menu ul li {
  width:90%;
  margin:0 auto;
  padding:8px 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom:1px solid rgba(0,0,0, 0.1);
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .6s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 24px;
	height: 14px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e50065;
	border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 6px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}


.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-315deg);
	transform: translateY(6px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(315deg);
	transform: translateY(-6px) rotate(315deg);
}


/* = =

default

 = =*/
/*-- reset --*/
body{margin: 0;padding: 0;word-break: break-all;word-wrap: break-word;}
img{margin:0;padding:0;}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div{margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
ul li, ol li{list-style: none;}
table{margin: 0;padding: 0;font-size: 100%;}
caption{text-align: left;}
table,pre,code,select,textarea,kbd,var,ins,del,samp{font-size: 100%;}
address,cite,dfn,em,strong,var,th,ins,del,samp{font-weight: normal;font-style: normal;}
a img{border: 0;}
hr.separation{display: none;}
fieldset{border: none;}
header,section,nav,aside,footer,article{display: block;}
/*-- initialize --*/
body{-webkit-text-size-adjust: none;color: #333333;font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", sans-serif;}
#content{word-break: break-all;word-wrap: break-word;-moz-word-wrap: break-word;}
#wrapper{position:relative;}
a{color: #e50065;text-decoration: none;-webkit-tap-highlight-color: rgba(102,204,255,0.5);}
.errorText{margin: 10px;padding: 5px;border: 1px solid #dc0000;color: #dc0000;font-weight: bold;}



/* = = = = = = = = = = = = = = = = = = = =
  共通
 = = = = = = = = = = = = = = = = = = = =*/

.image.w100p img{width: 100%;}



#content article{position: relative;}

.content_header{
    width: 100%;
    height: 34px;
    background-color: rgba(0,0,0,0.8);
    display:box;
    display:-webkit-box;
}
.content_header img{width: 100%;vertical-align: bottom;}
.content_header h1, .content_header h2{width: 50%;}
.content_header h2 a{margin-left: 40px;display: block;color: #fff;font-weight: bold;background-color: #e50065;text-align: center;border-radius: 3px;
font-size: 12px;padding: 5px 0;}


.mainlogo + .module{margin-top: 60px;}
#navigation{width: 100%;height: 100px;position: relative;}

.module{background-color: rgba(36,31,31,0.8);color: #fff;border-top: 2px solid #e50065;padding: 10px 10px 40px;}
.module header{color: #e50065;display: box;display: -webkit-box;margin-top: 10px;}
.module header h2,.module header h3{font-weight: bold;}
.module header h2{box-flex:1;-webkit-box-flex:1;}
.module header h3{text-align: right;font-size: 15px;}
.module a{color: #e50065;}

.module h4{font-size: 14px;font-weight: bold;margin-top: 20px;padding-bottom: 5px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.module h4 + dl{margin-top:-10px;}

.module .list{font-size: 12px;}
.module .list dt{color: #e50065;padding-left: 5px;border-left: 1px solid #e50065;line-height: 1.1;margin-top: 20px;}
.module .list.question dt{border-left: none;}
.module .list dd{padding-left: 6px;line-height: 1.2;margin-top: 5px;}
.module .list.question dd{padding-left: 20px;}

#PHOTO.module{padding: 10px 5px 40px;}
#PHOTO.module header{padding: 0 5px;}
#PHOTO.module ul li{width: 50%;float: left;}
#PHOTO.module ul li a{display: block;padding: 5px;}
#PHOTO.module ul li img{width: 100%;vertical-align: bottom;}
#PHOTO.module ul{margin-top: 20px;}

.module .button{margin-top: 20px;}
.module .button a{display: block;background: #e50065;color: #fff;border-radius: 3px;padding: 10px;text-align: center;font-weight: bold;}

.bk{
  background-image: url('../../img/sp/top/bg.jpg');
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: 0 0;
	width: 100%;
	height: 120%;
	position: fixed;
	top:0;
	left:0;
	z-index: -1;
	opacity: 0;
}

.landscape .bk{background-size: 100% auto;}
.portlait .bk{background-size: auto 120%;}


/*-- noscript --*/
.nonsc {
  width:60%;
  height:120%;
  background: #000;
  position:fixed;
  z-index:200;
  color:#fff;
  padding:20%;
  font-size:24px;
  overflow: hidden;
}
.nonsc a {
	color:#e50065;
}



/*---------

共通

---------*/

section#mainvisual {
	position: relative;
}
section#mainvisual .icon_scroll {
	position: absolute;
	top:70%;
	left:43%;
	display: none;
}

/*h1.android2x {
	background-image: url('../../img/sp/logo_main.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
h1 {
	position: absolute;
	margin:120px 25% 0;
	text-decoration: none;
	text-indent: -99999px;
	width:50%;
	height:70px;
}*/

h1.mainlogo {margin:0;padding:0;}
h1.mainlogo img {width: 100%;margin:0 !important;}

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

PageTop

---------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    display: none;
		z-index: 10;
}
#page-top a {
    background:url('../../img/sp/common/pagetop.png') no-repeat;
    background-size: 100%;
    color: #fff;
    width: 40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    display: block;
}
#page-top a:hover {
    background:url('../../img/sp/common/pagetop_on.png') no-repeat;
    background-size: 100%;
}

/*-- section pr -- */
.blur {
	-webkit-filter:blur(12px);
	filter:blur(12px);
	position: fixed;
	overflow-y: scroll;
}

#top_menu {
	display: none;
}

#logo_img {
	position: absolute;
	top:10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
	width:180px;
	display: none;
}
#logo_img img {
	width:180px;
	margin:0 auto;
}

article#index section a{
    display: block;
    border:1px solid #e50065;
		color:#e50065;
    margin:30px auto 0;
		padding:2% 5%;
    text-align: center;
    cursor: pointer;
		width:25%;
		border-radius: 4px;
}

section#pr {
	background: #fff;
	color:#5d5d5f;
	padding-bottom:50px;
}
section#pr h3{
  margin:0 0 20px;
}
section#pr .preeList {
  font-size:12px;
	padding:20px 0px 0;
  border-bottom:1px solid #ededed;
}
section#pr .preeList a {
	display: block;
	width:70%;
	border:none;
	text-align: left;
	margin:0;
	padding:20px 15%;
  border-top:1px solid #f7f7f7;
}
section#pr .preeList dt {
  color:#e50065;
	margin:0 0 8px;
  padding:0;
}
section#pr .preeList dd {
	width:100%;
	display: block;
	margin:0;
  padding:0;
	border:none;
	text-align: left;
  color:#5d5d5f;
}
section#pr .preeList .loading {
	text-align: center;
	margin:0 0 20px;
}

section#aboutus {
	color:#e7e7ec;
	background: #9ca2a2;
	background-size: cover;
	padding:0;
}

section#contact {
	background:#f7f7f7;
	color:#5d5d5f;
	padding-bottom: 50px;
}
section#business {background:#1c1e22; color:#fff;}
section#recruit {
	background:none;
	color:#fff;
	padding-bottom: 50px;
}

section#pr h2{
  width:80%;
}
section#aboutus h2{
  width:55%;
}
section#business h2{
  width:55%;
}
section#contact h2{
  width:50%;
}
section#recruit h2{
  width:50%;
}


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

Common

---------------------- */
section {
	margin:0;
  padding:0;
}
section header {
	padding:50px 50px 0;
}
header ul {
	display: none;
}
section header h2{
  font-size:24px;
  font-weight:bolder;
  text-align:center;
	border-bottom:2px solid #e50065;
	margin:0 auto 8px;
	padding:0 0 8px;
}
section header h3{
  font-size:12px;
  text-align:center;
}
section h4{
  font-size:22px;
  font-weight:bolder;
  padding:40px;
  text-align:center;
}
section dl {
	padding:50px;
}
section p {
	padding:0 50px;
}
section a {
	padding:0 50px;
}

article#index section img {
	margin:50px 0 0;
}

header#header {
  background:rgba(0,0,0, 0);
  position: fixed;
  width:100%;
  height: 44px;
	line-height:44px;
	z-index: 100;
	top:0;
	left:0;
}
header#header.active {
	background:rgba(0,0,0, 1);
}
header#header h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
header#header a {
  display: block;
	position: absolute;
	top:0;
}
header#header a img {
	width:80px;
}

/*------
footer
------*/
#footer {
	font-size:11px;
	line-height:1.4;
	background:#111;
	color:#848484;
	text-align:center;
	margin:0 auto;
	padding:30px 40px 40px;
  border-top:1px solid #e50065;
	/*position: relative;
	z-index: 2;*/
}

#footer .footerInner{padding:0;}
#footer small{display:block; font-size:9px;}
#footer img{margin:0 auto;}
#footer ul {margin:20px 0; padding:0; }
#footer ul li {display:inline-block; margin:0 2px; font-size:10px;}
#footer a {color:#848484;}


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

Slide anime

---------------------- */
.slide {
  overflow: hidden;
  top: 50px;
  opacity: 0;
  position: relative;
}

#svg_box {
  width:100%;
  margin:150px auto 0;
  text-align: center;
  position: absolute;
  display: block;
  height:70px;
}
#gyao_logo_svg {
  width:50%;
}