@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One&display=swap');
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
* {
	outline:none;
}
body {
	font-size: 20px;
	color: #000;
	font-family: sans-serif;
}
a { color: #E72C24;
-webkit-tap-highlight-color: transparent; }
#fullWrap { width: 640px;margin:0 auto; opacity: 0; }
.pc {display:none}
.jo {
	font-family: Jost, sans-serif;
	font-weight: 600;
	letter-spacing: 0.08em;
}
.pgo { font-family: 'Pathway Gothic One', sans-serif; }
#index {
	overflow:hidden;
	-webkit-overflow-scrolling: auto;
}
#index #fullWrap {

	left:0;
	top:1px;
	right:0;
	bottom:1px;
	overflow: hidden;
}
header {
	height: 100px;
	width:100%;
	position:fixed;
	display:flex;
	box-sizing:border-box;
	padding-left:45px;
	align-items:center;
	justify-content:space-between;
	z-index:30000;

}
#sub header {
	background:#FFF;
}
header h1 {
	width:135px;
	height:25px;
}
header h1 a {
	display: block;
	height: 25px;
	background-image: url(../images/logo_r.svg), url(../images/mark_r.svg);
	background-repeat: no-repeat;
	background-size: auto 95%, contain;
	background-position: center right, center left;
}
.onMenu header h1 a { background-image: url(../images/logo_w.svg), url(../images/mark_w.svg) !important; }
#menuBtn {
	height: 100px;
	width: 172px;
}
#menuBtn a {
	display:block;
	height:100px;
	line-height:100px;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	letter-spacing:0.14em;
	color:#000;
}
.onMenu #menuBtn a {
	color:#FFF;
}
#menuBtn a span:last-of-type {
	position: relative;
	display:inline-block;
	height: 14px;
	width: 14px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	line-height:14px;
	margin-left:10px
}
#menuBtn a span:last-of-type:before,
#menuBtn a span:last-of-type:after,
#menuBtn a span:last-of-type i {
	content: '';
	position: absolute;
	width: 14px;
	height: 1px;
	left: 0;
	background: #000;
	display: block;
	transition:all 0.3s ease;
}
.onMenu #menuBtn a span:last-of-type:before,
.onMenu #menuBtn a span:last-of-type:after,
.onMenu #menuBtn a span:last-of-type i {
	background:#FFF;
}
.onMenu #copyright span {
	color:#FFF !important;
}
#menuBtn a span:last-of-type:before { top: 1px; }
#menuBtn a span:last-of-type i { top: 7px; }
#menuBtn a span:last-of-type:after { top: 13px; }

#menuBtn a.active span:last-of-type:before {
	transform:translateY(6px) rotate(45deg);
}
#menuBtn a.active span:last-of-type:after {
	transform:translateY(-6px) rotate(-45deg);
}
#menuBtn a.active span:last-of-type i {
	opacity:0;
}
#index #copyright {
	position: absolute;
	width: 80px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 120;
}
#index #copyright span {
	font-size: 16px;
	color: #828282;
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	white-space: nowrap;
	transition:all 0.3s ease;
}
.onMenu #copyright span {
	color:#FFF;
}
#index main {
	display: block;
	position: absolute;
	left: -25%;
	right: -25%;
	bottom: 0;
	top: 0;
	z-index: 20;
}
#menuCarousel {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#menuCarousel li {
	float: left;
	height: 100vh;
	display: flex;
	align-items: center;
	margin: 0 30px;
	perspective: 500px;
	width:400px
}
.menuBoxes {
	padding-top:110px;
	position: relative;
	transition: all 0.3s ease;
	width:400px;
	height:calc(100vh - 370px);
	box-sizing: border-box;
	margin:0 auto 250px;
}
.menuBoxesin {
	height: 100%;
	border-radius: 30px 30px 0 0;
	overflow: hidden;
	transition: transform 0.3s ease;
	position: relative;
	width:100%
}
.center .menuBoxesin {
	animation:cardFlip 3s ease infinite;
	animation-delay: 4s;
}
.menuBoxesin a {
	display: block;
	height:100%;
}
.menuBoxesin:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 43.1734%;
	transform: translateX(-50%);
	background: url(../images/logo_w.svg) no-repeat center center / contain;
	pointer-events: none;
}
.menuBoxesText {
	text-align: center;
	font-size: 34px;
	letter-spacing: 0.08em;
	padding-left: 0.08em;
	position: absolute;
	bottom: -80px;
	left: 0;
	right: 0;
}
.menuBoxesText span {
	font-size: 22px;
	display: inline-block;
	transform: translateY(-1.5vh);
	padding-left: 7px;
	letter-spacing: 0;
}
.menuBoxesText span:first-of-type { opacity: 0; }

#hoverLayer {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 49;
	overflow: hidden;
	width: 0;
	height: 0;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
	border-radius: 100vh;
}
#hoverLayer .menuBoxes {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	margin-top:-150px;
}
#hoverLayer .menuBoxes strong { font-weight: 500; }
#hoverLayer .menuBoxesin {
	background: #FFF;
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	z-index: 300;
	bottom:0;
	height:auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#hoverLayer .menuBoxesinBack {
	border-radius: 30px 30px 0 0;
	background: #FFF;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 80px;
	bottom:0;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#hoverLayer .menuBoxesinBack:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 43.1734%;
	transform: translateX(-50%);
}
#hoverLayer .menuBoxesin:before { display: none }
.onMenu #hoverLayer {
	width: 100%;
	height: 100%;
	border-radius: 0;
}
@keyframes cardFlip { 0%, 30% {
 transform:rotateY(0deg);
}
 70%, 100% {
 transform:rotateY(360deg);
}
}
@keyframes cardFlipBack { 0%, 30% {
 transform:rotateY(180deg);
}
 70%, 100% {
 transform:rotateY(540deg);
}
}
.onMenu #hoverLayer .menuBoxes {
	perspective: 1000px;
	transform-style: preserve-3d;
}
.onMenu #hoverLayer .menuBoxesin { animation: cardFlip 3s ease infinite; }
.onMenu #hoverLayer .menuBoxesinBack { animation: cardFlipBack 3s ease infinite; }
#hoverRemove {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
@keyframes cardAnim {  0% {
 transform: translate3d(0%,0,0);
}
 16% {
 transform: translate3d(-10.27%,0,0);
}
 28% {
 transform: translate3d(10.88%,0,0);
}
 44% {
 transform: translate3d(-3.63%,0,0);
}
 59% {
 transform: translate3d(1.36%,0,0);
}
 73% {
 transform: translate3d(-0.58%,0,0);
}
 88% {
 transform: translate3d(0.8%,0,0);
}
 100% {
 transform: translate3d(0%,0,0);
}
}
@keyframes cardBounce {  0% {
 transform: translate3d(0%,0,0);
}
 30% {
 transform: translate3d(-15%,0,0);
}
 100% {
 transform: translate3d(0%,0,0);
}
}
@keyframes cardBounce2 {  0% {
 transform: translate3d(0%,0,0);
}
 30% {
 transform: translate3d(15%,0,0);
}
 100% {
 transform: translate3d(0%,0,0);
}
}
#menuCarousel.owl-cardAnim { animation: cardBounce 1s ease;will-change: transform; }
#menuCarousel.owl-cardAnim2 { animation: cardBounce2 1s ease;will-change: transform; }
#menuCarousel .owl-grab .menuBoxes { transform: rotateY(5deg); }
#toRecruit {
	position: fixed;
	height: 100px;
	width: 640px;
	left: 50%;
	bottom: 0px;
	z-index: 80;
	transition:all 0.3s ease;
	z-index:60000;
	margin-left:-320px;
}
#toRecruit.tod {
	height:100%;
	bottom:0;
	
}
@keyframes recruitBtn {  from {
 transform:scale(1);
}
to { transform: scale(1.1); }
}
#toRecruit p {
	position:absolute
	left:0;
	top:0;
	right:0;
	bottom:0;
}
#toRecruit p a {
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-size:30px;
	color: #FFF;
	position:absolute;
	left:30px;
	top:0;
	right:30px;
	bottom:0;
	background:rgba(85,173,79,1) url(../images/recruit_arrow.png) no-repeat 510px center !important;
	border-radius:30px 30px 0 0;
}
#toRecruit p a span span {
	display:inline-block;
}
#menuDots {
	position:fixed;
	width:100%;
	left:0px;
	bottom:150px;
	z-index:90;
	display:flex;
	justify-content: center;
}
#menuDots li {
	height: 32px;
	width: 32px;
}
#menuDots li a {
	position:relative;
	display:block;
	height:32px;
}
#menuDots li a span {
	display:block;
	position:absolute;
	left:8px;
	top:8px;
	width:16px;
	height:16px;
	border-radius:50%;
	text-indent:-9897px;
	transition:transform 0.3s ease;
}
nav {
	background:#FFF;
	position:fixed;
	left:0;
	right:0;
	top:0px;
	overflow:hidden;
	z-index:20000;
	height:0;
	transition:all 0.3s ease;
}
nav.active {
	height:calc(100vh + 100px);
}
#mainNav {
	padding-bottom:30px;
}
#mainNav > li {
}
#mainNav > li a {
	height: 76px;
	text-decoration: none;
	font-size: 32px;
	display: block;
	line-height: 76px;
	padding-left: 90px;
	color: #E72C24;
	position: relative;
	letter-spacing: 0.14em;
}
#mainNav > li a.sm:before {
	content:'';
	position:absolute;
	left:48px;
	width:11px;
	height:3px;
	background:#E72C24;
	top:35px;
}
#mainNav > li a.sm:after {
	content:'';
	position:absolute;
	left:52px;
	top:31px;
	width:3px;
	height:11px;
	background:#E72C24;
	transition:all 0.3s ease;
}
#mainNav > li a.sm.active:after {
	content:'';
	position:absolute;
	left:48px;
	width:11px;
	height:3px;
	background:#c21b1f;
	top:35px;
}
#mainNav > li ul {
	padding-bottom:15px;
	padding-top:15px;
	display:none;
}
#mainNav > li li {
	height:60px;
}
#mainNav > li li a {
	font-size:28px;
	height:60px;
	line-height:40px;
	padding-left:120px;
}
#navin {
	box-sizing:border-box;
	overflow:auto;
}
#officialSns {
	opacity:0;
	transition:none;
	transition-delay:0s;
	margin-left:90px;
	margin-bottom:150px;
	display: flex;
}
nav.active #officialSns {
	opacity:1;
	transition:all 0.5s ease;
	transition-delay:0.3s;
}
#officialSns li {
	width:126px;
	height:45px;
	line-height:45px;
}
#officialSns li a {
	display:block;
	height:45px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	line-height:45px;
	font-weight:400;
	letter-spacing:0.14em;
}
#officialSns li a svg,
#officialSns li a i {
	margin-left:5px;
}
#tw {
	background:#65A4BF;
}
#fb {
	background:#3F5A89;
}
#ig {background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
#sub header h2 {
	font-size: 16px;
	color: #E72C24;
	padding-top:10px;
	width:180px;
}
#sub main {
	display:block;
	padding-top:100px;
}
.cWrap {
	padding:45px;
}
.cWrap h3 {
	font-size: 30px;
	line-height: 30px;
	color: #E72C24;
	height: 30px;
	letter-spacing: 0.06em;
	margin-bottom:40px;
}
#companyInfo {
	position: relative;
}
#companyInfo:before {
	display:block;
	content: '';
	position: relative;
	width: 400px;
	height: 200px;
	background: url(../images/logo_r.svg) no-repeat left center / 180px auto;
}
#companyInfo dt,
#companyInfo dd {
	font-size: 20px;
	line-height: 44px;
	letter-spacing: 0.08em;
	padding: 12px 0;
}
#companyInfo dt {
	width: 140px;
	float: left;
 color: #e72c24;
}
#companyInfo dd { margin-left: 140px;position:relative;display:flex; }
#companyInfo dd p {
	height: 44px;
	line-height: 30px;
	font-size: 20px;
	letter-spacing: 0.14em;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 45px;

}
#companyInfo dd p a {
	color: #E72C24;
	text-decoration: none;
	display: block;
}
#companyInfo dd p { transition: all 0.3s ease; }

/* フッターレイアウト追加分 */
#mainFooter_bttopArea{
	max-width:100vw;
	position:fixed;
	left:0;
	right:0;
	height:10px;
	bottom:0;
}
#mainFooter_bttop  {
	width:76px;
	height:76px;
	position:fixed;
	right:10px;
	bottom:0;
	z-index:19999;
	max-width:100vw;
}
#mainFooter_bttop a {
	display: block;
	height:76px;
	background:url(../images/btn_totop.png) no-repeat center center;
}
/* フッター背景 */

#sub #mainFooterBG{
	position:absolute;
	/*background-color: #52677c; /* ネイビー */
	background-color: #f0f0f0; /* グレー*/ 
	height:100px;
	width:100vw;
	/*padding-top: 0.75rem;*/ /*スマホ版は2行必要なのでなし*/
	
	max-width:100vw;
	/* 下位のテキスト色*/
	/*color: white;/**/
	color: #696969;/**/
	
	padding: 5px 0px;
}
/* フッターリンクエリア */
#sub #mainFooterTextArea{
	display:flex;
	margin-top: 0px;
    margin-right: auto;
	margin-left:auto;
    margin-bottom: 0px;
}
#sub #mainFooterInner{
	margin-top: 0px;
    margin-right: auto;
	margin-left:auto;
    margin-bottom: 0px;
	
	flex-basis:75%;
	max-width:90%;
	padding-right:10px;
	padding-left:10px;
}
#sub #mainFooterBNav{
	padding:0;
	display:block;
	box-sizing:inherit;
	background-repeat:no-repeat;
}
/* フッターテキストリスト*/
#sub #mainFooterBNav_list{
	display:flex;
	box-sizing:inherit;
	background-repeat:no-repeat;
	list-style-type: disc;
    unicode-bidi: isolate;
	
	/* 中央ぞろえ */
  	justify-content: center; 
	align-items: center; 
	margin-top:0px;
}
/* フッターテキスト枠*/
#sub #mainFooterBNav_item{
	margin-top:0;
	margin-bottom:0px;
	margin-right:0.5rem;
	margin-left:0.5rem;
	
}
#sub #mainFooterText {
	padding-right:1rem;
	font-size: 0.75rem;
	color: inherit;
	text-decoration: none;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
#sub #mainFooterCopyright{
	box-sizing: inherit;
    background-repeat: no-repeat;
    display: block;
    unicode-bidi: isolate;
	text-align: center;
	
	position:absolute;
	margin-top:10px;
	width:inherit;
}
#sub #mainFooterCopyrightText{
	font-size: 0.75rem;
	color: inherit;
	text-align: center;
}
/* ---------- */

#sub #copyright {
	color: #737373;
	text-align: center;
	font-size: 16px;
	height: 150px;
	line-height: 150px;
}
#copyright { pointer-events: none; }
.msgParmg {
	font-size: 23px;
	letter-spacing: 0.08em;
	line-height: 52px;
	padding-bottom: 40px;
	color: #d7d7d7;
}
.msgParmg strong {
	font-weight: 700;
	font-size:25px;
	color:#E72C24;
	display:inline-block;
	margin-bottom:15px;
}
.an span,
.an2 span { transition: color 0.5s ease; }
.an span.rr,
.an2 span.rr { color: #E72C24; }
.historyInfo {
	position: relative;
}
.historyInfo dt,
.historyInfo dd {
	font-size: 20px;
	line-height: 44px;
	letter-spacing: 0.08em;
	padding: 12px 0;
	word-wrap:break-all;
}
.historyInfo dt {
	width: 100%;
	float: left;
	color: #E72C24;
}
.historyInfo dd p {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	letter-spacing: 0.14em;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 45px;
}
.historyInfo dd a { color: #E72C24; }
.historyInfo dd a[target=_blank] {
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
}
.historyInfo dd a[target=_blank] .tbHex {
	position: relative;
	width: 20px;
	height: 12px;
	background-color: #E72C24;
	margin: 5.77px 0;
	transform: translateY(-100%);
	display: inline-block;
	vertical-align:bottom;
	margin-left:5px;
}
.historyInfo dd a[target=_blank] .tbHex:before,
.historyInfo dd a[target=_blank] .tbHex:after {
	content: "";
	position: absolute;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.historyInfo dd a[target=_blank] .tbHex:before {
	bottom: 100%;
	border-bottom: 5.77px solid #E72C24;
}
.historyInfo dd a[target=_blank] .tbHex:after {
	top: 100%;
	width: 0;
	border-top: 5.77px solid #E72C24;
}
.historyInfo dd a[target=_blank] .tbHex i {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2px 0 2px 8px;
	border-color: transparent transparent transparent #ffffff;
	left: 54%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.historyInfo dd a[target=_blank] .tbHex i:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1px 0 1px 5px;
	border-color: transparent transparent transparent #E72C24;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
}
#access h4 {
	font-size: 24px;
	line-height: 80px;
	font-weight: 600;
	color: #E72C24;
	letter-spacing: 0.08em;
}
#access p { padding: 10px 0; }
#access p a { color: #E72C24; }
#access dl {
	padding: 20px 0;
	display: flex;
}
#access dt {
	width: 100px;
	line-height: 44px;
}
#access dd { line-height: 44px; }
#map {
	padding-top: 50px;
	margin: 0px -45px;
}
#map iframe {
	height: 420px;
	width: 640px;
}
#service dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service dt {
	padding: 35px 0;
	width: 100%;
	font-size: 24px;
	line-height: 35px;
	color: #E72C24;
	position: relative;
	padding-left: 20px;
	height:35px;
	text-align:center;
	padding-right:30px;
	padding-top:330px;
	padding-bottom:40px;
}
#service dt span {
	line-height: 22px;
	vertical-align: top;
	font-size: 14px;
	display: inline-block;
	padding-right: 10px;
	padding-top: 4px;
}
#service dd {
	padding: 35px 0;
	width: 100%;
	border-bottom: 1px solid #DBDBDB;
}
#service dd p {
	line-height: 44px;
	padding-bottom: 25px;
}
#service dd p.cons {
	line-height: 34px;
	color: #666;
}
#service dt:last-of-type,
#service dd:last-of-type { border: none; }
#service dt:first-of-type { background: url(../images/icon_game.png) no-repeat center center; }
#service dt:nth-of-type(2) { background: url(../images/icon_sound.png) no-repeat center center; }
#service dt:nth-of-type(3) { background: url(../images/icon_digital.png) no-repeat center center; }
#service dt:nth-of-type(4) { background: url(../images/icon_kids.png) no-repeat center center; }
#service dt:nth-of-type(5) { background: url(../images/icon_kids.png) no-repeat center center; }
.singleImg img {
	width:100%;
	height:auto;
}
#productsNav {
	height: 21px;
	display: flex;
	position: relative;
	margin: 0px 0px 55px 45px;
	padding-top: 30px;
}
#productsNav li {
	width: 100px;
	height: 21px;
	margin-right: 10px;
}
#productsNav li a {
	display: block;
	height: 21px;
	box-sizing: border-box;
	border: 2px solid rgba(78,180,182,1);
	line-height: 17px;
	font-size: 15px;
	text-align: center;
	color: rgba(78,180,182,1);
	text-decoration: none;
	transition: all 0.3s ease;
}
#productsNav li a.active {
	background: rgba(78,180,182,1);
	color: #FFF;
}
.product { padding-bottom: 100px;clear:both; }
.product:last-of-type {
	padding-bottom:0;
}
.product ul { height: 300px;
box-sizing:border-box; }
.product li {
	height: 300px;
	position: relative;
	float: left;
}
.product li img {
	display: block;
	height: 300px;
	width: auto;
}
.product li a.yt {
	display: block;
	height: 300px;
	width: 510px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.product li a.yt:before {
	content:'';
	width:72px;
	height:37px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-36px;
	margin-top:-18px;
	background:url(../images/btn_play.png) no-repeat center center;
}
.productin {
	display:flex;
	position:relative;
}
.product .productSpec {
	width: 360px;
	box-sizing: border-box;
	padding: 0 25px 0 45px;
	height: 300px;
	position: relative;
}
.productNumber {
	position: absolute;
	left: 45px;
	top: 0;
	font-size: 55px;
	color: rgba(78,180,182,1);
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 45px;
}
.productCategory {
	display: table;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	padding: 0 5px;
	font-size: 15px;
	background: rgba(78,180,182,1);
	margin-bottom: 30px;
	margin-left:70px;
	margin-top:10px;
}
.productSpec h3 {
	font-size: 20px;
	line-height: 35px;
	color: rgba(78,180,182,1);
	word-break: break-all;
}
.productUbox {
	position: absolute;
	left: 45px;
	right: 70px;
	bottom: 30px;
}
.productUbox dl {
	font-size: 10px;
	padding-bottom: 9px;
}
.productUbox dt {
	height: 14px;
	width: 43px;
	margin-bottom: 11px;
	background: rgba(78,180,182,1);
	color: #FFF;
	float: left;
	line-height: 16px;
	text-indent: 1px;
}
.productUbox dd {
	min-height: 14px;
	margin-left: 65px;
	margin-bottom: 11px;
	color: #000;
	word-break:break-all;
}
.toDetail { height: 35px; }
.toDetail a {
	display: table;
	padding-right: 16px;
	height: 35px;
	line-height: 33px;
	font-size: 20px;
	color: rgba(78,180,182,1);
	letter-spacing: 0.03em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.toDetail a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 3px 0 3px;
	border-color: rgba(78,180,182,1) transparent transparent transparent;
}
.productDetail {
	padding: 70px 45px 40px;
	color: #666;
	font-size: 20px;
	width: 640px;
	clear: both;
	position: relative;
	display: none;
	box-sizing:border-box;
}
.productDetail p { line-height: 40px;word-break:break-all; }
.productDetailClose {
	position: absolute;
	right: 20px;
	top: 20px;
}
.productDetailClose a {
	position: relative;
	width: 38px;
	height: 22px;
	background-color: rgba(78,180,182,1);
	margin: 11px 0;
	display: block;
}
.productDetailClose a:before,
.productDetailClose a:after {
	content: "";
	position: absolute;
	width: 0;
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
}
.productDetailClose a:before {
	bottom: 100%;
	border-bottom: 11px solid rgba(78,180,182,1);
}
.productDetailClose a:after {
	top: 100%;
	width: 0;
	border-top: 11px solid rgba(78,180,182,1);
}
.productDetailClose a span {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
}
.productDetailClose a span:before,
.productDetailClose a span:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 1px;
	left: 50%;
	top: 50%;
	background: #FFF;
	margin-left: -12px;
}
.productDetailClose a span:before { transform: rotate(20deg); }
.productDetailClose a span:after { transform: rotate(-20deg); }
.productOfficial {
	height: 35px;
	position: relative;
	height: 30px;
	margin-top:20px;
}
.productOfficial a {
	display: table;
	padding-right: 16px;
	height: 35px;
	line-height: 33px;
	font-size: 18px;
	color: rgba(78,180,182,1);
	letter-spacing: 0.05em;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
}
.productOfficial a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 2px;
	background: rgba(78,180,182,1);
	transition: all 0.3s ease;
}
.productOfficial a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 10px;
	border-color: transparent transparent transparent rgba(78,180,182,1);
}
.productDetail dl { padding-top: 25px; }
.productDetail dt {
	line-height: 22px;
	color: #FFF;
	background: rgba(78,180,182,1);
	text-indent: 2px;
	height: 22px;
	width: 132px;
	float: left;
	margin-top: 8px;
}
.productDetail dd {
	min-height: 17px;
	margin-bottom: 17px;
	line-height: 34px;
	margin-left: 145px;
	word-break:break-all;
}
.pdLeft,
.pdRight {
	position: absolute;
  width: 42px; 
  height: 24.25px;
	background-color: #4eb4b6;
	margin: 12.12px 0;
	transform: translateY(-100%);
	display: block;
	z-index:5;
	top:50%;
}
.pdLeft {
	left:0;
}
.pdRight {
	right:30px;
}

.pdLeft:before,
.pdLeft:after,
.pdRight:before,
.pdRight:after {
	content: "";
	position: absolute;
	width: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
}
.pdLeft:before,
.pdRight:before {
	bottom: 99%;
	border-bottom: 12px solid #4eb4b6;
}
.pdLeft:after,
.pdRight:after {
	top: 99%;
  width: 0;
  border-top: 12.12px solid #4eb4b6;
}
.pdLeft i {
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	display:block;
	background:url(../images/icon_left_arrow.png) no-repeat 6px center;
}
.pdRight i {
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	display:block;
	background:url(../images/icon_right_arrow.png) no-repeat 14px center;
}
.twoImages {
	margin-left: -45px;
	width: 640px !important;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 45px;
}
.twoImages p { width: 600px; }
#office h4 {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 35px;
}
#sound h3 {
	position:relative;
}
#soundProductionList {
	display: flex;
	justify-content: flex-start;
	padding: 50px 0px 30px;
	flex-wrap:wrap;
	width:480px;
	margin:0 auto;
}
#soundProductionList li {
	height: 200px;
	width: 200px;
	padding: 0 0 0 35px;
	font-size: 24px;
	line-height: 35px;
	color: rgba(137,82,151,1);
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
	margin:0 20px;
}
#soundProductionList li span {
	line-height: 22px;
	vertical-align: top;
	font-size: 14px;
	display: inline-block;
	padding-right: 10px;
	padding-top: 4px;
	position: absolute;
	left: 0;
	top: 0;
}

#soundProductionList li:nth-child(1) { background: url(../images/icon_soundproduction1.png) no-repeat center center; }
#soundProductionList li:nth-child(2) { background: url(../images/icon_soundproduction2.png) no-repeat center center; }
#soundProductionList li:nth-child(3) { background: url(../images/icon_soundproduction3.png) no-repeat center center; }
#soundProductionList li:nth-child(4) { background: url(../images/icon_soundproduction4.png) no-repeat center center; }
#soundProductionList li:nth-child(5) { background: url(../images/icon_soundproduction5.png) no-repeat center center; }
#trialList { padding-bottom: 30px; }
#trialList li { border-bottom: 1px solid #DBDBDB; }
#trialList li a {
	padding:20px 20px 20px 85px;
	background: url(../images/icon_trial_r.png) no-repeat 30px center;
	font-size: 20px;
	display: flex;
	position: relative;
	align-items: center;
	text-decoration: none;
	min-height: 100px;
	flex-wrap:wrap;
}
#trialList li a strong {
	color: rgba(137,82,151,1);
	display: block;
	padding-right: 40px;
	width: 100%px;
	position: relative;
	font-size: 22px;
	letter-spacing: 0.1em;
}
#trialList li a span {
	color: #666;
	position: relative;
}
#toTrial {
	float: right;
	margin-top: 0px;
}
#toTrial a {
	font-size: 18px;
	line-height: 37px;
	color: #FFF;
	text-decoration: none;
	background: #895297;
	display: inline-block;
	padding: 0px 45px;
	height: 35px;
	position: relative;
	font-weight: 500;
	overflow: hidden;
	transition: background 0.3s ease;
}
#toTrial a:before {
	content: '';
	position: absolute;
	width: 19px;
	height: 21px;
	left: 13px;
	top: 7px;
	background: url(../images/icon_trial_listen.png) no-repeat center center;
}
#toTrial a:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 8px;
	right: 13px;
	top: 13px;
	background: url(../images/icon_right_arrow.png) no-repeat center center;
}
#studioImgNav {
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}
#studioImgNav li {
	height: 50px;
	width: 418px;
}
#studioImgNav li:first-child { border-right: 2px solid #E72C24; }
#studioImgNav li a {
	height: 46px;
	display: block;
	line-height: 46px;
	font-size: 22px;
	border-top: 2px solid #d7d7d7;
	border-bottom: 2px solid #d7d7d7;
	color: #d7d7d7;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
}
#studioImgNav li:first-child a { border-left: 2px solid #d7d7d7; }
#studioImgNav li:last-child a { border-right: 2px solid #d7d7d7; }
#studioImgNav li a.active {
	color: #E72C24;
	border-color: #E72C24;
	pointer-events: none;
}
#studio h4 {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 35px;
}
.equipmentList {
	display: flex;
	flex-wrap: wrap;
	font-size: 24px;
	padding-bottom: 50px;
}
.equipmentList dt {
	padding: 20px 0 0;
	width: 100%;
	line-height: 50px;
	color: rgba(83,174,220,1);
}
.equipmentList dd {
	padding: 0px 0 20px;
	width: 100%;
	line-height: 50px;
	border-bottom: 1px solid #d7d7d7;
	color: #999;
}
#toContact { height: 85px; }
#toContact a {
	display: block;
	height: 81px;
	border: 2px solid rgba(83,174,220,1);
	text-align: center;
	line-height: 81px;
	font-size: 24px;
	padding-left: 0.48em;
	letter-spacing: 0.48em;
	color: rgba(83,174,220,1);
	text-decoration: none;
	transition: all 0.3s ease;
}
#newsList li { border-bottom: 1px solid #d7d7d7; }
#newsList li a {
	padding: 20px 30px;
	display: block;
	text-decoration: none;
	color: rgba(255,108,0,1);
	position: relative;
}
.nWrap {
	padding:45px 0;
}
.newsTitle {
	font-size: 25px;
	line-height: 45px;
	margin-bottom: 15px;
	position: relative;
}
#newsList time { position: relative; }
.wp-pagenavi {
	width: 600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 60px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	display: block;
	width: 80px;
	height: 30px;
	margin: 0 5px 10px;
	text-align: center;
	color: rgba(255,108,0,1);
	line-height: 30px;
	font-size: 20px;
	background: #FFF;
	transition: all 0.3s ease;
	border: 1px solid rgba(255,108,0,1);
	font-family: Jost, sans-serif;
}
.wp-pagenavi a.none {
	background: #DDD;
	text-indent: -9897px;
	pointer-events: none;
}
.wp-pagenavi span {
	background: rgba(255,108,0,1);
	color: #FFF;
}
.newsArticleHead {
	color: rgba(255,108,0,1);
	border-bottom: 1px solid #d7d7d7;
	padding: 20px 30px;
}
.newsText {
	padding: 40px 30px;
	line-height: 45px;
	font-size: 20px;
}
.newsText p { margin-bottom: 40px; }
.newsText img {
	max-width: 100%;
	height: auto;
}
#toBack {
	height: 40px;
	width: 300px;
	margin: 0px auto;
}
#toBack a {
	display: block;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid rgba(255,108,0,1);
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	color: rgba(255,108,0,1);
}
.newsText a { color: rgba(255,108,0,1); }
.pn { pointer-events: none; }
.pn #toRecruit {
	pointer-events:auto;
}

/*=========================CONTACT========================*/
#contact {}
#contact .caution {color: #e72c24;}
.w75 { width:75%; }
.w50 { width:50%; }
.w60 { width:60%; }
.w25 { width:25%; }
.w10 { width:10%; }
.required { position: relative; }

#contact form {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.05em;
}
#contact form dl {
}
#contact form dt {
	color: #000;
	padding-bottom: 20px;
}
#contact form dt span { position: relative; }
#contact form dt .sub_dt {
	font-size: 14px;
}
#contact form dd {
	padding-bottom: 30px;
}
#contact form dd>span {
	display: block;
	position: relative;
}
#contact form dd select {
	height: 55px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #c8c8c8;
	padding-left: 80px;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;

}
#contact form dd input {
	height: 55px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #c8c8c8;
	padding-left: 80px;
	box-sizing: border-box;
	line-height:55px;
}
#contact form dd input::placeholder {
	color: #c8c8c8;
	font-size: 20px;
	font-weight: 500;
	line-height: 55px;
	letter-spacing: 0.05em;
}
#contact form dt .required:before {
	content:'';
	width:25px;
	height:25px;
	color:#e72c24;
	font-size:20px;
	font-weight: 500;
	line-height:24px;
}
#contact form dt .sub_dt.required:before {
	top: -3px;
}
#contact form dd .required:before {
	content:'必 須';
	position:absolute;
	left:20px;
	top:18px;
	width:40px;
	height:20px;
	color:#FFF;
	font-size:9px;
	line-height:20px;
	background:#d90000;
	text-align:center;
	direction: ltr;
	border-radius: 30px;
	z-index: 10;
}
.ci02 .product:nth-child(even) .productNumber,
.ci02 .product:nth-child(even) .productSpec h3,
.ci02 .product:nth-child(even) .productSpec .toDetail a,
.ci02 .product:nth-child(even) .productOfficial a {
	color: rgba(64,150,151,1) !important;
}
.ci02 .product:nth-child(even) .productCategory,
.ci02 .product:nth-child(even) .productUbox dt,
.ci02 .product:nth-child(even) .toDetail a:before,
.ci02 .product:nth-child(even) .productDetailClose a,
.ci02 .product:nth-child(even) .productOfficial a:before,
.ci02 .product:nth-child(even) .productDetail dt,
.ci02 .product:nth-child(even) .pdLeft,
.ci02 .product:nth-child(even) .pdRight {
	background-color: rgba(64,150,151,1) !important;
}
.ci02 .product:nth-child(even) .toDetail a:after{
	border-color: rgba(64,150,151,1) transparent transparent transparent;
}
.ci02 .product:nth-child(even) .productDetailClose a:before {
	border-bottom: 11px solid rgba(64,150,151,1);
}
.ci02 .product:nth-child(even) .productDetailClose a:after {
	border-top: 11px solid rgba(64,150,151,1);
}
.ci02 .product:nth-child(even) .productOfficial a:after {
	border-color: transparent transparent transparent rgba(64,150,151,1);
}
.ci02 .product:nth-child(even) .pdLeft:before,
.ci02 .product:nth-child(even) .pdRight:before {
	border-bottom: 12.12px solid rgba(64,150,151,1);
}
.ci02 .product:nth-child(even) .pdLeft:after,
.ci02 .product:nth-child(even) .pdRight:after {
	border-top: 12.12px solid rgba(64,150,151,1);
}
#contact form dd textarea {
	width: 100%;
	min-height: 330px;
	border-radius: 10px;
	border: 1px solid #c8c8c8;
	padding-top: 55px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
	box-sizing: border-box;
	resize: none;
}
#contact .submitArea {
	width: 100%;
	height: 45px;
	margin: auto;
	padding: 30px 0;
	display:flex;
	justify-content: space-around;
}
.submitArea button {
	width: 250px;
	height: 45px;
	border: 2px solid rgba(215,57,142,1);
	font-size: 18px;
	line-height: 43px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: rgba(215,57,142,1);
	background: #fff;
	transition: all .3s ease;
}
.errors {
	width: 545px;
	margin: auto;
	padding-bottom: 30px;
	padding-top: 20px;
}
.errors .error {
	border: 1px solid #d90000;
	color: #e72c24;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 0.05em;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-align: justify;
}
.mw_wp_form_confirm dd span {
	min-height: 55px;
	width: 100%;
	border-radius: 0px;
	border-bottom: 1px solid #c8c8c8;
	padding-left: 80px;
	box-sizing: border-box;
	line-height:29px;
	padding-top:13px;padding-bottom:13px;
}
#for_confirmation .required:before {
	right: -100px !important;
}
.error {
	padding:10px;
}
#toPP {
	text-align: center;
}
#toPP a {
	color:#E72C24;
}
@keyframes gnHover { 0% {
 transform:translateY(0) rotateY(0deg);
}
 50% {
 transform:translateY(-5px) rotateY(180deg);
}
 100% {
 transform:translateY(0px) rotateY(360deg);
}
}
.inhover { animation: gnHover 0.5s ease; }
#acNav {
	padding-top:110px;
	display: flex;
}
#acNav li {
	width:50%;
	height:90px;
	border-bottom:#EEE;
}
#acNav li a {
	display: block;
	height:90px;
	text-align: center;
	line-height:90px;
	font-size:30px;
	text-decoration:none;
}
#bttop  {
	width:76px;
	height:76px;
	position:fixed;
	right:10px;
	bottom:0;
	z-index:19999;
}
#bttop a {
	display: block;
	height:76px;
	background:url(../images/btn_totop.png) no-repeat center center;
}