.l-menu__list {
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .l-menu__item {
    order: -1;
  }
}
.l-menu__item > a.is-active .l-menu__item--bg {
  transform: rotate(180deg);
}
.l-menu__item--bg {
  transition: transform 0.3s;
}

.p-detail {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-detail {
    margin-top: 17px;
  }
}
.p-detail__wrap {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-detail__wrap {
    width: 89.333333%;
  }
}
.p-detail__txt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-detail__txt {
    margin: 0 17px 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}
.p-detail__block {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .p-detail__block {
    display: none;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.p-detail__ttl {
  width: 240px;
  border-radius: 8px 8px 0 0;
  padding: 11px 0 13px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #EB6120;
}
.p-detail__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 32px;
}
.p-detail__name, .p-detail__item {
  border-top: 1px solid #EB6120;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-detail__name, .p-detail__item {
    border: none;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-detail__name {
  width: 240px;
  padding: 15px 20px;
  color: #EB6120;
  font-weight: bold;
  background-color: #FFF9EB;
}
@media screen and (max-width: 767px) {
  .p-detail__name {
    width: 100%;
    padding: 4px 16px;
  }
}
.p-detail__item {
  width: calc(100% - 272px);
  padding: 15px 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-detail__item {
    width: 100%;
    padding: 5px 16px 20px;
  }
}
.p-detail__nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-detail__nav {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.p-detail__link {
  max-width: 248px;
  width: 100%;
}
.p-detail__link > a {
  height: 48px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .p-detail__link > a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-detail__link > a:hover {
    opacity: 0.7;
  }
}
.p-detail__link--works > a {
  border: 2px solid #EB6120;
  color: #EB6120;
  background-color: #fff;
  box-shadow: 0 4px 0 #EB6120;
}
.p-detail__link--entry > a {
  color: #fff;
  background-color: #FF2121;
  box-shadow: 0 4px 0 #A71313;
}
.p-detail__link--arrow01 {
  width: 13px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%) rotate(45deg) skew(-5deg, -5deg);
}
.p-detail__link--arrow01::before, .p-detail__link--arrow01::after {
  content: "";
  border-radius: 9px;
  position: absolute;
  background-color: #fff;
}
.p-detail__link--arrow01::before {
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
}
.p-detail__link--arrow01::after {
  width: 3px;
  top: 0;
  right: 0;
  bottom: 0;
}
.p-detail__link--arrow01--under {
  top: 45%;
  transform: translateY(-50%) rotate(135deg) skew(-5deg, -5deg);
}
.p-detail__link--arrow01--under::before, .p-detail__link--arrow01--under::after {
  background-color: #EB6120;
}

/*# sourceMappingURL=detail.css.map */
