@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@font-face {
  font-family: "Unbounded";
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/unbounded.woff2") format("woff2"), url("../fonts/unbounded.woff") format("woff");
  font-display: swap;
}
:root {
  --pink: #ff5885;
  --wh: #fff ;
}

.liver {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding-top: 0;
  font-weight: 500 !important;
}
.liver-list {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  z-index: 4;
  color: #000;
  padding: 14rem 10rem;
  width: 90%;
  max-width: 1580px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .liver-list {
    padding: 7rem 5rem;
  }
}
@media screen and (max-width: 834px) {
  .liver-list {
    padding: 5rem;
  }
}
@media screen and (max-width: 639px) {
  .liver-list {
    padding: 4rem;
  }
}
@media screen and (max-width: 376px) {
  .liver-list {
    padding: 4rem;
  }
}
.liver-list-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.liver-list-item {
  display: flex;
  gap: 10rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1500px) {
  .liver-list-item {
    gap: 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .liver-list-item {
    padding-top: 7rem;
    padding-bottom: 7rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .liver-list-item {
    padding-top: 5rem;
    padding-bottom: 0;
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .liver-list-item {
    padding-top: 3rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .liver-list-item:first-child {
    padding-top: 0;
  }
}
.liver-list-item:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
}
@media screen and (max-width: 834px) {
  .liver-list-item:not(:last-child) {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .liver-list-item-info {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  .liver-list-item-info {
    flex-direction: column;
  }
}
.liver-list-item-thumbnail {
  border-radius: 65px;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: 380px;
  flex-shrink: 0;
}
.liver-list-item-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
.liver-list-item-thumbnail-image img {
  width: 100%;
  height: 98%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 70px;
}
@media screen and (max-width: 639px) {
  .liver-list-item-thumbnail-image img {
    border-radius: 63px 63px 55px 55px;
    height: 97%;
  }
}
.liver-list-item-frame {
  height: 100%;
}
.liver-list-item-title {
  font-size: 32px;
  font-weight: 700 !important;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .liver-list-item-title {
    font-size: 24px;
  }
}
.liver-list-item-text {
  margin-top: 5rem;
  font-size: 18px;
  font-weight: 500 !important;
}
@media screen and (max-width: 1200px) {
  .liver-list-item-text {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .liver-list-item-text {
    margin-top: 2rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 376px) {
  .liver-list-item-text {
    margin-top: 1rem;
    font-size: 14px;
  }
}
.liver-list-item-dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 320px;
  margin-top: 3rem;
  line-height: 1;
  font-size: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 639px) {
  .liver-list-item-dl {
    max-width: 100%;
    margin-top: 1.5rem;
    font-size: 13px;
  }
}
.liver-list-item-dl-dt {
  width: 40%;
  border-right: 1px solid #000;
  padding-right: 3rem;
  margin-bottom: 1.5rem;
}
.liver-list-item-dl-dd {
  width: 60%;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 834px) {
  .liver-list-item-button-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .liver-list-item-button-wrapper {
    justify-content: flex-start;
    gap: 3rem;
  }
}
.liver .insta-icon {
  width: 60px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1500px) {
  .liver .insta-icon {
    width: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .liver .insta-icon {
    width: 40px;
  }
}
@media screen and (max-width: 834px) {
  .liver .insta-icon {
    width: 30px;
  }
}
@media screen and (max-width: 639px) {
  .liver .insta-icon {
    width: 25px;
  }
}
.liver .insta-icon img {
  width: 100%;
  height: auto;
}
.liver .insta-icon:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.liver .del-link-btn {
  width: 320px;
  height: 80px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 18px;
  margin: 3rem 0;
}
@media screen and (max-width: 1500px) {
  .liver .del-link-btn {
    width: 280px;
    height: 70px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .liver .del-link-btn {
    width: 240px;
    height: 60px;
    font-size: 15px;
  }
}
@media screen and (max-width: 834px) {
  .liver .del-link-btn {
    width: 200px;
    height: 50px;
    font-size: 14px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .liver .del-link-btn {
    width: 180px;
    height: 45px;
    font-size: 13px;
  }
}
.liver .del-link-btn a {
  color: #fff;
  position: relative;
  width: 100%;
}
.liver .del-link-btn a:hover .liver-arrow {
  transition: 0.5s ease;
  transform: translateX(7px);
}
.liver .del-link-btn .liver-arrow {
  position: absolute;
  top: 25%;
  right: 4rem;
  transition: 0.5s ease;
}
@media screen and (max-width: 1200px) {
  .liver .del-link-btn .liver-arrow {
    right: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .liver .del-link-btn .liver-arrow {
    max-width: 14px;
    right: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .liver .del-link-btn .liver-arrow {
    max-width: 12px;
  }
}
.liver .liver-comment {
  background-color: #FFF3F6;
  padding: 8rem 5rem 5rem;
  margin-top: 8rem;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .liver .liver-comment {
    padding: 6rem 4rem 4rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .liver .liver-comment {
    padding: 5rem 3rem 3rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .liver .liver-comment {
    padding: 4rem 2rem 2rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 639px) {
  .liver .liver-comment {
    padding-top: 3rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 376px) {
  .liver .liver-comment {
    margin-top: 3rem;
  }
}
.liver .liver-comment-heading {
  font-size: 30px;
  font-family: "Unbounded", sans-serif;
  color: var(--pink);
  font-weight: 500 !important;
  position: absolute;
  top: -1.5rem;
  left: 4rem;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .liver .liver-comment-heading {
    font-size: 28px;
    left: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .liver .liver-comment-heading {
    font-size: 26px;
    left: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .liver .liver-comment-heading {
    font-size: 24px;
    top: -1.2rem;
  }
}
.liver .liver-comment-text {
  margin-bottom: 3rem;
  font-size: 15px;
}
@media screen and (max-width: 639px) {
  .liver .liver-comment-text {
    font-size: 14px;
    margin-bottom: 1rem;
  }
}
.liver .liver-comment-subheading {
  color: var(--pink);
  font-size: 17px;
  font-weight: 700 !important;
}
@media screen and (max-width: 639px) {
  .liver .liver-comment-subheading {
    font-size: 15px;
  }
}
.liver .liver-comment .liver-interest-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 834px) {
  .liver .liver-comment .liver-interest-list {
    margin-top: 0;
    gap: 0.5rem;
  }
}
.liver .liver-comment .liver-interest-list-item {
  border: 1px solid var(--pink);
  border-radius: 100vmax;
  color: var(--pink);
  font-size: 12px;
  min-width: 65px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
  padding: 1px 5px 0;
}
@media screen and (max-width: 639px) {
  .liver .liver-comment .liver-interest-list-item {
    height: 20px;
  }
}

.pagination {
  color: var(--pink);
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 10rem;
}
@media screen and (max-width: 834px) {
  .pagination {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 639px) {
  .pagination {
    font-size: 15px;
    gap: 1.5rem;
  }
}
.pagination a {
  color: var(--pink);
}
.pagination .current {
  color: #fff;
  background-color: var(--pink);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .pagination .current {
    width: 35px;
    height: 35px;
  }
}
.pagination .prev-arrow img {
  transform: rotate(180deg);
}
.pagination .circle {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
  border: 1px solid #FF5885;
}
@media screen and (max-width: 639px) {
  .pagination .circle {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 639px) {
  .pagination .circle img {
    width: 35%;
  }
}
.pagination .next:hover .circle {
  transition: 0.5s ease;
  transform: translateX(7px);
}
.pagination .prev:hover .circle {
  transition: 0.5s ease;
  transform: translateX(-7px);
}/*# sourceMappingURL=liver.css.map */