@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.glide__slide {
  height: auto;
}

/* s5 reset */
.s5-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.s5-breadcrumbs {
  background: #fff;
  padding: 10px 30px 25px;
  margin: 0 auto;
  position: relative;
}
.s5-breadcrumbs::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
.s5-breadcrumbs > * {
  position: relative;
}

@media screen and (max-width: 767px) {
  .s5-breadcrumbs.s5-breadcrumbs:not(.s5-breadcrumbs--max950):not(.s5-breadcrumbs--fix950):not(.s5-breadcrumbs--fix1200) {
    padding: 25px 20px 15px;
    margin: 0;
  }
}
.s5-frontLoginContainer {
  display: none;
}

.s5-pageFooter {
  position: relative;
  z-index: 10;
}

.s5-returnToTop {
  margin-top: 0;
}

html {
  font-size: 100%;
}

/* utility */
br.bsp {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  br.bsp {
    display: none;
  }
}
br.nbsp {
  display: none;
}
@media screen and (min-width: 640px) {
  br.nbsp {
    display: inline-block;
  }
}

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

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

.mod-in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.mod-in-m {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 30px;
}
.mod-bg-w {
  background: #fff;
  color: #2f353d;
}
.mod-bg-lg {
  background: #f4f4f4;
  color: #2f353d;
}
.mod-ico-window {
  display: inline-block;
  margin-left: 0.5em;
}

/* common */
.ss {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.ss-gnav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (min-width: 640px) {
  .ss-gnav {
    background: #fff !important;
  }
}
.ss-gnav.is-open {
  background: #f4f4f4;
}
.ss-gnav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 640px) {
  .ss-gnav-inner {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    height: 64px;
  }
}
@media screen and (min-width: 1025px) {
  .ss-gnav-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ss-gnav-logo {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ss-gnav-logo img {
  height: auto;
  display: block;
  width: 180px;
}
@media screen and (min-width: 360px) {
  .ss-gnav-logo img {
    width: min(245px, 62.8206vw);
  }
}
@media screen and (min-width: 980px) {
  .ss-gnav-logo img {
    width: 364px;
  }
}
.ss-gnav-sp-contact {
  margin-left: auto;
  margin-right: 0;
  background: #2f353d;
  border: thin solid #2f353d;
  height: 21px;
  width: 83px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media screen and (min-width: 640px) {
  .ss-gnav-sp-contact {
    display: none;
  }
}
.ss-gnav-sp-contact svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 52px;
  height: auto;
}
.ss-gnav-sp-contact .mod-ico-window {
  width: 7px;
  height: 7px;
  margin-left: 4px;
}
.ss-gnav-sp-contact .mod-ico-window svg {
  display: block;
  width: 100%;
  height: auto;
}
.ss-gnav-sp-contact::after {
  content: none;
}
.ss-gnav-sp-contact:hover, .ss-gnav-sp-contact:focus-visible {
  background: #fff;
  border-color: #2f353d;
}
.ss-gnav-sp-contact:hover svg, .ss-gnav-sp-contact:focus-visible svg {
  fill: #2f353d;
}
.ss-gnav-ham {
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .ss-gnav-ham {
    display: none;
  }
}
.ss-gnav-ham[aria-expanded=true] .ss-gnav-ham-line {
  top: 50%;
  -webkit-transition: top 0.16s, -webkit-transform 0.24s 0.16s;
  transition: top 0.16s, -webkit-transform 0.24s 0.16s;
  transition: top 0.16s, transform 0.24s 0.16s;
  transition: top 0.16s, transform 0.24s 0.16s, -webkit-transform 0.24s 0.16s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ss-gnav-ham[aria-expanded=true] .ss-gnav-ham-line:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ss-gnav-ham[aria-expanded=true] .ss-gnav-ham-line:nth-of-type(2) {
  opacity: 0;
}
.ss-gnav-ham[aria-expanded=true] .ss-gnav-ham-line:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ss-gnav-ham-inner {
  width: 20px;
  height: 13px;
  position: relative;
}
.ss-gnav-ham-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.24s 0.16s, -webkit-transform 0.16s;
  transition: top 0.24s 0.16s, -webkit-transform 0.16s;
  transition: top 0.24s 0.16s, transform 0.16s;
  transition: top 0.24s 0.16s, transform 0.16s, -webkit-transform 0.16s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ss-gnav-ham-line:nth-of-type(1) {
  top: 0;
  will-change: transform;
}
.ss-gnav-ham-line:nth-of-type(2) {
  top: 50%;
  will-change: opacity;
}
.ss-gnav-ham-line:nth-of-type(3) {
  top: 100%;
  will-change: transform;
}
.ss-gnav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  background: #f4f4f4;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .ss-gnav-menu {
    position: static;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    background: transparent;
    display: block;
  }
}
.ss-gnav-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-6vh);
          transform: translateY(-6vh);
}
@media screen and (min-width: 640px) {
  .ss-gnav-menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ss-gnav-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 640px) {
  .ss-gnav-menu-item {
    height: 100%;
  }
}
.ss-gnav-menu-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .ss-gnav-menu-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .ss-gnav-menu-item:nth-of-type(n + 2) {
    margin-left: 40px;
  }
}
.ss-gnav-menu-link {
  position: relative;
}
@media screen and (min-width: 640px) {
  .ss-gnav-menu-link {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ss-gnav-menu-link[aria-current=page]::after, .ss-gnav-menu-link:hover::after, .ss-gnav-menu-link:focus-visible::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.ss-gnav-menu-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #bebebe;
}
@media screen and (min-width: 640px) {
  .ss-gnav-menu-link::after {
    height: 5px;
  }
}
.ss-gnav-menu-link img {
  width: auto;
  height: 16px;
}
@media screen and (min-width: 640px) {
  .ss-gnav-menu-link img {
    height: 8px;
  }
}
@media screen and (min-width: 980px) {
  .ss-gnav-menu-link img {
    height: 10px;
  }
}
.ss-gnav-menu-link.is-button {
  background: #2f353d;
  border: thin solid #2f353d;
  height: 43px;
  width: 160px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .ss-gnav-menu-link.is-button {
    margin-top: 0;
    height: 28.8px;
    width: 112px;
  }
}
@media screen and (min-width: 980px) {
  .ss-gnav-menu-link.is-button {
    height: 36px;
    width: 140px;
  }
}
.ss-gnav-menu-link.is-button svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 640px) {
  .ss-gnav-menu-link.is-button svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (min-width: 980px) {
  .ss-gnav-menu-link.is-button svg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.ss-gnav-menu-link.is-button .mod-ico-window {
  width: 9px;
  height: 9px;
}
.ss-gnav-menu-link.is-button .mod-ico-window svg {
  display: block;
  width: 100%;
  height: auto;
}
.ss-gnav-menu-link.is-button::after {
  content: none;
}
.ss-gnav-menu-link.is-button:hover, .ss-gnav-menu-link.is-button:focus-visible {
  background: #fff;
  border-color: #2f353d;
}
.ss-gnav-menu-link.is-button:hover svg, .ss-gnav-menu-link.is-button:focus-visible svg {
  fill: #2f353d;
}
.ss-mv-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: -1;
}
.ss-mv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ss-mv-in {
  position: fixed;
  width: 100%;
  z-index: 1;
  height: calc(100lvh - 50px - 50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .ss-mv-in {
    height: calc(100lvh - 50px - 61px - 50px);
  }
}
@media screen and (min-width: 640px) {
  .ss-mv-in {
    height: calc(100lvh - 70px - 54px - 64px);
  }
}
.ss-mv-cont {
  text-align: center;
}
.ss-mv-ttl {
  font-weight: 700;
  font-size: 28px;
  font-size: 7.1795vw;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .ss-mv-ttl {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.ss-mv-ttl.row-2 {
  font-size: 26px;
  font-size: 6.6667vw;
  line-height: 1.1538461538;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 640px) {
  .ss-mv-ttl.row-2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
.ss-mv-ttl.row-2 .small {
  display: block;
  font-size: 18px;
  font-size: 4.6154vw;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 12px;
  margin-top: 3.077vw;
}
@media screen and (min-width: 640px) {
  .ss-mv-ttl.row-2 .small {
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 8px;
    letter-spacing: 0.05em;
  }
}
.ss-contact {
  text-align: center;
  color: #fff;
}
.ss-contact.not-tp {
  background: #22262b;
}
.ss-contact-link {
  display: block;
  -webkit-transition: 0 !important;
  transition: 0 !important;
  padding-top: 90px;
  padding-top: 23.077vw;
  padding-bottom: 90px;
  padding-bottom: 23.077vw;
}
@media screen and (min-width: 640px) {
  .ss-contact-link {
    padding: 110px 0;
  }
}
.ss-contact-link:hover, .ss-contact-link:focus-visible {
  -webkit-transition: 0 !important;
  transition: 0 !important;
  color: #fff;
}
.ss-contact-link:hover .ss-contact-txt-s, .ss-contact-link:focus-visible .ss-contact-txt-s {
  text-decoration: underline;
}
.ss-contact-txt-l {
  margin: 0 auto;
  width: 155px;
  width: 39.7436vw;
  max-width: 202px;
}
@media screen and (min-width: 640px) {
  .ss-contact-txt-l {
    width: 202px;
  }
}
.ss-contact-txt-l img {
  display: block;
  width: 100%;
  height: auto;
}
.ss-contact-txt-s {
  margin: 0;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 3.5898vw;
  margin-top: 12px;
  margin-top: 3.077vw;
}
@media screen and (min-width: 640px) {
  .ss-contact-txt-s {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4375;
    margin-top: 22px;
  }
}
.ss-works {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 80px;
  padding-top: 20.5129vw;
  padding-bottom: 80px;
  padding-bottom: 20.5129vw;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 640px) {
  .ss-works {
    padding: 100px 0 140px;
  }
}
.ss-works.not-bg {
  background: transparent;
}
.ss-works-bg {
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .ss-works-bg {
    top: 64px;
  }
}
.ss-works-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.ss-works-ttl {
  text-align: center;
  margin: 0 auto;
  width: 118px;
  width: 30.2565vw;
}
@media screen and (min-width: 640px) {
  .ss-works-ttl {
    width: 154px;
  }
}
.ss-works-ttl img {
  width: 100%;
  height: auto;
  display: block;
}
.ss-works-ttl-ja {
  margin: 0;
  text-align: center;
  margin-top: 8px;
  margin-top: 2.0513vw;
  font-size: 16px;
  font-size: 4.1026vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .ss-works-ttl-ja {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
  }
}
.ss-works-list {
  list-style: none;
  margin: 0;
  margin-top: 60px;
  margin-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .ss-works-list {
    margin-top: 120px;
  }
}
.ss-works-list.not-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ss-works-list.not-carousel .ss-works-item:nth-of-type(n + 2) {
  margin-left: 40px;
  margin-left: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .ss-works-list.not-carousel .ss-works-item:nth-of-type(n + 2) {
    margin-left: 46px;
  }
}
.ss-works-list.not-carousel .ss-works-item-in {
  width: 234px;
  width: 60vw;
}
@media screen and (min-width: 640px) {
  .ss-works-list.not-carousel .ss-works-item-in {
    width: 282px;
  }
}
.ss-works-item {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.ss-works-item-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 360px;
  height: 92.3077vw;
}
@media screen and (min-width: 640px) {
  .ss-works-item-in {
    height: auto;
  }
}
.ss-works-item-in:hover, .ss-works-item-in:focus-visible {
  text-decoration: underline;
}
.ss-works-item-in:hover .ss-works-item-img img, .ss-works-item-in:focus-visible .ss-works-item-img img {
  opacity: 0.8;
}
.ss-works-item-img {
  position: relative;
}
.ss-works-item-img::before {
  content: "";
  padding-top: 56.25%;
  display: block;
  width: 100%;
  background: #fff;
}
.ss-works-item-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ss-works-item-txtbox {
  background: #fff;
  color: #2f353d;
  padding-left: 25px;
  padding-left: 6.4103vw;
  padding-right: 25px;
  padding-right: 6.4103vw;
  padding-top: 30px;
  padding-top: 7.6924vw;
  padding-bottom: 34px;
  padding-bottom: 8.718vw;
  white-space: normal;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 640px) {
  .ss-works-item-txtbox {
    padding: 30px 30px 60px;
  }
}
.ss-works-item-ttl {
  margin: 0;
  margin-bottom: 15px;
  margin-bottom: 3.8462vw;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .ss-works-item-ttl {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.ss-works-item-txt {
  margin: 0;
  font-size: 13px;
  font-size: 3.3334vw;
  line-height: 1.5384615385;
}
@media screen and (min-width: 640px) {
  .ss-works-item-txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.ss-works-rm {
  margin-top: 60px;
  margin-top: 15.3847vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .ss-works-rm {
    margin-top: 80px;
  }
}
.ss-works-rm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.15em;
  width: 128px;
  width: 32.8206vw;
  height: 35px;
  height: 8.9744vw;
  font-size: 13px;
  font-size: 3.3334vw;
  border: thin solid #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .ss-works-rm-link {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 128px;
    height: 35px;
  }
}
.ss-works-rm-link svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ss-works-rm-link .mod-ico-window {
  width: 9px;
  height: 9px;
}
.ss-works-rm-link .mod-ico-window svg {
  display: block;
  width: 100%;
  height: auto;
}
.ss-works-rm-link:hover, .ss-works-rm-link:focus-visible {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #2f353d;
  text-decoration: none;
}
.ss-works-rm-link:hover svg, .ss-works-rm-link:focus-visible svg {
  fill: #2f353d;
}
.ss-works-glide-controls {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .ss-works-glide-controls {
    margin-top: 80px;
  }
}
.ss-works-glide-controls-el {
  position: relative;
}
.ss-works-glide-controls-el, .ss-works-glide-controls-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ss-works-glide-controls .glide__bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  max-width: 184px;
}
@media screen and (min-width: 360px) {
  .ss-works-glide-controls .glide__bullets {
    max-width: 232px;
  }
}
@media screen and (min-width: 640px) {
  .ss-works-glide-controls .glide__bullets {
    max-width: 100%;
  }
}
.ss-works-glide-controls .glide__bullet {
  width: 23px;
  height: 23px;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  padding: 0;
  border: 0;
}
@media screen and (min-width: 360px) {
  .ss-works-glide-controls .glide__bullet {
    width: 29px;
    height: 29px;
  }
}
@media screen and (min-width: 640px) {
  .ss-works-glide-controls .glide__bullet {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ss-works-glide-controls .glide__bullet::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: transparent;
  border: thin solid #a7a7a7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ss-works-glide-controls .glide__bullet.glide__bullet--active::before, .ss-works-glide-controls .glide__bullet:hover::before, .ss-works-glide-controls .glide__bullet:focus-visible::before {
  background: #fff;
  border-color: #fff;
}
.ss-works-glide-controls .glide__arrows {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ss-works-glide-controls .glide__arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  background-image: url("../img/common/carousel-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  margin: 0;
  padding: 0;
  width: 9px;
  height: 22px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.ss-works-glide-controls .glide__arrow--left {
  left: -40px;
}
.ss-works-glide-controls .glide__arrow--right {
  right: -40px;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
.ss-works-glide-controls .glide__arrow:hover, .ss-works-glide-controls .glide__arrow:focus-visible {
  opacity: 0.8;
}
.ss-prod {
  background: #000;
  padding-top: 80px;
  padding-top: 20.5129vw;
  padding-bottom: 80px;
  padding-bottom: 20.5129vw;
}
@media screen and (min-width: 640px) {
  .ss-prod {
    padding: 140px 0;
  }
}
.ss-prod-ttl {
  margin: 0 auto;
  width: 175px;
  width: 44.8718vw;
}
@media screen and (min-width: 640px) {
  .ss-prod-ttl {
    width: 227px;
  }
}
.ss-prod-ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.ss-prod-ttl-ja {
  margin: 0;
  text-align: center;
  margin-top: 8px;
  margin-top: 2.0513vw;
  font-size: 16px;
  font-size: 4.1026vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .ss-prod-ttl-ja {
    font-size: 16px;
    font-size: 1rem;
  }
}
.ss-prod-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  margin-top: 10.2565vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .ss-prod-list {
    margin-top: 50px;
    padding: 0 80px;
  }
}
@media screen and (min-width: 1025px) {
  .ss-prod-list {
    padding: 0;
  }
}
.ss-prod-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 3.8461538462vw) / 2);
}
@media screen and (min-width: 640px) {
  .ss-prod-item {
    width: calc((100% - 40px) / 3);
    margin-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .ss-prod-item {
    width: calc((100% - 120px) / 4);
  }
}
.ss-prod-item:nth-of-type(even) {
  margin-left: 15px;
  margin-left: 3.8462vw;
}
@media screen and (min-width: 640px) {
  .ss-prod-item:nth-of-type(even) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .ss-prod-item:nth-of-type(even) {
    margin-left: 40px;
  }
}
.ss-prod-item:nth-of-type(n + 3) {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .ss-prod-item:nth-of-type(n + 3) {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .ss-prod-item:nth-of-type(n + 3) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 640px) {
  .ss-prod-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ss-prod-item:nth-of-type(3n + 1) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 640px) {
  .ss-prod-item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ss-prod-item:nth-of-type(n + 4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ss-prod-item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ss-prod-item:nth-of-type(n + 5) {
    margin-top: 30px;
  }
}
.ss-prod-item-img {
  border: thin solid #d5d5d5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.ss-prod-item-img::before {
  content: "";
  padding-top: 100%;
  display: block;
  width: 100%;
}
.ss-prod-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ss-prod-item-txt {
  font-size: 13px;
  font-size: 3.3334vw;
  line-height: 1.5384615385;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .ss-prod-item-txt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.ss-prod-link {
  color: #fff;
}
.ss-prod-link:hover, .ss-prod-link:focus-visible {
  text-decoration: underline;
  color: #fff;
}
.ss-prod-link:hover .ss-prod-item-img, .ss-prod-link:focus-visible .ss-prod-item-img {
  opacity: 0.8;
}
.ss-cc {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  position: relative;
  background: #000;
  padding-top: 70px;
  padding-top: 17.9488vw;
  padding-bottom: 90px;
  padding-bottom: 23.077vw;
}
@media screen and (min-width: 640px) {
  .ss-cc {
    padding: 100px 0 120px;
  }
}
.ss-cc-in {
  text-align: center;
}
.ss-cc-ttl {
  margin: 0 auto;
  padding-left: 40px;
  padding-left: 10.2565vw;
  padding-right: 40px;
  padding-right: 10.2565vw;
  max-width: 579px;
}
.ss-cc-ttl img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (min-width: 640px) {
  .ss-cc-ttl img {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
}
.ss-cc-img {
  padding-left: 30px;
  padding-left: 7.6924vw;
  padding-right: 30px;
  padding-right: 7.6924vw;
  max-width: 588px;
  margin: 0 auto;
  margin-top: 30px;
  margin-top: 7.6924vw;
  margin-bottom: 50px;
  margin-bottom: 12.8206vw;
}
@media screen and (min-width: 640px) {
  .ss-cc-img {
    margin-top: 63px;
    margin-bottom: 40px;
  }
}
.ss-cc-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.ss-cc-subttl {
  margin: 0 auto;
  font-size: 20px;
  font-size: 5.1283vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .ss-cc-subttl {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5833333333;
  }
}
.ss-cc-text {
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 5.1283vw;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.8571428571;
}
@media screen and (min-width: 640px) {
  .ss-cc-text {
    margin-top: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.1333333333;
  }
}
.ss-cc-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-top: 12.8206vw;
}
@media screen and (min-width: 640px) {
  .ss-cc-link {
    margin-top: 50px;
  }
}
.ss-cc-link .ss-works-rm-link {
  letter-spacing: 0;
}

.modal {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
.modal-ol {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  z-index: 99999;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .modal-ol {
    padding: 30px;
  }
}
.modal-body {
  position: relative;
  overflow-x: hidden !important;
}
.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/common/ico-modal-close.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}
.modal-glide {
  overflow: visible;
}
.modal-glide-track {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  color: #2f353d;
  width: 280px;
  width: 71.7949vw;
}
@media screen and (min-width: 640px) {
  .modal-glide-track {
    width: 800px;
  }
}
.modal-glide-slide-in {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .modal-glide-slide-in {
    height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.modal-glide-slide-img {
  width: 280px;
  width: 71.7949vw;
  height: 280px;
  height: 71.7949vw;
}
@media screen and (min-width: 640px) {
  .modal-glide-slide-img {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 100%;
  }
}
.modal-glide-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.modal-glide-slide-txtbox {
  padding: 30px;
  padding: 7.6924vw;
  padding-bottom: 35px;
  padding-bottom: 8.9744vw;
}
@media screen and (min-width: 640px) {
  .modal-glide-slide-txtbox {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 100%;
    padding: 75px 70px 70px;
  }
}
.modal-glide-slide-ttl {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  font-size: 18px;
  font-size: 4.6154vw;
  padding-bottom: 28px;
  padding-bottom: 7.1795vw;
}
@media screen and (min-width: 640px) {
  .modal-glide-slide-ttl {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    padding-bottom: 26px;
    min-height: 82px;
  }
}
.modal-glide-slide-txt {
  margin: 0;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.8571428571;
}
@media screen and (min-width: 640px) {
  .modal-glide-slide-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.modal-glide .glide__arrow--left,
.modal-glide .glide__arrow--right {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: transparent;
  width: 35px;
  width: 8.9744vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 640px) {
  .modal-glide .glide__arrow--left,
  .modal-glide .glide__arrow--right {
    width: 105px;
  }
}
.modal-glide .glide__arrow--left:hover, .modal-glide .glide__arrow--left:focus-visible,
.modal-glide .glide__arrow--right:hover,
.modal-glide .glide__arrow--right:focus-visible {
  opacity: 0.8;
}
.modal-glide .glide__arrow--left::before,
.modal-glide .glide__arrow--right::before {
  content: "";
  display: block;
  width: 12px;
  width: 3.077vw;
  height: 28px;
  height: 7.1795vw;
  background-image: url("../img/common/carousel-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 640px) {
  .modal-glide .glide__arrow--left::before,
  .modal-glide .glide__arrow--right::before {
    width: 12px;
    height: 28px;
  }
}
.modal-glide .glide__arrow--left {
  right: 100%;
}
.modal-glide .glide__arrow--right {
  left: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.modal-glide-bullets {
  position: absolute;
  top: 100%;
  width: 100%;
  padding-top: 20px;
  padding-top: 5.1283vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .modal-glide-bullets {
    padding-top: 30px;
  }
}
.modal-glide .glide__bullet {
  width: 27px;
  width: 6.9231vw;
  height: 27px;
  height: 6.9231vw;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .modal-glide .glide__bullet {
    width: 27px;
    height: 27px;
  }
}
.modal-glide .glide__bullet::before {
  content: "";
  display: block;
  width: 7px;
  width: 1.7949vw;
  height: 7px;
  height: 1.7949vw;
  border-radius: 50%;
  border: thin solid #a7a7a7;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 640px) {
  .modal-glide .glide__bullet::before {
    width: 7px;
    height: 7px;
  }
}
.modal-glide .glide__bullet.glide__bullet--active::before, .modal-glide .glide__bullet:hover::before, .modal-glide .glide__bullet:focus-visible::before {
  background: #fff;
  border-color: #fff;
}

#works-glide {
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  #works-glide .glide__track {
    margin: 0 auto;
    width: 640px;
    overflow: visible;
  }
}
@media screen and (min-width: 980px) {
  #works-glide .glide__track {
    width: 940px;
  }
}