.gshp-name span {
  display: inline-block;
  margin-left: 12px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .gshp-name span {
    margin-left: 8px;
    font-size: 1.6rem;
  }
}

.mouth {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .mouth {
    display: block;
  }
}

.mouth .mouth-vsl {
  max-width: 320px;
}

@media screen and (max-width: 960px) {
  .mouth .mouth-vsl {
    max-width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .mouth .mouth-vsl {
    margin: 0 auto 8px auto;
  }
}

.mouth .mouth-dtl {
  width: calc(100% - 352px);
}

@media screen and (max-width: 960px) {
  .mouth .mouth-dtl {
    width: calc(100% - 264px);
  }
}

@media screen and (max-width: 768px) {
  .mouth .mouth-dtl {
    width: 100%;
  }
}

.mouthcustom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .mouthcustom {
    display: block;
  }
}

.mouthcustom .mouthcustom-vsl {
  max-width: 320px;
}

@media screen and (max-width: 960px) {
  .mouthcustom .mouthcustom-vsl {
    max-width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .mouthcustom .mouthcustom-vsl {
    margin: 0 auto 8px auto;
  }
}

.mouthcustom .mouthcustom-vsl .mouthcustom-vsl-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.mouthcustom .mouthcustom-vsl .mouthcustom-vsl-flex img {
  max-width: 155px;
}

@media screen and (max-width: 960px) {
  .mouthcustom .mouthcustom-vsl .mouthcustom-vsl-flex img {
    max-width: 116px;
  }
}

.mouthcustom .mouthcustom-dtl {
  width: calc(100% - 352px);
}

@media screen and (max-width: 960px) {
  .mouthcustom .mouthcustom-dtl {
    width: calc(100% - 264px);
  }
}

@media screen and (max-width: 768px) {
  .mouthcustom .mouthcustom-dtl {
    width: 100%;
  }
}

.mouthcustom .mouthcustom-dtl .side-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 520px) {
  .mouthcustom .mouthcustom-dtl .side-note {
    display: block;
  }
}

.mouthcustom .mouthcustom-dtl .side-note .side-note-vsl {
  max-width: 160px;
}

@media screen and (max-width: 768px) {
  .mouthcustom .mouthcustom-dtl .side-note .side-note-vsl {
    max-width: 130px;
  }
}

@media screen and (max-width: 520px) {
  .mouthcustom .mouthcustom-dtl .side-note .side-note-vsl {
    max-width: 130px;
    margin: 0 auto 8px auto;
  }
}

.mouthcustom .mouthcustom-dtl .side-note .side-note-dtl {
  width: calc(100% - 176px);
}

@media screen and (max-width: 768px) {
  .mouthcustom .mouthcustom-dtl .side-note .side-note-dtl {
    width: calc(100% - 140px);
  }
}

@media screen and (max-width: 520px) {
  .mouthcustom .mouthcustom-dtl .side-note .side-note-dtl {
    width: 100%;
  }
}

.side-note {
  padding: 24px;
  width: 100%;
  max-width: 842px;
  background: #fbfaf9;
  border: solid 2px #F4F3F0;
  border-radius: 2px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .side-note {
    padding: 16px;
  }
}

.side-note__ttl {
  margin: 0 0 8px;
  font-size: 1.7rem;
  font-weight: bold;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .side-note__ttl {
    margin: 0 0 4px;
    font-size: 1.6rem;
  }
}

.sports-vsl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 558px;
  margin: 0 auto 32px auto;
  gap: 24px;
}

@media screen and (max-width: 520px) {
  .sports-vsl {
    gap: 12px;
  }
}

.sports-vsl--s {
  max-width: 480px;
}

.mouse-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  .mouse-list {
    gap: 12px;
  }
}

@media screen and (max-width: 960px) {
  .mouse-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mouse-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 520px) {
  .mouse-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
  }
}

.mouse-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px;
  background: #F4F3F0;
}

@media screen and (max-width: 520px) {
  .mouse-list__item {
    padding: 8px;
  }
}

.pamphlet-unit {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .pamphlet-unit {
    display: block;
    gap: 20px;
  }
}

@media screen and (max-width: 960px) {
  .pamphlet-unit .pamphlet-img {
    width: 320px;
  }
}

@media screen and (max-width: 960px) and (max-width: 520px) {
  .pamphlet-unit .pamphlet-img {
    width: 100%;
  }
}

.pamphlet-unit .pamphlet-img img {
  margin: 0 0 8px;
  padding: 5px;
  background-color: #F4F3F0;
}

.pamphlet-unit .link-sheet {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc( 100% - 404px);
  background: #F4F3F0;
  max-height: 272px;
  padding: 60px;
}

@media screen and (max-width: 960px) {
  .pamphlet-unit .link-sheet {
    width: calc( 100% - 332px);
    padding: 40px 32px;
    max-height: 223px;
  }
}

@media screen and (max-width: 768px) {
  .pamphlet-unit .link-sheet {
    width: 100%;
    padding: 32px;
  }
}

.pamphlet-unit .link-sheet p {
  text-align: center;
  margin-bottom: calc(8px * 2);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .03rem;
}

@media screen and (max-width: 960px) {
  .pamphlet-unit .link-sheet p {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .pamphlet-unit .link-sheet p {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .pamphlet-unit .link-sheet p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .pamphlet-unit .link-sheet p {
    font-size: 1.6rem;
  }
}

.pamphlet-unit .link-sheet .btn a {
  background: #02A47F;
  color: #fefefe;
}

.pamphlet-unit .link-sheet .btn a::before {
  background-color: #fefefe;
}

.pamphlet-unit .link-sheet .btn a::after {
  border-color: transparent transparent transparent #02A47F;
}

.pamphlet-unit .link-sheet .btn a:hover {
  background: #fefefe;
  color: #02A47F;
}

.pamphlet-unit .link-sheet .btn a:hover::before {
  background-color: #02A47F;
}

.pamphlet-unit .link-sheet .btn a:hover::after {
  background: #02A47F;
  border-color: transparent transparent transparent #fefefe;
}

/*# sourceMappingURL=../../../maps/general/pages/about_gshp.css.map */
