<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ======================================
# about-us.css
====================================== */
#aboutus {
  font-family: "Noto Serif JP", serif;
  color: #080404;
  letter-spacing: 0;
}
#aboutus img {
  max-width: 100%;
  height: auto;
}
#aboutus .pc_only {
  display: block;
}
#aboutus .sp_only {
  display: none;
}
#aboutus .eiji {
  font-family: "EB Garamond", serif;
}
#aboutus .mont {
  font-family: "Montserrat", serif;
  font-weight: 400;
}
#aboutus .mincho {
  font-family: "Noto Serif JP", serif;
}
#aboutus .fadeIn_up {
  opacity: 0;
  -webkit-transform: translateY(160px);
          transform: translateY(160px);
  -webkit-transition: 2s;
  transition: 2s;
}
#aboutus .fadeIn_up.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#aboutus .mv {
  visibility: hidden;
  max-width: max(1200px, 62.5vw);
  margin: 0 auto;
  height: calc(100vh - 190px);
  position: relative;
}
#aboutus .mv.fadeIn_mv {
  visibility: visible;
  -webkit-animation: loading 1.5s;
          animation: loading 1.5s;
}
@-webkit-keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
#aboutus .mv_wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 max(100px, 5.2083333333vw);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#aboutus .mv_ttlbox {
  position: relative;
}
#aboutus .mv_ttl {
  color: #080404;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  font-size: max(50px, 2.6041666667vw);
  font-weight: 500;
  line-height: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
#aboutus .mv #wrapper {
  margin-top: 70px;
}
#aboutus .mv #scroll-down {
  display: block;
  position: relative;
  padding-top: 140px;
  text-align: center;
}
#aboutus .mv .arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 18px;
}
#aboutus .mv .arrow-down:after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #080404;
  border-right: 2px solid #080404;
  behavior: url(-ms-transform.htc);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#aboutus .mv #scroll-title {
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #080404;
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
}
#aboutus .mv #scroll-down::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 150px;
  background: #080404;
  content: " ";
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
#aboutus .sec {
  margin-bottom: 160px;
}
#aboutus .sec.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#aboutus .sec.flex:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#aboutus .sec_l {
  width: calc(50% - 120px);
  padding: 0 120px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 60px;
}
#aboutus .sec_l_txt1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
  background: #B1C9DB;
  padding: 6px 12px;
}
#aboutus .sec_l_ttl {
  color: #080404;
  text-align: left;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 0;
}
#aboutus .sec_l_txt2 {
  color: #080404;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
#aboutus .sec_r {
  width: calc(50% + 120px);
  height: 800px;
  background-position: center;
  background-size: cover;
}
#aboutus .sec_ttl {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 50px;
}
#aboutus .sec._01 .sec_r {
  background-image: url(https://gigaplus.makeshop.jp/catinc/images/aboutus/about_img01.jpg);
}
#aboutus .sec._02 .sec_r {
  background-image: url(https://gigaplus.makeshop.jp/catinc/images/aboutus/about_img02.jpg);
}
#aboutus .sec._03 .sec_r {
  background-image: url(https://gigaplus.makeshop.jp/catinc/images/aboutus/about_img03.jpg);
}
#aboutus .sec._04 .sec_r {
  background-image: url(https://gigaplus.makeshop.jp/catinc/images/aboutus/about_img04.jpg);
}
#aboutus .sec._05 .sec_r {
  background-image: url(https://gigaplus.makeshop.jp/catinc/images/aboutus/about_img05.jpg);
}
#aboutus .brands {
  background: #B1C9DB;
  padding: 160px 20px;
}
#aboutus .brands .sec_ttl {
  color: #fff;
}
#aboutus .brands .slider-1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 54px;
  position: relative;
}
#aboutus .brands .slider-1 li {
  margin: 0 20px;
}
#aboutus .brands .slide-arrow {
  cursor: pointer;
  width: 24px;
  height: 40px;
  background-image: url(https://gigaplus.makeshop.jp/catinc/images/aboutus/arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#aboutus .brands .slide-arrow.prev-arrow {
  left: 0;
}
#aboutus .brands .slide-arrow.next-arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 0;
}
#aboutus .history {
  padding: 0 20px;
}
#aboutus .history_list {
  color: #080404;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
#aboutus .history_list dt {
  font-weight: 500;
  width: 200px;
  border-bottom: 2px solid #B1C9DB;
  padding: 30px 0;
}
#aboutus .history_list dd {
  width: calc(100% - 200px);
  border-bottom: 2px solid #f0f0f0;
  padding: 30px 0;
}

/* PC小サイズ */
@media screen and (min-width: 1085px) and (max-width: 1440px) {
  #aboutus .sec_l {
    width: calc(50% - 4.1666666667vw);
    padding: 0 4.1666666667vw 4.1666666667vw;
    gap: 40px;
  }
  #aboutus .sec_l_txt1 {
    font-size: 13px;
  }
  #aboutus .sec_l_ttl {
    font-size: 26px;
  }
  #aboutus .sec_l_txt2 {
    font-size: 15px;
  }
  #aboutus .sec_r {
    width: calc(50% + 4.1666666667vw);
    height: 600px;
  }
  #aboutus .sec_ttl {
    font-size: 38px;
  }
  #aboutus .history_list {
    font-size: 15px;
  }
}
/* TB */
@media screen and (min-width: 768px) and (max-width: 1084px) {
  #aboutus .pc_only {
    display: none;
  }
  #aboutus .sp_only {
    display: block;
  }
  #aboutus .mv_wrap {
    padding: 0 min(10px, 1.3020833333vw);
  }
  #aboutus .sec {
    margin-bottom: min(100px, 13.0208333333vw);
  }
  #aboutus .sec.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
  }
  #aboutus .sec.flex:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #aboutus .sec_l {
    width: auto;
    padding: min(60px, 7.8125vw) min(60px, 7.8125vw) 0;
    gap: min(30px, 3.90625vw);
  }
  #aboutus .sec_l_txt1 {
    font-size: min(15px, 1.953125vw);
  }
  #aboutus .sec_l_ttl {
    font-size: min(28px, 3.6458333333vw);
  }
  #aboutus .sec_l_txt2 {
    font-size: min(15px, 1.953125vw);
  }
  #aboutus .sec_r {
    aspect-ratio: 12/8;
    width: 100%;
    height: auto;
  }
  #aboutus .sec_ttl {
    font-size: min(40px, 5.2083333333vw);
    margin-bottom: min(40px, 5.2083333333vw);
  }
  #aboutus .brands {
    padding: min(100px, 13.0208333333vw) min(15px, 1.953125vw);
  }
  #aboutus .brands .slider-1 li {
    margin: 0 min(10px, 1.3020833333vw);
  }
  #aboutus .history {
    padding: 0 min(15px, 1.953125vw);
  }
  #aboutus .history_list {
    font-size: min(15px, 1.953125vw);
  }
  #aboutus .history_list dt {
    width: min(200px, 26.0416666667vw);
    padding: min(20px, 2.6041666667vw) 0;
  }
  #aboutus .history_list dd {
    width: calc(100% - min(200px, 26.0416666667vw));
    padding: min(20px, 2.6041666667vw) 0;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  #aboutus .pc_only {
    display: none;
  }
  #aboutus .sp_only {
    display: block;
  }
  #aboutus .mv {
    height: calc(100vh - min(133px, 35.4666666667vw));
  }
  #aboutus .mv_wrap {
    padding: 0 min(10px, 2.6666666667vw);
  }
  #aboutus .mv_ttl {
    font-size: min(25px, 6.6666666667vw);
  }
  #aboutus .mv #wrapper {
    margin-top: min(80px, 21.3333333333vw);
  }
  #aboutus .mv #scroll-down {
    padding-top: min(90px, 24vw);
  }
  #aboutus .mv #scroll-title {
    font-size: min(13px, 3.4666666667vw);
    margin-top: min(20px, 5.3333333333vw);
  }
  #aboutus .mv #scroll-down::before {
    height: min(100px, 26.6666666667vw);
  }
  #aboutus .sec {
    margin-bottom: min(100px, 26.6666666667vw);
  }
  #aboutus .sec.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #aboutus .sec.flex:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #aboutus .sec_l {
    width: auto;
    padding: min(15px, 4vw) min(15px, 4vw) 0;
    gap: min(30px, 8vw);
  }
  #aboutus .sec_l_txt1 {
    font-size: min(13px, 3.4666666667vw);
    padding: min(6px, 1.6vw) min(12px, 3.2vw);
  }
  #aboutus .sec_l_ttl {
    font-size: min(22px, 5.8666666667vw);
  }
  #aboutus .sec_l_txt2 {
    font-size: min(14px, 3.7333333333vw);
  }
  #aboutus .sec_r {
    aspect-ratio: 12/8;
    width: 100%;
    height: auto;
  }
  #aboutus .sec_ttl {
    font-size: min(25px, 6.6666666667vw);
    margin-bottom: min(30px, 8vw);
  }
  #aboutus .brands {
    padding: min(60px, 16vw) min(15px, 4vw);
  }
  #aboutus .brands .slider-1 {
    padding: 0 min(30px, 8vw);
  }
  #aboutus .brands .slider-1 li {
    margin: 0 5px;
  }
  #aboutus .brands .slide-arrow {
    width: min(16px, 4.2666666667vw);
    height: min(27px, 7.2vw);
    top: calc(50% - min(13px, 3.4666666667vw));
  }
  #aboutus .history {
    padding: 0 min(15px, 4vw);
  }
  #aboutus .history_list {
    font-size: min(14px, 3.7333333333vw);
  }
  #aboutus .history_list dt {
    width: min(100px, 26.6666666667vw);
    padding: min(15px, 4vw) 0;
  }
  #aboutus .history_list dd {
    width: calc(100% - min(100px, 26.6666666667vw));
    padding: min(15px, 4vw) 0;
  }
}
/* end */</pre></body></html>