@import url(tokens.css);
@import url(utility.css);
@import url(_import/components.css);

@charset "UTF-8";
/* CSS Document */

/* ::::::::::::::::::::::::::::::::: COMMON ::::::::::::::::::::::::::::::::: */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  overflow-x: hidden;
  max-width: 100vw;
}
body {
  background-color: var(--color-dark-slate-gray);
  font-family: "BridgestoneTypeTP-Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  max-width: 100vw;
}

/* ::::::::::::::::::::::::::::::::: PAGE ::::::::::::::::::::::::::::::::: */
/* section */
#wrapper {
  background-color: var(--color-dark-slate-gray) !important;
  overflow-x: clip;
}
#wrapper * {
  font-feature-settings: "palt";
}
#wrapper .lpSection {
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  #wrapper .lpSection {
    margin-top: 150px;
  }

  #wrapper .lpSection#news {
    margin-top: 120px;
  }
  #wrapper .lpSection#value {
    margin-top: 80px;
  }
}

#wrapper .lpSection .lpSectionInner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 90px;
}

@media screen and (max-width: 1279px) {
  #wrapper .lpSection .lpSectionInner {
    max-width: 100%;
    padding: 0 70px;
  }
}
@media screen and (max-width: 979px) {
  #wrapper .lpSection .lpSectionInner {
    padding: 0 33px;
  }
}

/* KV */
#wrapper section.topKV {
  height: 100dvh;
  max-height: 100%;
  min-height: 100%;
  background: url(/products/softrobotics/concept-model/imgs/top_movie.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#wrapper section.topKV div.titleWrap {
  text-align: center;
}

#wrapper section.topKV div.titleWrap h1 {
  padding: 0 0 20px;
}

#wrapper section.topKV div.titleWrap p.lead {
  font-size: 20px;
}

#wrapper section.topKV p.scroll {
  width: 70px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.4%;
  margin: 0 auto;
  animation: scrollBtn 2s linear 0s infinite;
  z-index: 100;
}

#load {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 15;
  transition: all 0.7s ease 0.1s;
}

#load.off {
  opacity: 0;
  visibility: hidden;
}

#load span {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  border: 3px solid rgba(0, 0, 0, 0);
  border-top-color: #555;
  border-radius: 50%;
  animation: spinLoad 0.4s linear 0s infinite;
  transform-origin: center;
}

#load.page {
  background: none;
}

#load.page span {
  top: 60%;
  bottom: auto;
}

@keyframes spinLoad {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes scrollBtn {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  50% {
    opacity: 0.5;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#wrapper .kv .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#wrapper .kvTitle {
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 15;
  transform: translate(-50%, -50%);
  text-align: center;
}

#wrapper .kvTitle .logo {
  margin-bottom: 28px;
}

#wrapper .kvTitle .logo img {
  width: 100%;
  height: auto;
}

#wrapper .kvTitle .lead {
  font-size: 30px;
  font-weight: var(--font-weight-semi-bold);
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  #wrapper section.topKV {
    height: calc(100dvh - 50px);
  }
}
@media screen and (max-width: 979px) {
  #wrapper .kvTitle {
    top: calc(50% - 68px);
  }
  #wrapper .kvTitle .logo {
    width: 64.7vw;
    margin: 0 auto 15px;
  }
  #wrapper .kvTitle .lead {
    font-size: 14px;
  }
}
@media (orientation: landscape) {
  #wrapper .kvTitle {
    top: 50%;
  }
}
/* pageInnerNav */
/* SP */
#wrapper .pageInnerNav {
  --pageInnerNavHeight: 69px;
  position: absolute;
  bottom: var(--pageInnerNavHeight);
  left: 0;
  right: 0;
  z-index: 20;
  box-sizing: border-box;
}
#wrapper .pageInnerNavList {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#wrapper .pageInnerNavList li:not(:last-child) {
  border-right: 1px solid var(--color-gray-1);
}
#wrapper .pageInnerNavList li:first-child .pageInnerNavLink {
  border-top-left-radius: 15px;
}
#wrapper .pageInnerNavList li:last-child .pageInnerNavLink {
  border-top-right-radius: 15px;
}
#wrapper .pageInnerNavLink {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: var(--pageInnerNavHeight);
  padding: 15px 10px;
  background: linear-gradient(0deg, var(--color-darkest-gray) 50%, rgba(17, 17, 17, 0.6) 100%);
  text-align: center;
  transition: opacity 0.3s ease;

  .en {
    display: none;
    font-size: var(--fontSize-kvNavLink-en);
    line-height: 1.8333;
    color: var(--color-white);
  }
  .jp {
    font-size: var(--fontSize-kvNavLink-ja);
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    color: var(--color-white);
    letter-spacing: -0.08em;
    > span {
      display: inline-block;
    }
  }
}
@media screen and (min-width: 769px) {
  #wrapper .pageInnerNav {
    --pageInnerNavHeight: 95px;
    --pageInnerNavBottomSpacing: 100px;
    bottom: 50px;
    left: 33px;
    right: 33px;
    max-width: 1400px;
    margin: auto;
    padding: 0;
  }
  #wrapper .pageInnerNavList {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  #wrapper .pageInnerNavList li:not(:last-child) {
    border-right: 1px solid #666;
  }
  #wrapper .pageInnerNavList li:first-child .pageInnerNavLink {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #wrapper .pageInnerNavList li:last-child .pageInnerNavLink {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #wrapper .pageInnerNavLink {
    box-sizing: border-box;
    position: relative;
    align-items: flex-start;
    gap: 0;
    height: var(--pageInnerNavHeight);
    padding: 16px 20px 20px 20px;
    text-align: left;
    background: linear-gradient(0deg, #111111 50%, rgba(17, 17, 17, 0.6) 100%);

    &::after {
      content: "";
      position: absolute;
      bottom: 50%;
      right: 20px;
      transform: translateY(50%);
      width: 17px;
      height: 14px;
      background: url(/products/softrobotics/tetote/img/ico_pageNav_arrow.svg) no-repeat center center;
    }
    .en {
      display: block;
      /*
        clampのfont-size計算
        769px(min) ~ 1280px（max）
        14px ~ 18px
      */
      font-size: clamp(0.875rem, 0.4988rem + 0.7828vw, 1.125rem);
      line-height: 1.8;
    }
    .jp {
      /*
        clampのfont-size計算
        769px(min) ~ 1280px(max)
        10px ~ 12px
      */
      font-size: clamp(0.625rem, 0.4369rem + 0.3914vw, 0.75rem);
      line-height: 1.85;
      letter-spacing: 0.05em;
    }
  }
}
@media screen and (min-width: 980px) {
  #wrapper .pageInnerNav {
    padding: 0;
    left: 90px;
    right: 90px;
  }
  #wrapper .pageInnerNavLink {
    --paddingInline: 180px;
    padding: 16px 30px 20px 30px;
    &::after {
      right: 30px;
    }
  }
}
@media (any-hover: hover) {
  #wrapper .pageInnerNavLink:hover {
    opacity: var(--opacity-default);
  }
}

/* newsSection */
.newsSection {
  display: grid;
  gap: 10px;
  .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    .title {
      display: flex;
      align-items: flex-end;
      gap: 10px;
      .en {
        font-size: var(--fontSize-h4-en);
        line-height: 166.667%;
      }
      .jp {
        position: relative;
        top: -3px;
        font-size: 14px;
        line-height: 185.714%;
      }
    }
  }
}

.newsArticleList {
  .item:not(:last-child) {
    border-bottom: 1px solid var(--color-gray-2);
  }
}

@media screen and (min-width: 769px) {
  .newsSection {
    --space: 50px;
    grid-template-columns: 180px 1fr;
    .head {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 15px;
      padding: 25px 0;
      .title {
        .en {
          line-height: 161.538%;
          letter-spacing: var(--ls-narrow);
        }
        .jp {
          line-height: 185.714%;
        }
      }
    }
  }
}

/* valueSection */
#wrapper .valueSection {
  .valueInnerNav {
    .valueInnerNavList {
      .en {
        margin-right: 20px;
        font-size: var(--fontSize-h2-en);
        font-weight: 275;
        line-height: 100%;
        color: var(--color-white);
        width: 1.25em;
        letter-spacing: var(--ls-narrow);
        flex-shrink: 0;
      }
      .jp {
        font-size: var(--fontSize-h5);
        font-weight: var(--font-weight-semi-bold);
        line-height: 185%;
        color: var(--color-white);

        span {
          display: block;
        }
      }
    }
    .valueInnerNavLink {
      position: relative;
      display: flex;
      align-items: center;
      padding: 20px 0;
      border-bottom: solid 1px #fff;

      &::after {
        content: "";
        position: absolute;
        bottom: 50%;
        right: 20px;
        transform: translateY(50%);
        width: 17px;
        height: 14px;
        background: url(/products/softrobotics/tetote/img/ico_pageNav_arrow.svg) no-repeat center center;
      }
    }
  }

  .valueArticleList {
    margin-top: 60px;
    > li {
      position: relative;
      display: flex;
      flex-direction: column;
      &:not(:first-child) {
        margin-top: 60px;
      }
    }
  }
}
/* デスクトップスタイル */
@media screen and (min-width: 769px) {
  #wrapper .valueSection {
    .valueInnerNav {
      .valueInnerNavList {
        display: flex;
        justify-content: space-between;
        gap: 0 20px;
        .en {
          margin-right: 20px;
          width: auto;
          font-size: 50px;
        }
        .jp {
          font-size: 17px;
          line-height: 180%;
        }
      }
      .valueInnerNavItem {
        flex-grow: 1;
      }
      .valueInnerNavLink {
        padding: 0 0 30px;
        &::after {
          bottom: 0;
          left: 50%;
          padding: 0 20px;
          transform: translate(-50%, 50%);
          background-color: var(--color-dark-slate-gray);
        }
      }
    }
    .valueArticleList {
      margin-top: 100px;
      > li:not(:first-child) {
        margin-top: 150px;
      }
    }
  }
}
@media screen and (min-width: 821px) {
  #wrapper .valueSection {
    .valueInnerNav {
      .valueInnerNavList {
        .en {
          margin-right: 25px;
          font-size: var(--fontSize-h2-en);
        }
      }
    }
  }
}
@media screen and (min-width: 1001px) {
  #wrapper .valueSection {
    .valueInnerNav {
      .valueInnerNavList {
        gap: 0 30px;
        .en {
          margin-right: 30px;
        }
        .jp {
          font-size: var(--fontSize-h5);
        }
      }
    }
  }
}
@media screen and (min-width: 1280px) {
  #wrapper .valueSection {
    .valueArticleList {
      > li:not(:first-child) {
        margin-top: 100px;
      }
    }
  }
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
  #wrapper .valueInnerNav {
    .valueInnerNavList {
      gap: 0 25px;
      .en {
        font-size: 70px;
        margin-right: 25px;
      }
      .jp {
        font-size: 18px;
        letter-spacing: var(--ls-narrow);
      }
    }
  }
}

/* lineupSection */
#wrapper .lineupSection {
  .lineupInnerNav {
    .lineupInnerNavList {
      .jp {
        font-size: var(--fontSize-h5);
        font-weight: var(--font-weight-semi-bold);
        line-height: 185%;
        color: var(--color-white);
      }

      > li:first-child a {
        padding-top: 0;
      }
    }
    .lineupInnerNavLink {
      position: relative;
      display: block;
      padding: 20px 0;
      border-bottom: solid 1px #fff;

      &::after {
        content: "";
        position: absolute;
        bottom: 50%;
        right: 20px;
        transform: translateY(50%);
        width: 17px;
        height: 14px;
        background: url(/products/softrobotics/tetote/img/ico_pageNav_arrow.svg) no-repeat center center;
      }
    }
  }
  .lineupArticleList {
    margin-top: 60px;
    > li:not(:first-child) {
      margin-top: 40px;
    }
  }
  .specComparisonList {
    margin-top: 60px;
    color: var(--color-white);
    .title {
      font-size: var(--fontSize-h3);
      font-weight: var(--font-weight-semi-bold);
    }
    .contents {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
      gap: 0 24px;
    }
  }
}

/* PC対応のスタイル */
@media screen and (min-width: 769px) {
  #wrapper .lineupSection {
    position: relative;
    .lineupInnerNav {
      .lineupInnerNavList {
        display: flex;
        justify-content: space-between;
        gap: 0 30px;
        .jp {
          line-height: 180%;
        }
      }
      .lineupInnerNavItem {
        flex-grow: 1;
      }
      .lineupInnerNavLink {
        padding: 0 0 30px;
        text-align: center;
        &::after {
          bottom: 0;
          left: 50%;
          padding: 0 20px;
          transform: translate(-50%, 50%);
          background-color: var(--color-dark-slate-gray);
        }
      }
    }
    .lineupArticleList {
      margin-top: 100px;
      > li:not(:first-child) {
        margin-top: 150px;
      }
    }
    .specComparisonList {
      margin-top: 100px;
      .contents {
        margin-top: 40px;
        gap: 0 30px;
      }
    }
  }
}
@media screen and (min-width: 1280px) {
  #wrapper .lineupSection {
    .lineupArticleList {
      > li:not(:first-child) {
        margin-top: 100px;
      }
    }
  }
}

/* planSection */
#wrapper .planSection {
  .description {
    font-size: var(--fontSize-h5);
    font-weight: var(--font-weight-semi-bold);
    line-height: 1.875;
  }
  > table {
    width: 100%;
    margin-top: 40px;
    > caption {
      height: 0;
      visibility: hidden;
    }
    > thead {
      > tr > th {
        display: none;
      }
    }
    > tbody {
      border-top: 1px solid var(--color-light-gray-2);
      border-bottom: 1px solid var(--color-gray-2);
      > tr {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 30px 0;
        border-top: 1px solid var(--color-gray-2);
        > th {
          font-size: 20px;
          font-weight: var(--font-weight-semi-bold);
          line-height: 1.7;
          color: var(--color-white);
        }
        > td {
          font-size: 15px;
          line-height: 2;
          color: var(--color-white);
          > ul {
            > li {
              list-style-type: disc;
              list-style-position: outside;
              margin-left: 1em;
              line-height: 2;
            }
          }
        }
      }
    }
  }

  .linkGhostButtonWrap {
    margin: 25px auto 0 0;
  }
  .c-linkGhostButton {
    font-size: 16px;
    font-weight: var(--font-weight-semi-bold);
    gap: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  #wrapper .planSection {
    .head {
      display: grid;
    }
    .title {
      margin-bottom: 40px;
    }
    .description {
      line-height: 1.8;
    }
    > table {
      width: calc(100% - 10px);
      margin-top: 60px;
      margin-inline: -5px;
      border-collapse: separate;
      border-spacing: 10px 0;
      > thead {
        > tr {
          > th {
            display: table-cell;
            padding: 0px 0 20px;
            font-size: 18px;
            font-weight: var(--font-weight-semi-bold);
            line-height: 1.77;
            letter-spacing: var(--ls-narrow);
            color: var(--color-white);
            border-bottom: 1px solid var(--color-light-gray-2);
            &:nth-child(1) {
              width: 38%;
            }
            &:nth-child(2) {
              width: 100%;
            }
          }
        }
      }
      > tbody {
        > tr {
          display: table-row;
          width: 100%;
          > th,
          > td {
            padding: 25px 10px 25px 0;
            border-bottom: 1px solid var(--color-gray-2);
          }
          > th {
            line-height: 1.8;
          }
          > td {
            font-size: 16px;
            line-height: 2;
          }
        }
        .narrow {
          display: block;
        }
      }
    }
  }
}

@media screen and (min-width: 1280px) {
  #wrapper .planSection {
    .head {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .title {
      margin-bottom: 0;
    }
    table {
      tbody {
        .narrow {
          display: none;
        }
      }
    }

    .linkGhostButtonWrap {
      margin: 30px 0 0 auto;
    }
    .c-linkGhostButton {
      gap: 0 20px;
      font-size: 18px;
    }
  }
}

@media screen and (min-width: 1400px) {
  #wrapper .planSection {
    .head {
      grid-template-columns: 1fr auto;
      align-items: center;
    }
    .description {
      margin-right: 0;
    }
  }
}

/* documentSection */
#wrapper .documentSectionTitle {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 30px;
  .c-sectionTitleWrap {
    margin-bottom: 0;
  }
}
#wrapper .swiper-buttonWrap {
  display: none;
}
#wrapper .documentArticleList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
}
#wrapper .documentLinkTextWrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  #wrapper .documentSectionTitle {
    margin-bottom: 60px;
    .c-sectionTitle {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
  }
  #wrapper .documentLinkTextWrap {
    position: relative;
    padding-left: 30px;
    justify-content: flex-start;
    margin-top: 0;
    left: calc(50% - 71.5vw);
    &:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 1px;
      height: 1em;
      background-color: var(--color-gray-2);
    }
  }
  #wrapper .documentArticleList {
    display: flex;
    gap: 0;
  }

  /* Swiper */
  #wrapper .swiper[data-swiper="document"] {
    overflow: visible;
    transition: opacity 0.3s ease;

    .swiper-wrapper {
      width: 100vw;
    }

    /* 初期化前の状態制御 */
    .swiper-slide {
      width: calc(33.333% - 20px);
      margin-right: 30px;
      flex-shrink: 0;
    }

    .swiper-slide:last-child {
      margin-right: 0;
    }
  }
  #wrapper .swiper-buttonWrap {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 135px;
    height: 60px;
    .swiper-button-prev,
    .swiper-button-next {
      width: 60px;
      height: 60px;
    }
    .swiper-button-prev {
      right: auto;
    }
    .swiper-button-next {
      right: -12px;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      width: 60px;
      height: 60px;
      margin: auto;
    }
    .swiper-button-prev::after {
      background: url(/products/softrobotics/tetote/img/ico_swiper_navigation.svg) no-repeat center center;
      transform: scale(-1, 1);
    }
    .swiper-button-next::after {
      background: url(/products/softrobotics/tetote/img/ico_swiper_navigation.svg) no-repeat center center;
    }
  }
}
@media screen and (min-width: 979px) {
  #wrapper .documentLinkTextWrap {
    left: calc(50% - 65.5vw);
  }
}
@media screen and (min-width: 1280px) {
  #wrapper .documentSectionTitle {
    .c-sectionTitle {
      flex-direction: row;
      align-items: flex-end;
    }
  }
  #wrapper .documentLinkTextWrap {
    left: 0;
  }
}
/* Use case */
#wrapper .caseList {
  display: grid;
  gap: 40px;
}

@media screen and (min-width: 769px) {
  #wrapper .caseList {
    gap: 80px;
  }
}

/* Technology */
#wrapper .technology {
  display: grid;
  gap: 40px;
  .contents {
    display: grid;
    gap: 25px;
  }
  .description {
    font-size: var(--fontSize-h5);
    font-weight: var(--font-weight-semi-bold);
    line-height: 187.5%;
  }
  .movie {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    img {
      width: 100%;
      height: auto;
    }
  }
}

@media screen and (min-width: 769px) {
  #wrapper .technology {
    gap: 60px;
    .head {
      display: grid;
    }
    .title {
      margin-bottom: 40px;
    }
    .description {
      line-height: 180%;
    }
    .contents {
      gap: 30px;
    }
    .movie {
      width: 100%;
    }
  }
}

@media screen and (min-width: 1280px) {
  #wrapper .technology {
    .head {
      grid-template-columns: 1fr 1fr;
    }
    .title {
      margin-bottom: 0;
    }
    .description {
      margin-right: 2em;
    }
  }
}

@media screen and (min-width: 1400px) {
  #wrapper .technology {
    .head {
      grid-template-columns: 1fr auto;
      align-items: center;
    }
    .description {
      margin-right: 0;
    }
  }
}

/* videoSection */
#wrapper .videoArticleList {
  display: grid;
  gap: 40px;
}
#wrapper .videoLinkTextWrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  #wrapper .videoSectionTitle {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 60px;
    .c-sectionTitleWrap {
      margin-bottom: 0;
    }
  }
  #wrapper .videoArticleList {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 30px;
  }
  #wrapper .videoLinkTextWrap {
    position: relative;
    padding-left: 30px;
    justify-content: flex-start;
    margin-top: 0;
    &:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 1px;
      height: 1em;
      background-color: var(--color-gray-2);
    }
  }
}
/* contactSection */
#wrapper .contactArticle {
  display: grid;
  gap: 30px;
  padding: 40px 30px;
  background-color: var(--color-white);
  border-radius: 25px;
  .head {
    display: grid;
    gap: 20px;
  }
  .title {
    font-size: var(--fontSize-h2-en-s);
    font-weight: 275;
    line-height: 100%;
    color: var(--color-dark-gray-2);
    letter-spacing: var(--ls-narrow);
  }
  .description {
    text-align: justify;
    font-size: var(--fontSize-h5);
    font-weight: var(--font-weight-semi-bold);
    line-height: 180%;
    color: var(--color-dark-gray-2);
  }
  .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .item {
    max-width: 338px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #wrapper .contactArticle {
    gap: 60px;
    padding: 74px;
    .head {
      gap: 60px;
    }
    .title {
      font-size: 56px;
    }
    .list {
      flex-direction: row;
      justify-content: center;
      gap: 40px;
    }
    .item {
      max-width: 100%;
    }
  }
}
@media screen and (min-width: 1280px) {
  #wrapper .contactArticle {
    padding: 80px;
    .head {
      grid-template-columns: auto 1fr;
    }
  }
}

/* snsWrap */
#wrapper section.topSection {
  padding: 60px 0;
  background-color: var(--color-dark-slate-gray);
}
#wrapper section.topSection div.snsWrap {
  display: grid;
  gap: 33px;
  padding: 0;
}
#wrapper section.topSection div.snsWrap h2 {
  line-height: 1;
  padding: 0;
}
#wrapper section.topSection div.snsWrap ul {
  margin-top: 0;
}

#wrapper section.topSection div.snsWrap ul li {
  margin: 0 15px;
}

#wrapper section.topSection div.snsWrap ul li a {
  background: #000;
  padding: 0;
}
@media screen and (min-width: 769px) {
  #wrapper section.topSection {
    padding: 74px 0;
  }
  #wrapper section.topSection div.snsWrap {
    gap: 40px;
  }
}

/* movie */
.ytmovie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none;
}

.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
