@charset "UTF-8";


/* kv
 ---------------------------- */

#d1413345 .slider-control-button-wrapper {
	display: none;
	background-color: rgba(255,255,255,.8);
}

#d1413345 .image-slider-area .slider-wrapper .slider-item .pc-text-area {
	background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width:767px) {
	#d1413345 {
		position: relative;
	}
	#d1413345 .sp-slider-area {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translateY(-50%);
	}
	#d1413345 .sp-slider-area .title {
		text-align: center;
	}
}



/* product list
 ---------------------------- */

[data-id="d98445-1"] {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
[data-id="d98445-1"].ed-animate-end {
	opacity: 1;
	transform: translateY(0);
}

[data-id="d98445-1"]::before, [data-id="d98445-1"]::after {
	content: none;
}
[data-id="d98445-1"] .row {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 auto 75px;
	padding: 0;
	width: 100%;
	max-width: 1200px;
}
[data-id="d98445-1"] .row::before, [data-id="d98445-1"] .row::after {
	content: none !important;
}
[data-id="d98445-1"] .row .ocp-product-style {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 0;
	width: calc((100% - 54px) / 4);
}
[data-id="d98445-1"] .row .ocp-product-style a {
	position: relative;
	display: block;
	padding: 50px 0 20px;
	background-color: #f5f5f5;
}
[data-id="d98445-1"] .row .ocp-product-style a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
[data-id="d98445-1"] .row [data-id="1412851"] a::before { background-image: url('/images/20210908/css/product_wave_01.png'); }
[data-id="d98445-1"] .row [data-id="1412866"] a::before { background-image: url('/images/20210908/css/product_wave_02.png'); }
[data-id="d98445-1"] .row [data-id="1412867"] a::before { background-image: url('/images/20210908/css/product_wave_03.png'); }
[data-id="d98445-1"] .row [data-id="1412869"] a::before { background-image: url('/images/20210908/css/product_wave_04.png'); }

[data-id="d98445-1"] .row .ocp-product-style a h3 {
	margin: 30px 0 15px;
	padding: 0 20px;
	font-size: 32px;
	line-height: 1.2;
}
[data-id="d98445-1"] .row .ocp-product-style a p {
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.6;
}

@media screen and (max-width:767px) {
	[data-id="d98445-1"] .row {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0 auto 50px;
	}
	[data-id="d98445-1"] .row .ocp-product-style {
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
	}
	[data-id="d98445-1"] .row .ocp-product-style ~ .ocp-product-style  {
		margin-top: 25px;
	}
	[data-id="d98445-1"] .row .ocp-product-style a {
		padding: 45px 0 15px;
		background-color: #f5f5f5;
	}
	[data-id="d98445-1"] .row .ocp-product-style a::before {
		height: 10px;
	}
	[data-id="d98445-1"] .row .ocp-product-style a h3 {
		margin: 20px 0 10px;
		padding: 0 15px;
		font-size: 20px;
	}
	[data-id="d98445-1"] .row .ocp-product-style a p {
		padding: 0 15px;
		font-size: 14px;
	}
}



/* concept
 ---------------------------- */

.ed-concept-visual {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.ed-concept-visual.ed-animate-end {
	opacity: 1;
	transform: translateY(0);
}
.ed-concept-visual .container-fluid {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.ed-concept-visual .container-fluid::before,
.ed-concept-visual .container-fluid::after {
	content: none;
}
.ed-concept-visual .media-box {
	margin: 0;
}
.ed-concept-visual .media-box img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.ed-concept-visual .links {
	display: none;
}

.ed-concept-header {
	margin: 65px 0 0;
}
.ed-concept-header .heading {
	position: relative;
	margin: 0 auto 30px;
	padding: 0 0 32px;
	font-size: 56px;
	line-height: 1.2;
	text-align: center;
}
.ed-concept-header .heading::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 0;
	height: 7px;
	background-image: url('/images/20210908/css/title_border.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateX(-50%);
	transition: width 0.5s ease;
}
.ed-concept-header .heading.ed-animate-end::after {
	width: 172px;
}
.ed-concept-header .description {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.ed-concept-header .links {
	display: none;
}

.ed-concept-content {
	margin: 30px 0 0;
}
.ed-concept-content .description {
	margin: 0 0 5px;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
}
.ed-concept-content .description:nth-child(2n) {
	margin: 0 0 10px;
}
.ed-concept-content .links {
	display: none;
}

@media screen and (max-width:767px) {
	.ed-concept-visual .media-box {
		padding-top: 104.8%;
		width: 100%;
		background-image: url('/images/20210908/css/concept_sp.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.ed-concept-visual .media-box img {
		display: none;
	}
	
	.ed-concept-header {
		margin: 50px 0 0;
	}
	.ed-concept-header .heading {
		position: relative;
		margin: 0 auto 15px;
		padding: 0 0 20px;
		font-size: 31px;
	}
	.ed-concept-header .heading::after {
		height: 5px;
	}
	.ed-concept-header .heading.ed-animate-end::after {
		width: 107px;
	}
	.ed-concept-header .description {
		font-size: 14px;
	}
	
	.ed-concept-content {
		margin: 20px 0 0;
	}
	.ed-concept-content .description {
		font-size: 14px;
		text-align: center;
	}
}



/* section header
 ---------------------------- */

.ed-section-header {
	margin: 0;
	padding: 0;
	background-color: #000;
}
.ed-section-header.ed-h-sound {
	margin: 65px 0 0;
}
.ed-section-header .container-fluid {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 100px 50px;
	width: 100%;
	max-width: 100%;
	min-height: 700px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
}
.ed-section-header .container-fluid::before,
.ed-section-header .container-fluid::after {
	content: none;
}
.ed-section-header.ed-h-sound .container-fluid { background-image: url('/images/20210908/css/sound_bg_pc.jpg'); }
.ed-section-header.ed-h-craftmanship .container-fluid { background-image: url('/images/20210908/css/craftmanship_bg_pc.jpg'); }

.ed-section-header .heading {
	position: relative;
	margin: 0 auto 30px;
	padding: 0 0 32px;
	font-size: 56px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
.ed-section-header .heading::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 0;
	height: 7px;
	background-image: url('/images/20210908/css/title_border.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateX(-50%);
	transition: width 0.5s ease;
}
.ed-section-header .heading.ed-animate-end::after {
	width: 172px;
}
.ed-section-header .description {
	margin: 0;
	padding: 0;
	max-width: 700px;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	color: #fff;
}
.ed-section-header .links {
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin: 0;
	padding: 0;
	transform: translateX(-50%);
}
.ed-section-header .links li {
	position: relative;
}
.ed-section-header .links a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 20px 15px 40px;
	min-width: 220px;
	font-size: 16px;
	line-height: 1.2;
	color: #333;
	text-align: center;
	text-decoration: none;
	border: solid 2px #fff;
	z-index: 10;
	transition: color 0.3s ease;
}
.ed-section-header .links li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	background-color: #fff;
	transition: background-color 0.3s ease, width 0.5s ease;
	z-index: 0;
}
.ed-section-header .links.ed-animate-end li::before {
	width: 100%;
}
.ed-section-header .links a .fa {
	position: relative;
	margin-left: 10px;
	font-size: 28px;
	color: #93282c;
	z-index: 20;
	transform: rotate(90deg);
	transition: transform 0.3s ease, color 0.3s ease;
}
.ed-section-header .links a:hover {
	color: #fff;
}
.ed-section-header .links li:hover::before {
	background-color: rgba(0, 0, 0, 0.4);
}
.ed-section-header .links li.ed-active a {
	color: #fff;
}
.ed-section-header .links li.ed-active::before {
	background-color: rgba(0, 0, 0, 0.4);
}
.ed-section-header .links li.ed-active a .fa {
	color: #fff;
	transform: rotate(-90deg);
}

@media screen and (max-width:767px) {
	.ed-section-header.ed-h-sound {
		margin: 50px 0 0;
	}
	.ed-section-header .container-fluid {
		padding: 0;
		min-height: 375px;
	}
	.ed-section-header.ed-h-sound .container-fluid { background-image: url('/images/20210908/css/sound_bg_sp.jpg'); }
	.ed-section-header.ed-h-craftmanship .container-fluid { background-image: url('/images/20210908/css/craftmanship_bg_sp.jpg'); }
	
	.ed-section-header .heading {
		margin: 0 auto 15px;
		padding: 0 0 20px;
		font-size: 31px;
	}
	.ed-section-header .heading::after {
		height: 5px;
	}
	.ed-section-header .heading.ed-animate-end::after {
		width: 107px;
	}
	.ed-section-header .description {
		max-width: 335px;
		font-size: 14px;
	}
	
	.ed-section-header .links {
		bottom: 45px;
	}
	.ed-section-header .links a {
		padding: 15px 20px 15px 40px;
		font-size: 13px;
	}
}


/* accordion contents
 ---------------------------- */

[data-id="d98445-2"],
[data-id="d98445-3"] {
	display: none;
}
[data-id="d98445-2"]::before, [data-id="d98445-2"]::after,
[data-id="d98445-3"]::before, [data-id="d98445-3"]::after {
	content: none;
}
[data-id="d98445-2"] .row,
[data-id="d98445-3"] .row {
	padding: 10px 0 90px;
}
[data-id="d98445-2"] .row::before, [data-id="d98445-2"] .row::after,
[data-id="d98445-3"] .row::before, [data-id="d98445-3"] .row::after {
	content: none !important;
}
[data-id="d98445-2"] [class*="custom-image-"],
[data-id="d98445-3"] [class*="custom-image-"] {
	margin: 80px 0 0;
}
[data-id="d98445-2"] [class*="custom-image-"] .clearfix,
[data-id="d98445-3"] [class*="custom-image-"] .clearfix {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
[data-id="d98445-2"] .custom-image-right .clearfix,
[data-id="d98445-3"] .custom-image-right .clearfix {
	flex-direction: row-reverse;
}
[data-id="d98445-2"] [class*="custom-image-"] .clearfix::before,
[data-id="d98445-3"] [class*="custom-image-"] .clearfix::before {
	content: none;
}
[data-id="d98445-2"] [class*="custom-image-"] .clearfix .media-box,
[data-id="d98445-3"] [class*="custom-image-"] .clearfix .media-box {
	overflow: hidden;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	width: 46%;
}
[data-id="d98445-2"] .custom-image-left .clearfix .media-box,
[data-id="d98445-3"] .custom-image-left .clearfix .media-box {
	padding: 0 0 40px 40px;
}
[data-id="d98445-2"] .custom-image-right .clearfix .media-box,
[data-id="d98445-3"] .custom-image-right .clearfix .media-box {
	padding: 0 40px 40px 0;
}
[data-id="d98445-2"] [class*="custom-image-"] .clearfix .media-box img,
[data-id="d98445-3"] [class*="custom-image-"] .clearfix .media-box img {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	z-index: 20;
}
[data-id="d98445-2"] [class*="custom-image-"] .clearfix .media-box::after,
[data-id="d98445-3"] [class*="custom-image-"] .clearfix .media-box::after {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-image: url('/images/20210908/css/img_under_wave.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}
[data-id="d98445-2"] .custom-image-left .clearfix .media-box::after,
[data-id="d98445-3"] .custom-image-left .clearfix .media-box::after {
	left: 0;
}
[data-id="d98445-2"] .custom-image-right .clearfix .media-box::after,
[data-id="d98445-3"] .custom-image-right .clearfix .media-box::after {
	right: 0;
}
[data-id="d98445-2"] [class*="custom-image-"] .clearfix .text-box,
[data-id="d98445-3"] [class*="custom-image-"] .clearfix .text-box {
	float: none;
	display: block;
	padding: 0 30px;
	width: 54%;
}
[data-id="d98445-2"] [class*="custom-image-"] .clearfix .text-box p,
[data-id="d98445-3"] [class*="custom-image-"] .clearfix .text-box p {
	font-size: 16px;
	line-height: 1.6;
}

@media screen and (max-width:767px) {
	[data-id="d98445-2"] .row,
	[data-id="d98445-3"] .row {
		padding: 10px 0 40px;
	}
	[data-id="d98445-2"] [class*="custom-image-"],
	[data-id="d98445-3"] [class*="custom-image-"]  {
		margin: 40px 0 0;
	}
	[data-id="d98445-2"] [class*="custom-image-"] .clearfix,
	[data-id="d98445-3"] [class*="custom-image-"] .clearfix {
		flex-direction: column;
		align-items: flex-start;
	}
	[data-id="d98445-2"] [class*="custom-image-"] .clearfix .media-box,
	[data-id="d98445-3"] [class*="custom-image-"] .clearfix .media-box {
		padding: 100% 0 0 !important;
		width: 100%;
	}
	[data-id="d98445-2"] [class*="custom-image-"] .clearfix .media-box img,
	[data-id="d98445-3"] [class*="custom-image-"] .clearfix .media-box img {
		display: none;
	}
	[data-id="d98445-2"] [class*="custom-image-"] .clearfix .media-box::before,
	[data-id="d98445-3"] [class*="custom-image-"] .clearfix .media-box::before {
		content: '';
		position: absolute;
		top: 0;
		display: block;
		width: calc(100% - 30px);
		height: calc(100% - 30px);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 20;
	}
	#d1412711 .clearfix .media-box::before {
		background-image: url('/images/20210908/css/sound_photo_01_sp.jpg');
	}
	#d1412713 .clearfix .media-box::before {
		background-image: url('/images/20210908/css/sound_photo_02_sp.jpg');
	}
	#d1412714 .clearfix .media-box::before {
		background-image: url('/images/20210908/css/sound_photo_03_sp.jpg');
	}
	#d1412717 .clearfix .media-box::before {
		background-image: url('/images/20210908/css/craftmanship_photo_01_sp.jpg');
	}
	#d1412718 .clearfix .media-box::before {
		background-image: url('/images/20210908/css/craftmanship_photo_02_sp.jpg');
	}
	#d1412719 .clearfix .media-box::before {
		background-image: url('/images/20210908/css/craftmanship_photo_03_sp.jpg');
	}
	#d1412721 .clearfix .media-box::before {
		background-image: url('/images/20210908/css/craftmanship_photo_04_sp.jpg');
	}
	#d1412723 .clearfix .media-box::before {
		background-image: url('/images/20210908/css/craftmanship_photo_05_sp.jpg');
	}
	[data-id="d98445-2"] [class*="custom-image-"].custom-image-left .clearfix .media-box::before,
	[data-id="d98445-3"] [class*="custom-image-"].custom-image-left .clearfix .media-box::before {
		right: 0;
	}
	[data-id="d98445-2"] [class*="custom-image-"].custom-image-right .clearfix .media-box::before,
	[data-id="d98445-3"] [class*="custom-image-"].custom-image-right .clearfix .media-box::before {
		left: 0;
	}
	[data-id="d98445-2"] [class*="custom-image-"] .clearfix .text-box,
	[data-id="d98445-3"] [class*="custom-image-"] .clearfix .text-box {
		margin-top: 25px;
		padding: 0;
		width: 100%;
	}
	[data-id="d98445-2"] [class*="custom-image-"] .clearfix .text-box p,
	[data-id="d98445-3"] [class*="custom-image-"] .clearfix .text-box p {
		font-size: 14px;
	}
}



/* product
 ---------------------------- */

#d690675 {
	margin-top: 80px;
}

@media screen and (max-width:767px) {
	#d690675 {
		margin-top: 40px;
	}
}



/* link
 ---------------------------- */

#d1412725 {
	margin: 100px 0 30px;
}
#d1412725 h3 {
	margin: 0;
	font-size: 35px;
	line-height: 1.2;
	text-align: center;
}

.ed-link-linkList .links {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0;
	padding: 0;
}
.ed-link-linkList .links li a {
	position: relative;
	display: block;
	padding: 75px 0 0;
	width: 100%;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	text-align: center;
	text-decoration: none;
	transition: color 0.3s ease;
}
.ed-link-linkList .links li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	width: 62px;
	height: 62px;
	background-image: url("/images/20210908/css/icon_article.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 26px auto;
	background-color: #000;
	border-radius: 50%;
	transition: background-color 0.3s ease;
	
}
.ed-link-linkList .links li a .fa {
	display: none;
}
.ed-link-linkList .links li a:hover {
	color: #93282c;
}
.ed-link-linkList .links li a:hover::after {
	background-color: #93282c;
}

@media screen and (max-width:767px) {
	#d1412725 {
		margin: 60px 0 20px;
	}
	#d1412725 h3 {
		font-size: 25px;
	}
	
	.ed-link-linkList .links li a {
		padding: 60px 0 0;
		font-size: 13px;
	}
	.ed-link-linkList .links li a::after {
		width: 48px;
		height: 48px;
		background-size: 20px auto;
	}
}



/* sns
 ---------------------------- */

#d1412726 {
	margin: 80px 0 30px;
}
#d1412726 h3 {
	margin: 0;
	font-size: 35px;
	line-height: 1.2;
	text-align: center;
}

.social-icons {
	margin-bottom: 80px;
}
.social-icons .list-inline > li {
	padding: 0 25px 25px 25px;
}
.social-icons .btn-social-icon {
	width: 62px;
	height: 62px;
	background-color: #000;
}
.social-icons .btn-social-icon .fa {
	font-size: 40px;
}

@media screen and (max-width:767px) {
	#d1412726 {
		margin: 50px 0 20px;
	}
	#d1412726 h3 {
		font-size: 25px;
	}
	
	.social-icons {
		margin-bottom: 60px;
	}
	.social-icons .list-inline > li {
		padding: 0 13px 13px 13px;
	}
	.social-icons .btn-social-icon {
		width: 48px;
		height: 48px;
	}
	.social-icons .btn-social-icon .fa {
		font-size: 30px;
	}
}<!--ºÄÊ±1752847702.7516Ãë-->