@charset "UTF-8";
* {
  box-sizing: border-box; }
img{
	max-width: 100%;
	max-height: 100%;}
header {
  background: #000; }

main {
  width: 100%;
  overflow: hidden; }

aside {
  position: absolute;
  right: 0;
  top: 330px;
  height: auto;
  width: 266px;
  overflow: hidden;
  z-index: 5; }
  aside.philosophy {
    top: 725px; }
  aside .btnHamburger-side {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.75);
    right: 0;
    cursor: pointer;
    transition: .3s; }
    aside .btnHamburger-side.is-active {
      opacity: 0;
      visibility: hidden; }
    aside .btnHamburger-side .line {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      width: 28px;
      /* 横幅 */
      height: 3px;
      /* 1本辺りの高さ */
      transition: all 0.3s ease-out;
      background: #414141; }
    aside .btnHamburger-side .line_01 {
      top: 10px; }
    aside .btnHamburger-side .line_02 {
      top: 17px; }
    aside .btnHamburger-side .line_03 {
      top: 24px; }
    aside .btnHamburger-side .text {
      position: absolute;
      bottom: 5px;
      left: 0;
      display: block;
      width: 100%;
      text-align: center;
      font-size: 10px;
      color: #414141; }
  aside .btnClose-side {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #414141;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer; }
    aside .btnClose-side::before, aside .btnClose-side::after {
      content: "";
      display: block;
      width: 16px;
      height: 2px;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 50%; }
    aside .btnClose-side::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    aside .btnClose-side::after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  aside nav {
    margin: 0 0 0 auto;
    display: none; }
  aside .sub-menu {
    min-width: 50px;
    min-height: 50px;
    position: relative;
    margin-bottom: 35px; }
    aside .sub-menu nav {
      width: 234px;
      background: rgba(255, 255, 255, 0.8);
      padding: 20px 0 20px 30px; }
    aside .sub-menu h3 {
      font-size: 18px;
      color: #000;
      border-bottom: 2px solid #C60012;
      margin-bottom: 15px;
      line-height: 1.7; }
    aside .sub-menu ul {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      aside .sub-menu ul li {
        line-height: 1; }
        aside .sub-menu ul li span.current {
          position: relative;
          display: inline-block;
          padding-left: 20px;
          color: #000;
          font-size: 12px;
          font-weight: bold; }
          aside .sub-menu ul li span.current::before {
            content: "";
            display: block;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #C60012;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%); }
          aside .sub-menu ul li span.current::after {
            content: "";
            display: block;
            width: 4px;
            height: 4px;
            border-right: 1px solid #fff;
            border-top: 1px solid #fff;
            position: absolute;
            top: 50%;
            left: 4px;
            transform: translateY(-50%) rotate(45deg); }
        aside .sub-menu ul li a {
          display: inline-block;
          padding-left: 20px;
          color: #666;
          font-size: 12px;
          font-weight: bold; }
          aside .sub-menu ul li a:hover {
            color: #000; }
  aside .other-menu {
    position: relative;
	margin-top: 85px;
    height: 100%;
    min-height: 50px;
    transform: translateX(266px);
    transition: .5s; }
    aside .other-menu .btnHamburger-side .line {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 16px;
      height: 2px;
      /* 1本辺りの高さ */ }
    aside .other-menu .btnHamburger-side .line_02 {
      transform: translate(-50%, -50%) rotate(90deg); }
    aside .other-menu.is-active {
      transform: translateX(0); }
    aside .other-menu .btnClose-side {
      display: block; }
    aside .other-menu nav {
      display: block;
      width: 234px;
      background: #fff; }
    aside .other-menu ul {
      display: flex;
      flex-direction: column;
      gap: 2px; }
      aside .other-menu ul li a:hover {
        opacity: .8; }
      aside .other-menu ul li a img {
        width: 100%; }

.page-title {
  height: 220px;
  background: #000;
  margin-bottom: 60px; }
  .page-title::before {
    content: "";
    width: calc(50% + 100px);
    height: 100%;
    display: block;
    background: linear-gradient(to right, #800303 25%, #c60012 100%);
    transform: skewX(-30deg);
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 2; }
  .page-title h2 {
    position: relative;
    max-width: 900px;
    height: 100%;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    z-index: 3; }
    .page-title h2 .en {
      font-family: "henderson-sans-basic", sans-serif;
      font-weight: 100;
      font-style: italic;
      font-size: 40px;
      margin-bottom: 15px;
      letter-spacing: -0.1em; }
    .page-title h2 .ja {
      font-family: noto-sans-cjk-jp, sans-serif;
      font-weight: 100;
      font-style: normal;
      font-size: 22px;
      letter-spacing: .3em; }
  .page-title .title-img {
    position: absolute;
    left: calc(50% - 100px);
    top: 0;
    height: 100%; }
    .page-title .title-img img {
      object-fit: cover;
      height: 100%;
      width: 100%; }

#page-products {
  position: relative;
  padding-top: 50px;
  background: #000;
  color: #fff; }

#page-products #selector {
    max-width: 900px;
    height: 100%;
    margin-inline: auto;
      margin-bottom: 40px;
}
#page-products #selector ul{
  display: flex;
  flex-wrap: wrap;
}

#page-products #selector li{
	margin-right: 1em;
	margin-bottom: 0.75em;
}

#page-products #selector a{
	display: block;
	height: 2em;
	line-height: 2em;
	font-size: 14px;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 1em;
	color: #000000;
	background-color: #808080;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
}
#page-products #selector a:hover{
	background-color: #FFFFFF;
}
#page-products #selector .select a{
	background-color: #FFFFFF;
}
#page-products #selector a.price{
	color: #ffffff;
	background-color: #BB1B21;
	background-image: url(../img-common/pdficon_large.png);
	background-position: 1em 50%;
	background-repeat: no-repeat;
	background-size: auto 60%;
	text-indent: 1.5em;
}
#page-products #selector a.price:hover{
	background-color: #80090D;
}
  #page-products #products {
    max-width: 900px;
    margin-inline: auto;
    padding-bottom: 50px; }
    #page-products #products h3 {
      font-size: 24px;
      border-bottom: 2px solid #BB1B21;
      letter-spacing: .1em;
      line-height: 1.8;
      margin-bottom: 15px; }
      #page-products #products h3 small {
        font-size: .8em;
        font-weight: normal; }
      #page-products .types{
		  margin-bottom: 40px;
}
      #page-products #products li{
		  margin-bottom: 2em;
		  padding-top: 24px;
}
      #page-products #products li .products{
		  background-color: #fff;
		  border-radius: 8px;
		  display: block;
		  padding: 1em;
		  color: #000;
		  text-align: center;
		  height: 100%;
}

      #page-products #products li .products .links{
  display: flex;
  flex-wrap: wrap;
		  padding-top: 10px;
		 clear:both;
		  
}
      #page-products #products li .products .links a{
	display: block;
	width: auto;
	height: 30px;
	line-height: 28px;
		  background-color: #BB1B21;
		  color: #fff;
		  border-radius: 15px;
		  margin-right: 10px;
	border: 1px solid #BB1B21;
		  padding-right: 1em;
		  padding-left: 1em;flex-grow: 3; 
		  
}
      #page-products #products li .products .links a+a{
		  margin-right: 0px;
		  
}
      #page-products #products li .products .links a:hover{
	border: 1px solid #BB1B21;
		  background-color: #fff;
		  color: #BB1B21;
}
      #page-products #products li h4{
		  text-align: left;
		  font-size: 18px;
		  border-bottom: solid 2px #BB1B21 ;
			margin-bottom: 10px;
		  line-height: 22px;
		  padding-bottom: 4px;
}
      #page-products #products li img{
			max-width: 70%;
			width: auto;
		  max-height: 150px;
			height: auto;
			margin-left: auto;
			margin-right: auto;
			margin-top: 14px;
			margin-bottom: 14px;
}

      #page-products #products li p{
		  text-align: left;
		  font-size: 13px;
		  margin-bottom: 0px;  
		  color: #333333;
		  font-weight: 600;
}
      #page-products #products li p.product-spec{
		  font-size: 11px;		  
		  color: #666;
		  margin-top: 4px;  
		  font-weight: 400;
}

		#page-products .tag-area {
	display: flex;
	flex-wrap: wrap;
	padding-left: 12px;
	position: absolute;
			margin-top: -24px;
		}
		#page-products .tag-area div{
			font-size: 12px;
			line-height: 24px;
			height: 24px;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			margin-bottom: 0px; 
			color: #fff;
			background-color: #808080;
			margin-right: 10px;
			padding-left: 10px;
			padding-right: 10px;
		}
		#page-products .tag-area div.handy{
			background-color: #556677;
		}
		#page-products .tag-area div.monoblock{
			background-color: #674;
		}
		#page-products .tag-area div.battery{
			background-color: #973;
		}
		#page-products .tag-area div.studio{
			background-color: #A55;
		}
		#page-products .tag-area div.cont{
			background-color: #A64
		}
/* modal parts */
.modal-content {
  height: auto;
  max-height: 85%;
  max-width: 80%;
  top: 50%;
  left: 50%;
  position: fixed;
  display: none;
  z-index: 992;
  margin: 0;
  padding: 60px 0 30px;
  overflow: visible;
  background-color: #fff;
  overflow: auto;
  transform: translate(-50%, -50%);
  overflow-scrolling: touch; }
  .modal-content .modal-inner {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden; }

.modal-overlay {
  z-index: 990;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

.modal-open:hover {
  cursor: pointer; }

.modal-open:hover {
  cursor: pointer; }

.modal-close {
  display: table;
  margin: 0 auto;
  transition: .3s;
  text-decoration: underline;
  font-size: 22px; }
  .modal-close:hover {
    cursor: pointer;
    opacity: .7; }

.crossbtn {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 20px;
  right: 20px; }
  .crossbtn::before, .crossbtn::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    background: #414141;
    left: 50%;
    top: 50%; }
  .crossbtn::before {
    transform: translate(-50%, -50%) rotate(-45deg); }
  .crossbtn::after {
    transform: translate(-50%, -50%) rotate(45deg); }

.modal-gmap {
  width: 530px; }
  .modal-gmap .gmap {
    width: 100%;
    height: 380px;
    margin-bottom: 20px; }
    .modal-gmap .gmap iframe {
      width: 100%;
      height: 100%; }
  .modal-gmap .access {
    padding-left: 15px; }
    .modal-gmap .access h4 {
      display: table;
      padding: 0 1em;
      font-size: 16px;
      font-weight: bold;
      background: #BB1B21;
      line-height: 1.8em;
      border-radius: 1000px;
      margin-bottom: 15px; }
    .modal-gmap .access p {
      display: flex;
      align-items: center;
      min-height: 38px;
      font-size: 16px;
      color: #414141;
      padding-left: 1em;
      border-left: 5px solid #BB1B21;
      text-align: left;
      margin: 0; }

.modal-area {
  width: 833px; }
  .modal-area h4 {
    font-weight: bold;
    line-height: 38px;
    font-size: 22px;
    color: #414141;
    padding-left: .6em;
    border-left: 5px solid #BB1B21;
    text-align: left;
    margin-bottom: 20px; }
  .modal-area p.copy {
    font-size: 16px;
    margin: 0;
    color: #414141;
    text-align: left; }
  .modal-area .address {
    margin-top: 20px; }
    .modal-area .address h5 {
      display: table;
      padding: 0 1em;
      font-size: 18px;
      font-weight: bold;
      background: #808080;
      line-height: 1.8em;
      margin-bottom: 10px;
      letter-spacing: .01em; }
    .modal-area .address p.copy {
      line-height: 1.4; }
      .modal-area .address p.copy strong {
        font-size: 1.05em; }
    .modal-area .address.last {
      margin-top: 40px; }
  .modal-area .covering {
    margin-top: 25px; }
    .modal-area .covering h5 {
      width: 100%;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #414141;
      border-top: 1px solid #414141;
      border-bottom: 1px solid #414141;
      padding: .3em 0;
      margin-bottom: 10px; }
    .modal-area .covering p {
      display: table;
      margin-inline: auto;
      font-size: 18px;
      font-weight: bold;
      color: #414141;
      text-align: left;
      line-height: 1.7; }

@media screen and (max-width: 767px) {
  aside {
    position: static;
    height: auto;
    width: 100%; }
    aside.philosophy .sub-menu nav {
      background: transparent; }
    aside .btnHamburger-side {
      display: none !important; }
    aside .btnClose-side {
      display: none !important; }
    aside nav {
      display: block !important; }
    aside .sub-menu {
      width: 100%;
      height: auto;
      margin-bottom: 0; }
      aside .sub-menu nav {
        width: 100%;
        background: #000;
        padding: 0 0 70px; }
      aside .sub-menu h3 {
        display: none; }
      aside .sub-menu ul {
        width: 40%;
        max-width: 160px;
        margin-inline: auto;
        gap: 15px; }
        aside .sub-menu ul li {
          line-height: 1; }
          aside .sub-menu ul li span.current {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 3em;
            padding-left: 0;
            color: #414141;
            background: #fff;
            font-size: 12px; }
            aside .sub-menu ul li span.current::before {
              content: none; }
            aside .sub-menu ul li span.current::after {
              content: none; }
          aside .sub-menu ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 3em;
            padding-left: 0;
            color: #fff;
            font-size: 12px;
            border: 1px solid #fff; }
            aside .sub-menu ul li a:hover {
              color: #fff; }
    aside .other-menu {
	  top: 0px;
      height: auto;
		margin-top: 0px;
      transform: translateX(0); }
      aside .other-menu nav {
        width: 60%;
        background: #fff;
        margin-inline: auto;
        padding: 50px 0 70px; }
      aside .other-menu ul {
        display: flex;
        flex-direction: column;
        gap: 10px; }

  .page-title {
    height: 110px;
    margin-bottom: 35px;
    overflow: hidden; }
    .page-title h2 {
      width: 85%; }
      .page-title h2 .en {
        font-family: "henderson-sans-basic", sans-serif;
        font-weight: 100;
        font-style: italic;
        font-size: 21px;
        margin-bottom: 5px; }
      .page-title h2 .ja {
        font-family: noto-sans-cjk-jp, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 11px;
        letter-spacing: .1em; }
    .page-title .title-img {
      left: 40%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .page-title .title-img img {
        object-fit: cover;
        height: 80%;
        width: 80%; }

  #page-products {
    padding-top: 60px;
    background: #000;
    color: #fff; }
    #page-products .page-title {
      height: 110px;
      margin-bottom: 35px; }
      #page-products .page-title h2 {
        width: 85%; }
        #page-products .page-title h2 .en {
          font-family: "henderson-sans-basic", sans-serif;
          font-weight: 100;
          font-style: italic;
          font-size: 21px;
          margin-bottom: 5px; }
        #page-products .page-title h2 .ja {
          font-family: noto-sans-cjk-jp, sans-serif;
          font-weight: 100;
          font-style: normal;
          font-size: 11px;
          letter-spacing: .1em; }
      #page-products .page-title .title-img {
        left: 40%;
        display: flex;
        justify-content: center;
        align-items: center; }
        #page-products .page-title .title-img img {
          object-fit: cover;
          height: 100%;
          width: 100%; }
    #page-products #products {
      width: 85%;
      padding-bottom: 20px; }
      #page-products #products h3 {
        font-size: 17px;
        margin-bottom: 10px; }
        #page-products #products h3 small {
          font-size: .75em; }

      #page-products #products li img{
			max-width: 60%;
			margin-left: auto;
			margin-right: auto;
			margin-top: 14px;
			margin-bottom: 14px;
}

      #page-products #products li img{
		  margin-top: 0px;
		  float:left;
		  width: 38%;
		  max-height: none;
}

      #page-products #products li p{
		  float:right;
		  width: 56%;
		  text-align: left;
		  font-size: 14px;
}
      #page-products #products li p br{
		  display: none;
}
      #page-products #products li p.product-spec br{
		  display: inline;
}
      #page-products #products li .products{
		  overflow: hidden;
}
#page-products #selector {
    width: 85%;
      margin-bottom: 20px;
}
#page-products #selector a{
	font-size: 13px;
}
	
	
#page-products #selector li{
	margin-right: 0.5em;
}

  /* modal parts */
  .modal-content {
    max-width: none;
    width: 90%;
    padding: 50px 2.5% 30px; }
    .modal-content .modal-inner {
      max-width: 94%; }

  .modal-close {
    width: auto;
    font-size: 15px;
    font-weight: bold; }

  .crossbtn {
    width: 18px;
    height: 18px;
    top: 20px;
    right: 20px; }
    .crossbtn::before, .crossbtn::after {
      width: 25px;
      height: 1px; }

  .modal-gmap {
    width: 90%; }
    .modal-gmap .gmap {
      width: 100%;
      height: 380px;
      margin-bottom: 20px; }
      .modal-gmap .gmap iframe {
        width: 100%;
        height: 100%; }
    .modal-gmap .access {
      padding-left: 5px; }
      .modal-gmap .access h4 {
        display: table;
        padding: 0 1em;
        font-size: 11px;
        line-height: 1.8em;
        border-radius: 1000px;
        margin-bottom: 10px; }
      .modal-gmap .access p {
        min-height: auto;
        font-size: 14px;
        padding-left: .5em;
        border-left: 3px solid #BB1B21; }

  .modal-area {
    width: 90%; }
    .modal-area h4 {
      line-height: 1.5;
      font-size: 16px;
      padding-left: .6em;
      border-left: 6px solid #BB1B21;
      margin-bottom: 15px; }
    .modal-area p.copy {
      font-size: 14px; }
    .modal-area .address {
      margin-top: 20px; }
      .modal-area .address h5 {
        display: block;
        padding: 0 1em;
        font-size: 15px;
        line-height: 2em;
        margin-bottom: 10px;
        letter-spacing: .01em;
        text-align: left; }
      .modal-area .address p.copy {
        line-height: 1.5; }
        .modal-area .address p.copy strong {
          font-size: 1.05em; }
      .modal-area .address.last {
        margin-top: 40px; }
    .modal-area .covering {
      margin-top: 15px; }
      .modal-area .covering h5 {
        font-size: 15px;
        border: 1px solid #414141;
        padding: .3em 0;
        margin-bottom: 10px; }
      .modal-area .covering p {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.7;
        margin: 0; } }


@media screen and (max-width: 992px) {
	#page-products .tag-area div {
    font-size: 11px;
    line-height: 21px;
    height: 22px;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
		#page-products .tag-area {
	padding-left: 10px;
			margin-top: -22px;
		}
}
