@charset "UTF-8";
/* =========================================================
reset
========================================================= */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* =========================================================
base
========================================================= */
html, body {
  overflow-x: clip;
  overscroll-behavior-x: none;
  width: 100%;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  min-height: 100dvh;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
  -webkit-tap-highlight-color: transparent;
}

p {
  color: #000;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}

figure {
  margin: 0;
  padding: 0;
}

dl, dt, dd, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp-show {
    display: none;
  }
}

/* =========================================================
main
========================================================= */
.l-main {
  padding: 60px 0 0;
  position: relative;
}
@media screen and (min-width: 620px) {
  .l-main {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .l-main {
    padding: 0;
  }
}

/* =========================================================
header
========================================================= */
.c-header {
  background-color: #fff;
  border-bottom: solid 2px #ccc;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 620px) {
  .c-header {
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .c-header {
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .c-header {
    border-bottom: none;
    height: auto;
  }
}
.c-header--wrap {
  display: flex;
  align-items: center;
  gap: 5.2083333333vw;
  margin: auto;
  padding: 5px 0;
  position: relative;
  width: 96%;
}
@media screen and (min-width: 620px) {
  .c-header--wrap {
    gap: 20px;
    padding: 13px 0;
  }
}
@media screen and (min-width: 768px) {
  .c-header--wrap {
    gap: 20px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 992px) {
  .c-header--wrap {
    gap: 2.0833333333vw;
    padding: 20px 0;
  }
}
.c-header-logo {
  flex-grow: 1;
}
.c-header-logo a {
  display: block;
  max-width: 32.5520833333vw;
  min-width: 190px;
  margin-left: -10px;
}
.c-header-logo a img {
  max-width: 350px;
  width: 100%;
}
@media screen and (min-width: 620px) {
  .c-header-logo a {
    max-width: 220px;
  }
}
@media screen and (min-width: 768px) {
  .c-header-logo a {
    max-width: 250px;
  }
}
@media screen and (min-width: 992px) {
  .c-header-logo a {
    max-width: 20.2083333333vw;
  }
}
.c-header-info {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-header-info {
    display: block;
  }
}
.c-header-info_list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-header-info_list > li a {
  background-color: #091429;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  padding: 0.9rem 3.9rem;
}
.c-header-info_list > li a:hover {
  background-color: #ff3;
  color: #091429;
}
@media screen and (min-width: 992px) {
  .c-header-info_list > li a {
    font-size: clamp(1.2rem, 0.8vw, 1.4rem);
    padding: 0.46875vw 2.03125vw;
  }
}
.c-header-tel {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-header-tel {
    display: block;
  }
}
.c-header-tel a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 992px) {
  .c-header-tel a {
    font-size: clamp(3rem, 1.9vw, 3.6rem);
    letter-spacing: clamp(0.1rem, 0.1vw, 0.2rem);
  }
}
.c-header-tel a::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 4rem;
  margin-right: 1rem;
}
@media screen and (min-width: 992px) {
  .c-header-tel a::before {
    width: clamp(3.2rem, 2.1vw, 4rem);
  }
}
.c-header-ui_list {
  display: flex;
  align-items: center;
  gap: 1.3020833333vw;
}
@media screen and (min-width: 768px) {
  .c-header-ui_list {
    gap: 10px;
  }
}
@media screen and (min-width: 992px) {
  .c-header-ui_list {
    gap: 0.78125vw;
  }
}
.c-header-ui_list > li a.estimate,
.c-header-ui_list > li a.contact {
  aspect-ratio: 1/1;
  background-color: #091429;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  width: clamp(45px, 7.8vw, 60px);
}
@media screen and (min-width: 768px) {
  .c-header-ui_list > li a.estimate,
.c-header-ui_list > li a.contact {
    width: 60px;
  }
}
@media screen and (min-width: 992px) {
  .c-header-ui_list > li a.estimate,
.c-header-ui_list > li a.contact {
    width: clamp(55px, 3.6vw, 72px);
  }
}
.c-header-ui_list > li a.estimate img,
.c-header-ui_list > li a.contact img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-header-ui_list > li a.estimate:hover,
.c-header-ui_list > li a.contact:hover {
  background-color: #ff3;
}
.c-header-ui_list > li a.estimate:hover img,
.c-header-ui_list > li a.contact:hover img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 619px) {
  .c-header-ui_list > li a.estimate img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: 16px;
    height: auto;
  }
}
@media screen and (max-width: 619px) {
  .c-header-ui_list > li a.contact img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: 21px;
    height: auto;
  }
}

/* =========================================================
fixed-header
========================================================= */
.c-fixed-header {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-fixed-header {
    border-bottom: solid 2px #ccc;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.3s;
  }
}
.c-fixed-header.is-show {
  transform: translateY(0);
}
.c-fixed-header--wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: auto;
  padding: 14px 0;
  max-width: 1820px;
  width: 96%;
}
@media screen and (min-width: 1600px) {
  .c-fixed-header--wrap {
    gap: 40px;
  }
}
.c-fixed-header-logo {
  flex-grow: 1;
}
.c-fixed-header-logo a {
  display: block;
  max-width: 253px;
}
.c-fixed-header-nav_list {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-fixed-header-nav_list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
    margin: auto;
    max-width: 1820px;
  }
}
@media screen and (min-width: 1600px) {
  .c-fixed-header-nav_list {
    gap: 40px;
  }
}
.c-fixed-header-nav_list > li {
  flex: 1;
}
.c-fixed-header-nav_list > li.culp a::before {
  background-image: url(../images/common/icon-culp.svg);
}
.c-fixed-header-nav_list > li.acrylic a::before {
  background-image: url(../images/common/icon-acrylic.svg);
}
.c-fixed-header-nav_list > li.aluminum a::before {
  background-image: url(../images/common/icon-aluminum.svg);
}
.c-fixed-header-nav_list > li.cuttingsheet a::before {
  background-image: url(../images/common/icon-cuttingsheet.svg);
}
.c-fixed-header-nav_list > li a {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 700;
  height: 100%;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-fixed-header-nav_list > li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-fixed-header-nav_list > li a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .c-fixed-header-nav_list > li a {
    font-size: 2rem;
  }
}
.c-fixed-header-nav_list > li a::before {
  aspect-ratio: 1/1;
  background-image: url();
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 30px;
}
@media screen and (min-width: 992px) {
  .c-fixed-header-nav_list > li a::before {
    width: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .c-fixed-header-nav_list > li a::before {
    width: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .c-fixed-header-nav_list > li a::before {
    width: 60px;
  }
}
.c-fixed-header-nav_list > li a .reduce {
  display: block;
  font-size: 60%;
  line-height: 1;
}
.c-fixed-header-ui_list {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-right: 77px;
}
@media screen and (min-width: 1600px) {
  .c-fixed-header-ui_list {
    margin-left: 50px;
  }
}
.c-fixed-header-ui_list > li a.estimate,
.c-fixed-header-ui_list > li a.contact {
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
}
.c-fixed-header-ui_list > li a.estimate img,
.c-fixed-header-ui_list > li a.contact img {
  width: 50%;
  height: 50%;
}
.c-fixed-header-ui_list > li a.estimate:hover,
.c-fixed-header-ui_list > li a.contact:hover {
  background: #FFFF33;
}

/* =========================================================
footer
========================================================= */
.c-footer {
  width: 96%;
  margin: auto;
  background-color: #060c1a;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .c-footer {
    padding-bottom: 0;
  }
}
.c-footer--wrap {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-footer--wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin: auto;
    padding: 84px 136px;
    max-width: 1820px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .c-footer--wrap {
    padding: 5vw;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .c-footer--wrap {
    padding: 4.375vw 7.0833333333vw;
  }
}
.c-footer-left a {
  transition: 0.3s;
}
.c-footer-left a:hover {
  opacity: 0.7;
}
.c-footer-contact {
  display: flex;
  gap: 50px;
}
@media screen and (min-width: 1200px) {
  .c-footer-contact {
    gap: clamp(25px, 2.6vw, 50px);
  }
}
.c-footer-contact a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  font-style: normal;
  letter-spacing: 0.2rem;
  transition: 0.3s;
}
.c-footer-contact a:hover {
  opacity: 0.7;
}
.c-footer-contact a::before {
  aspect-ratio: 1/1;
  background-color: #FFFF33;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  border-radius: 50%;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
}
.c-footer-contact a.tel::before {
  background-image: url(../images/common/icon-tel.svg);
}
.c-footer-contact a.tel .label {
  font-size: 3.6rem;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-footer-contact a.tel .label {
    font-size: clamp(2rem, 2.5vw, 3.6rem);
  }
}
@media screen and (min-width: 1200px) {
  .c-footer-contact a.tel .label {
    font-size: 3.6rem;
  }
}
.c-footer-contact a.tel .time {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .c-footer-contact a.tel .time {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  }
}
@media screen and (min-width: 1200px) {
  .c-footer-contact a.tel .time {
    font-size: 1.4rem;
  }
}
.c-footer-contact a.estimate::before {
  background-image: url(../images/common/icon-calculator-black.svg);
}
.c-footer-contact a.estimate .label {
  font-size: 3rem;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-footer-contact a.estimate .label {
    font-size: clamp(1.8rem, 2.5vw, 3.1rem);
  }
}
@media screen and (min-width: 1200px) {
  .c-footer-contact a.estimate .label {
    font-size: 3.1rem;
  }
}
.c-footer-contact a.estimate .time {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .c-footer-contact a.estimate .time {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  }
}
@media screen and (min-width: 1200px) {
  .c-footer-contact a.estimate .time {
    font-size: 1.4rem;
  }
}
.c-footer-nav {
  margin-top: 50px;
}
.c-footer-nav_list {
  display: flex;
  gap: 30px;
}
.c-footer-nav_list > li {
  width: 25%;
}
.c-footer-nav_head {
  background-color: #fff;
  border-radius: 999px;
  color: #091429;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  padding: 5px 20px;
  transition: 0.3s;
}
.c-footer-nav_head:hover {
  background-color: #ff3;
}
@media screen and (min-width: 992px) {
  .c-footer-nav_head {
    font-size: clamp(1.2rem, 1.1vw, 1.3rem);
  }
}
@media screen and (min-width: 1200px) {
  .c-footer-nav_head {
    font-size: 1.4rem;
  }
}
.c-footer-nav_head::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  width: 16px;
}
.c-footer-nav_sub {
  margin-top: 16px;
}
.c-footer-nav_sub > li a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-top: 10px;
  transition: 0.3s;
}
.c-footer-nav_sub > li a:hover {
  color: #ff3;
}
@media screen and (min-width: 992px) {
  .c-footer-nav_sub > li a {
    font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  }
}
@media screen and (min-width: 1200px) {
  .c-footer-nav_sub > li a {
    font-size: 1.4rem;
  }
}
.c-footer-nav_sub > li a::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  margin-right: 10px;
  width: 16px;
}
.c-footer-logo {
  display: block;
  text-align: center;
}
.c-footer-sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.c-footer-sns > li a {
  transition: 0.3s;
}
.c-footer-sns > li a:hover {
  opacity: 0.7;
}
.c-footer-copy {
  font-size: 1.4rem;
  padding: 15px 0;
  text-align: center;
  background: #fff;
}
.c-footer-fixed {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 992px) {
  .c-footer-fixed {
    display: none;
  }
}
.c-footer-fixed_list {
  display: flex;
}
.c-footer-fixed_list > li {
  flex: 1;
}
.c-footer-fixed_list > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 1.7vw, 1.6rem);
  font-weight: 700;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .c-footer-fixed_list > li a {
    font-size: clamp(1.6rem, 2vw, 2rem);
  }
}
@media screen and (min-width: 992px) {
  .c-footer-fixed_list > li a {
    font-size: 2rem;
  }
}
.c-footer-fixed_list > li a::before {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-right: clamp(5px, 0.8vw, 8px);
  width: clamp(24px, 3.6vw, 36px);
}
@media screen and (min-width: 992px) {
  .c-footer-fixed_list > li a::before {
    margin-right: 8px;
    width: 36px;
  }
}
.c-footer-fixed_list > li a.tel {
  background-color: #FFFF33;
}
.c-footer-fixed_list > li a.tel::before {
  background-image: url(../images/common/icon-tel.svg);
}
.c-footer-fixed_list > li a.estimate {
  background-color: #000;
  color: #fff;
}
.c-footer-fixed_list > li a.estimate::before {
  background-image: url(../images/common/icon-calculator.svg);
}
.c-footer-fixed_list > li a.line {
  background-color: #06C755;
  color: #fff;
}
.c-footer-fixed_list > li a.line::before {
  background-image: url(../images/common/icon-line.svg);
}

/* =========================================================
drawer
========================================================= */
.c-drawer {
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .c-drawer {
    position: static;
  }
}
.c-drawer-container {
  position: absolute;
  top: clamp(65px, 13vw, 100px);
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  max-width: 730px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  height: calc(100vh - 126px);
}
@media screen and (max-width: 767px) {
  .c-drawer-container {
    top: 60px;
    right: 0;
    left: auto;
    width: 100vw;
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 991px) {
  .c-drawer-container {
    top: 60px;
    right: 0;
    left: auto;
    width: 100vw;
    height: calc(100vh - 60px);
  }
}
@media screen and (min-width: 768px) {
  .c-drawer-container {
    position: fixed;
    top: 100px;
    right: 2vw;
    left: auto;
    height: auto;
  }
}
.c-drawer-container--wrap {
  background-color: #060c1a;
  padding: 0;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-drawer-container--wrap {
    max-height: calc(100vh - 66px);
    height: 100%;
  }
}
.c-drawer--label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(45px, 7.8vw, 60px);
  aspect-ratio: 1/1;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid #000;
  border-radius: 50%;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .c-drawer--label {
    width: 60px;
  }
}
@media screen and (min-width: 992px) {
  .c-drawer--label {
    width: clamp(55px, 3.6vw, 72px);
  }
}
@media screen and (min-width: 992px) {
  .c-drawer--label:hover .icon .border {
    transition: 0.4s;
    width: 25px;
  }
}
@media screen and (min-width: 992px) {
  .c-drawer--label:hover .icon::before {
    transition: 0.4s;
    width: 20px;
  }
}
.c-drawer--label .icon {
  position: relative;
  width: clamp(20px, 3.3vw, 25px);
  aspect-ratio: 1/1;
  border-radius: 50px;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon {
    width: 25px;
  }
}
@media screen and (min-width: 992px) {
  .c-drawer--label .icon {
    width: clamp(25px, 1.6vw, 30px);
  }
}
.c-drawer--label .icon::before, .c-drawer--label .icon::after,
.c-drawer--label .icon .border {
  position: absolute;
  left: 0;
  display: block;
  width: clamp(20px, 3.3vw, 25px);
  height: 2px;
  background-color: #000;
  content: "";
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon::before, .c-drawer--label .icon::after,
.c-drawer--label .icon .border {
    width: 25px;
  }
}
@media screen and (min-width: 992px) {
  .c-drawer--label .icon::before, .c-drawer--label .icon::after,
.c-drawer--label .icon .border {
    width: clamp(25px, 1.6vw, 30px);
  }
}
.c-drawer--label .icon::before {
  top: 0;
  transform: translateY(4px);
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon::before {
    top: 0;
  }
}
.c-drawer--label .icon .border {
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-drawer--label .icon::after {
  bottom: 0;
  transform: translateY(-4px);
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon::after {
    bottom: 0;
  }
}
.c-drawer-nav {
  max-height: calc(100vh - 126px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  padding: 35px 45px;
  position: relative;
}
.c-drawer-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-drawer-nav {
    height: 100%;
    max-height: none;
  }
}
@media screen and (max-width: 619px) {
  .c-drawer-nav {
    padding: 15px 10px;
  }
}
.c-drawer-nav_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-drawer-nav_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-drawer-nav_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px 15px 40px;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-drawer-nav_head {
    font-size: 1.4rem;
    padding: 12px 20px;
  }
}
@media screen and (min-width: 992px) {
  .c-drawer-nav_head {
    font-size: clamp(1.4rem, 0.8vw, 1.6rem);
    padding: 1.1666666667vw 2.0833333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-drawer-nav_head {
    font-size: 1.6rem;
    padding: 14px 25px;
  }
}
.c-drawer-nav_head::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-drawer-nav_sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #060c1a;
    padding: 15px 40px;
    z-index: 10;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
  }
  .c-drawer-nav_sub.is-active {
    transform: translateX(0);
  }
}
.c-drawer-nav_sub > li {
  border-bottom: 1px solid #5A5A5A;
}
.c-drawer-nav_sub > li a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-drawer-nav_sub > li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .c-drawer-nav_sub > li a {
    font-size: clamp(1.4rem, 0.8vw, 1.6rem);
    padding: 1.1666666667vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .c-drawer-nav_sub > li a {
    font-size: 1.6rem;
    padding: 14px 0;
  }
}
.c-drawer-nav_sub > li a::before {
  content: "";
  display: block;
  width: 16px;
  margin-right: 10px;
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-drawer-nav_back {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-drawer-nav_back {
    display: flex;
    align-items: center;
    padding: 12px 30px;
    color: #f4f000;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #5A5A5A;
  }
  .c-drawer-nav_back::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(../images/common/icon-arrow03.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
  }
}
.c-drawer-logo {
  display: block;
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 619px) {
  .c-drawer-logo {
    display: none;
    visibility: hidden;
  }
}
.c-drawer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
@media screen and (max-width: 619px) {
  .c-drawer-sns {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .c-drawer.is-fixed {
    position: fixed;
    top: 14px;
    right: 2vw;
    z-index: 999;
  }
}
@media screen and (min-width: 768px) {
  .c-drawer.is-fixed .c-drawer--label {
    width: 62px;
  }
}
@media screen and (min-width: 768px) {
  .c-drawer.is-fixed .c-drawer-container {
    top: 62px;
  }
}

/* 開閉トリガー（チェック時）
========================================================= */
#drawer-toggle:checked + .c-drawer .c-drawer--label {
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  #drawer-toggle:checked + .c-drawer .c-drawer--label:hover .icon::before {
    width: 30px;
  }
}
#drawer-toggle:checked + .c-drawer .c-drawer--label .icon::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#drawer-toggle:checked + .c-drawer .c-drawer--label .icon::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
#drawer-toggle:checked + .c-drawer .c-drawer--label .icon .border {
  opacity: 0;
  visibility: hidden;
}
#drawer-toggle:checked + .c-drawer .c-drawer-container {
  opacity: 1;
  visibility: visible;
}

/* =========================================================
navigation
========================================================= */
.c-nav-global {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-nav-global {
    display: block;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin: auto;
    width: 96%;
  }
}
.c-nav-global_list {
  display: flex;
  align-items: stretch;
  justify-content: left;
  margin: auto;
  max-width: 1820px;
  position: relative;
}
.c-nav-global_list > li:hover {
  background: #ff3;
}
.c-nav-global_list > li.culp a::before {
  background-image: url(../images/common/icon-culp.svg);
}
.c-nav-global_list > li.acrylic a::before {
  background-image: url(../images/common/icon-acrylic.svg);
}
.c-nav-global_list > li.aluminum a::before {
  background-image: url(../images/common/icon-aluminum.svg);
}
.c-nav-global_list > li.cuttingsheet a::before {
  background-image: url(../images/common/icon-cuttingsheet.svg);
}
.c-nav-global_list > li.works {
  border-left: 2px solid #ddd;
  position: absolute;
  right: 0;
  padding: 7px 0 11px;
}
.c-nav-global_list > li.works a {
  justify-content: center;
  margin-right: 0;
  padding: 14px 50px;
}
@media screen and (min-width: 992px) {
  .c-nav-global_list > li.works a {
    padding: 0.7291666667vw 2.6041666667vw;
  }
}
.c-nav-global_list > li.works a::before {
  background-image: url(../images/common/icon-works.svg);
  width: 50px;
}
@media screen and (min-width: 992px) {
  .c-nav-global_list > li.works a::before {
    margin-right: clamp(12px, 1.3vw, 26px);
    width: clamp(30px, 2.6vw, 50px);
  }
}
.c-nav-global_list > li.works a::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: 30px;
  width: 31px;
}
@media screen and (min-width: 992px) {
  .c-nav-global_list > li.works a::after {
    margin-left: 1.8229166667vw;
    width: clamp(18px, 1.6vw, 31px);
  }
}
.c-nav-global_list > li a {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  height: 100%;
  margin-right: 50px;
  padding: 12px 0 18px;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-nav-global_list > li a {
    font-size: clamp(1.6rem, 1.3vw, 2.4rem);
    margin-right: 2.34375vw;
  }
}
.c-nav-global_list > li a::before {
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-right: 26px;
  width: 70px;
}
@media screen and (min-width: 992px) {
  .c-nav-global_list > li a::before {
    margin-right: clamp(8px, 1.3vw, 26px);
    width: clamp(36px, 3.6vw, 70px);
  }
}
.c-nav-global_list > li a .reduce {
  display: block;
  font-size: 60%;
  line-height: 1;
}

/* =========================================================
breadcrumbs
========================================================= */
.c-breadcrumbs {
  background-color: #F1F1F1;
  width: 96%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .c-breadcrumbs {
    width: 100%;
  }
}
.c-breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.4rem, 1vw, 0.8rem);
  margin: auto;
  max-width: 1820px;
  padding: clamp(8px, 1.5vw, 12px) 15px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol {
    gap: clamp(0.8rem, 1vw, 1rem);
    padding: 1.2096774194vw 23px;
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol {
    gap: 1rem;
    padding: 1.2rem 23px;
  }
}
.c-breadcrumbs ol li {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li {
    font-size: 1.4rem;
  }
}
.c-breadcrumbs ol li:not(:last-child)::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: clamp(0.4rem, 1vw, 0.8rem);
  width: clamp(10px, 1.9vw, 15px);
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li:not(:last-child)::after {
    margin-left: clamp(0.8rem, 1vw, 1rem);
    width: clamp(15px, 2vw, 20px);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li:not(:last-child)::after {
    margin-left: 1rem;
    width: 20px;
  }
}
.c-breadcrumbs ol li a {
  color: inherit;
}
.c-breadcrumbs ol li:first-child a {
  display: inline-flex;
  align-items: center;
}
.c-breadcrumbs ol li:first-child a::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-home.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-right: clamp(0.4rem, 1vw, 0.8rem);
  width: clamp(10px, 1.9vw, 16px);
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li:first-child a::before {
    margin-right: clamp(0.8rem, 1vw, 1rem);
    width: clamp(16px, 2.4vw, 24px);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li:first-child a::before {
    margin-right: 1rem;
    width: 24px;
  }
}
/*# sourceMappingURL=style-common.css.map */