<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#wrapper {
  padding-top: 80px;
}

#contents {
  background-color: #fff;
}

main {
  margin: 0 auto;
  padding-bottom: 100px;
}

header {
  background-color: rgba(0, 0, 0, 0.8);
}

#breadcrumbs {
  margin-top: 65px;
}

[data-ruby] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3.2rem;
  letter-spacing: 3.2px;
  text-align: center;
  font-weight: normal;
  color: #000;
}
[data-ruby]:before {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #000;
  margin: 0 auto 30px;
}
[data-ruby]:after {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: center;
  color: #d1b175;
  margin-top: 10px;
}

#sidebar aside {
  width: 220px;
}
#sidebar aside h3 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: normal;
}
#sidebar aside .widget {
  margin-bottom: 40px;
  border-top: 1px solid #000;
  padding-top: 15px;
}
#sidebar aside .widget:last-of-type() {
  margin-bottom: 0;
}
#sidebar aside .widget ul.wp-block-categories,
#sidebar aside .widget ul.wp-block-archives, #sidebar aside .widget &gt; ul {
  margin-top: 16px;
}
#sidebar aside .widget ul.wp-block-categories &gt; li a,
#sidebar aside .widget ul.wp-block-archives &gt; li a, #sidebar aside .widget &gt; ul &gt; li a {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}
#sidebar aside .widget ul.wp-block-categories &gt; li a::before,
#sidebar aside .widget ul.wp-block-archives &gt; li a::before, #sidebar aside .widget &gt; ul &gt; li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 1px;
  margin-right: 10px;
  background-color: #000;
}
#sidebar aside .widget ul.wp-block-categories &gt; li h4,
#sidebar aside .widget ul.wp-block-archives &gt; li h4, #sidebar aside .widget &gt; ul &gt; li h4 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  padding: 18px 20px;
}
#sidebar aside .widget ul.wp-block-categories &gt; li .children,
#sidebar aside .widget ul.wp-block-archives &gt; li .children, #sidebar aside .widget &gt; ul &gt; li .children {
  padding-left: 28px;
  padding-bottom: 20px;
}
#sidebar aside .widget ul.wp-block-categories &gt; li .children a:before,
#sidebar aside .widget ul.wp-block-archives &gt; li .children a:before, #sidebar aside .widget &gt; ul &gt; li .children a:before {
  content: "・";
  background-color: transparent;
  width: auto;
  height: auto;
  margin-right: 0px;
}
#sidebar aside .widget ul.wp-block-categories &gt; li .children li,
#sidebar aside .widget ul.wp-block-archives &gt; li .children li, #sidebar aside .widget &gt; ul &gt; li .children li {
  border: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}
#sidebar aside .widget ul.wp-block-categories &gt; li .children li:last-of-type,
#sidebar aside .widget ul.wp-block-archives &gt; li .children li:last-of-type, #sidebar aside .widget &gt; ul &gt; li .children li:last-of-type {
  margin-bottom: 0;
}
#sidebar aside .widget ul.wp-block-categories &gt; li .children li .children,
#sidebar aside .widget ul.wp-block-archives &gt; li .children li .children, #sidebar aside .widget &gt; ul &gt; li .children li .children {
  padding-left: 1.6em;
  padding-bottom: 15px;
}
#sidebar aside .widget ul.wp-block-categories &gt; li .children li .children:last-of-type,
#sidebar aside .widget ul.wp-block-archives &gt; li .children li .children:last-of-type, #sidebar aside .widget &gt; ul &gt; li .children li .children:last-of-type {
  padding-bottom: 0;
}
#sidebar aside .widget ul.wp-block-categories &gt; li .children li .children a,
#sidebar aside .widget ul.wp-block-archives &gt; li .children li .children a, #sidebar aside .widget &gt; ul &gt; li .children li .children a {
  background: none;
}

/**
新着情報 一覧
*/
#archive-post {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin: 55px auto 0;
}
#archive-post .list {
  width: 760px;
}
#archive-post .list h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  margin-top: 30px;
  position: relative;
}
#archive-post .boxes {
  width: 100%;
}
#archive-post .boxes .box + .box {
  margin-top: 45px;
}
#archive-post .boxes .box .info {
  display: flex;
  align-items: center;
}
#archive-post .boxes .box .info.is_new .terms a:last-of-type {
  margin-right: 17px;
}
#archive-post .boxes .box .info .date {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #333;
}
#archive-post .boxes .box .info .terms {
  margin-left: 14px;
  display: flex;
  padding-left: 14px;
  border-left: 1px solid #ccc;
}
#archive-post .boxes .box .info .terms a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  text-decoration: none;
}
#archive-post .boxes .box .info .terms a + a {
  margin-left: 14px;
}
#archive-post .boxes .box .title {
  margin-top: 15px;
}
#archive-post .boxes .box .title a {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  text-decoration: none;
}
#archive-post .paged {
  width: 100%;
  margin-top: 50px;
}
#archive-post .paged .tablenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  clear: both;
}
#archive-post .paged .tablenav a {
  text-decoration: none;
}
#archive-post .paged .tablenav .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #000000;
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 12px;
}
#archive-post .paged .tablenav .page-numbers.current {
  border: 1px solid #000000;
  background-color: #000;
  color: #fff;
}
#archive-post .paged .tablenav .page-numbers.dots {
  border: 0;
}
#archive-post .paged .tablenav .page-numbers.prev, #archive-post .paged .tablenav .page-numbers.next {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
}

.parts-categories {
  width: 100%;
}
.parts-categories h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.parts-categories h3 .en {
  letter-spacing: 3.52px;
  text-align: left;
  color: #ec6835;
  font-size: 1.6rem;
  font-weight: 500;
}
.parts-categories h3 .title {
  font-size: 3.6rem;
  line-height: 1.2222222222;
  font-weight: 500;
  letter-spacing: 7.92px;
  text-align: left;
  color: #333;
  margin-top: 20px;
}
.parts-categories .boxes {
  display: flex;
  flex-wrap: wrap;
  width: 1094px;
  padding: 55px 45px 40px;
  background-color: #f1f1f1;
  margin: 35px auto 0;
}
.parts-categories .boxes .box {
  margin-left: 55px;
}
.parts-categories .boxes .box:nth-of-type(3n + 1) {
  margin-left: 0;
}
.parts-categories .boxes .box:nth-of-type(n + 4) {
  margin-top: 49px;
}
.parts-categories .boxes .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 298px;
  height: 54px;
  background-color: #cdcbca;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 4.3px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

/**
新着詳細
*/
#single-post {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin: 55px auto 0;
}
#single-post .single-detail {
  width: 760px;
}
#single-post .single-detail .thumbnail {
  display: flex;
  justify-content: center;
  margin: 40px auto 50px;
  width: 611px;
  height: 401px;
}
#single-post .single-detail .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#single-post .single-detail &gt; .title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: normal;
}
#single-post .single-detail .info {
  display: flex;
  align-items: center;
  margin-top: 26px;
}
#single-post .single-detail .info.is_new .terms a:last-of-type {
  margin-right: 17px;
}
#single-post .single-detail .info .date {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #333;
}
#single-post .single-detail .info .terms {
  margin-left: 14px;
  display: flex;
  padding-left: 14px;
  border-left: 1px solid #ccc;
}
#single-post .single-detail .info .terms a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  text-decoration: none;
}
#single-post .single-detail .info .terms a + a {
  margin-left: 14px;
}
#single-post .single-detail .post_detail {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin-top: 40px;
  margin-bottom: 115px;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  word-wrap: break-word;
  word-break: break-all;
  font-size: 1.4rem;
  line-height: 2.5714285714;
}
#single-post .single-detail .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
#single-post .single-detail .post_detail a {
  text-decoration: none;
  color: #000;
  border-bottom: 0.0732064422vw solid #000;
}
#single-post .single-detail .post_detail p {
  clear: both;
  font-size: 1.4rem;
  line-height: 2.5714285714;
}
#single-post .single-detail .post_detail p img.alignright {
  text-align: right;
}
#single-post .single-detail .post_detail p + p {
  margin-top: 20px;
}
#single-post .single-detail .post_detail pre {
  margin: 20px 0;
  overflow-x: auto;
  line-height: 1.5;
}
#single-post .single-detail .post_detail .wp-caption {
  max-width: 100%;
}
#single-post .single-detail .post_detail .alignleft {
  float: left;
}
#single-post .single-detail .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-post .single-detail .post_detail .alignright {
  float: right;
}
#single-post .single-detail .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 5px;
}
#single-post .single-detail .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-post .single-detail .post_detail img.alignright {
  margin: 5px;
  display: inline;
}
#single-post .single-detail .post_detail img.alignleft {
  margin: 5px;
  display: inline;
}
#single-post .single-detail .post_detail ul {
  margin: 1.2em;
}
#single-post .single-detail .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
#single-post .single-detail .post_detail ul li {
  list-style: disc outside;
}
#single-post .single-detail .post_detail ol {
  margin: 1.2em;
}
#single-post .single-detail .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
#single-post .single-detail .post_detail ol li {
  list-style: decimal outside;
}
#single-post .single-detail .post_detail li {
  line-height: 1.65;
}
#single-post .single-detail .post_detail h1 {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 35px;
  padding: 0 0 12px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: normal;
}
#single-post .single-detail .post_detail h2 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: bold;
  background-color: #faf1df;
  padding: 9px 10px;
  color: #333;
  margin-top: 35px;
  margin-bottom: 25px;
}
#single-post .single-detail .post_detail h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #b0a9a8;
}
#single-post .single-detail .post_detail h4 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  border-left: 3px solid #5b4d4b;
  padding: 2px 5px 4px;
}
#single-post .single-detail .post_detail h5 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}
#single-post .single-detail .post_detail h5:before {
  position: absolute;
  content: "";
  width: 1.0980966325vw;
  height: 1.0980966325vw;
  background-color: #e4c281;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#single-post .single-detail .post_detail h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.196193265vw;
  margin-bottom: 1.4641288433vw;
}
#single-post .single-detail .post_detail table {
  margin: 2.5622254758vw auto;
}
#single-post .single-detail .post_detail table th,
#single-post .single-detail .post_detail table td {
  padding: 1.0980966325vw 0.7320644217vw;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  border: 0.0732064422vw solid #cccccc;
}
#single-post .single-detail .post_detail table th {
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-weight: bold;
}
#single-post .single-detail .post_detail table th a {
  color: #000;
}
#single-post .single-detail .post_detail table td {
  color: #000;
  background: #fff;
}

/*+-+-+-+-+-+-+-+-+-+-前の記事/次の記事+-+-+-+-+-+-+-+-+-+-+-+-*/
#single_otherpost {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
#single_otherpost .link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#single_otherpost .prev,
#single_otherpost .next {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
#single_otherpost .list {
  width: 200px;
}
#single_otherpost .list a {
  width: 200px;
  text-decoration: none;
  font-weight: 500;
}
#single_otherpost a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #000;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
}
#single_otherpost a.current {
  border: 1px solid #000;
  background-color: #ec6835;
  color: #fff;
}
#single_otherpost a:hover {
  opacity: 0.65;
}</pre></body></html>