@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One&display=swap');
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
::selection {
	background: #E72C24;
	color: #fff;
}
::-moz-selection {
 background: #E72C24;
 color:#fff;
}
* { outline: none; }
body {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	cursor: none !important;
}
.jo {
	font-family: Jost, sans-serif;
	font-weight: 600;
	letter-spacing: 0.08em;
}
.pgo { font-family: 'Pathway Gothic One', sans-serif; }
a {
	color: #000;
	cursor: none;
}
a:hover { text-decoration: none; }
.sp { display: none; }
#fullWrap {
	overflow: hidden;
	position: relative;
	opacity: 0;
	min-height: 100vh;
}
#index #fullWrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.cursor,
.follower {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: none;
	pointer-events: none;
	opacity: 0;
}
.cursor {
	width: 15px;
	height: 15px;
	background: rgba(217,48,38,0.95);
	z-index: 99999;
	transition: transform 0.3s ease;
}
.follower {
	width: 27px;
	height: 27px;
	background: rgba(217,48,38,0.4);
	z-index: 99998;
	transition: transform 0.2s ease;
}
.cursor.on,
.cursor.hover { transform: scale(0.5); }
.cursor,
.follower {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: none;
	pointer-events: none;
}
.cursor.none,
.follower.none { display: none; }
.follower.on,
.follower.on.hover { transform: scale(1.75); }
.follower.hover { transform: scale(0.5); }
.cursor.w,
.onMenu .cursor { background: rgba(255,255,255,0.95) !important; }
.follower.w,
.onMenu .follower { background: rgba(255,255,255,.4); }
header {
	height: 96px;
	position: relative;
	z-index: 50;
	font-size: 14px;
}
#sub header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFF;
	transition: all 0.3s ease;
	transition-delay: 0.2s;
}
#sub.onMenu header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
	transition-delay: 0s;
}
header h1 {
	height: 20px;
	width: 100px;
	position: absolute;
	left: 55px;
	top: 35px;
}
header h1 a {
	display: block;
	height: 20px;
	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;
	transition: all 0.3s ease;
}
.onMenu header h1 a { background-image: url(../images/logo_w.svg), url(../images/mark_w.svg) !important; }
header h2 {
	position: absolute;
	top: 39px;
	left: 190px;
	height: 20px;
	color: #e72c24;
	line-height: 20px;
	font-size: 16px;
	letter-spacing: 0.06em;
}
.gnv {
	position: absolute;
	right: 55px;
	top: 36px;
	height: 24px;
	width: 60%;
	display: flex;
	justify-content: flex-end;
}
.gnv li {
	margin-left: 40px;
	height: 24px;
}
.gnv li a {
	display: block;
	padding-right: 20px;
	color: #000;
	text-decoration: none;
	position: relative;
}
.gnv li a span { display: inline-block; }
.gnv li a span:last-of-type {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	height: 14px;
	width: 14px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	line-height: 14px;
}
@keyframes gnHover { 0% {
 transform:translateY(0) rotateY(0deg);
}
 50% {
 transform:translateY(-5px) rotateY(180deg);
}
 100% {
 transform:translateY(0px) rotateY(360deg);
}
}
.gnv li a span.inhover { animation: gnHover 0.5s ease; }
/*.gn1 a span:last-of-type {
	background-image: url(../images/icon_marker_k.png);
	transition-delay: 0.3s;
}
.gn1 a:hover span:last-of-type { background-image: url(../images/icon_marker_r.png); }
.gn2 a span:last-of-type {
	background-image: url(../images/icon_mail_k.png);
	transition-delay: 0.3s;
}
.gn2 a:hover span:last-of-type { background-image: url(../images/icon_mail_r.png); }
*/
.gn3 a span:last-of-type:before,
.gn3 a span:last-of-type:after,
.gn3 a span:last-of-type i {
	content: '';
	position: absolute;
	width: 14px;
	height: 1px;
	left: 0;
	background: #000;
	display: block;
	transition-delay: 0.2s;
}
.gn3 a span:last-of-type:before { top: 3px; }
.gn3 a span:last-of-type i { top: 7px; }
.gn3 a span:last-of-type:after { top: 11px; }
.onMenu .gn3 a span:last-of-type:before { transform: translateY(4px) rotate(45deg); }
.onMenu .gn3 a span:last-of-type:after { transform: translateY(-4px) rotate(-45deg); }
.onMenu .gn3 a span:last-of-type i { opacity: 0; }
#index #copyright {
	position: absolute;
	width: 55px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 120;
	pointer-events:none;
}
#index #copyright span {
	font-size: 10px;
	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 !important; }
#index main {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 20;
	overflow-y:hidden;
	overflow-x: auto;
	overflow-style:move;
}
#menuCarousel {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 30px;
	display:flex;
}
#menuCarousel li {
	float: left;
	height: calc(100vh - 30px);
	display: flex;
	align-items: center;
	margin: 0 4.5vw;
	perspective: 500px;
}
.menuBoxes {
	height: 64vh;
	position: relative;
	transition: transform 0.3s ease;
}
.menuBoxesin {
	height: 100%;
	border-radius: 11.0701% 11.0701% 0 0 / 7.5757% 7.5757% 0 0;
	overflow: hidden;
	transition: transform 0.3s ease;
	position: relative;
}
.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: 4vh;
	letter-spacing: 0.08em;
	padding-left: 0.08em;
	position: absolute;
	bottom: -16%;
	left: 0;
	right: 0;
	color: #FFF;
}
.menuBoxesText span {
	font-size: 2vh;
	display: inline-block;
	transform: translateY(-1.5vh);
	padding-left: 7px;
	letter-spacing: 0;
}
.menuBoxesText span:first-of-type { opacity: 0; }
@keyframes cardAnim { 0% {
 transform: translateX(0%);
}
 16% {
 transform: translateX(-10.27%);
}
 28% {
 transform: translateX(10.88%);
}
 44% {
 transform: translateX(-3.63%);
}
 59% {
 transform: translateX(1.36%);
}
 73% {
 transform: translateX(-0.58%);
}
 88% {
 transform: translateX(0.8%);
}
 100% {
 transform: translateX(0%);
}
}
@keyframes cardBounce { 0% {
 transform: translateX(0%);
}
 30% {
 transform: translateX(-15%);
}
 100% {
 transform: translateX(0%);
}
}
@keyframes cardBounce2 { 0% {
 transform: translateX(0%);
}
 30% {
 transform: translateX(15%);
}
 100% {
 transform: translateX(0%);
}
}
#menuCarousel .owl-cardAnim { animation: cardBounce 1s ease; }
#menuCarousel .owl-cardAnim2 { animation: cardBounce2 1s ease; }
#menuCarousel .owl-grab .menuBoxes { transform: rotateY(5deg); }
#toRecruit {
	position: absolute;
	height: 60px;
	width: 320px;
	left: 50%;
	top: 0px;
	z-index: 155;
	transition:all 0.3s ease;
	transform:translateX(-50%);
	z-index:5000;
	pointer-events: auto !important;
	border-radius: 0 0 30px 30px;
	overflow: hidden;
	animation: recruitBtn 1s ease-in-out infinite alternate;
}
#toRecruit:hover {
	height:74px;
}
#toRecruit.tod {
	height:100%;
	bottom:0;
	width:100% !important;
	left:50%;
	border-radius: 0;
	animation:none;
}

@keyframes recruitBtn { from {
 width:320px;
}
to { width:350px; }
}
#toRecruit p {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow: hidden;
}
#toRecruit p a {
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-size:16px;
	color: #FFF;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(85,173,79,1) url(../images/recruit_arrow.png) no-repeat right 20px center !important;
}
}
#toRecruit p a span {
	position:absolute;
	right:10px;
	top:55px;
	font-size:16px;
	color:#fff;
	letter-spacing:0.1em;
	height:20px;
	line-height:24px;
	display: block;
}
#menuDots {
	position: absolute;
	width: 20px;
	left: 80px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 90;
}
#menuDots li {
	height: 20px;
	width: 20px;
}
#menuDots li a {
	position: relative;
	display: block;
	height: 20px;
}
#menuDots li a span {
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-indent: -9897px;
	transition: transform 0.3s ease;
}
#menuDots li a:hover span { transform: scale(1.4); }
#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;
}
#hoverLayer .menuBoxes strong { font-weight: 500; }
#hoverLayer .menuBoxesin {
	background: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 300;
	backface-visibility: hidden;
}
#hoverLayer .menuBoxesinBack {
	background: #FFF;
	height: 100%;
	border-radius: 11.0701% 11.0701% 0 0 / 7.5757% 7.5757% 0 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	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;
}
#menuLayer {
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50vw;
	margin-top: -50vh;
}
#mainMenu {
	position: absolute;
	top: 130px;
	right: 35px;
	font-size: 14px;
	z-index: 40
}
#mainMenu li { height: 37px; }
#mainMenu li a {
	display: block;
	height: 37px;
	line-height: 37px;
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
	position: relative;
}
#mainMenu li a.sm:before {
	content: '';
	position: absolute;
	left: 10px;
	width: 7px;
	top: 50%;
	height: 1px;
	background: #FFF;
	margin-left: -3px;
	margin-top: -2px;
}
#mainMenu li a.sm:after {
	content: '';
	position: absolute;
	left: 10px;
	height: 7px;
	top: 50%;
	width: 1px;
	background: #FFF;
	margin-top: -5px;
	transition: all 0.3s ease;
}
#mainMenu li a.sm.on:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 4px 3.5px 0;
	border-color: transparent #FFF transparent transparent;
	margin-left: -7px;
	background: transparent;
}
.sm0 {
	position: absolute;
	right: 220px;
	font-size: 14px;
	z-index: 39;
	pointer-events: none;
}
.sm0 li {
	height: 37px;
	pointer-events: none;
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.3s ease;
}
.sm0.on li {
	height: 37px;
	pointer-events: auto;
	opacity: 1;
	transform: translateX(0);
}
.sm0 li:nth-child(2) { transition-delay: 0.05s; }
.sm0 li:nth-child(3) { transition-delay: 0.1s; }
.sm0 li:nth-child(4) { transition-delay: 0.15s; }
.sm0 li:nth-child(5) { transition-delay: 0.2s; }
.sm0 li:nth-child(6) { transition-delay: 0.25s; }
.sm0 li:nth-child(7) { transition-delay: 0.3s; }
.sm0 li:nth-child(8) { transition-delay: 0.35s; }
.sm0 li a {
	display: block;
	height: 37px;
	line-height: 37px;
	color: #FFF;
	text-decoration: none;
}
#sm1 { top: 130px; }
#sm4 { top: 241px; }
#sm5 { top: 278px; }
.sm0 a span,
#mainMenu a span { display: inline-block; }
.sm0 a span.inhover,
#mainMenu a span.inhover { animation: gnHover 0.5s ease; }
#om {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	z-index: 300;
	align-items: flex-end;
}
#om li { width: 96px; }
#om li a {
	display: block;
	height: 26px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 26px;
	font-weight: 400;
	transition:all 0.3s ease;
}
#om li a svg,
#om 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%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
#om li a:hover { height: 35px; }
#sub main {
	display: block;
	width: 100%;
	min-width: 1200px;
	padding-top: 140px;
	box-sizing: border-box;
	min-height:95vh;
}
#sub .cWrap {
	box-sizing: border-box;
	width: 1200px;
	padding: 0 55px 50px;
	margin: 0 auto;
}
.cWrap h3 {
	font-size: 30px;
	line-height: 80px;
	color: #E72C24;
	height: 80px;
	letter-spacing: 0.06em;
}
#companyInfo {
	position: relative;
	max-width: 1090px;
}
#companyInfo:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
	height: 200px;
	background: url(../images/logo_r.svg) no-repeat center center / 180px auto;
}
#companyInfo dt,
#companyInfo dd {
	font-size: 16px;
	line-height: 44px;
	letter-spacing: 0.08em;
	padding: 12px 0;
}
#companyInfo dt {
	width: 140px;
	float: left;
 color: #;
}
#companyInfo dd { margin-left: 140px; }
#companyInfo 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;
}
#companyInfo dd p a {
	color: #E72C24;
	text-decoration: none;
	display: block;
}
#companyInfo dd p { transition: all 0.3s ease; }
#companyInfo dd p:hover { transform: translateY(-5px); }
#sub footer { height: 100px; }
#sub #copyright {
	font-size: 12px;
	color: #737373;
	letter-spacing: 0.1em;
	text-align: center;
}
.historyInfo {
	position: relative;
	max-width: 1090px;
}
.historyInfo dt,
.historyInfo dd {
	font-size: 16px;
	line-height: 44px;
	letter-spacing: 0.08em;
	padding: 12px 0;
}
.historyInfo dt {
	width: 140px;
	float: left;
	color: #E72C24;
}
.historyInfo dd { margin-left: 140px; }
.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] {
	display: inline-block;
	position: relative;
	padding-right: 40px;
	padding-left: 5px;
}
.historyInfo dd a[target=_blank] .tbHex {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 20px;
	height: 12px;
	background-color: #E72C24;
	margin: 5.77px 0;
	transform: translateY(-100%);
	display: block;
}
.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; }
#map iframe {
	height: 400px;
	width: 1200px;
	margin-left: -55px;
}
#service dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service dt {
	padding: 35px 0;
	width: 240px;
	font-size: 24px;
	line-height: 35px;
	color: #E72C24;
	border-bottom: 1px solid #DBDBDB;
	position: relative;
	padding-left: 20px;
	min-height:380px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70% auto;
}
#service dt span {
	line-height: 22px;
	vertical-align: top;
	font-size: 14px;
	display: inline-block;
	padding-right: 10px;
	padding-top: 4px;
	position: absolute;
	left: 0;
	top: 35px;
}
#service dd {
	padding: 35px 0;
	width: 790px;
	border-bottom: 1px solid #DBDBDB;
	padding-left: 40px;
}
#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; }
.msgParmg {
	font-size: 22px;
	letter-spacing: 0.08em;
	line-height: 50px;
	padding-bottom: 60px;
	color: #d7d7d7;
}
.msgParmg strong {
	font-weight: 700;
	font-size:24px;
	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; }
.singleImg { text-align: center; }
.twoImages {
	margin-left: -55px;
	width: 1200px !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;
	color: #E72C24;
}
#sub #products { padding-top: 120px; }
#pWrap { padding-left: 55px; }
#productsNav {
	height: 21px;
	display: flex;
	margin-bottom: 75px;
	position:relative
}
#productsNav:after {
	position:absolute;
	right:0;
	top:-20px;
	content:'';
	height:80px;
	width:128px;
	background:url(../images/drag_icon.png) no-repeat center center;
}
#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:hover,
#productsNav li a.active {
	background: rgba(78,180,182,1);
	color: #FFF;
}
.product { padding-bottom: 100px;clear:both; }
.product ul { height: 300px;width:calc(100% - 630px);
box-sizing:border-box; }
.product li {
	height: 300px;
	position: relative;
	float: left;
}
.product li img {
	display: block;
	height: 300px;
	width: auto;
}
.product li a {
	display: block;
	height: 300px;
	width: 510px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.product li a: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;
}
.product li a:hover:before {
	transform:scale(0.9);
}
.productin {
	display:flex;
	position:relative;
}
.product .productSpec {
	width: 630px;
	box-sizing: border-box;
	padding: 0 70px;
	height:300px;
	position:relative;
}
.productNumber {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 55px;
	color: rgba(78,180,182,1);
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 40px;
}

.productCategory {
	display: table;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	padding: 0 5px;
	font-size: 15px;
	background: rgba(78,180,182,1);
	margin-bottom: 15px;
}

.productSpec h3 {
	font-size: 28px;
	line-height: 36px;
	color: rgba(78,180,182,1);
}
.productUbox {
	position: absolute;
	left: 70px;
	right: 70px;
	bottom: 0px;
}
.productUbox dl {
	font-size: 10px;
	padding-bottom: 9px;
}
.productUbox dt {
	height: 14px;
	width: 110px;
	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: 120px;
	margin-bottom: 11px;
	color: #000;
}
.toDetail { height: 35px; }
.toDetail a {
	display: table;
	padding-right: 16px;
	height: 35px;
	line-height: 33px;
	font-size: 18px;
	color: rgba(78,180,182,1);
	letter-spacing: 0.03em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.toDetail a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 2px;
	background: rgba(78,180,182,1);
	transition: all 0.3s ease;
}
.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;
}
.toDetail a:hover:before { height: 4px; }
.productDetail {
	padding: 40px 110px 40px 70px;
	color: #666;
	font-size: 14px;
	width: 1020px;
	clear: both;
	position: relative;
	display: none;
}
.productDetail p { line-height: 34px; }
.productDetailClose {
	position: absolute;
	right: 50px;
	top: 40px;
}
.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); }
.productDetailClose a:hover span { transform: scale(1.2); }
.productOfficial {
	height: 35px;
	position: relative;
	height: 0;
}
.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);
}
.productOfficial a:hover:before { height: 4px; }
.productDetail dl { padding-top: 25px; }
.productDetail dt {
	line-height: 19px;
	color: #FFF;
	background: rgba(78,180,182,1);
	text-indent: 2px;
	height: 17px;
	width: 155px;
	float: left;
	margin-top: 8px;
}
.productDetail dd {
	min-height: 17px;
	margin-bottom: 17px;
	line-height: 34px;
	margin-left: 175px;
}
#toTrial {
	float: right;
	margin-top: 7px;
}
#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:hover { background: #70437A; }
#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;
}
#soundProductionList {
	display: flex;
	justify-content: space-between;
	padding: 50px 0px 30px;
}
#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;
}
#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-left: 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;
}
#trialList li a strong {
	color: rgba(137,82,151,1);
	display: block;
	padding-right: 40px;
	width: 380px;
	position: relative;
	font-size: 22px;
	letter-spacing: 0.1em;
}
#trialList li a span {
	color: #666;
	position: relative;
}
#trialList li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: rgba(137,82,151,0.1);
	transition: all 0.3s ease;
}
#trialList li a:hover:before { width: 100%; }
#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;
}
#studioImgNav li a:hover {
	color: #F39994;
	border-color: #F39994;
}
#studio h4 {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 35px;
}
.equipmentList {
	display: flex;
	flex-wrap: wrap;
	font-size: 22px;
	padding-bottom: 50px;
}
.equipmentList dt {
	padding: 20px 0;
	width: 300px;
	line-height: 50px;
	border-bottom: 1px solid #d7d7d7;
	color: rgba(83,174,220,1);
}
.equipmentList dd {
	padding: 20px 0;
	width: 790px;
	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;
}
#toContact a:hover {
	color: #FFF;
	background: rgba(83,174,220,1);
}
#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;
}
.newsTitle {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 15px;
	position: relative;
}
#newsList time { position: relative;font-size:14px; }
#newsList li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: rgba(255,108,0,0.1);
	transition:all 0.3s ease;
}
#newsList li a:hover:before { width: 100%; }
.wp-pagenavi {
	width: 1090px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 60px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	display: block;
	width: 130px;
	height: 19px;
	margin: 0 5px 10px;
	text-align: center;
	color: rgba(255,108,0,1);
	line-height: 19px;
	font-size: 14px;
	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,
.wp-pagenavi a:hover {
	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: 36px;
	font-size: 16px;
}
.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);
}
#toBack a:hover {
	background: rgba(255,108,0,1);
	color: #FFF;
}
.newsText a { color: rgba(255,108,0,1); }
.pn { pointer-events: none; }


.pdLeft,
.pdRight {
	position: absolute;
	top: 50%;
  width: 30px; 
  height: 18px;
	background-color: #4eb4b6;
	margin: 8.66px 0;
	transform: translateY(-100%);
	display: block;
	z-index:5;
}
.pdLeft {
	left:0;
}
.pdRight {
	right:50px;
}
.pdLeft:hover,
.pdRight:hover {
	opacity:0.8;
}
.pdLeft:before,
.pdLeft:after,
.pdRight:before,
.pdRight:after {
	content: "";
	position: absolute;
	width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.pdLeft:before,
.pdRight:before {
	bottom: 100%;
	border-bottom: 8.66px solid #4eb4b6;
}
.pdLeft:after,
.pdRight:after {
	top: 100%;
	width: 0;
	border-top: 8.66px 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 8px center;
}

.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: 8.66px solid rgba(64,150,151,1);
}
.ci02 .product:nth-child(even) .pdLeft:after,
.ci02 .product:nth-child(even) .pdRight:after {
	border-top: 8.66px solid rgba(64,150,151,1);
}
/*=========================CONTACT========================*/
#contact {}
#contact .caution {color: #e72c24;}
.w75 { width:75%; }
.w50 { width:50%; }
.w36 { width:36%; }
.w25 { width:25%; }
.w10 { width:10%; }
.required { position: relative; }

#contact form {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.05em;
}
#contact form dl {
}
#contact form dt {
	width: 200px;
	color: #000;
	float: left;
}
#contact form dt .sub_dt { font-size: 10px; }
#contact form dd {
	max-width: 790px;
	margin-left: 200px;
	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;
}
#contact form dd input::placeholder {
	color: #c8c8c8;
	font-size: 16px;
	font-weight: 500;
	line-height: 55px;
	letter-spacing: 0.05em;
}
#contact form dt .required:before {
	content:'';
	position:absolute;
	left:0;
	top:25px;
	width:25px;
	height:25px;
	color:#e72c24;
	font-size:16px;
	font-weight: 500;
	line-height:24px;
}
#contact form dd .required:before {
	content:'必 須';
	position:absolute;
	left:25px;
	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;
}
#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: 640px;
	height: 50px;
	margin: auto;
	padding: 30px;
	display:flex;
	justify-content: center;
}
.submitArea button {
	width: 300px;
	height: 50px;
	border: 2px solid rgba(215,57,142,1);
	font-size: 18px;
	line-height: 48px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: rgba(215,57,142,1);
	background: #fff;
	transition: all .3s ease;
	margin:0 10px;
}
.submitArea button:hover {
	background: rgba(215,57,142,1);
	color: #fff;
}

.errors {
	width: 790px;
	margin: auto;
	padding-bottom: 30px;
	padding-top: 20px;
}
.errors .error {
	border: 1px solid #d90000;
	color: #e72c24;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0.05em;
	padding: 10px;
	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;
}
/*=========================CONTACT END========================*/

.error {
	padding:5px;
}
#toPP {
	text-align: center;
}
#toPP a {
	color:#E72C24;
}

#snv {
	position:fixed;
	top:90px;
	right:30px;
	z-index:48;
	font-size:14px;
}
#snv a {
	text-decoration: none;
}
#snv a {
	text-decoration: none;
}
#snv {
	flex-wrap:wrap;
	width:162px;
}
#snv li {
	margin-left:0;
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	text-align: right;
}
#snv li span:last-child {
	position: static;
    right: auto;
    top: auto;
    margin-top: auto;
    height: auto;
    width: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: auto;
}
#bttop  {
	width:42px;
	height:45px;
	position:fixed;
	right:10px;
	bottom:0;
	z-index:48;
}
#bttop a {
	display: block;
	height:45px;
	background:url(../images/btn_totop.png) no-repeat center center;
}
#studio .singleImg {
	margin-left:-55px;
	margin-bottom:50px;
}
#index .owl-controls {
	width:0 !important;
	overflow: hidden;
}
#message a {
	color:#E72C24;
}