/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}


@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;

}


.cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#ind_cont {
	width: 100%;
	height: 100%;
}

.v_b {
	width: 100%;
	height: 100%;
}

#video_cont {
	width: 100%;
	height: 100%;
	margin-top: 1px;
}

#ind_cont #video_cont {
	position: fixed;
	z-index: -1;
}

#ind_cont video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#ind_cont #member {
	padding: 500px 0 0 0;
}


/**********************************
	メニュー
**********************************/
.menu {
	overflow-y:auto; /* 縦方向のみスクロール */
	position: absolute;
	top:0;
	left:76px;
	width: 100%;
	color: #333;
	font-size:110%;
	background: #eee;
	text-align:left;
	z-index:9999;
	/* アニメーション */
	-webkit-transition:0.4s ease-in-out;
	-moz-transition:0.4s ease-in-out;
	transition:0.4s ease-in-out;
background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(157, 24, 121, 0.9) 10%, rgba(209, 11, 83, 0.8) 50%, rgba(206, 82, 66, 0.8) 99%, rgba(209, 11, 83, 0.8) 100%) repeat scroll 0 0;
}

.menu ul {
	margin-top: 20px;
	margin-left: 2%;
	width: 30%;
	border-rop: 1px solid #fff;
	font-weight: bold;
	font-size: 20px;
}

.menu ul li a {
	display:block;
	padding: 20px 0 20px 10px;
	color:#fff;
	font-weight:300;
	text-shadow:none;
	text-decoration:none;
	border-bottom: 1px solid #fff;
}

/* メニューON/OFF */
.menuOff {
	-webkit-transform:translate3d(-100%, 0, 0);
	-moz-transform:translate3d(-100%, 0, 0);
	transform:translate3d(-100%, 0, 0);
	z-index:9999; /* 最前面に来るように */
	left: 0;
}
.menuOn {
	box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.2);
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	left: 60px;
	position: fixed;
}
.ie .menuOff {
	left:-100%; /* IE向け */
}
.ie .menuOn {
	left: 0; /* IE向け */
}

/* ナビゲーション以外固定 */
.fixed {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}

/* オーバーレイ */
.overlay {
	position:fixed;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	z-index:999;
}

/**********************************
	ナビゲーションアイコン
**********************************/
.navBtn {
	position:absolute;
	top:20px;
}
/* IE8以下はアイコン位置調整 */
#ie8 .navBtn,
#ie7 .navBtn,
#ie6 .navBtn {
	top:30px;
}
.navBtn button {
	margin-top: 20px;
	display: block;
	border: none;
	background: none;
	outline: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	−moz−tap-highlight-color:rgba(0,0,0,0);
	tap-highlight-color:rgba(0,0,0,0);
	z-index: 10000;
}
.navIcon {
	cursor: pointer;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

/* アイコンレイヤー */
.iconLayer {
	position: relative;
	display: block;
	width: 50px;
	height: 7px;
	background:#fff;
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	box-shadow: 2px 2px 6px #666;
}
.iconLayer:before, .iconLayer:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: inherit;
	height: 7px;
	background: inherit;
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	box-shadow: 2px 2px 6px #666;
}



/**********************************
	コンテンツ
**********************************/
#contents {
    /* [disabled]width: 92%; */
    max-width: 960px;
    position: relative;
    margin: 30px auto;
    float: left;
    background-color: #FF0004;
}

#contents h2 {
	margin:1em 0;
	color:#634a32;
	font-size:2em;
}
#contents p {
	margin:1em 0;
	color:#634a32;
	line-height:1.7;
}

/**********************************
	フッター
**********************************/
footer {
	padding:1em 0;
	color:#fff;
	background:#555;
}
footer p {
	width:92%;
	max-width:960px;
	margin:0 auto;
}

/**********************************
	レスポンシブ
**********************************/
@media screen and (max-width: 800px) {
	header h1 {
		line-height:1.3;
	}
	header h1 br {
		display:block;
	}
	header .menu {
		width:50%;
	}
}
@media screen and (max-width: 480px) {
	header h1 {
		font-size:1.2em;
	}
	header .navBtn {
		top:0;
		left:0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		transform: scale(0.5);
	}
	header .menu {
		width:70%;
	}
}

.menu li a {
	font-weight: bold;
	transition: color 1s ease 0s;
}

.menu li a:hover {
	color: #EB6A64;
}

#s_img_cont {

	width: 100%;
	min-height: 720px;
	background: url(../s_bg.jpg) no-repeat;
	background-size: cover;
}

#s_img #s_img {
	position: relative;
}

#s_img ul {
	position: absolute;
	left: 60px;
	height: 600px;
}

#s_img ul li {
	position: absolute;
}

#s_img ul .s1 {
	top: -95px;
	left: 100px;
}

#s_img ul .s2 {
	top: 10px;
	left: -5px;
}

#s_img ul .s3 {
	top: 113px;
	left: -100px;
}

#s_img ul .s4 {
top:2px;
left: 96px;
}

#s_img ul .s5 {
top: 208px;
left:-4px;
}

#s_img ul .s6 {
top: 310px;
left: -6px;
overflow: hidden;
}

#s_img_cont p {
	margin-right: 18%;
	float: right;
	min-height: 720px;
}

#s_img_cont p img {
	height: 720px;
}


.mov_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/pixel-screen.png) repeat;
	z-index: 3;
}

/**********************************
	ABOUT US
**********************************/
#about {
	padding: 50px 0;
	max-height: 720px;
	height: 100%;
}

#about p {
	margin: 60px 0 0 0;
	font-size: 12px;
	text-align: center;
	line-height: 130%;
}


#about h2 {
	font-size: 20px;
	text-align: center;
 	width: 100%;
    font-family: "小塚ゴシック Std m";
	font-weight: normal;
}

#about h2 span {
	padding: 10px 0 0 0;
	displat: block;
	float: left;
 	width: 100%;
	font-size: 10px;
}

/*コンタクト*/
.contact_inner {
	margin: 0 auto;
	padding: 60px 0;
	width: 600px;
}

h2 {
	font-family: Helvetica;
	font-size: 40px;
	text-align: center;
}

.form_list {
	margin: 60px 0 0 0;
}

.form_list li {
	float: left;
	width: 186px;
}

.form_list li dl {
	width: 186px;
}

.form_list li dt {
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica;
	width: 186px;
}

.form_list li dt span {
	padding: 9px 0 0;
	width: 160px;
	border-bottom: 1px solid #000;
	display: block;
	float: right;
}

.form_list li dd {
	margin: 2px 0 0 0;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.form_list .list_off {
	color: #ccc;
}

.form_list .f_l_m {
	margin: 0 21px;
}

.form_list .list_off {

}

.form_list .list_off dt span {
	border-color: #ccc;
}

.form {
	margin: 30px 0 0 0;
}

.num {
	font-size: 140px;
	opacity: 0.1;
	float: left;
	font-weight: 800;
}

.form_inner {
	width:56%;
	margin:0 auto;
  float:right;
}

.form_inner .f_name {
	margin: 20px 0 54px 0;
}

.form_inner dt {
	margin: 0 8px 0 0;
	padding: 3px 0;
	float: left;
	font-size: 14px;
	letter-spacing: 1px;
	width: 50px;
	font-weight: 400;
}

.form_inner dd {
	padding: 3px 0 0 0;
	float: left;
	border-bottom: 1px dotted #ccc;
	width: 336px;
}

.form_inner dd input {
	padding: 0 0 3px 0;
	border: none;
	font-size: 14px;
}

.f_message {
	margin: 24px 0 0 0;
	width: 600px;
	float: left;
}

.f_message dt {
	float: left;
	letter-spacing: 1px;
}

.f_message dt span {
	padding: 7px 0 0;
	border-bottom: 1px solid #000;
	border-color: #ccc;
	display: block;
	width: 252px;
}

.f_message dt .f_m_l {
	margin: 0 8px 0 0;
	float: left;
}

.f_message dt .f_m_r {
	margin: 0 0 0 8px;
	float: right;
}

.f_message dd {
	margin: 10px 0 0 0;
	padding: 0 0 2px 0;
	float: left;
	border-bottom: 1px solid #ccc;
}

.f_message dd textarea {
	border: none;
	border-bottom: 1px solid #ccc;
	resize:none;
	width: 600px;
}

.btn {
	margin: 60px 160px 0;
	float: left;
	transition: box-shadow 0.5s linear 0s;
	box-shadow: 0 0 8px #666;
}

.btn:hover {
	box-shadow: none;
}

.btn input {
	padding: 20px 0;
	width: 280px;
	text-align: center;
	color: #fff;
	background: #000;
	font-size: 14px;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	transition: background 0.5s ease 0s;
}

.btn input:hover {
	background: #333;
	color: #fff;
}

#fixedBox {
	position: fixed;
	padding: 0 8px;
	height: 100%;
	background:#333;
	top: 0;
	z-index: 10000;
}



/*agenceコンテンツ*/

#agence_cont {
	width: 100%;
	height: 200px;
	position: relative;
}

#agence_cont #video_cont {
	height: 200px;
	overflow: hidden;
}

#agence_cont video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#agence_cont .mov_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/pixel-screen.png) repeat;
	z-index: 3;
}

#agence_cont .mp_bt {
	margin-top: 50px;
}

#agence_cont .mp {
	border-color: #000;
	color: #000;
	-webkit-transition: background-color borer-color 1s;
	transition: background-color 1s;
	-webkit-transition: border-color 1s;
	transition: border-color 1s;
}

#agence_cont .mp:hover {
	color: #fff;
	border-color: #fff;
}


/*profコンテンツ*/
#prof_cont {
	width: 100%;
	height: 100%;
}

#prof_cont #video_cont {
	position: fixed;
	z-index: -1;
}

#prof_cont video {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

#member {
	margin: 0 auto;
	padding: 530px 0 0 0px;
}

#member h3 {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
    font-family: "小塚ゴシック Std m";
	font-weight: normal;
}

.mp_bt {
	margin: 0 auto;
	width: 30%;
	-webkit-transition: width 1s;
	transition: width 1s;
}


.mp_bt:hover {
	width: 34%;
}

.mp {
	padding: 20px 15px;
	border: 1px solid #fff;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
	letter-spacing:2px;
}

.mp:hover {
	background: rgba(157, 24, 121, 0.7);
	color: #fff;
}

#member_box {
    margin-top: 400px;
    /* [disabled]margin-right: auto; */
    margin-left: 30%;
    margin-bottom: 40px;
    width: 50%;
    float: left;
}


/*プロフ*/
.view {
    margin-right: 10px;
    width: 100.3%;
    float: left;
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    float: left;
}
.view .mask, .view .content {
    width: 250px;
    height: 720px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative;
    width:100%;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}

.view-ninth .mask-1,
.view-ninth .mask-2{
	background-color: rgba(0,0,0,0.5);
    height: 361px;
    width: 361px;
	background: rgba(119,0,36,0.5);
	opacity: 1;
    transition: all 0.3s ease-in-out 0.6s;
}
.view-ninth .mask-1 {
    left: auto;
    right: 0px;
    transform: rotate(56.5deg) translateX(-180px);
    transform-origin: 100% 0%;
}
.view-ninth .mask-2 {
    top: auto;
    bottom: 0px;
    transform: rotate(56.5deg) translateX(180px);
    transform-origin: 0% 100%;
}

.view-ninth .content{
    background: rgba(0,0,0,0.9);
    height: 0px;
    opacity: 0.5;
    width: 200px;
    overflow: hidden;
    transform: rotate(-33.5deg) translate(-112px,166px);
    transform-origin: 0% 100%;
    transition: all 0.4s ease-in-out 0.3s;
}
.view-ninth h2{
    background: transparent;
    margin-top: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.view-ninth a.info{
    display: none;
}

.view-ninth:hover .content{
  padding: 0 3%;
    height: 550px;
    width: 94%;
    opacity: 0.9;
    top: 40px;
    transform: rotate(0deg) translate(0px,0px);
}
.view-ninth:hover .mask-1,
.view-ninth:hover .mask-2{
	transition-delay: 0s;
}
.view-ninth:hover .mask-1{
    transform: rotate(56.5deg) translateX(1px);
}
.view-ninth:hover .mask-2 {
    transform: rotate(56.5deg) translateX(-1px);
}

#member_box ul {
	margin: 20px 0 40px;
	color: #fff;
	font-size: 14px;
}

#member_box ul li {
	margin: 4px 0;
}

#member_box dl {
	color: #fff;
}

#member_box dl dt {
	margin-bottom: 16px;
	font-size: 12px;
}

#member_box dl dd {
	margin: 0 auto;
	padding: 0 6px;
	font-size: 11px;
	text-align: left;
	line-height: 150%;
}

.sns {
	margin-top: 40px;
}





.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  display: inline-block;
  height: 5.71429px;
  width: 40px;
  border-radius: 2.85714px;
  transition: 0.3s;
  background: black;
  position: relative; }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 5.71429px;
    width: 40px;
    border-radius: 2.85714px;
    transition: 0.3s;
    background: black;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 10px; }
  .tcon-menu__lines::after {
    top: -10px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8); }

.tcon-menu--xbutterfly {
  width: auto; }
  .tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease; }
  .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
      top: 0;
      transition: top .3s ease, -webkit-transform .3s .5s ease;
      transition: top .3s ease, transform .3s .5s ease;
      width: 40px; }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }





.prof_li ul {

	display: table;
}

.prof_li ul {
	margin: 0 auto;
	display: table;
}
.prof li {
/*margin: 0 auto;
	width: 149px;*/
}

#prof_box {
	position: relative;
	height: 100%;
	min-height: 720px;
}

#contact {
	width: 100%;
	height: 100%;
}

.sns ul li {
	margin: 0 18px 0 0;
	float: left;
}

.sns_icon a {
	padding: 6px 2px;
	color: #666;
	width: 26px;
	text-align: center;
	background: #fff;
	display: block;
	font-size: 18px;
	transition: background 2s ease 0s;
}

.sns_icon a:hover {
	background: #8A5FCC;
	color: #fff;
}

.btn input:hover {
	background: #333;
	color: #fff;
}

#member_box .sns ul {
	margin: 0 auto;
	width: 84px;
}

#member_box .sns ul li {
	padding: 0 6px;
}



/*フォーム設定*/
.form_tb tr {
	padding: 20px 0 54px 0;
	display: block;
}

.form_tb th {
	margin: 0 8px 0 0;
	padding: 3px 0;
	float: left;
	font-size: 14px;
	letter-spacing: 1px;
	width: 70px;
	font-weight: 400;
	text-align: left
}

.form_tb td {
	padding: 3px 0 0 0;
	float: left;
	border-bottom: 1px dotted #ccc;
	width: 330px;
}

.btn .back {
	padding: 20px 0;
	width: 280px;
	text-align: center;
	color: #fff;
	background: #999;
	font-size: 14px;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	transition: background 0.5s ease 0s;
}

.btn .back:hover {
	background: #999;
	color: #fff;
}

.btn_box .btn {
	margin: 60px 0 0;
	width: 280px;
}

.btn_box .btn_l {
	margin-right: 20px;
}

.msg {
	margin: 36px 0 0 0;
	width: 390px;
}

.msg dt {
	margin: 10px 8px 0 0;
	padding: 3px 0;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
	width: 390px;
	float: none;
}

.msg dd {
	margin: 10px 0 0 0;
	padding: 3px 0 0 0;
	border-bottom: none;
	width: 390px;
	line-height: 140%;
	font-size: 12px;
	float: none;
}



.cmark {
	display: none;

}

#sp_nav {
	display: none;
}



.nav_btn {
	margin: 10px 0 0 0;
}


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

.menu-trigger span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(20px) rotate(45deg);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-20px) rotate(-45deg);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(20px) rotate(45deg);
	}
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(-20px) rotate(-45deg);
	}
}
.SP_br {
	display: none;
}



}
