
.p-artisans-toc-fv {
  position: relative;
}
.p-artisans-toc-fv img {
  width: 100%;
}
.p-artisans-toc-fv__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14.6vw;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-fv__catch {
    left: 9.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-fv__catch {
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    top: auto;
    bottom: 40px;
    transform: translateY(0);
  }
}
.p-artisans-toc-fv__catch-img img {
  width: 620px;
}
@media screen and (max-width: 1500px) {
  .p-artisans-toc-fv__catch-img img {
    width: 34.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-fv__catch-img img {
    width: 76.6vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .p-artisans-toc-fv__catch-img img {
    width: 40vw;
  }
}
.p-artisans-toc-fv__catch-text {
  font-size: 28px;
  font-size: 1.75rem;
  color: #000000;
}
@media screen and (max-width: 1500px) {
  .p-artisans-toc-fv__catch-text {
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-fv__catch-text {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 5px;
  }
}

.p-artisans-toc-intro {
  background: linear-gradient(to bottom, #d7d6d6, #F7F5F5);
  padding: 104px 0 232px;
}
@media screen and (max-width: 1600px) {
  .p-artisans-toc-intro {
    padding: 104px 0 292px;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-intro {
    padding: 50px 0 105px;
  }
}
.p-artisans-toc-intro__inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-intro__inner {
    width: 82%;
    padding: 0;
  }
}
.p-artisans-toc-intro__text {
  line-height: 2.2;
  font-size: 0.95rem;
  text-align: center;
  color: #000;
}
.p-artisans-toc-intro__text::before, .p-artisans-toc-intro__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-artisans-toc-intro__text::before {
  margin-top: calc((1 - 2.2) * 0.5em);
}
.p-artisans-toc-intro__text::after {
  margin-bottom: calc((1 - 2.2) * 0.5em);
}
@media screen and (max-width: 1400px) {
  .p-artisans-toc-intro__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-intro__text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    text-align: left;
  }
  .p-artisans-toc-intro__text::before, .p-artisans-toc-intro__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-artisans-toc-intro__text::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .p-artisans-toc-intro__text::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

.p-artisans-toc-links {
  background-image: url(../img/toc/bg_links_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  height: 288px;
}
@media screen and (max-width: 1600px) {
  .p-artisans-toc-links {
    background-position: bottom right -140px;
  }
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-links {
    height: 440px;
    background-position: bottom right -120px;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-links {
    background-image: url(../img/toc/bg_links_sp.webp);
    height: auto;
    padding: 55px 0 160px;
    background-position: bottom right;
  }
}
.p-artisans-toc-links__item {
  position: relative;
  top: -118px;
}
@media screen and (max-width: 1600px) {
  .p-artisans-toc-links__item {
    top: -180px;
  }
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-links__item {
    top: -200px;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-links__item {
    top: 0;
    margin-top: -110px;
  }
}

.p-artisans-toc-micro {
  position: relative;
  padding: 132px 0 54.8vw;
  overflow: hidden;
}
@media screen and (max-width: 1420px) {
  .p-artisans-toc-micro {
    padding: 132px 0 62vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-micro {
    padding: 132px 0 82vw;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro {
    padding: 265px 0 0;
  }
}
.p-artisans-toc-micro__inner {
  max-width: 1240px;
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-micro__inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__inner {
    width: 82%;
  }
}
.p-artisans-toc-micro__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 56px;
  padding-left: 56px;
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-micro__content {
    gap: 36px;
    padding-left: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__content {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding-left: 0;
  }
}

.p-artisans-toc-micro__logo {
  flex-shrink: 0;
}
.p-artisans-toc-micro__logo img {
  width: 229px;
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-micro__logo img {
    width: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__logo img {
    width: 122px;
  }
}
.p-artisans-toc-micro__detail {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  max-width: 44vw;
}
.p-artisans-toc-micro__detail::before, .p-artisans-toc-micro__detail::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-artisans-toc-micro__detail::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.p-artisans-toc-micro__detail::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1320px) {
  .p-artisans-toc-micro__detail {
    font-size: 12px;
    font-size: 0.75rem;
    max-width: 38vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-micro__detail {
    font-size: 10px;
    font-size: 0.625rem;
    max-width: 52vw;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__detail {
    font-size: 12px;
    font-size: 0.75rem;
    max-width: initial;
  }
}
.p-artisans-toc-micro__img {
  position: absolute;
  z-index: -1;
}
.p-artisans-toc-micro__img.micro01 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 1800px) {
  .p-artisans-toc-micro__img.micro01 {
    top: -60px;
    z-index: 1;
  }
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-micro__img.micro01 {
    top: -7vw;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__img.micro01 {
    top: 192px;
    right: 0;
    left: auto;
  }
}
.p-artisans-toc-micro__img.micro01 img {
  width: 17.6vw;
}
@media screen and (max-width: 1800px) {
  .p-artisans-toc-micro__img.micro01 img {
    width: 15vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-micro__img.micro01 img {
    width: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__img.micro01 img {
    width: 133px;
  }
}
.p-artisans-toc-micro__img.micro02 {
  top: 32px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__img.micro02 {
    top: 50px;
    left: 0;
    right: auto;
  }
}
.p-artisans-toc-micro__img.micro02 img {
  width: 40.8vw;
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__img.micro02 img {
    width: 320px;
  }
}
@media screen and (max-width: 374px) {
  .p-artisans-toc-micro__img.micro02 img {
    width: 82vw;
  }
}
.p-artisans-toc-micro__img.micro03 {
  top: 700px;
  left: 12.5vw;
}
@media screen and (max-width: 1520px) {
  .p-artisans-toc-micro__img.micro03 {
    top: 660px;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__img.micro03 {
    position: relative;
    top: 0;
    left: 9%;
    margin-top: -3vw;
  }
}
.p-artisans-toc-micro__img.micro03 img {
  width: 32.2vw;
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__img.micro03 img {
    width: 236px;
    width: 60.5vw;
  }
}
.p-artisans-toc-micro__img.micro04 {
  top: 498px;
  left: 36.2vw;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-artisans-toc-micro__img.micro04 {
    top: 542px;
  }
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-micro__img.micro04 {
    top: 562px;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__img.micro04 {
    position: relative;
    top: 0;
    left: 51.7vw;
    margin-top: 50px;
  }
}
.p-artisans-toc-micro__img.micro04 img {
  width: 20.7vw;
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__img.micro04 img {
    width: 152px;
    width: 38.9vw;
  }
}
.p-artisans-toc-micro__img.micro05 {
  top: 502px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__img.micro05 {
    position: relative;
    top: 0;
    margin-top: 8.9vw;
    text-align: right;
  }
}
.p-artisans-toc-micro__img.micro05 img {
  width: 24.4vw;
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-micro__img.micro05 img {
    width: 180px;
    width: 46.1vw;
  }
}
.p-artisans-toc-micro__img.micro06 {
  top: 948px;
  right: 33.2vw;
}
@media screen and (max-width: 1200px) {
  .p-artisans-toc-micro__img.micro06 {
    top: 880px;
  }
}
.p-artisans-toc-micro__img.micro06 img {
  width: 14.4vw;
}