@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@keyframes animate {
  0% {
    visibility: visible;
    /* transform: translate3d(0px, 10%, 0px); */
    opacity: 0;
  }
  100% {
    visibility: visible;
    /* transform: translate3d(0%, 0px, 0px); */
    opacity: 1;
  }
}
[data-animation="fadeIn"] li {
  visibility: hidden;
}
[data-animation="fadeIn"] li._displayed {
  animation: animate 1s ease forwards 0.3s;
}

/* ===================================================================
 voice
=================================================================== */
.voice #CONTENTS {
  position: relative;
}
.voice #EVENT {
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px dotted;
  padding: 20px 15px 10px;
  margin: 0;
}
.voice #EVENT img,
.voice #PAGE img {
  width: unset;
}
@media screen and (max-width: 640px) {
  .voice #CONTENTS,
  .voice #EVENT,
  .voice #PAGE {
    width: 100%;
  }
  .voice #EVENT,
  .voice #PAGE {
    display: none;
  }
  .voice .theater_pageTop {
    display: none;
  }
  .voice .theater_pageTop a {
    color: #ffffff;
  }
}
.voice > [class^="voice"] {
  overflow: hidden;
  text-align: left;
}
.voice [class^="voice"] img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.voice [class^="voice"] a {
  text-decoration: none;
  color: inherit;
}
.voice [class^="voice"] p {
  /* font-feature-settings: "palt"; */
}
.voice [class^="voice"] figure {
  margin: 0;
}

/* ===================================================================
 voice-arrow
=================================================================== */
.voice-arrow {
  padding: 0;
}
.voice-arrow a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px solid #666666;
  margin-left: 18px;
  padding-bottom: 2px;
}
.voice-arrow a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -18px;
  width: 14px;
  height: 14px;
  background: url(/common/images/contents_common_blt_01_l.gif) left top no-repeat;
  transform: translateY(-50%);
}
.voice-arrow a:hover {
  border-bottom: 1px solid transparent;
  opacity: 0.7;
}

/* ===================================================================
 voice-contents
=================================================================== */
.voice .voice-contents * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック";
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  .voice .voice-contents {
    padding: 0 5px;
  }
}

/* ===================================================================
 voice-mv
=================================================================== */
.voice .voice-mv {
  position: relative;
  color: #ffffff;
}
.voice .voice-mv__desc {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  z-index: 10;
}
.voice .voice-mv__desc--sub img {
  width: auto;
}
.voice .voice-mv__desc--title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.voice .voice-mv__desc--text {
  font-size: 16px;
  font-weight: 400;
}
.voice .voice-mv__desc--name {
  width: 100%;
  border-top: 1px solid #ffffff;
  padding-top: 20px;
}
.voice .voice-mv__desc--name .name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
  line-height: 1;
}
.voice .voice-mv__desc--name .name span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.voice .voice-mv__desc--name .name span:first-of-type {
  font-size: 30px;
}
@media screen and (min-width: 641px) {
  .voice .voice-mv__desc {
    position: absolute;
    max-width: 425px;
    left: 30px;
    bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .voice .voice-mv {
    background-image: url(../images/common/bg_h1-sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 20px 0 30px;
  }
  .voice .voice-mv__desc {
    position: relative;
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 20px;
  }
  .voice .voice-mv__desc--sub {
    margin-top: 20px;
  }
  .voice .voice-mv__desc--title {
    font-size: 28px;
    line-height: 1.2;
  }
  .voice .voice-mv__desc--text {
    font-size: 14px;
  }
  .voice .voice-mv__desc--name {
    margin-top: 6px;
    padding-top: 16px;
  }
  .voice .voice-mv__desc--name .name {
    gap: 16px 20px;
  }
  .voice .voice-mv__desc--name .name span {
    font-size: 16px;
  }
  .voice .voice-mv__desc--name .name span:first-of-type {
    font-size: 24px;
  }
}

/* ===================================================================
 voice-inner
=================================================================== */
.voice .voice-inner {
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .voice .voice-inner {
    padding: 0 calc(12 / 375 * 100vw);
  }
}

/* ===================================================================
 voice-article
=================================================================== */
.voice .voice-article {
  overflow: hidden;
  background: #ffffff;
}
.voice .voice-article__head {
  position: relative;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  font-feature-settings: "palt";
  padding-left: 15px;
  margin: 30px 0 25px;
}
.voice .voice-article__head::before {
  content: "";
  position: absolute;
  background: #fc4e46;
  height: 40px;
  width: 5px;
  top: 4px;
  left: 0;
}
.voice .voice-article__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px 0;
}
.voice .voice-article__item + .voice-article__item {
  margin-top: 30px;
}
.voice .voice-article__item--image,
.voice .voice-article__item--text {
  width: 100%;
}
.voice .voice-article__item--image {
  order: 1;
}
.voice .voice-article__item--text {
  order: 2;
}
.voice .voice-article__item--caption {
  font-size: 12px;
}
.voice .voice-article__item > h3 {
  width: 100%;
}
.voice .voice-article__item > h3,
.voice .voice-article__item--text h3 {
  background: #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 17px;
  color: #fc4e43;
}
.voice .voice-article__item--text p {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 20px;
  color: #666;
}
.voice .voice-article__item--text h3 + p {
  padding-top: 20px;
}
@media screen and (max-width: 960px) {
  .voice .voice-article {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 641px) {
  .voice .voice-article__item > h3 {
    margin-bottom: 5px;
  }
  .voice .voice-article__item._reverse {
    flex-direction: row-reverse;
  }
  .voice .voice-article__item--image {
    max-width: 389px;
    width: calc(389 / 890 * 100%);
  }
  .voice .voice-article__item--text {
    width: calc(100% - 389 / 890 * 100%);
    padding-left: 10px;
  }
  .voice ._column .voice-article__item--image,
  .voice ._column .voice-article__item--text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .voice ._reverse .voice-article__item--text {
    padding-left: 0;
    padding-right: 10px;
  }
  .voice ._pattern-1 .voice-article__item--image {
    max-width: 277px;
    width: calc(277 / 890 * 100%);
  }
  .voice ._pattern-1 .voice-article__item--text {
    width: calc(100% - 277 / 890 * 100%);
    padding-left: 15px;
  }
  .voice ._pattern-2 .voice-article__item--image {
    max-width: 263px;
    width: calc(263 / 890 * 100%);
  }
  .voice ._pattern-2 .voice-article__item--text {
    width: calc(100% - 263 / 890 * 100%);
    padding-left: 15px;
  }
  .voice ._reverse._pattern-1 .voice-article__item--text,
  .voice ._reverse._pattern-2 .voice-article__item--text {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .voice .voice-article {
    margin: 0 calc(20 / 375 * 100vw);
  }
  .voice .voice-article__head {
    font-size: 20px;
    line-height: 1.4;
    padding-left: 11px;
    margin: 20px 0;
  }
  .voice .voice-article__head::before {
    top: 4px;
    left: 0;
    height: 20px;
  }
  .voice .voice-article__item {
    flex-direction: column;
  }
  .voice .voice-article__item + .voice-article__item {
    margin-top: 20px;
  }
  .voice .voice-article__item--image {
    order: 2;
  }
  .voice .voice-article__item--text {
    order: 1;
  }
  .voice .voice-article__item--text p {
    padding: 0;
  }
  .voice .voice-article__item--text h3 + p {
    padding-top: 16px;
  }
}

/* ===================================================================
 voice-profile
=================================================================== */
.voice .voice-profile {
  position: relative;
  padding: 5px;
  margin-left: 40px;
  margin-right: 30px;
  color: #111111;
  z-index: 1;
}
.voice .voice-profile__content {
  position: relative;
  min-height: 80px;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  transform: translate(-3px, -3px);
  z-index: 1;
}
.voice .voice-profile__content::before,
.voice .voice-profile__content::after {
  content: "";
  position: absolute;
  left: -30px;
  width: 45px;
  height: 10px;
  background-image: url(../images/common/profile_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 9;
}
.voice .voice-profile__content::before {
  top: 25px;
}
.voice .voice-profile__content::after {
  bottom: 50px;
}
.voice .voice-profile .__rect {
  position: absolute;
  background: #fefffa;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #b5b5b5;
}
.voice .voice-profile .__rect:first-of-type {
  transform: translate(3px, 3px);
}
.voice .voice-profile .__rect:last-of-type {
  transform: translate(-3px, -3px);
}

.voice .voice-profile__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0 30px;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 20px;
  padding-left: 5px;
  color: #666666;
}
.voice .voice-profile__head span {
  display: inline-block;
}
.voice .voice-profile__head span:first-of-type {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 13px;
  color: #111111;
}
.voice .voice-profile__head span:first-of-type::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 26px;
  background: #fc4e46;
}
.voice .voice-profile__profile {
  display: flex;
  flex-direction: row;
  gap: 10px 20px;
  padding: 10px 16px 10px 24px;
}
.voice .voice-profile__profile + .voice-profile__profile {
  padding-top: 0;
}
.voice .voice-profile__profile--left {
  max-width: 160px;
  width: calc(100% - 160 / 868 * 100%);
}
.voice .voice-profile__profile--right {
  max-width: 100%;
  width: auto;
}
.voice .voice-profile__profile--sub {
  position: relative;
  display: block;
  border-top: 1px solid #111111;
  margin-bottom: 8px;
  color: #ffffff;
}
.voice .voice-profile__profile--sub span {
  display: inline-block;
  background-color: #111111;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 12px 100%);
  letter-spacing: 0.075em;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  padding: 1px 16px 2px;
}
.voice .voice-profile__profile--image {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  padding: 2px;
  margin: 0;
}
.voice .voice-profile__profile--title {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.voice .voice-profile__profile--title.space-between {
  justify-content: space-between;
}
.voice .voice-profile__profile--title span {
  display: inline-block;
}
.voice .voice-profile__profile--title span:first-of-type {
  font-size: 40px;
}
.voice .voice-profile__profile--text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 641px) {
  .voice .voice-profile__profile--title.pc\:space-between {
    justify-content: space-between;
  }
  .voice .voice-profile__profile--left .voice-profile__profile--title {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .voice .voice-profile {
    margin-left: 25px;
    margin-right: calc(3px + (12 / 375 * 100vw));
  }
  .voice .voice-profile__head {
    border-bottom: 1px solid #111111;
    margin: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .voice .voice-profile__head span {
    display: none;
  }
  .voice .voice-profile__head span:first-of-type {
    display: block;
    font-size: 30px;
    padding-left: 12px;
  }
  .voice .voice-profile__head span:first-of-type::before {
    top: 6px;
    width: 4px;
    height: 22px;
    background: #fc4e46;
  }
  .voice .voice-profile__content::before,
  .voice .voice-profile__content::after {
    content: "";
    position: absolute;
    left: -17px;
    width: 32px;
    height: 10px;
    background-image: url(../images/common/profile_icon-sp.svg);
  }
  .voice .voice-profile__profile {
    flex-direction: column;
    padding: 10px 10px 10px 20px;
  }
  .voice .voice-profile__profile + .voice-profile__profile {
    padding-top: 10px;
  }
  .voice .voice-profile__profile--title.sp\:space-between {
    justify-content: space-between;
  }
  .voice .voice-profile__profile--left {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .voice .voice-profile__profile--left .voice-profile__profile--image {
    width: 40%;
    margin-right: 10px;
  }
  .voice .voice-profile__profile--left .voice-profile__profile--title {
    width: 60%;
  }
  .voice .voice-profile__profile--right {
    width: 100%;
  }
  .voice .voice-profile__profile--right .voice-profile__profile--title {
    display: none;
  }
  .voice .voice-profile__profile--sub {
    margin-bottom: 6px;
  }
  .voice .voice-profile__profile--sub span {
    font-size: 14px;
    padding-bottom: 3px;
  }
  .voice .voice-profile__profile--title {
    flex-direction: column;
    align-items: baseline;
    font-size: 12px;
    margin-bottom: 0;
  }
  .voice .voice-profile__profile--title span {
    line-height: 1.8;
  }
  .voice .voice-profile__profile--title span:first-of-type {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 5px;
  }
  .voice .voice-profile__profile--title span._larger:first-of-type {
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 360px) {
  .voice .voice-profile__profile--title span._larger:first-of-type {
    font-size: 20px;
  }
}

/* ===================================================================
 voice-banner
=================================================================== */
.voice .voice-banner {
  position: relative;
  display: block;
}
.voice .voice-banner__link {
  background-color: #e5e5e5;
  padding: 30px;
}
.voice .voice-banner__link a {
  transition: all 0.3s;
}
.voice .voice-banner__link a:hover {
  opacity: 0.9;
}
.voice .voice-banner__desc {
  display: block;
  padding: 20px 30px;
}
.voice .voice-banner__desc p {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
@media screen and (max-width: 640px) {
  .voice .voice-banner__link {
    background-color: #ffffff;
    padding: 12px calc(12 / 375 * 100vw);
  }
  .voice .voice-banner__desc {
    padding: 12px calc(12 / 375 * 100vw);
  }
  .voice .voice-profile + .voice-banner > .voice-banner__desc {
    padding-top: 15px;
  }
  .voice .voice-banner > .voice-banner__link + .voice-banner__desc {
    padding-top: 0;
  }
}

/* ===================================================================
 voice-archive
=================================================================== */
.voice .voice-archive {
  position: relative;
}
.voice .voice-archive h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  background-color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding: 5px 20px 6px 30px;
  margin-bottom: 30px;
  color: #ffffff;
}
.voice .voice-archive h2 span {
  display: block;
}
.voice .voice-archive h2 span:first-of-type {
  font-size: 22px;
  font-weight: 600;
}
.voice .voice-archive__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
}
.voice .voice-archive__list li {
  display: none;
  transition: all 0.3s;
}
.voice .voice-archive__list li._displayed {
  display: block;
}
.voice .voice-archive__list li img {
  transition: all 0.3s;
}
.voice .voice-archive__list li {
  width: calc((100% - 10px) / 2);
}
.voice .voice-archive__list li a:hover {
  opacity: 1;
}
.voice .voice-archive__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #000;
  max-width: 100%;
  width: 200px;
  height: auto;
  transition: all 0.3s;
  margin: 30px auto 40px;
  color: #000000;
}
.voice .voice-archive__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 12px;
  border-left: 2px solid #b60081;
  border-top: 2px solid #b60081;
  transform: translateY(-50%) rotate(135deg);
}
.voice .voice-archive__btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.voice .voice-archive__btn a {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 10px 24px;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .voice .voice-archive h2 {
    padding-left: calc(12 / 375 * 100vw);
    padding-right: calc(12 / 375 * 100vw);
    margin-bottom: 20px;
  }
  .voice .voice-archive h2 span {
    display: none;
  }
  .voice .voice-archive h2 span:first-of-type {
    display: block;
    font-size: 20px;
  }
  .voice .voice-archive__list {
    row-gap: 8px;
  }
  .voice .voice-archive__list li {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .voice .voice-archive__btn {
    width: 160px;
    padding: 7px 24px 8px;
  }
}

/* ===================================================================
 voice-archive-mv
=================================================================== */
.voice .voice-archive-mv {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px 30px;
  background-image: url(../images/common/archive-mv_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  color: #ffffff;
}
.voice .voice-archive-mv__img {
  max-width: 408px;
  width: calc(408 / 860 * 100%);
  padding: 0;
}
.voice .voice-archive-mv__desc {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  max-width: 100%;
  width: calc(100% - (408 / 860 * 100%));
  margin-top: -5px;
}
.voice .voice-archive-mv__desc * {
  display: inline-block;
  vertical-align: middle;
}
.voice .voice-archive-mv__desc--sub {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
.voice .voice-archive-mv__desc--title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
.voice .voice-archive-mv__desc--text {
  font-size: 16px;
  font-weight: 400;
  padding-top: 5px;
}
@media screen and (max-width: 640px) {
  .voice .voice-archive-mv {
    flex-direction: column;
    padding: 20px;
  }
  .voice .voice-archive-mv__img {
    max-width: none;
    width: 100%;
  }
  .voice .voice-archive-mv__desc {
    width: 100%;
    margin-top: 0;
  }
  .voice .voice-archive-mv__desc--sub {
    text-align: center;
    font-size: 40px;
  }
  .voice .voice-archive-mv__desc--title {
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    padding-top: 5px;
  }
  .voice .voice-archive-mv__desc--text {
    font-size: 14px;
    padding-top: 10px;
  }
}

/* ===================================================================
 voice-filter
=================================================================== */
.voice .voice-filter {
  position: relative;
  max-width: 950px;
  width: 100%;
  background: #f2f2f2;
  padding: 24px 30px 16px;
}
.voice .voice-filter._fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}
.voice .voice-filter__filters {
  display: flex;
  gap: 12px 20px;
  padding-bottom: 10px;
  overflow-x: auto;
}
.voice .voice-filter--button {
  display: block;
  width: 88px;
  border: 1px solid #111;
  border-radius: 5px;
  background: #ffffff;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 11px 10px 12px;
}
.voice .voice-filter--button:hover {
  cursor: pointer;
  background: #111111;
  color: #ffffff;
}
.voice .voice-filter--button._current {
  background: #111111;
  color: #ffffff;
}
@media screen and (min-width: 641px) {
  .voice .voice-filter__filters {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .voice .voice-filter {
    padding: 20px calc(5px + (12 / 375 * 100vw)) 15px;
  }
  .voice .voice-filter__filters {
    overflow-x: scroll;
  }
  .voice .voice-filter--button {
    width: 80px;
    font-size: 14px;
    padding: 10px 8px 11px;
  }
}

/* ===================================================================
 archive
=================================================================== */
.archive {
  position: relative;
}
.archive .voice-article {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .archive .voice-article {
    padding-top: 20px;
    padding-bottom: 30px;
    margin: 0 5px;
  }
}

/* ===================================================================
 voice-flex
=================================================================== */
.voice .voice-flex {
  display: flex;
  flex-wrap: wrap;
}
.voice .voice-flex:not([class*="row-gap"]) {
  row-gap: 16px;
}
.voice .voice-flex dt h4 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.voice .voice-flex dd p {
  padding-left: 10px;
}
.voice .voice-article__item--text h3 + .voice-flex {
  padding-top: 20px;
}
.voice .voice-flex .w-1em {
  width: 1em;
}
.voice .voice-flex .w-1em + * {
  width: calc(100% - 1em);
}
.voice .voice-flex .w-2em {
  width: 2em;
}
.voice .voice-flex .w-2em + * {
  width: calc(100% - 2em);
}
.voice .voice-flex .w-2\.5em {
  width: 2.5em;
}
.voice .voice-flex .w-2\.5em + * {
  width: calc(100% - 2.5em);
}
.voice .voice-flex .w-3em {
  width: 3em;
}
.voice .voice-flex .w-3em + * {
  width: calc(100% - 3em);
}
.voice .voice-flex .w-3\.5em {
  width: 3.5em;
}
.voice .voice-flex .w-3\.5em + * {
  width: calc(100% - 3.5em);
}
.voice .voice-flex .w-4em {
  width: 4em;
}
.voice .voice-flex .w-4em + * {
  width: calc(100% - 4em);
}
.voice .voice-flex .w-4\.5em {
  width: 4.5em;
}
.voice .voice-flex .w-4\.5em + * {
  width: calc(100% - 4.5em);
}
.voice .voice-flex .w-5em {
  width: 5em;
}
.voice .voice-flex .w-5em + * {
  width: calc(100% - 5em);
}
.voice .voice-flex .w-5\.5em {
  width: 5.5em;
}
.voice .voice-flex .w-5\.5em + * {
  width: calc(100% - 5.5em);
}
.voice .voice-flex .w-6em {
  width: 6em;
}
.voice .voice-flex .w-6em + * {
  width: calc(100% - 6em);
}
.voice .voice-flex .w-6\.5em {
  width: 6.5em;
}
.voice .voice-flex .w-6\.5em + * {
  width: calc(100% - 6.5em);
}
.voice .voice-flex .w-6em {
  width: 6em;
}
.voice .voice-flex .w-7em + * {
  width: calc(100% - 7em);
}
.voice .voice-flex .w-7\.5em {
  width: 7.5em;
}
.voice .voice-flex .w-7\.5em + * {
  width: calc(100% - 7.5em);
}
.voice .voice-flex .w-8em {
  width: 8em;
}
.voice .voice-flex .w-8em + * {
  width: calc(100% - 8em);
}
.voice .voice-flex .w-8\.5em {
  width: 8.5em;
}
.voice .voice-flex .w-8\.5em + * {
  width: calc(100% - 8.5em);
}
.voice .voice-flex .w-9em {
  width: 9em;
}
.voice .voice-flex .w-9em + * {
  width: calc(100% - 9em);
}
.voice .voice-flex .w-9\.5em {
  width: 9.5em;
}
.voice .voice-flex .w-9\.5em + * {
  width: calc(100% - 9.5em);
}
.voice .voice-flex .w-10em {
  width: 10em;
}
.voice .voice-flex .w-10em + * {
  width: calc(100% - 10em);
}
.voice .voice-flex .w-11em {
  width: 11em;
}
.voice .voice-flex .w-11em + * {
  width: calc(100% - 11em);
}
.voice .voice-flex .w-12em {
  width: 12em;
}
.voice .voice-flex .w-12em + * {
  width: calc(100% - 12em);
}
.voice .voice-flex .w-13em {
  width: 13em;
}
.voice .voice-flex .w-13em + * {
  width: calc(100% - 13em);
}
.voice .voice-flex .w-14em {
  width: 14em;
}
.voice .voice-flex .w-14em + * {
  width: calc(100% - 14em);
}
.voice .voice-flex .w-15em {
  width: 15em;
}
.voice .voice-flex .w-15em + * {
  width: calc(100% - 15em);
}
.voice .voice-flex .w-16em {
  width: 16em;
}
.voice .voice-flex .w-16em + * {
  width: calc(100% - 16em);
}
@media screen and (max-width: 640px) {
  .voice .voice-flex:not([class*="sp:row-gap"]) {
    row-gap: 12px;
  }
  .voice .voice-article__item--text h3 + .voice-flex {
    padding-top: 16px;
  }
  .voice .voice-flex .w-13em,
  .voice .voice-flex .w-13em + *,
  .voice .voice-flex .w-14em,
  .voice .voice-flex .w-14em + *,
  .voice .voice-flex .w-15em,
  .voice .voice-flex .w-15em + *,
  .voice .voice-flex .w-16em,
  .voice .voice-flex .w-16em + * {
    width: 100%;
  }
}
