<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =======================================

	 CSS 
	
	 (C)Blue Diamond.

 ======================================= */

@import "stylebasic.css";
@import "stylemobile.css";

h2 {width:95%; position: relative; padding-bottom: 0.5em; border-bottom: 4px solid #DDD; text-align:left;line-height:1;}
h2::after {position: absolute; content: " "; border-bottom: solid 4px #26befd; bottom: -4px; width:25%; display: block;}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.text-overlay {
  position: absolute;
  top: 10px; /* 上からのオフセット */
  right: 10px; /* 右からのオフセット */
  color: white; /* テキストの色 */
  padding: 5px; /* パディング */
  font-size: 1.2em; /* フォントサイズ */
  background-color: rgba(0, 0, 0, 0.8); /* 背景色と透明度 */
z-index: 1;
}

nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
 width:100%;
}
nav a {
  display: block;
  text-decoration: none;
}
nav a:hover,
nav a:visited {
  text-decoration: none;
}
.menu-bar {
  display: flex;
}
.menu-link {
  padding: 12px;
  background: #8e5750;
  color: #ffffff;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
  text-align:center;
  border-left: inset 3px #ffffff;

}

.menu-link[aria-haspopup="true"] {
  padding: 12px;
  text-align:center;
}
.menu-link[aria-haspopup="true"]:after {
  content: "";
  background-image: url('img/yazirushimigi.png');
  background-size: 14px;
  width: 14px;
  height: 14px;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.mega-menu-header {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #136a73;
}
.mega-menu {
  background: #ffffff;
  z-index: 10;
}
.mega-menu--multiLevel {
  flex-direction: column;
}
@media all and (min-width: 951px) {
  .nav {
    margin:0 auto;
    background: #ff;
  }
  .nav &gt; nav {
    margin: 0 auto;
  }
  .menu [aria-haspopup="true"] ~ ul {
    display: none;
  }
  .menu-bar {
    position: relative;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"]:after {
    background-image: url('img/yazirushishita.png');
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"]:hover:after {
    background-image: url('img/yazirushimigi.png');
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"]:focus ~ ul {
    display: flex;
    transform-origin: top;
    animation: dropdown 0.2s ease-out;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul:hover {
    display: flex;
  }
  .menu-bar &gt; li:focus-within &gt; [aria-haspopup="true"] ~ ul {
    display: flex;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"]:focus,
  .menu-bar &gt; li:focus-within &gt; [aria-haspopup="true"],
  .menu-bar &gt; li:hover &gt; a {
    background: #000000;
    color: #ffffff;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"]:focus:after,
  .menu-bar &gt; li:focus-within &gt; [aria-haspopup="true"]:after,
  .menu-bar &gt; li:hover &gt; a:after {
    background-image: url('img/yazirushimigi.png');
  }
  .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .mega-menu:hover {
    display: flex;
  }
  .mega-menu a:hover {
    background: #000000;
    color: #ffffff;
  }
  .mega-menu--multiLevel &gt; li {
    width: 33.33333333%;
  }
  .mega-menu--multiLevel &gt; li &gt; [aria-haspopup="true"] ~ ul {
    left: 33.33333333%;
    width: 33.33333333%;
  }
  .mega-menu--multiLevel &gt; li &gt; [aria-haspopup="true"] ~ ul ul {
    width: 100%;
    left: 100%;
  }
  .mega-menu--multiLevel li:hover &gt; [aria-haspopup="true"] ~ ul {
    display: block;
    transform-origin: left;
    animation: flyout 0.2s ease-out;
  }
  .mega-menu--multiLevel li:focus-within &gt; [aria-haspopup="true"] ~ ul {
    display: block;
  }
  .mega-menu--multiLevel li:hover &gt; [aria-haspopup="true"],
  .mega-menu--multiLevel li:focus-within &gt; [aria-haspopup="true"],
  .mega-menu--multiLevel li:hover &gt; a,
  .mega-menu--multiLevel li:focus-within &gt; a {
    background: #dceced;
    color: #136a73;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul,
  .mega-menu--multiLevel [aria-haspopup="true"] {
    border-left: 1px solid #f0f0f0;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul:hover,
  .mega-menu--multiLevel [aria-haspopup="true"]:hover {
    display: block;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .mega-menu--flat &gt; * {
    flex: 1;
  }
  .mobile-menu-trigger,
  .mobile-menu-header,
  .mobile-menu-back-item {
    display: none;
  }
}
@media all and (max-width: 950px) {
  .nav {
    padding: 20px;
    
  }
  .mobile-menu-trigger,
  .mobile-menu-header,
  .mobile-menu-back-item {
    display: block;
  }
  .mobile-menu-trigger {
    background: #177E89;
    color: #ffffff;
    border: 0;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 4px;
  }
  .mobile-menu-header {
    order: -1;
    background: grey;
  }
  .mobile-menu-header a {
    padding: 20px 25px;
    color: #ffffff;
    visibility: visible;
  }
  .menu-bar {
    flex-direction: column;
    position: fixed;  z-index: 20;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 350px;
    max-width: 350px;
    max-width: 90%;
    overflow-x: hidden;
    transition: left 0.3s;
    box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.25);
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    position: absolute;
    left: 100%;
    top: 0;
    max-height: 100vh;
    width: 100%;
    transition: left 0.3s;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul &gt; li &gt; [aria-haspopup="true"] {
    font-size: 1.2em;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul &gt; li &gt; [aria-haspopup="true"] ~ ul a {
    padding-left: 40px;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul &gt; li &gt; [aria-haspopup="true"] ~ ul &gt; li &gt; [aria-haspopup="true"] ~ ul a {
    padding-left: 80px;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul [aria-haspopup="true"] {
    color: #2a2a2a;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:after {
    content: "+";
    background: none;
    font-size: 1em;
    font-weight: normal;
    height: 20px;
    line-height: 1;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul {
    max-height: 0px;
    transform-origin: top;
    transform: scaleY(0);
    transition: max-height 0.1s;
  }
  .mega-menu-content {
    padding: 20px 25px;
  }
  .mobile-menu-back-item {
    order: -1;
  }
  .mobile-menu-back-item a {
    background: #d9d9d9;
    color: #2a2a2a;
    max-height: calc(1.4em + 40px);
    margin-top: calc(0px - (1.4em + 40px));
    pointer-events: none;
  }
  .mobile-menu-back-item a:before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url('img/yazirushihidari.png');
    background-size: 14px;
    margin-right: 10px;
    display: inline-block;
  }
  .mobile-menu-trigger:focus ~ ul {
    left: 0;
  }
  .menu-bar:hover,
  .menu-bar:focus-within {
    left: 0;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"]:focus ~ ul {
    left: 0;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul {
    margin-top: calc(1.4em + 40px);
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul:hover,
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul:focus-within {
    left: 0;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:focus ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul li:focus-within &gt; [aria-haspopup="true"] ~ ul {
    max-height: 500px;
    transform: scaleY(1);
  }
  .menu-bar &gt; li:focus-within ~ .mobile-menu-header a {
    visibility: hidden;
  }
}
@media all and (max-width: 950px) and (hover: none) {
  .mobile-menu-trigger:hover ~ ul {
    left: 0;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"]:hover ~ ul {
    left: 0;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul:hover {
    left: 0;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:hover ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .menu-bar &gt; li &gt; [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul:hover {
    max-height: 500px;
    transform: scaleY(1);
  }
  .menu-bar &gt; li:hover ~ .mobile-menu-header a {
    visibility: hidden;
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flyout {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

.analogtitle{
text-align:center;
  font-size: 30px;
}

h3 {
	position: relative;
	padding: 1rem .5rem;
	font-size:150%;
	text-align:left;
	line-height:1;
}

h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

h4{
  font-size: 16px;
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #ccc;
}

h4::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #646464;
  border-radius: 4px;
}

a.shousai{
	position:relative;
	display:inline-block;
	padding:0 32px 0 16px;
	color:#fff;
	text-decoration:none;
	height:24px;
	line-height:24px;
	border-radius:12px;
	background: #62A1CB;
}
a.shousai:before,
a.shousai:after{
	content:"";
	display:block;
	position:absolute;
}
a.shousai:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:4px;
	top:4px;
}
a.shousai:after{
	width:4px;
	height:4px;
	border-right:2px solid #62A1CB;
	border-top:2px solid #62A1CB;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:10px;
	top:9px;
}

.harmonixshoplistarea{
	position:relative;
	display:inline-block;
	padding:0 16px 0 16px;
	color:#fff;
	text-decoration:none;
	height:24px;
	line-height:24px;
	border-radius:12px;
	background: #62A1CB;
}
</pre></body></html>