@media print, screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media print, screen and (min-width: 961px) {
  h2 {
    font-size: 66px;
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}
@media screen and (max-width: 960px) {
  h2 {
    font-size: 10.6666666667vw;
    -webkit-transform: translateX(-0.8vw);
            transform: translateX(-0.8vw);
  }
}
h2 small {
  display: block;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 961px) {
  h2 small {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  h2 small {
    margin-top: 1.8666666667vw;
    font-size: 3.4666666667vw;
  }
}
h2 small::before {
  content: "";
  display: inline-block;
  background-color: #000000;
  -webkit-transform: skewX(-37deg);
          transform: skewX(-37deg);
  position: relative;
}
@media print, screen and (min-width: 961px) {
  h2 small::before {
    margin-left: 13.5px;
    margin-right: 17px;
    width: 5.5px;
    height: 21px;
    top: 2px;
  }
}
@media screen and (max-width: 960px) {
  h2 small::before {
    margin-left: 1.8666666667vw;
    margin-right: 2.2666666667vw;
    width: 0.9333333333vw;
    height: 3.2vw;
    top: 0.2666666667vw;
  }
}

a.btn_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  a.btn_arrow {
    margin-top: 90px;
  }
}
@media screen and (max-width: 960px) {
  a.btn_arrow {
    margin-top: 6.2666666667vw;
    font-size: 4vw;
  }
}
a.btn_arrow span {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: #000000;
  -webkit-box-shadow: 0px 4px 36px 0px rgba(73, 77, 82, 0.3);
          box-shadow: 0px 4px 36px 0px rgba(73, 77, 82, 0.3);
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 961px) {
  a.btn_arrow span {
    margin-left: 13px;
    width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 960px) {
  a.btn_arrow span {
    margin-left: 2.8vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
a.btn_arrow span::before {
  content: "";
  background-color: #fff;
  -webkit-mask-image: url(../img/common/icon_arrow.svg);
          mask-image: url(../img/common/icon_arrow.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media print, screen and (min-width: 961px) {
  a.btn_arrow span::before {
    width: 21px;
    height: 10px;
  }
}
@media screen and (max-width: 960px) {
  a.btn_arrow span::before {
    width: 4.5333333333vw;
    height: 2.1333333333vw;
  }
}
a.btn_arrow:hover span {
  background-color: #aaaaaa;
}
@media print, screen and (min-width: 961px) {
  a.btn_arrow:hover span::before {
    -webkit-animation: arrowAnim 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
            animation: arrowAnim 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
  }
}

@-webkit-keyframes arrowAnim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  20.1% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  30% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrowAnim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  20.1% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  30% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
main {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 961px) {
  main {
    padding-top: 40px;
  }
}
main::before {
  content: "";
  display: block;
  background-color: #eef1f2;
  position: absolute;
  -webkit-transform: skewX(-37deg);
          transform: skewX(-37deg);
  z-index: -1;
}
@media print, screen and (min-width: 961px) {
  main::before {
    width: 802px;
    height: 3000px;
    top: 0;
    left: calc(50% - 1294px);
  }
}
@media screen and (max-width: 960px) {
  main::before {
    width: 106.6666666667vw;
    height: 298.6666666667vw;
    top: 178.6666666667vw;
    left: -12vw;
  }
}

.kv {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 961px) {
  .kv .swiper {
    padding-bottom: 43px;
    overflow: visible;
  }
}
@media screen and (max-width: 960px) {
  .kv .swiper {
    padding-bottom: 6.4vw;
  }
}
@media print, screen and (min-width: 961px) {
  .kv .swiper .swiper-wrapper .swiper-slide {
    max-width: 1024px;
  }
}
@media screen and (max-width: 960px) {
  .kv .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.kv .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) img {
  opacity: 0.6;
}
.kv .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.kv .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  background-color: #dde1e5;
}
@media print, screen and (min-width: 961px) {
  .kv .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    max-width: 190px;
    height: 4px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 960px) {
  .kv .swiper-pagination .swiper-pagination-bullet {
    width: 25.3333333333vw;
    height: 0.5333333333vw;
    margin: 0 2vw;
  }
}
.kv .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  background-color: #1d1d1f;
}
@media print, screen and (min-width: 961px) {
  .kv .swiper-pagination .swiper-pagination-bullet:after {
    width: 0;
    height: 4px;
  }
}
@media screen and (max-width: 960px) {
  .kv .swiper-pagination .swiper-pagination-bullet:after {
    width: 0;
    height: 10px;
  }
}
.kv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 100%;
  -webkit-transition: width 5.5s linear;
  transition: width 5.5s linear;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.kv picture img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media print, screen and (min-width: 961px) {
  .kv picture img {
    aspect-ratio: 1024/600;
  }
}

.about {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .about {
    margin-top: 48px;
  }
}
@media screen and (max-width: 960px) {
  .about {
    margin-top: 15.4666666667vw;
  }
}
.about h2 {
  letter-spacing: 0.075em;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media print, screen and (min-width: 961px) {
  .about h2 {
    font-size: 99.5px;
    top: -60px;
    left: 170px;
  }
}
@media screen and (max-width: 960px) {
  .about h2 {
    font-size: 18.5333333333vw;
    top: -6.4vw;
    left: 0.06em;
  }
}
.about h3 {
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 961px) {
  .about h3 {
    width: 652px;
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  .about h3 {
    padding-top: 6.4vw;
    width: 68vw;
    font-size: 6.4vw;
    line-height: 10.9333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .about p {
    margin-top: 52px;
    width: 652px;
    line-height: 40px;
  }
}
@media screen and (max-width: 960px) {
  .about p {
    margin-top: 4.5333333333vw;
    width: 68vw;
    line-height: 9.3333333333vw;
    white-space: nowrap;
  }
}

.pickup {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .pickup {
    margin-top: 188px;
  }
}
@media screen and (max-width: 960px) {
  .pickup {
    margin-top: 26.8vw;
  }
}
.pickup .swiper {
  overflow: visible;
}
@media print, screen and (min-width: 961px) {
  .pickup .swiper {
    margin-top: 48px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .pickup .swiper {
    margin-top: 7.8666666667vw;
    padding-bottom: 2vw;
  }
}
@media print, screen and (min-width: 961px) {
  .pickup .swiper .swiper-wrapper {
    max-width: 1024px;
  }
}
@media print, screen and (min-width: 961px) {
  .pickup .swiper .swiper-wrapper a {
    padding-right: 35px;
    width: 335px;
    min-width: 335px;
    max-width: 335px;
  }
}
@media screen and (max-width: 960px) {
  .pickup .swiper .swiper-wrapper a {
    width: 69.3333333333vw;
    min-width: 69.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .pickup .swiper .swiper-wrapper a + a {
    margin-left: 4.1333333333vw;
  }
}
.pickup .swiper .swiper-wrapper a picture {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 961px) {
  .pickup .swiper .swiper-wrapper a picture {
    -webkit-box-shadow: 0px 16px 49px 0px rgba(73, 77, 82, 0.3);
            box-shadow: 0px 16px 49px 0px rgba(73, 77, 82, 0.3);
  }
}
@media screen and (max-width: 960px) {
  .pickup .swiper .swiper-wrapper a picture {
    -webkit-box-shadow: 0px 3.6vw 6.5333333333vw 0px rgba(73, 77, 82, 0.3);
            box-shadow: 0px 3.6vw 6.5333333333vw 0px rgba(73, 77, 82, 0.3);
  }
}
.pickup .swiper .swiper-wrapper a picture img {
  width: 100%;
}
.pickup .swiper .swiper-wrapper a p {
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .pickup .swiper .swiper-wrapper a p {
    margin-top: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 960px) {
  .pickup .swiper .swiper-wrapper a p {
    margin-top: 2.9333333333vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.pickup .swiper-button-next,
.pickup .swiper-button-prev {
  display: none;
  place-items: center;
  border: 2px solid #a0a0a0;
  border-radius: 100%;
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 961px) {
  .pickup .swiper-button-next,
  .pickup .swiper-button-prev {
    width: 62px;
    height: 62px;
    top: 32px;
  }
  .pickup .swiper-button-next:hover,
  .pickup .swiper-button-prev:hover {
    border-color: #aaaaaa;
  }
  .pickup .swiper-button-next:hover::before,
  .pickup .swiper-button-prev:hover::before {
    border-color: #aaaaaa;
  }
}
@media screen and (max-width: 960px) {
  .pickup .swiper-button-next,
  .pickup .swiper-button-prev {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    border-width: 1px;
    top: 1.6vw;
  }
}
.pickup .swiper-button-next::before,
.pickup .swiper-button-prev::before {
  content: "";
  display: block;
  border: solid #000000;
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  .pickup .swiper-button-next::before,
  .pickup .swiper-button-prev::before {
    padding: 8px;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateX(-3px) rotate(-45deg);
            transform: translateX(-3px) rotate(-45deg);
  }
}
@media screen and (max-width: 960px) {
  .pickup .swiper-button-next::before,
  .pickup .swiper-button-prev::before {
    padding: 1.6vw;
    border-width: 0 1px 1px 0;
    -webkit-transform: translateX(-0.5333333333vw) rotate(-45deg);
            transform: translateX(-0.5333333333vw) rotate(-45deg);
  }
}
@media print, screen and (min-width: 961px) {
  .pickup .swiper-button-next.swiper-button-prev,
  .pickup .swiper-button-prev.swiper-button-prev {
    right: 69px;
  }
}
@media screen and (max-width: 960px) {
  .pickup .swiper-button-next.swiper-button-prev,
  .pickup .swiper-button-prev.swiper-button-prev {
    right: 13.6vw;
  }
}
@media print, screen and (min-width: 961px) {
  .pickup .swiper-button-next.swiper-button-prev::before,
  .pickup .swiper-button-prev.swiper-button-prev::before {
    -webkit-transform: translateX(3px) rotate(135deg);
            transform: translateX(3px) rotate(135deg);
  }
}
@media screen and (max-width: 960px) {
  .pickup .swiper-button-next.swiper-button-prev::before,
  .pickup .swiper-button-prev.swiper-button-prev::before {
    -webkit-transform: translateX(0.5333333333vw) rotate(135deg);
            transform: translateX(0.5333333333vw) rotate(135deg);
  }
}
.pickup .swiper-button-next.swiper-button-disabled,
.pickup .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pickup .swiper-pagination {
  color: #14152e;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 400;
  position: absolute;
  display: none;
}
@media screen and (max-width: 960px) {
  .pickup .swiper-pagination {
    font-size: 4.1333333333vw;
    left: -0.5333333333vw;
    bottom: -1.7333333333vw;
  }
}
.pickup .swiper-scrollbar {
  position: relative;
  background-color: #dde1e5;
}
@media print, screen and (min-width: 961px) {
  .pickup .swiper-scrollbar {
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .pickup .swiper-scrollbar {
    margin-top: 6.6666666667vw;
    margin-left: 17.7333333333vw;
    width: 71.6vw;
  }
}
.pickup .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #1d1d1f;
}
@media print, screen and (min-width: 961px) {
  .pickup .swiper-scrollbar .swiper-scrollbar-drag {
    height: 4px;
  }
}
@media screen and (max-width: 960px) {
  .pickup .swiper-scrollbar .swiper-scrollbar-drag {
    height: 0.5333333333vw;
  }
}

@media print, screen and (min-width: 961px) {
  .swiper-multi .swiper-button-next,
  .swiper-multi .swiper-button-prev {
    display: -ms-grid;
    display: grid;
  }
}
@media screen and (max-width: 960px) {
  .swiper-single .swiper-button-next,
  .swiper-single .swiper-button-prev,
  .swiper-multi .swiper-button-next,
  .swiper-multi .swiper-button-prev {
    display: -ms-grid;
    display: grid;
  }
  .swiper-single .swiper-pagination,
  .swiper-multi .swiper-pagination {
    display: block;
  }
}
@media print, screen and (min-width: 961px) {
  .products {
    margin-top: 194px;
  }
}
@media screen and (max-width: 960px) {
  .products {
    margin-top: 35.2vw;
  }
}
@media screen and (max-width: 960px) {
  .products h2 {
    margin-bottom: 8vw;
  }
}
.products > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 960px) {
  .products > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.products > div picture {
  display: block;
}
@media print, screen and (min-width: 961px) {
  .products > div picture {
    position: absolute;
    top: -63px;
    left: -128px;
  }
}
@media print, screen and (min-width: 961px) {
  .products > div picture img {
    width: 576px;
  }
}
@media screen and (max-width: 960px) {
  .products > div picture img {
    width: 100vw;
  }
}
.products > div div {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .products > div div {
    padding: 13.3333333333vw 6.6666666667vw 20vw 6.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .products > div {
    margin-top: 110px;
    padding: 0 75px 5px 525px;
    height: 511px;
    -webkit-box-shadow: 0px 11px 46px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 11px 46px 0px rgba(0, 0, 0, 0.09);
    -webkit-transform: translateX(64px);
            transform: translateX(64px);
  }
}
@media screen and (max-width: 960px) {
  .products > div {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
    -webkit-box-shadow: 0px 2.4vw 9.7333333333vw 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 2.4vw 9.7333333333vw 0px rgba(0, 0, 0, 0.16);
  }
}
@media print, screen and (min-width: 961px) {
  .products > div + div {
    margin-top: 122px;
  }
}
@media print, screen and (min-width: 961px) {
  .products > div:nth-child(odd) {
    padding: 0 520px 5px 75px;
    -webkit-transform: translateX(-64px);
            transform: translateX(-64px);
  }
}
.products > div:nth-child(odd) picture {
  left: auto;
}
@media print, screen and (min-width: 961px) {
  .products > div:nth-child(odd) picture {
    right: -128px;
  }
}
.products > div h3 {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
}
@media print, screen and (min-width: 961px) {
  .products > div h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .products > div h3 {
    font-size: 4.8vw;
  }
}
.products > div h3 small {
  display: inline-block;
  color: #a0a0a0;
}
@media print, screen and (min-width: 961px) {
  .products > div h3 small {
    margin-left: 13px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .products > div h3 small {
    margin-left: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.products > div .catch {
  font-weight: 500;
}
@media print, screen and (min-width: 961px) {
  .products > div .catch {
    margin-top: 15px;
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  .products > div .catch {
    margin-top: 4.2666666667vw;
    font-size: 7.7333333333vw;
  }
}
.products > div .category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #eef1f2;
  border-radius: 100px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 961px) {
  .products > div .category {
    margin-top: 20px;
    padding: 8px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .products > div .category {
    margin-top: 4.8vw;
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 3.2vw;
    white-space: nowrap;
  }
}
.products > div .category li + li::before {
  content: "/";
  display: inline-block;
  color: #999;
}
@media print, screen and (min-width: 961px) {
  .products > div .category li + li::before {
    margin: 0 0.3em;
  }
}
@media screen and (max-width: 960px) {
  .products > div .category li + li::before {
    margin: 0 0.1em;
  }
}
.products > div .body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 961px) {
  .products > div .body {
    margin-top: 24px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 960px) {
  .products > div .body {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .products > div .note {
    margin-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .products > div .note {
    margin-top: 1.6vw;
  }
}
@media print, screen and (min-width: 961px) {
  .products > div .btn_arrow {
    margin-top: 25px;
  }
}
@media screen and (max-width: 960px) {
  .products > div .btn_arrow {
    margin-top: 8.2666666667vw;
    font-size: 4vw;
  }
}

.search {
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .search {
    margin-top: 100px;
    padding-top: 334px;
    background-image: url(../img/index/search_pc.jpg);
    background-size: 854px;
  }
}
@media screen and (max-width: 960px) {
  .search {
    margin: 19.2vw -5.3333333333vw 0;
    padding-top: 46.9333333333vw;
    background-image: url(../img/index/search_sp.jpg);
    background-size: 100%;
  }
}
@media print, screen and (min-width: 961px) {
  .search p {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .search p {
    font-size: 3.7333333333vw;
  }
}
.search h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 961px) {
  .search h2 {
    margin-top: 17px;
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .search h2 {
    margin-top: 2.9333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .search .btn_general {
    margin-top: 32px;
  }
}
@media screen and (max-width: 960px) {
  .search .btn_general {
    margin-top: 6.1333333333vw;
  }
}
.search .btn_general::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  -webkit-mask-image: url(../img/common/icon_loupe.svg);
          mask-image: url(../img/common/icon_loupe.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media print, screen and (min-width: 961px) {
  .search .btn_general::before {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 960px) {
  .search .btn_general::before {
    margin-right: 1.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
}
.search .btn_general:hover {
  background-color: #aaaaaa;
  color: #fff;
}

.features {
  position: relative;
  z-index: 1;
}
.features::before {
  content: "";
  display: block;
  background-color: #eef1f2;
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transform: skewX(-37deg);
          transform: skewX(-37deg);
  z-index: -1;
}
@media print, screen and (min-width: 961px) {
  .features::before {
    width: 712px;
    left: 228px;
  }
}
@media screen and (max-width: 960px) {
  .features::before {
    width: 109.0666666667vw;
    left: 22.1333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .features {
    margin-top: 102px;
    padding: 126px 0 133px;
  }
}
@media screen and (max-width: 960px) {
  .features {
    margin-top: 13.3333333333vw;
    padding: 15.7333333333vw 0 21.0666666667vw;
  }
}
.features div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 961px) {
  .features div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 44px;
  }
}
@media screen and (max-width: 960px) {
  .features div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.6vw;
    margin-top: 7.4666666667vw;
  }
}
.features div a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 961px) {
  .features div a {
    -webkit-box-shadow: 0px 18px 49px 0px rgba(73, 77, 82, 0.3);
            box-shadow: 0px 18px 49px 0px rgba(73, 77, 82, 0.3);
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 960px) {
  .features div a {
    -webkit-box-shadow: 0px 2.4vw 6.5333333333vw 0px rgba(73, 77, 82, 0.3);
            box-shadow: 0px 2.4vw 6.5333333333vw 0px rgba(73, 77, 82, 0.3);
  }
}
.features div a::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid #aaaaaa;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.features div a:hover::after {
  opacity: 1;
}
.features div a:hover span {
  background-color: #aaaaaa;
}
.features div a:hover span::before {
  background-color: #fff;
}
@media print, screen and (min-width: 961px) {
  .features div a:hover span::before {
    -webkit-animation: arrowAnimFeature 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite;
            animation: arrowAnimFeature 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite;
  }
}
.features div a span {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-45deg) translateX(50%);
          transform: skewX(-45deg) translateX(50%);
}
@media print, screen and (min-width: 961px) {
  .features div a span {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 960px) {
  .features div a span {
    width: 10.5333333333vw;
    height: 10.5333333333vw;
  }
}
.features div a span::before {
  content: "";
  background-color: #000000;
  -webkit-mask-image: url(../img/common/icon_arrow_inpact.svg);
          mask-image: url(../img/common/icon_arrow_inpact.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media print, screen and (min-width: 961px) {
  .features div a span::before {
    width: 18px;
    height: 12px;
    -webkit-transform: skewX(45deg) translate(-95%, 13px);
            transform: skewX(45deg) translate(-95%, 13px);
  }
}
@media screen and (max-width: 960px) {
  .features div a span::before {
    width: 4.5333333333vw;
    height: 2.1333333333vw;
    -webkit-transform: skewX(45deg) translate(-74%, 2vw);
            transform: skewX(45deg) translate(-74%, 2vw);
  }
}

@-webkit-keyframes arrowAnimFeature {
  0% {
    -webkit-transform: skewX(45deg) translate(-95%, 13px);
            transform: skewX(45deg) translate(-95%, 13px);
  }
  20% {
    -webkit-transform: skewX(45deg) translate(100%, 13px);
            transform: skewX(45deg) translate(100%, 13px);
  }
  20.1% {
    -webkit-transform: skewX(45deg) translate(-300%, 13px);
            transform: skewX(45deg) translate(-300%, 13px);
  }
  30% {
    -webkit-transform: skewX(45deg) translate(-300%, 13px);
            transform: skewX(45deg) translate(-300%, 13px);
  }
  50% {
    -webkit-transform: skewX(45deg) translate(-95%, 13px);
            transform: skewX(45deg) translate(-95%, 13px);
  }
  100% {
    -webkit-transform: skewX(45deg) translate(-95%, 13px);
            transform: skewX(45deg) translate(-95%, 13px);
  }
}

@keyframes arrowAnimFeature {
  0% {
    -webkit-transform: skewX(45deg) translate(-95%, 13px);
            transform: skewX(45deg) translate(-95%, 13px);
  }
  20% {
    -webkit-transform: skewX(45deg) translate(100%, 13px);
            transform: skewX(45deg) translate(100%, 13px);
  }
  20.1% {
    -webkit-transform: skewX(45deg) translate(-300%, 13px);
            transform: skewX(45deg) translate(-300%, 13px);
  }
  30% {
    -webkit-transform: skewX(45deg) translate(-300%, 13px);
            transform: skewX(45deg) translate(-300%, 13px);
  }
  50% {
    -webkit-transform: skewX(45deg) translate(-95%, 13px);
            transform: skewX(45deg) translate(-95%, 13px);
  }
  100% {
    -webkit-transform: skewX(45deg) translate(-95%, 13px);
            transform: skewX(45deg) translate(-95%, 13px);
  }
}
.news {
  border-bottom: 1px solid #e0e0e0;
}
@media print, screen and (min-width: 961px) {
  .news {
    margin-top: 40px;
    padding: 130px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .news {
    margin-top: 11.4666666667vw;
    padding: 15.7333333333vw 0 0;
  }
}
@media print, screen and (min-width: 961px) {
  .news h2 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 960px) {
  .news h2 {
    margin-bottom: 8vw;
  }
}
.news a {
  display: block;
  position: relative;
}
.news a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000000;
  -webkit-mask-image: url("/assets/img/common/icon_arrow_inpact.svg");
          mask-image: url("/assets/img/common/icon_arrow_inpact.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media print, screen and (min-width: 961px) {
  .news a::after {
    width: 14px;
    height: 10px;
    right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .news a::after {
    width: 3.0666666667vw;
    height: 2vw;
    right: 0;
  }
}
.news a:hover::after {
  background-color: #aaaaaa;
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
.news dl {
  border-top: 1px solid #e0e0e0;
  border-color: #e0e0e0 !important;
}
@media print, screen and (min-width: 961px) {
  .news dl {
    padding: 30px 0 28px;
  }
}
@media screen and (max-width: 960px) {
  .news dl {
    padding: 6vw 0 5.3333333333vw;
  }
}
.news dl dt {
  color: #a0a0a0;
}
@media print, screen and (min-width: 961px) {
  .news dl dt {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .news dl dt {
    font-size: 3.2vw;
  }
}
.news dl dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 961px) {
  .news dl dd {
    margin-top: 6px;
    padding-right: 40px;
    line-height: 26px;
  }
}
@media screen and (max-width: 960px) {
  .news dl dd {
    margin-top: 2.4vw;
    padding-right: 5.3333333333vw;
    line-height: 5.8666666667vw;
  }
}