/*Addition*/

.p-artisans-toc-studio {
  padding: 0 0 50px 0;
  overflow: hidden;
  background-image: url(../img/toc/bg_studio.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-studio {
    padding: 0 0 40px 0;
  background-image: url(../img/toc/bg_studio_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  }
}
.p-artisans-toc-studio__inner {
  max-width: 1000px;
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .p-artisans-toc-studio__inner {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-studio__inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-studio__inner {
    width: 82%;
  }
}


.p-artisans-toc-studio__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 35px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-studio__content {
    gap: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-studio__content {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-left: 0;
  }
}

.p-artisans-toc-studio__logo {
  flex-shrink: 0;
}
.p-artisans-toc-studio__logo img {
  width: 400px;
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-studio__logo img {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-studio__logo img {
    width: 100%;
  }
}
.p-artisans-toc-studio__detail {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  max-width: 40vw;
}
.p-artisans-toc-studio__detail::before, .p-artisans-toc-studio__detail::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-artisans-toc-studio__detail::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.p-artisans-toc-studio__detail::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1320px) {
  .p-artisans-toc-studio__detail {
    font-size: 12px;
    font-size: 0.75rem;
    max-width: 40vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-artisans-toc-studio__detail {
    font-size: 10px;
    font-size: 0.625rem;
    max-width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .p-artisans-toc-studio__detail {
    font-size: 12px;
    font-size: 0.75rem;
    max-width: initial;
  }
}



.p-artisans-studio__head {
  text-align: center;
  padding-bottom: 50px;
}
.p-artisans-studio__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  color: #000;
  position: relative;
  display: inline-block;
  padding: 0 120px;
}
@media screen and (max-width: 767px) {
  .p-artisans-studio__title {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 55px;
  }
}
.p-artisans-studio__title::before, .p-artisans-studio__title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 90px;
  height: 1px;
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .p-artisans-studio__title::before, .p-artisans-studio__title::after {
    width: 35px;
    background-color: #D6D6D6;
  }
}
.p-artisans-studio__title::before {
  left: 0;
}
.p-artisans-studio__title::after {
  right: 0;
}


