.p-works__detail {
  padding-top: min(8vw, 28px);
}

@media only screen and (min-width: 960px) {
  .p-works__detail {
    padding-top: min(5.63vw, 76px);

  }
}

.p-works__detail-thumb {
  margin-bottom: min(8vw, 28px);
}

@media only screen and (min-width: 960px) {
  .p-works__detail-thumb {
    margin-bottom: min(4.15vw, 56px);
  }
}

.p-works__detail-thumb--top {
  margin-bottom: min(4.57vw, 16px);
}

@media only screen and (min-width: 960px) {
  .p-works__detail-thumb--top {
    margin-bottom: min(1.78vw, 24px);
  }
}

.p-works__detail-thumb--bottom {
  margin-bottom: min(11.43vw, 40px);
}

@media only screen and (min-width: 960px) {
  .p-works__detail-thumb--bottom {
    margin-bottom: min(4.15vw, 56px);
  }
}

.p-works__detail-thumb img {
  width: 100%;
}

.p-works__detail-date {
  font-size: min(3.43vw, 12px);
  font-family: var(--font_family--en);
  margin-bottom: 10px;
}

@media only screen and (min-width: 960px) {
  .p-works__detail-date {
    font-size: min(1.4vw, 16px);
    margin-bottom: 10px;
  }
}

.p-works__detail-title {
  font-size: min(5.1vw, 20px);
  font-weight: 600;
  margin-bottom: 28px;
  line-height: 1.6;
}

@media only screen and (min-width: 960px) {
  .p-works__detail-title {
    font-size: min(2.22vw, 30px);
    margin-bottom: min(8vw, 108px);
    line-height: 1.8;
  }
}

.p-works__detail-text {
  margin-bottom: min(8.57vw, 30px);
  letter-spacing: -0.0025em;
  line-height: 2;
}

@media only screen and (min-width: 960px) {
  .p-works__detail-text {
    font-size: min(1.4vw, 16px);
    margin-bottom: min(5.11vw, 69px);
    line-height: 2.25;
  }
}

.p-works__detail-text--bold {
  font-size: min(4.6vw, 18px);
  font-weight: 600;
  margin: min(13.43vw, 47px) 0 min(5.14vw, 18px) 0;
}

@media only screen and (min-width: 960px) {
  .p-works__detail-text--bold {
    font-size: min(2.1vw, 28px);
    margin: min(6.3vw, 85px) 0 min(3.56vw, 48px) 0;
  }
}


/*.p-works__detail-text > * {
  margin: 20px 0;
}*/

.p-works__detail-text > p{}
.p-works__detail-text > p strong{
  font-weight: bold;
}

.p-works__detail-text > h1{
  font-size: min(6.855vw, 24px);
  font-weight: 600;
}

.p-works__detail-text > h2{
  font-size: min(6.283vw, 22px);
  font-weight: 600;
}

.p-works__detail-text > h3{
  font-size: min(5.712vw, 20px);
  font-weight: 600;
}

.p-works__detail-text > h4{
  font-size: min(5.141vw, 18px);
  font-weight: 600;
}

.p-works__detail-text > h5{
  text-decoration: underline;
  font-weight: 600;
}

.p-works__detail-text > h6{
  font-size: min(3.427vw, 12px);
  font-weight: 600;
}

.p-works__detail-text a {
  text-decoration: underline;
}

.p-works__detail-text iframe {
  max-width: 100%;
}

.p-other {
  margin-top: min(28.86vw, 101px);
}

@media only screen and (min-width: 960px) {
  .p-other {
    border-top: 1px solid rgba(51, 51, 51, 1);
    margin-top: min(7.85vw, 106px);
  }
}


@media only screen and (min-width: 960px) {
  .p-other__item {
    border-bottom: 1px solid rgba(51, 51, 51, 1);
    border-right: 1px solid rgba(51, 51, 51, 1);
  }
}

.p-other__item:hover .p-other__item-thumb-inner img {
  transform: scale(1.05);
}

.p-other__title {
  text-align: center;
  font-weight: 500;
  padding: 0 0 min(7.71vw, 27px) 0;
}

@media only screen and (min-width: 960px) {
  .p-other__title {
    font-size: min(1.5vw, 20px);
    padding: min(3.26vw, 44px) 0;
  }
}

.p-other__inner {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 960px) {
  .p-other__inner {
    flex-direction: row;
  }
}

.p-other__inner--works {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (min-width: 960px) {
  .p-other__inner--works {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    max-width: 1728px;
    margin: 0 auto;
    border-left: 1px solid rgba(51, 51, 51, 1);
  }
}

.p-other__item-works-thumb {
  padding: min(8vw,80px) min(5.3vw,50px);
  background: rgba(34, 34, 34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(81.43vw, 285px);
}

@media only screen and (min-width: 960px) {
  .p-other__item-works-thumb {
    padding: 0 min(3vw, 77px);
    min-height: min(28.15vw, 380px);
  }
}

.p-works__thumb img {
  width: 100%;
}

.p-other__item-thumb-inner {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  margin: 0;
  padding: 0;
  height: 55vw;
  width: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .p-other__item-thumb-inner {
    height: min(16vw, 280px);
  }
}

.p-other__item-thumb-inner img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  border: none;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-other__item-title {
  line-height: 1.6;
  font-size: min(4.57vw, 16px);
}

@media only screen and (min-width: 960px) {
  .p-other__item-title {
    font-size: min(1.4vw, 16px);
  }
}

.p-other__item-works-txt {
  padding: min(4.86vw, 17px) min(4.86vw, 17px) min(8.57vw, 30px) min(4.86vw, 17px);
  min-height: min(36.895674300254456vw, 145px);
}

@media only screen and (min-width: 960px) {
  .p-other__item-works-txt {
    padding: min(2vw, 27px) min(5.7vw, 77px) min(2vw, 27px);
    min-height: min(13.93vw, 188px);
  }
}

.p-other__item-txtTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

@media only screen and (min-width: 960px) {
  .p-other__item-txtTop {
    margin-bottom: 9px;
  }
}

.p-other__item-date {
  font-family: var(--font_family--en);
  font-size: min(3.5vw, 12px);
}

@media only screen and (min-width: 960px) {
  .p-other__item-date {
    font-size: min(1.4vw, 12px);
  }
}

.p-other__item-category {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 10px;
  font-size: min(3.5vw, 12px);
}

@media only screen and (min-width: 960px) {
  .p-other__item-category {
    font-size: min(1.4vw, 12px);
  }
}


.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}


.p-about__link {
  margin: min(12.21vw, 24px) 0;
  text-align: center;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .p-about__link {
    font-size: min(1.4vw, 16px);
    margin: min(2.7777777777777777vw, 48px) 0;
  }
}