/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

html,
body,
#enter {height:100%;}

#enter {
	widgth: 100%;
}


/* 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%;
}

#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 100px 0;
}

/**********************************
	ヘッダー
**********************************/
header {
	width: 100%;
	position: fixed;
	z-index: 10000;
}


/**********************************
	メニュー
**********************************/
.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.6s ease-in-out;
	-moz-transition:0.6s ease-in-out;
	transition:0.6s 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;

}


/* メニューON/OFF */
.menuOff {
	-webkit-transform:translate3d(0, -100%, 0);
	-moz-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0);
	z-index:9; /* 最前面に来るように */
	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);
	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 {
	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 {
	padding: 23px 2px 0;
	cursor: pointer;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

/* アイコンレイヤー */
.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;
}
.iconLayer:before {
	bottom: 200%;
}
.iconLayer:after {
	top: 200%;
}


/**********************************
	コンテンツ
**********************************/
#contents {
	width:92%;
	max-width:960px;
	position:relative;
	margin:30px auto;
}

#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:100%;
	}
}
@media screen and (max-width: 480px) {
	header h1 {
		font-size:1.2em;
	}
	header .navBtn {
		top:0;
		left:0;
	}
	header .menu {
		width:100%;
	}
}

#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;
}

#about p {
	margin: 60px 0 0 0;
	padding: 0 2% 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;
	display: block;
	float: left;
 	width: 100%;
	font-size: 10px;
}

/*コンタクト*/
.contact_inner {
	margin: 0 auto;
	padding: 80px 0;
	width: 100%;
}

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

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

.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;
	display: none;
}

.form_inner {
	padding: 0 2%;
}

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

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

.form_inner dd {
	padding: 3px 0 0 0;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}

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

.f_message {
	margin: 24px 0 0 0;
	width: 100%;
}

.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: 120px;
}

.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: 100%;
}

.btn_box {
  margin-top:10px;
}
.btn {
	margin: 20px auto 0;
	transition: box-shadow 0.5s linear 0s;
	box-shadow: 0 0 8px #666;
	width:90%;
}

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

.btn input {
	padding: 20px 0;
	width: 100%;
	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 {
	padding: 16px 0 10px 10px;
	background: #333;
	position: relative;
	z-index: 1000;
}



/*agenceコンテンツ*/

#agence_cont {
	width: 100%;
	height: 100%;
	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: 242px;
	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%;
	float: right;
}

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

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

}

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

#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: 100%;*/
}

.mp {
	margin: 0 auto;
	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;
	width:80%;
	font-size: 80%;
}

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

#member_box {
	margin: 400px auto 0;
	padding:  60px 0 0 0;
	width: 100%;
}


.view {
	margin-bottom: 5%;
}

.view p {
	float: left;
	width: 46%;
	border: 1px solid #ccc;
}

.view .content {
	padding:  10px 0 0 0;
	float:right;
	width:50%;
	color: #fff;
}

.view .content h2 {
	margin-bottom:4%;
	font-size:140%;
	text-align: left;
}

.view .content ul li {
	line-height: 160%;
}

.prof_li {
	margin:6% 0;
}

.prof_li dt {
	margin-bottom: 2%;
	font-weight: bold;;
}
.prof_li dd {
	line-height: 130%;
	font-size: 90%;
}

.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 0 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;
}

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


/*スマホ用index動画部分*/
/*
.v_b video {
	display: none;
}
*/

.sp_main {
/*	background: url(../img/top_mov.jpg) no-repeat;*/
	background-size: cover;
	background-position: center top;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/*スマホ用prof動画部分*/

.sp_prof {
	background: url(../img/core.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
}



/*スマホ用メニュー*/



.sp_nav {

}

.sp_menu {
	width: 30px;
	height:30px;
	top: 0px;
	position:relative;
	cursor:pointer;
}
.sp_menu1
{ width:30px; height:2px; background-color:#fff; position:absolute; top:0px; }
.sp_menu2
{ width:30px; height:2px; background-color:#fff; position:absolute; top:10px; }
.sp_menu3
{ width:30px; height:2px; background-color:#fff; position:absolute; top:20px; }
.sp_menu1,.sp_menu2,.sp_menu3
{ transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; /* opera */
  -moz-transition: all 0.5s ease-out; /* firefox */
  -webkit-transition: all 0.5s ease-out; /* chrome, safari */
  -ms-transition: all 0.5s ease-out; /* ie */ }
.menuclick1
{ top:10px;
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg); }
.menuclick2
{ opacity:0;}
.menuclick3
{ top:10px;
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg); }

#menu ul {
	top: 50px;
	left: 0;
	z-index: 1000;
	position: absolute;
	width: 100%;
	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 li a {
	color: #fff;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
	wudth: 100%;
	text-align: center;
	text-decoration: none;
}

.mask {
	display: none;
}
.mask-1 {
	display: none;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 40px;
	height: 23px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.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(10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(10px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(10px) rotate(0);
	}
	100% {
		transform: translateY(10px) 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(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(-10px) rotate(-45deg);
	}
}
