<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------
	pagefvArea
--------------------------------------------*/
#pagefvArea {
  width: 100%;
  margin-top: 100px;
  height: calc(100svh - 100px);
  position: relative; }
  #pagefvArea figure {
    position: relative;
    width: 100%;
    height: 100%; }
    #pagefvArea figure picture {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s; }
      #pagefvArea figure picture source, #pagefvArea figure picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
  #pagefvArea .ttlBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff; }
    #pagefvArea .ttlBox p {
      font-size: 2.0rem;
      line-height: 3; }
  @media (max-width: 1024px) {
    #pagefvArea {
      height: 45svh; }
      #pagefvArea .ttlBox p {
        font-size: 1.6rem; } }
  @media (max-width: 480px) {
    #pagefvArea {
      margin-top: 70px;
      height: auto;
      padding: 60px 0 50px; }
      #pagefvArea figure {
        position: absolute;
        top: 0;
        left: 0; }
      #pagefvArea .ttlBox {
        position: relative;
        top: auto;
        left: auto;
        transform: none; }
        #pagefvArea .ttlBox p {
          font-size: 1.4rem;
          line-height: 2.4;
          text-align: left; } }

.pageTtl {
  font-size: clamp(26.4px, 4.5vw, 48px);
  font-weight: 600;
  position: relative;
  color: #fff;
  margin-bottom: min(80px,7.5vw);
  padding-top: min(50px,4.6875vw); }
  .pageTtl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 200px;
    height: 2px;
    background: #b4250e; }
  .pageTtl span {
    margin-top: 20px;
    display: block;
    font-size: 2.0rem; }
  @media (max-width: 1024px) {
    .pageTtl {
      font-size: clamp(20.9px, 3.5625vw, 38px);
      margin-bottom: min(60px,5.625vw);
      padding-top: 30px; }
      .pageTtl span {
        margin-top: 1.6rem; } }
  @media (max-width: 480px) {
    .pageTtl {
      font-size: 28px;
      margin-bottom: 40px; }
      .pageTtl span {
        margin-top: 1.4rem; } }

.commonTtl {
  font-size: 2.8rem;
  position: relative;
  padding: min(50px,4.6875vw) 0 min(60px,5.625vw); }
  .commonTtl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 200px;
    height: 2px;
    background: #b4250e; }
  @media (max-width: 480px) {
    .commonTtl {
      font-size: 2.2rem;
      padding: 25px 0 40px; } }

/*============================================================================
	works
=============================================================================*/
.chartArea {
  padding: min(120px,11.25vw) 0 0; }
  @media (max-width: 480px) {
    .chartArea {
      padding-top: 60px; } }

.stickyWrap {
  position: relative;
  align-items: flex-start;
  padding: 0 0 20px; }
  .stickyWrap .sticky {
    max-width: 300px;
    width: 100%;
    height: auto;
    position: relative;
    display: block; }
    .stickyWrap .sticky figure {
      position: relative;
      display: block;
      width: 100%; }
      .stickyWrap .sticky figure::before {
        content: '';
        padding-top: 66.666%;
        display: block;
        width: 100%; }
      .stickyWrap .sticky figure.angle::before {
        padding-top: 88.333%; }
      .stickyWrap .sticky figure.channel::before {
        padding-top: 90%; }
      .stickyWrap .sticky figure picture {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .stickyWrap .sticky figure picture source, .stickyWrap .sticky figure picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
    @media (min-width: calc(480px + 1px)) {
      .stickyWrap .sticky {
        order: 1; } }
    @media (max-width: 480px) {
      .stickyWrap .sticky {
        margin: 0 auto; } }

.tableWrap {
  width: calc(100% - 300px);
  padding-right: min(100px,9.375vw);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  text-align: center; }
  @media (max-width: 1024px) {
    .tableWrap {
      padding-right: min(60px,5.625vw); } }
  @media (max-width: 480px) {
    .tableWrap {
      width: 100%;
      margin-top: 40px;
      padding-right: 0;
      font-size: 1.4rem; } }
  .tableWrap table {
    width: 100%;
    border-collapse: collapse; }
    .tableWrap table tr th {
      background: #0c1831;
      color: #fff;
      padding: 5px 0; }
      .tableWrap table tr th + th {
        border-left: solid 1px #9ea3ad; }
    .tableWrap table tr td {
      width: calc(100% / 7);
      padding: 5px 0; }
      .tableWrap table tr td + td {
        border-left: solid 1px #9ea3ad; }
    .tableWrap table tr:nth-of-type(2) th {
      border-top: solid 1px #9ea3ad;
      border-left: solid 1px #9ea3ad; }
    .tableWrap table tr:nth-of-type(odd) td {
      background: #fff; }
    .tableWrap table tr:nth-of-type(even) td {
      background: #e7e8ea; }
    @media (max-width: 480px) {
      .tableWrap table tr th {
        font-size: 1.1rem; }
      .tableWrap table tr td {
        width: auto; } }
  .tableWrap .note {
    margin-top: 25px;
    text-align: left; }

#diameterArea {
  padding-bottom: min(200px,18.75vw); }
  #diameterArea section {
    margin-top: min(150px,14.0625vw); }
    @media (max-width: 480px) {
      #diameterArea section {
        margin-top: 80px; } }
    #diameterArea section figure {
      width: 50%; }
      @media (max-width: 480px) {
        #diameterArea section figure {
          width: 100%; } }
    #diameterArea section .txtBox {
      width: 50%;
      padding-left: min(80px,7.5vw);
      font-size: 1.6rem; }
      @media (max-width: 1024px) {
        #diameterArea section .txtBox {
          padding-left: min(40px,3.75vw); } }
      @media (max-width: 480px) {
        #diameterArea section .txtBox {
          width: 100%;
          padding-left: 0;
          margin-top: 25px;
          font-size: 1.4rem; } }
      #diameterArea section .txtBox .spec {
        background: #0c1831;
        color: #fff;
        padding: 40px; }
        #diameterArea section .txtBox .spec dl {
          display: flex; }
          #diameterArea section .txtBox .spec dl + dl {
            margin-top: 40px; }
          #diameterArea section .txtBox .spec dl dt {
            padding-right: 1em;
            border-right: solid 1px #fff;
            width: 100px; }
          #diameterArea section .txtBox .spec dl dd {
            padding-left: 1em;
            width: calc(100% - 100px); }
        @media (max-width: 480px) {
          #diameterArea section .txtBox .spec {
            padding: 20px; }
            #diameterArea section .txtBox .spec dl + dl {
              margin-top: 20px; } }
      #diameterArea section .txtBox .feature {
        margin-top: min(60px,5.625vw); }
        #diameterArea section .txtBox .feature h4 {
          font-size: 2.0rem;
          margin-bottom: 15px; }
        @media (max-width: 480px) {
          #diameterArea section .txtBox .feature h4 {
            font-size: 1.8rem; } }

/*============================================================================
	guest
=============================================================================*/
#guestFv {
  position: relative; }
  #guestFv figure {
    position: relative;
    display: block;
    width: 100%;
    height: 550px; }
    #guestFv figure picture {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #guestFv figure picture source, #guestFv figure picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    @media (max-width: 480px) {
      #guestFv figure {
        height: 350px; } }
  #guestFv .ttl {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(12, 24, 49, 0.9);
    padding: 40px;
    text-align: center;
    color: #fff;
    max-width: 800px;
    width: 100%; }
    #guestFv .ttl h2 {
      color: #fff;
      font-size: 2.8rem;
      font-weight: 400; }
      #guestFv .ttl h2 span {
        font-size: 4.8rem; }
    @media (max-width: 1024px) {
      #guestFv .ttl {
        max-width: 500px; }
        #guestFv .ttl h2 {
          font-size: 2.4rem; }
          #guestFv .ttl h2 span {
            font-size: 3.8rem; } }
    @media (max-width: 480px) {
      #guestFv .ttl {
        width: 90%;
        padding: 40px 20px; }
        #guestFv .ttl h2 {
          font-size: 1.8rem; }
          #guestFv .ttl h2 span {
            font-size: 3.2rem; } }

#guestInfo {
  padding: min(120px,11.25vw) 0; }
  #guestInfo h3 {
    margin-top: min(80px,7.5vw);
    margin-bottom: 50px;
    font-size: 2.8rem;
    position: relative;
    padding-top: 1.5em; }
    #guestInfo h3::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 200px;
      height: 2px;
      background: #b4250e; }
    @media (max-width: 480px) {
      #guestInfo h3 {
        font-size: 1.8rem;
        margin-bottom: 30px; } }
  #guestInfo .tankEx dl {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    #guestInfo .tankEx dl + dl {
      margin-top: 10px; }
    #guestInfo .tankEx dl dt {
      width: 30%;
      background: #0C1831;
      border: solid 1px #0C1831;
      color: #fff;
      padding: 0.8rem 1em;
      text-align: center; }
    #guestInfo .tankEx dl dd {
      width: 70%;
      padding: 0.8rem 1em;
      border-bottom: solid 1px #9ea3ad; }
    @media (max-width: 480px) {
      #guestInfo .tankEx dl dt {
        width: 40%; }
      #guestInfo .tankEx dl dd {
        width: 60%; } }
  #guestInfo .imgBox {
    max-width: 1000px;
    margin: 50px auto; }
    #guestInfo .imgBox figure {
      width: 46%;
      position: relative;
      display: block; }
      #guestInfo .imgBox figure::before {
        content: '';
        padding-top: 71.111%;
        display: block;
        width: 100%; }
      #guestInfo .imgBox figure picture {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #guestInfo .imgBox figure picture source, #guestInfo .imgBox figure picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
      @media (max-width: 480px) {
        #guestInfo .imgBox figure {
          width: 80%;
          margin: 0 auto; }
          #guestInfo .imgBox figure + figure {
            margin-top: 20px; } }
  #guestInfo .exampleBox {
    max-width: 1000px;
    margin: 80px auto; }
    @media (max-width: 480px) {
      #guestInfo .exampleBox {
        margin: 50px auto; } }
    #guestInfo .exampleBox li {
      width: 46%;
      margin-right: 8%;
      position: relative; }
      #guestInfo .exampleBox li:nth-of-type(2n) {
        margin-right: 0; }
      #guestInfo .exampleBox li:nth-of-type(n + 3) {
        margin-top: 100px; }
      @media (max-width: 480px) {
        #guestInfo .exampleBox li {
          width: 100%; }
          #guestInfo .exampleBox li:nth-of-type(n + 2) {
            margin-top: 50px; } }
      #guestInfo .exampleBox li dl {
        margin-bottom: 25px; }
        #guestInfo .exampleBox li dl dt {
          background: #0C1831;
          border: solid 1px #0C1831;
          color: #fff;
          padding: 0.8rem 1em;
          text-align: center; }
        #guestInfo .exampleBox li dl dd {
          padding: 0.8rem 1em;
          border-bottom: solid 1px #9ea3ad; }
      #guestInfo .exampleBox li figure {
        width: 100%;
        position: relative;
        display: block; }
        #guestInfo .exampleBox li figure::before {
          content: '';
          padding-top: 71.111%;
          display: block;
          width: 100%; }
        #guestInfo .exampleBox li figure picture {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          #guestInfo .exampleBox li figure picture source, #guestInfo .exampleBox li figure picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0; }
  #guestInfo .txtBox {
    max-width: 900px;
    margin: 0 auto; }
    #guestInfo .txtBox p + p {
      margin-top: 1em; }

/*============================================================================
	guest
=============================================================================*/
#craftmanFv {
  position: relative; }
  #craftmanFv figure {
    position: relative;
    display: block;
    width: 100%;
    height: 550px; }
    #craftmanFv figure picture {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #craftmanFv figure picture source, #craftmanFv figure picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    @media (max-width: 480px) {
      #craftmanFv figure {
        height: 350px; } }
  #craftmanFv .ttl {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 90%; }
    #craftmanFv .ttl h2 {
      font-size: 2.0rem;
      font-weight: 400; }
      #craftmanFv .ttl h2 .en {
        font-size: 6.4rem;
        display: block;
        margin-bottom: 0.25em; }
      #craftmanFv .ttl h2::before {
        content: "";
        display: block;
        height: 2px;
        width: 200px;
        background: #B4250E;
        margin: 0 0 60px; }
    @media (max-width: 480px) {
      #craftmanFv .ttl h2 {
        font-size: 1.8rem; }
        #craftmanFv .ttl h2 .en {
          font-size: 3.2rem; }
        #craftmanFv .ttl h2::before {
          width: 150px;
          margin: 0 0 30px; } }

.craftmanWrap {
  padding: min(120px,11.25vw) 0; }
  .craftmanWrap section &gt; p {
    max-width: 900px;
    margin: 0 auto 1em; }
  .craftmanWrap h3 {
    margin-top: min(80px,7.5vw);
    margin-bottom: 50px;
    font-size: 2.8rem;
    position: relative;
    padding-top: 1.5em;
    text-align: center; }
    .craftmanWrap h3::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 200px;
      height: 2px;
      background: #b4250e; }
    @media (max-width: 480px) {
      .craftmanWrap h3 {
        font-size: 1.8rem;
        margin-bottom: 30px; } }
  .craftmanWrap .stores {
    max-width: 600px;
    margin: 0 auto; }
    .craftmanWrap .stores p {
      width: 46%;
      color: #fff;
      background: #0C1831;
      font-size: 2.8rem;
      text-align: center;
      padding: 0.5em 0; }
      .craftmanWrap .stores p span {
        display: block;
        font-size: 1.8rem; }
    @media (max-width: 480px) {
      .craftmanWrap .stores p {
        width: 48%;
        font-size: 2.0rem; }
        .craftmanWrap .stores p span {
          font-size: 1.5rem; } }

#craftsmanships {
  padding: min(180px,16.875vw) 0;
  background: #0C1831;
  color: #fff; }
  #craftsmanships ul li:nth-of-type(even) {
    flex-direction: row-reverse; }
    @media (max-width: 480px) {
      #craftsmanships ul li:nth-of-type(even) {
        flex-direction: column; } }
  #craftsmanships ul li + li {
    margin-top: 115px; }
  #craftsmanships ul li figure {
    width: 53.3%;
    position: relative;
    display: block; }
    #craftsmanships ul li figure::before {
      content: '';
      padding-top: 71.875%;
      display: block;
      width: 100%; }
    #craftsmanships ul li figure picture {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #craftsmanships ul li figure picture source, #craftsmanships ul li figure picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    @media (max-width: 480px) {
      #craftsmanships ul li figure {
        width: 100%; } }
  #craftsmanships ul li div {
    width: 40%; }
    @media (max-width: 480px) {
      #craftsmanships ul li div {
        width: 100%;
        margin-top: 60px; } }
    #craftsmanships ul li div h4 {
      display: block;
      font-size: 2.8rem;
      font-weight: 600;
      margin-bottom: 1.0em;
      position: relative;
      padding-top: 1em; }
      #craftsmanships ul li div h4::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 200px;
        height: 2px;
        background: #b4250e; }
      #craftsmanships ul li div h4 span {
        display: block;
        font-style: italic;
        font-size: 8.4rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.3);
        position: relative; }
        #craftsmanships ul li div h4 span::after {
          position: absolute;
          content: "";
          display: block;
          height: 2px;
          width: 200px;
          background: #B4250E;
          left: 1.5em;
          top: 0;
          bottom: 0;
          margin: auto; }
    #craftsmanships ul li div p {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.8; }
      #craftsmanships ul li div p + p {
        margin-top: 1em; }

/*============================================================================
	contact
=============================================================================*/
#contactFormWrap {
  padding: min(120px,11.25vw) 0;
  /*.formWrap {
  	max-width: 800px;
  	margin: 0 auto;		
  }*/ }
  @media (max-width: 480px) {
    #contactFormWrap .ta_cnt {
      text-align: left; } }
  #contactFormWrap h3 {
    margin-top: min(100px,9.375vw);
    margin-bottom: 30px;
    font-size: 2.8rem;
    position: relative;
    padding-top: 1.5em; }
    #contactFormWrap h3::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 200px;
      height: 2px;
      background: #b4250e; }
    @media (max-width: 480px) {
      #contactFormWrap h3 {
        margin-top: 50px;
        font-size: 1.8rem;
        margin-bottom: 30px; } }
  #contactFormWrap .contactTel p, #contactFormWrap .contactFax p {
    font-size: 3.6rem;
    font-weight: 700;
    color: #0C1831; }
  #contactFormWrap .contactMail {
    margin-bottom: 30px; }

/*============================================================================
	privacy
=============================================================================*/
#privacyWrap {
  padding: min(120px,11.25vw) 0; }
  #privacyWrap h3 {
    margin-top: min(80px,7.5vw);
    margin-bottom: 50px;
    font-size: 2.8rem;
    position: relative;
    padding-top: 1.5em; }
    #privacyWrap h3::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 200px;
      height: 2px;
      background: #b4250e; }
    @media (max-width: 480px) {
      #privacyWrap h3 {
        margin-top: 50px;
        font-size: 1.8rem;
        margin-bottom: 30px; } }
  #privacyWrap ul {
    list-style: disc;
    padding-left: 1.5em;
    margin-top: 30px; }
  #privacyWrap .company {
    margin-top: min(80px,7.5vw); }
    #privacyWrap .company h4 {
      margin-bottom: 10px; }
    #privacyWrap .company p.btn a {
      margin: 80px auto; }
      @media (max-width: 480px) {
        #privacyWrap .company p.btn a {
          margin: 60px auto; } }
</pre></body></html>