@charset "UTF-8";

/* @media ((min-width: 1600px) and (max-width: 1600px)) {
  body {
    background-image: url('../images/bg/bg_single_voice_pc.png');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100000px;
  }
} */

/* @media ((min-width: 400px) and (max-width: 400px)) {
  body {
    background-image: url('../images/bg/bg_single_voice_sp.png');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100000px;
  }
} */

#voice {
  padding-bottom: 290px;
}

@media screen and (max-width: 768px) {
  #voice {
    padding-top: 60px;
  }

  body.single #voice {
    padding-top: 0;
  }
}

#voice img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#voice .sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  #voice .sp-only {
    display: block;
  }

  #voice .pc-only {
    display: none;
  }
}

#voice .voice-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 50px 20px;
}

@media screen and (max-width: 768px) {
  #voice .voice-inner {
    padding: 0 20px;
  }
}

#voice .voice-inner-large {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #voice .voice-inner-large {
    max-width: 100%;
  }
}

#voice .mv {
  width: 480px;
  height: 640px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  #voice .mv {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
  }
}

#voice .voice-header {
  padding-top: 170px;
  margin-bottom: 117px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #voice .voice-header {
    padding-top: 50px;
    margin-bottom: 70px;
  }
}

#voice .voice-header.__single {
  padding-bottom: 295px;
  border-bottom: 1px solid #bdc2cb;
  margin-bottom: 135px;
}

@media screen and (max-width: 768px) {
  #voice .voice-header.__single {
    padding-top: 46px;
    padding-bottom: 73px;
    margin-bottom: 50px;
  }
}

#voice .voice-header.__single .page-ttl {
  margin-bottom: 132px;
  margin-top: 83px;
  font-size: 34px;
  color: #12213e;
  font-family: var(--font-tt-commons), sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
}

#voice .voice-header.__single .page-ttl span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  margin-left: 57px;
}

@media screen and (max-width: 768px) {
  #voice .voice-header.__single .page-ttl {
    display: none;
  }
}

#voice .voice-header.__single .post-ttl {
  font-size: 28px;
  letter-spacing: 0px;
  margin-bottom: 23px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #voice .voice-header.__single .post-ttl {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 51px;
  }
}

#voice .voice-tag {
  margin-left: 6px;
}

@media screen and (max-width: 768px) {
  #voice .voice-tag {
    margin-left: 0;
  }
}

#voice .voice-tag span {
  font-size: 14px;
  color: #7c8393;
  font-weight: 500;
  letter-spacing: 3px;
}

#voice .voice-tag span:first-child::after {
  content: " │ ";
}

@media screen and (max-width: 768px) {
  #voice .voice-tag span {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
  }
}

#voice .voice-contents .voice-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 84px;
  column-gap: 5%;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  #voice .voice-contents .voice-list {
    row-gap: 44px;
    column-gap: 4%;
  }
}

#voice .voice-contents .voice-list .voice-list-item {
  width: 30%;
  transition: transform 0.5s, opacity 0.5s;
}

@media (max-width: 768px) {
  #voice .voice-contents .voice-list .voice-list-item {
    width: 48%;
  }
}

#voice .voice-contents .voice-list .voice-list-item:hover {
  opacity: 0.8;
}

#voice .voice-contents .voice-list .voice-list-item img,
#voice .voice-contents .voice-list .voice-list-item .thumb-placeholder {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/4;
}

@media (max-width: 768px) {

  #voice .voice-contents .voice-list .voice-list-item img,
  #voice .voice-contents .voice-list .voice-list-item .thumb-placeholder {
    aspect-ratio: 172/220;
  }
}

#voice .voice-contents .voice-list .voice-list-item .thumb-placeholder {
  background-color: #12213e;
}

#voice .voice-contents .voice-list .voice-list-item .voice-info {
  padding: 17px 0;
}

@media screen and (max-width: 768px) {
  #voice .voice-contents .voice-list .voice-list-item .voice-info {
    padding: 2px 0;
  }
}

#voice .voice-contents .voice-list .voice-list-item .voice-info .voice-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary);
  margin-bottom: 12px;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 768px) {
  #voice .voice-contents .voice-list .voice-list-item .voice-info .voice-title {
    font-size: 13px;
    margin-bottom: 3px;
  }
}

#voice .voice-contents__single {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #voice .voice-contents__single {
    max-width: 100%;
    padding-top: 45px;
  }
}

#voice .voice-contents__single .box {
  margin-bottom: 107px;
}

@media screen and (max-width: 768px) {
  #voice .voice-contents__single .box {
    margin-bottom: 100px;
  }
}

#voice .voice-contents__single .voice-single-link {
  text-align: center;
  padding: 20px;
}

#voice .voice-contents__single .voice-single-link a {
  display: inline-block;
  border-bottom: 1px solid #7c8393;
  color: #7c8393;
  font-size: 15px;
  letter-spacing: 3px;
  padding-bottom: 20px;
}

#voice .voice-contents__single .voice-single-link a:hover {
  color: var(--color-primary);
}

#voice .voice-contents__single .voice-single-link a:hover img {
  transform: translateX(5px);
}

@media screen and (max-width: 768px) {
  #voice .voice-contents__single .voice-single-link a {
    font-size: 13px;
  }
}

#voice .voice-contents__single .voice-single-link img {
  width: 13px;
  height: 13px;
  transition: transform 0.5s, opacity 0.5s;
  padding-left: 20px;
}

/* 以下共通 */
/* Pagination Styles */
.pagination-container {
  width: 63.75%;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 200;
}

/* .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.page-numbers {
  padding: 10px;
  color: #4e566a;
}

.page-numbers.current {
  font-weight: bold;
}

.nav-links .page-numbers.next {
  margin-left: 140px !important;
}

.pagination .nav-links .page-numbers.next {
  margin-left: 60px !important;
}

.next-link {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: var(--color-primary);
  font-size: 14px;
  letter-spacing: 2.5px;
}

.next-link:hover {
  background-color: #f5f5f5;
}

.top-arrow-link {
  display: inline-block;
  text-decoration: none;
  letter-spacing: 2.5px;
} */

#voice .top-arrow {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

/* Disabled state for pagination */
.next-link.disabled,
.top-arrow-link.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/* Navigation */
.single-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-nav-container {
  display: flex;
  align-items: center;
  gap: 86px;
}

.single-nav-archives {
  text-decoration: none;
  color: var(--color-third);
  font-family: "tt-commons-pro", sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: color 0.2s;
  margin-top: 155px;
}

.single-nav-archives:hover {
  color: var(--color-primary);
}

.single-nav-arrow-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s, opacity 0.3s;
  width: 13px;
  margin-top: 155px;
}

.single-nav-arrow-link.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.single-nav-arrow-left,
.single-nav-arrow-right {
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}

.single-nav-arrow-left,
.single-nav-arrow-link.disabled:hover .single-nav-arrow-left {
  transform: rotate(180deg);
}

.single-nav-arrow-link:hover .single-nav-arrow-left {
  transform: rotate(180deg) translateX(5px);
}

.single-nav-arrow-link:hover .single-nav-arrow-right {
  transform: translateX(5px);
}

.single-nav-arrow-link.disabled:hover .single-nav-arrow-right {
  transform: none;
}

.single-nav-text {
  letter-spacing: 0.5px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .single-nav {
    margin: 40px 0;
    padding: 20px 0;
  }

  .single-nav-container {
    gap: 50px;
  }

  .single-nav-archives {
    font-size: 14px;
    margin-top: 50px;
  }

  .single-nav-arrow-link {
    margin-top: 50px;
  }

  .single-nav-arrow-left,
  .single-nav-arrow-right {
    width: 14px;
    height: 14px;
  }
}

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