body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

#wrapper {
  padding-top: 11.7rem;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 6.9rem;
  }
}

/* --------------------------------------------------------------- */
/*  btn-main */
/* --------------------------------------------------------------- */

.btn-main {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.1rem 2rem 2.5rem 1.8rem;
  font-size: 1.8rem;
  line-height: 1.35;
  letter-spacing: 0.07em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  border-radius: 0.4rem;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .btn-main {
    padding: 0.7rem 0.8rem 0.9rem 0.9rem;
    font-size: 1.2rem;
    border-radius: 0.2rem;
  }
}

.btn-main-entry {
  background-color: #13bbc5;
}

.arrow {
  width: 0.8rem;
}

@media screen and (max-width: 767px) {
  .arrow {
    width: 0.6rem;
  }
}

.arrow-buttom {
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .sp-circle {
    display: flex;
    flex-direction: column;
    row-gap: .7rem;
    padding: 1.5rem 2.3rem 1.8rem 2.3rem;
    width: 8.2rem;
    height: 8.2rem;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
    line-height: 1.21;
    border-radius: 50%;
  }
}

/* --------------------------------------------------------------- */
/*  titile-type01 */
/* --------------------------------------------------------------- */

.title-type01-wrapper {
  width: 100%;
  max-width: 141rem;
  height: 10rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .title-type01-wrapper {
    position: relative;
    height: 2.7rem;
  }
}

.title-type01-wrapper.bigger {
  height: 13rem;
}

@media screen and (max-width: 767px) {
  .title-type01-wrapper.bigger {
    height: 3.5rem;
  }
}

.title-type01 {
  display: inline-flex;
  padding-top: 2rem;
  padding-bottom: 2.3rem;
  height: 100%;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  white-space: nowrap;
}


@media screen and (max-width: 767px) {
  .title-type01 {
    padding: 0;
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

.title-type01::before {
  content: "";
  display: block;
  margin-right: 4rem;
  width: .8rem;
  height: 5.7rem;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .title-type01::before {
    margin-right: 1.2rem;
    width: .4rem;
    height: 3.1rem;
    transform: translateY(-0.2rem);
  }
}

.title-type01-en {
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .title-type01-en {
    position: absolute;
    bottom: 0;
    right: -1rem;
    height: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .title-type01-en.bigger {
    height: 5.85rem;
  }
}

.title-type01-en picture {
  display: flex;
  height: 100%;
}


/* --------------------------------------------------------------- */
/*  common-swiper */
/* --------------------------------------------------------------- */
.swiper {}

.common-swiper .swiper-slide {
  padding: 1.4rem 5rem 3.7rem;
  border-radius: .6rem;
  border: .3rem solid #000;

  @media screen and (max-width: 767px) {
    padding: 3rem 2rem;
  }
}

.slide-head {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-left: .6rem;
  padding-bottom: .8rem;
  border-bottom: .2rem solid #000;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-bottom: 0;
    padding-bottom: 1rem;
  }
}

.slide-head-main {
  font-size: 7rem;
  font-family: "EB Garamond", serif;
  font-weight: bold;
  letter-spacing: 0.01em;

  @media screen and (max-width: 767px) {
    font-size: 4rem;
    line-height: 1.2;
  }
}

.slide-head-sub {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;

  @media screen and (max-width: 767px) {
    font-size: 1.2rem;
  }
}

.slide-head-num {
  position: absolute;
  top: -1.3rem;
  right: 3.4rem;
  font-size: 22.9rem;
  color: #EBEBEB;
  letter-spacing: -0.08em;
  font-family: "times new roman", serif;
  font-style: italic;
  line-height: 1;
  z-index: -1;

  @media screen and (max-width: 767px) {
    font-size: 13.2rem;
    top: -1rem;
    right: 0rem;
  }
}

.slide-contents {
  display: flex;

  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}



/* --------------------------------------------------------------- */
/*  header */
/* --------------------------------------------------------------- */
#header {
  padding: 0;
  background-color: rgba(255, 255, 255, .8);
  backdrop-filter: blur(1rem);
}

#header::after {
  content: "";
  display: block;
  width: 100%;
  height: .8rem;
  border-top: .1rem solid #000;
  border-bottom: .1rem solid #000;
}

#header .inner {
  padding: 1.7rem 3rem 1.7rem 2.2rem;
}

@media screen and (max-width: 767px) {
  #header .inner {
    padding: 1.5rem 1.6rem 1rem .9rem;
    width: 100%;
  }
}

#header .logomark {
  width: 40.4rem;
}

@media screen and (max-width: 767px) {
  #header .logomark {
    width: 15rem;
  }
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 6.2rem;
}

@media screen and (max-width: 767px) {
  .nav {
    column-gap: 1.6rem;
  }
}

.nav-list {
  column-gap: 4rem;
}

@media screen and (max-width: 767px) {
  .nav-list {
    flex-direction: column;
    padding: 6.4rem 4rem;
    row-gap: 4rem;
    pointer-events: none;
    top: 6.9rem;
  }

  .menu-active .nav-list {
    top: 6.9rem;
    pointer-events: auto;
  }
}

.nav-item {
  letter-spacing: 0.13em;
  display: inline-flex;
  align-items: center;
  column-gap: .3rem;
}

@media screen and (max-width: 767px) {
  .nav-item a {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.13em;
  }
}

.nav-btn {
  width: 23.2rem;
  padding: 1.6rem 1.9rem 1.8rem 1.8rem;
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .nav-btn {
    font-size: 1.2rem;
    padding: 0.8rem 1rem 0.9rem 1rem;
    width: fit-content;
  }
}

.icon-link {
  display: inline-flex;
  align-items: center;
  margin-left: .3rem;
  width: 2rem;
}

#header .menu-btn {
  position: relative;
}

#header .menu-btn a {
  background-color: transparent;

}

#header .menu-btn a span {
  width: 100%;
}

#header .menu-btn a span,
#header .menu-btn a span:before,
#header .menu-btn a span:after {
  background-color: #000;
}

.fixed-btns {
  z-index: 10000;
  position: fixed;
  bottom: 3rem;
  right: 2rem;

  @media screen and (max-width: 767px) {
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .fixed-btn {
    width: 31.5rem;
    height: 7rem;
    border-radius: 0.4rem;
    padding: 0 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;

    @media screen and (max-width: 767px) {
      width: 8.2rem;
      height: 8.2rem;
      border-radius: 50%;
      padding: 0;
      justify-content: center;
      flex-direction: column;
      gap: 0.5rem;
    }

    & p {
      font-family: 'Noto Serif JP';
      font-style: normal;
      font-weight: 400;
      font-size: 1.8rem;
      letter-spacing: 0.07em;
      color: #FFFFFF;

      @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 1.2;
      }
    }

    & img {
      width: 1.2rem;

      @media screen and (max-width: 767px) {
        width: 0.8rem;
        transform: scaleX(1.5);
      }
    }
  }

  .fixed-btn:nth-child(1) {
    background-color: #000;
  }

  .fixed-btn:nth-child(2) {
    margin-top: 1rem;
    background-color: #13BBC5;

    @media screen and (max-width: 767px) {
      display: none;
    }
  }
}

/* --------------------------------------------------------------- */
/*  fv */
/* --------------------------------------------------------------- */
.fv {
  padding-top: 3.8rem;
  position: relative;

  @media screen and (max-width: 767px) {
    padding-top: 2.2rem;
  }
}

.fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4.2rem;
  display: block;
  width: 100%;
  height: 17.2rem;
  background: url(../img/fv-text.png) no-repeat center center/contain;
  z-index: 1;

  @media screen and (max-width: 767px) {
    background: url(../img/fv-text-sp.png) no-repeat center center/contain;
    width: 30.2rem;
    height: 13.4rem;
    left: 1.2rem;
    bottom: 0;
  }
}

.fv-swiper .swiper-slide img {
  aspect-ratio: 1538 / 722;
  object-fit: cover;

  @media screen and (max-width: 767px) {
    aspect-ratio: 335 / 430;
  }
}

/* --------------------------------------------------------------- */
/*  message */
/* --------------------------------------------------------------- */
.message {
  padding-top: 4rem;
  padding-bottom: 10.6rem;
  border-bottom: .1rem solid #000;

  @media screen and (max-width: 767px) {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

.message-title-group {
  margin-left: -5rem;

  @media screen and (max-width: 767px) {
    margin-left: 0;
    width: 100%;
  }
}

.message-subtitle {
  margin-top: 1em;
  margin-left: .5rem;
  font-size: 1.9rem;
  letter-spacing: .1em;
  font-family: "times new roman", serif;

  @media screen and (max-width: 767px) {
    margin-left: 0;
    font-size: 1.2rem;
  }
}

.message-contents {
  margin-top: 8rem;
  display: flex;
  column-gap: 12.7rem;

  @media screen and (max-width: 767px) {
    margin-top: 4rem;
    flex-direction: column;
  }
}

.message-img-area {
  display: flex;
  margin-left: .5rem;

  @media screen and (max-width: 767px) {
    width: calc(100% + 4rem);
    transform: translateX(-2rem);
    margin-left: 0;
    align-items: center;
  }
}

.message-en {
  flex-shrink: 0;
  z-index: 1;
  width: 15.3rem;

  @media screen and (max-width: 767px) {
    width: 8rem;
  }
}

.message-figure {
  margin-top: 6.2rem;
  margin-left: -0.8rem;
  width: 59rem;
  aspect-ratio: 590/425;
  object-fit: cover;

  @media screen and (max-width: 767px) {
    margin-top: initial;
    margin-left: initial;
    width: initial;
  }
}

.message-text-area {
  padding-top: 3.4rem;

  @media screen and (max-width: 767px) {
    padding: 4rem 2rem;
  }
}

.message-text {
  letter-spacing: .01em;
  line-height: 2.5;
}

/* common-section */
.common-section {
  padding-top: 9rem;

  @media screen and (max-width: 767px) {
    padding-top: 5rem;
  }
}

/* --------------------------------------------------------------- */
/*  job */
/* --------------------------------------------------------------- */

.slide-contents-job {
  padding: 4.5rem 3rem;

  @media screen and (max-width: 767px) {
    padding: 3rem 0 0;
  }
}

.slide-contents-job .slide-img-area {
  width: 36rem;

  @media screen and (max-width: 767px) {
    width: 100%;
  }

  & img {
    width: 100%;

    @media screen and (max-width: 767px) {
      width: 80%;
      display: block;
      margin: auto;
    }
  }
}

.slide-contents-job .slide-text-area {
  flex: 1;
  padding-left: 5rem;

  @media screen and (max-width: 767px) {
    padding-left: 0;
    padding-top: 4rem;
  }
}

.slide-job-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #000;
  width: fit-content;
  position: relative;

  @media screen and (max-width: 767px) {
    padding: 0.2rem 0.8rem;
  }

  & span {
    position: absolute;
    display: block;
    left: 100%;
    top: 50%;
    color: #000;
    white-space: nowrap;
    transform: translate(1em, -50%);
  }
}

.slide-job-text {
  margin-top: 1.8rem;
  margin-left: .5rem;
  letter-spacing: 0.01em;
  line-height: 1.6;

  @media screen and (max-width: 767px) {
    margin-left: 0;
  }
}

.flow {
  margin-top: 3.8rem;

  @media screen and (max-width: 767px) {
    margin-top: 3rem;
  }
}

.flow-item-wrapper {
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;

  @media screen and (max-width: 767px) {
    margin-top: 1.5rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.flow-item {
  position: relative;
  padding-right: 2.4rem;

  &::after {
    content: "";
    position: absolute;
    right: 0;
    top: 4.5rem;
    width: 0;
    height: 0;
    border: 1.2rem solid transparent;
    border-left: 1.3rem solid #000;
    transform: translate(70%, 0);
  }


  @media screen and (max-width: 767px) {
    padding-right: initial;
    padding-bottom: 2rem;
    border-bottom: .1rem dotted #171717;

    &::after {
      display: none;
    }
  }
}

@media screen and (min-width: 767.01px) {
  .flow-item:nth-child(3n) {
    &::after {
      display: none;
    }
  }

  .flow-item:last-child {
    &::after {
      display: none;
    }
  }
}

@media screen and (max-width: 767px) {
  .flow-item:last-child {
    border-bottom: none;
  }
}

.flow-time {
  font-size: 2.4rem;
  color: #13BBC5;
  line-height: 1.2;
  letter-spacing: -0.08em;
  font-family: "times new roman", serif;
  font-style: italic;
}

.flow-head {
  margin-top: 0.8rem;
  letter-spacing: .01em;
  line-height: 1.5;
  font-weight: bold;
}

.flow-text {
  margin-top: 0.4rem;
  line-height: 1.5;
  letter-spacing: .01em;
}

.common-swiper {
  margin: 2.6rem 0 0;

  .swiper {
    position: relative;

    .swiper-wrapper {
      position: relative;

      .swiper-slide {
        height: auto;
      }
    }

    .swiper-button-prev,
    .swiper-button-next {
      position: absolute;
      top: 46%;
      width: 10.4rem;
      height: 10.4rem;
      border-radius: 50%;
      background-color: #000;

      &::after {
        font-size: 4rem;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
      }

      @media screen and (max-width: 767px) {
        top: 30rem;
        width: 6rem;
        height: 6rem;

        &::after {
          font-size: 2.2rem;
        }
      }
    }

    .swiper-button-prev {
      left: -3.5rem;

      &::after {
        right: initial;
        left: 50%;
        transform: translate(-50%, -50%);
      }

      @media screen and (max-width: 767px) {
        left: -1.5rem;
      }
    }

    .swiper-button-next {
      right: -3.5rem;

      &::after {
        left: initial;
        right: 50%;
        transform: translate(50%, -50%);
      }

      @media screen and (max-width: 767px) {
        right: -1.5rem;
      }
    }
  }

  @media screen and (min-width: 767.01px) {
    .swiper::before {
      content: "";
      width: 50%;
      height: 101%;
      background-color: #fff;
      z-index: 2;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(-100%, -50%);
      pointer-events: none;
    }
  }
}

.job-swiper,
.person-swiper {
  .swiper {
    .swiper-button-prev {

      @media screen and (max-width: 767px) {
        position: fixed;
        left: 0.5rem;
      }
    }

    .swiper-button-next {

      @media screen and (max-width: 767px) {
        position: fixed;
        right: 0.5rem;
      }
    }
  }
}

#person {
  .person-swiper {
    .swiper {
      .swiper-wrapper {
        .swiper-slide {
          .slide-head {}

          .slide-contents {
            display: grid;
            grid-template-columns: 36rem 1fr;
            gap: 6rem;
            padding: 5.8rem 4rem 0;

            @media screen and (max-width: 767px) {
              margin-top: 3rem;
              grid-template-columns: 1fr;
              gap: 2rem;
              padding: 0;
            }

            .slide-img-area {
              width: 100%;
            }

            .slide-text-area {
              padding-right: 8rem;

              @media screen and (max-width: 767px) {
                padding-right: 0;
              }

              .slide-text-title {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 700;
                font-size: 2.2rem;
                line-height: 1.5;
                letter-spacing: 0.04em;
                color: #13BBC5;

                @media screen and (max-width: 767px) {
                  font-size: 1.8rem;
                }
              }

              .slide-text {
                margin: 1rem 0 2rem;
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 350;
                font-size: 1.6rem;
                line-height: 1.6;
                letter-spacing: 0.01em;
                color: #000000;

                @media screen and (max-width: 767px) {
                  font-size: 1.4rem;
                }
              }
            }
          }
        }
      }
    }
  }
}

#benefits {

  .boxes {
    margin-top: 4.2rem;
    display: flex;
    justify-content: space-between;
    gap: 5.5rem;

    @media screen and (max-width: 767px) {
      margin-top: 3rem;
      flex-direction: column;
      gap: 3.5rem;
    }

    .box {
      .image {
        width: 100%;
      }

      .title {
        margin-top: 2.8rem;
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.5;
        letter-spacing: 0.04em;
        color: #000000;
        text-align: center;

        @media screen and (max-width: 767px) {
          margin-top: 1rem;
          font-size: 1.6rem;
        }
      }

      .text {
        margin-top: 1.6rem;
        margin-bottom: 1.8rem;
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 350;
        font-size: 1.6rem;
        line-height: 1.6;
        text-align: center;
        letter-spacing: 0.01em;
        color: #000000;

        @media screen and (max-width: 767px) {
          margin-top: 0.5rem;
          margin-bottom: 0;
          font-size: 1.4rem;
        }
      }
    }

    .vertical-bar {
      width: 0.1rem;
      background-color: #171717;

      @media screen and (max-width: 767px) {
        display: none;
      }
    }
  }

  .others {
    margin-top: 4.5rem;
    border-top: 0.1rem solid #171717;
    border-bottom: 0.1rem solid #171717;
    padding: 2.7rem 5rem;
    display: flex;
    align-items: center;
    gap: 4.5rem;

    @media screen and (max-width: 767px) {
      margin-top: 4rem;
      border-bottom: none;
      padding: 4rem 0 0;
      flex-direction: column;
      gap: 2rem;
    }

    .black-circle {
      flex-shrink: 0;
      background-color: #000;
      width: 18rem;
      height: 18rem;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;

      @media screen and (max-width: 767px) {
        width: 100%;
        height: 5.6rem;
        border-radius: 2.8rem;
      }

      & p {
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0.04em;
        color: #FFFFFF;

        @media screen and (max-width: 767px) {
          font-size: 1.6rem;
        }
      }
    }

    .lists {
      font-family: 'Noto Sans JP';
      font-style: normal;
      font-weight: 700;
      font-size: 1.6rem;
      line-height: 2.4;
      letter-spacing: 0.01em;
      color: #000000;

      @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 1.7;
      }
    }
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

#gallery {
  margin: 12rem 0 5rem;
  width: 100%;
  overflow: hidden;

  @media screen and (max-width: 767px) {
    margin: 5rem 0 3rem;
  }

  .gallery-content {
    width: fit-content;
    height: 46.2rem;
    display: flex;
    animation: scroll-left 30s linear infinite;

    @media screen and (max-width: 767px) {
      height: 24rem;
    }

    & img {
      height: 100%;
      width: auto;
      max-width: initial;
      margin-right: 6rem;

      @media screen and (max-width: 767px) {
        margin-right: 3rem;
      }
    }
  }
}

#description {
  .table {
    margin-top: 1rem;
    padding: 0 10.5rem;

    @media screen and (max-width: 767px) {
      margin-top: 2rem;
      padding: 0;
    }

    .pair {
      border-bottom: 0.1rem solid #B4B4B4;
      padding: 4rem 0;
      display: grid;
      grid-template-columns: 1fr 4.4fr;

      @media screen and (max-width: 767px) {
        padding: 1.8rem 0;
        grid-template-columns: 1fr 3fr;
      }

      .key {
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.8rem;
        letter-spacing: -0.01em;
        color: #000000;

        @media screen and (max-width: 767px) {
          font-size: 1.4rem;
        }
      }

      .value {
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2rem;
        letter-spacing: -0.01em;
        color: #000000;

        @media screen and (max-width: 767px) {
          font-size: 1.4rem;
        }
      }
    }
  }
}

#shop {
  padding-bottom: 12rem;

  @media screen and (max-width: 767px) {
    padding-bottom: 8rem;
  }

  .branches {
    margin-top: 4rem;
    padding: 0 7rem;

    @media screen and (max-width: 767px) {
      margin-top: 3rem;
      padding: 0;
    }

    .branch {
      margin-top: 4rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10rem;

      @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 2rem;
      }

      .left-img {
        width: 60rem;

        @media screen and (max-width: 767px) {
          width: 100%;
        }
      }

      .right-intro {
        width: 60rem;

        @media screen and (max-width: 767px) {
          width: 100%;
        }

        .shop-logo {
          display: block;
          margin: auto;
        }

        .detail {
          margin-top: 5rem;
          font-family: 'Noto Sans JP';
          font-style: normal;
          font-weight: 350;
          font-size: 1.6rem;
          line-height: 160%;
          letter-spacing: 0.01em;
          color: #000000;

          @media screen and (max-width: 767px) {
            margin-top: 2rem;
            font-size: 1.4rem;
          }
        }

        .links {
          margin-top: 4rem;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 3.5rem;

          @media screen and (max-width: 767px) {
            margin-top: 1.5rem;
            gap: 2.5rem;
          }

          .link {
            width: 12.5rem;

            @media screen and (max-width: 767px) {
              width: 10rem;
            }
          }
        }
      }
    }

    @media screen and (min-width: 767.01px) {
      .branch:nth-child(even) {
        flex-direction: row-reverse;
      }
    }

    .branch:nth-child(1) {
      .shop-logo {
        width: 34.3rem;

        @media screen and (max-width: 767px) {
          width: 24rem;
        }
      }
    }

    .branch:nth-child(2) {
      .shop-logo {
        width: 16.4rem;

        @media screen and (max-width: 767px) {
          width: 11.5rem;
        }
      }
    }

    .branch:nth-child(3) {
      .shop-logo {
        width: 47.6rem;

        @media screen and (max-width: 767px) {
          width: 33.3rem;
        }
      }
    }

    .branch:nth-child(4) {
      .shop-logo {
        width: 47.1rem;

        @media screen and (max-width: 767px) {
          width: 33rem;
        }
      }
    }

    .branch:nth-child(5) {
      .shop-logo {
        width: 13.8rem;

        @media screen and (max-width: 767px) {
          width: 9.7rem;
        }
      }
    }

    .branch:nth-child(6),
    .branch:nth-child(7) {
      .shop-logo {
        width: 19rem;

        @media screen and (max-width: 767px) {
          width: 13.3rem;
        }
      }
    }

    .branch:nth-child(8) {
      .shop-logo {
        width: 41rem;

        @media screen and (max-width: 767px) {
          width: 28.7rem;
        }
      }
    }
  }
}

#entry {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-color: #f7f7f7;

  @media screen and (max-width: 767px) {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }

  .special-title {
    position: relative;
    width: fit-content;
    display: block;
    margin: auto;

    & h2 {
      font-family: 'Noto Serif JP';
      font-style: normal;
      font-weight: 700;
      font-size: 4.7rem;
      line-height: 1.24;
      text-align: center;
      letter-spacing: 0.1em;
      color: #000000;

      @media screen and (max-width: 767px) {
        font-size: 2.2rem;
      }
    }

    & picture {
      width: 78rem;
      z-index: -1;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);

      @media screen and (max-width: 767px) {
        width: 32.3rem;
      }
    }
  }

  #thanks,
  #form {
    margin-top: 10rem;
    background-color: #fff;
    border-radius: 0.4rem;
    border: 0.2rem solid #000;
    padding: 6rem 8rem;

    @media screen and (max-width: 767px) {
      margin-top: 6rem;
      padding: 3rem 2rem;
    }
  }

  #thanks {
    .title {
      margin-top: 4rem;
      font-size: 4rem;
      color: #13bbc5;
      text-align: center;

      @media screen and (max-width: 767px) {
        margin-top: 1rem;
        font-size: 2rem;
      }
    }

    .content {
      margin: 4rem 0;
      font-size: 1.8rem;
      text-align: center;

      @media screen and (max-width: 767px) {
        margin: 2rem 0 1rem;
        font-size: 1.4rem;
      }
    }
  }
}

.footer {
  background-color: #000;
  padding: 3.5rem 0;

  @media screen and (max-width: 767px) {
    padding: 2rem 0;
  }

  .copyright {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;

    @media screen and (max-width: 767px) {
      font-size: 1.4rem;
    }
  }
}