.cFvHeadline_en {
  display: flex;
  flex-direction: column;
  font-family: var(--font-en);
  font-size: calc(4.375 * var(--rem));
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  opacity: 0;
}
.cFvHeadline_en_text {
  display: flex;
  overflow: hidden;
}
.cFvHeadline_en_text--second {
  margin-top: calc(-10 * var(--px));
}
.cFvHeadline_ja {
  display: grid;
  overflow: hidden;
  font-size: calc(1.375 * var(--rem));
  font-weight: 700;
  line-height: 1.1;
}
.cFvHeadline_ja_text {
  display: flex;
  overflow: hidden;
  opacity: 0;
}

@media screen and (min-width: 960px) {
  .cFvHeadline_en {
    font-size: calc(8.75 * var(--rem));
  }
  .cFvHeadline_en_text--second {
    margin-top: calc(-10 * var(--px));
  }
  .cFvHeadline_ja {
    font-size: calc(2.5 * var(--rem));
  }
}
.pWP__inner {
  position: relative;
  padding: calc(140 * var(--px)) calc(22 * var(--px)) calc(80 * var(--px));
}
.pWP__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-pale);
}
.pWP__topPaintList {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(210 * var(--px));
  height: calc(195 * var(--px));
}
.pWP__topPaintItem {
  position: absolute;
  top: 0;
  right: 0;
}
.pWP__topPaintItem:nth-child(1) {
  width: calc(151 * var(--px));
  height: calc(195 * var(--px));
}
.pWP__topPaintItem:nth-child(2) {
  width: calc(210 * var(--px));
  height: calc(91 * var(--px));
}
.pWP__container {
  display: flex;
  flex-direction: column;
  gap: calc(39 * var(--px));
  margin-top: calc(40 * var(--px));
}

.pWPFVTerm {
  margin-top: calc(60 * var(--px));
}
.pWPFVTerm__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--px));
  padding-bottom: calc(40 * var(--px));
}
.pWPFVTerm__inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #D4D4D4;
}
.pWPFVTerm__title {
  font-family: var(--font-en);
  font-size: calc(2.125 * var(--rem));
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.pWPFVTerm__category {
  display: flex;
  flex-direction: column;
  gap: calc(13 * var(--px));
}
.pWPFVTerm__list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12 * var(--px));
}
.pWPFVTerm__categoryItemLink {
  padding: calc(11 * var(--px)) calc(15 * var(--px));
  font-size: calc(1 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
  color: #6F7077;
  border: 1px solid #6F7077;
  transition: color 0.4s var(--ease-out-quad), background-color 0.4s var(--ease-out-quad), border-color 0.4s var(--ease-out-quad);
}
.pWPFVTerm__categoryItemLink.is-active {
  color: #fff;
  background-color: var(--color-base);
  border-color: var(--color-base);
}
.pWPFVTerm__KeywordItemLink {
  font-size: calc(1 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
  color: #B9B9B9;
  transition: color 0.4s var(--ease-out-quad);
}
.pWPFVTerm__KeywordItemLink.is-active {
  color: var(--color-base);
}

.pWPNewsList {
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--px));
}
.pWPNewsList__noPosts {
  font-size: calc(1 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}
.pWPNewsList__item {
  display: flex;
  flex-direction: column;
  gap: calc(8 * var(--px));
}
.pWPNewsList__item_imageList {
  display: flex;
  width: 100%;
  height: calc(200 * var(--px));
  overflow: hidden;
}
.pWPNewsList__item_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pWPNewsList__item_content {
  display: flex;
  flex-direction: column;
  gap: calc(8 * var(--px));
}
.pWPNewsList__item_category {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4 * var(--px));
}
.pWPNewsList__item_category_text {
  padding: calc(4 * var(--px)) calc(8 * var(--px));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-white);
  background-color: var(--color-base);
}
.pWPNewsList__item_title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: calc(1 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
  -webkit-box-orient: vertical;
}
.pWPNewsList__item_companykeyword {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12 * var(--px));
}
.pWPNewsList__item_company {
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1;
  color: #B9B9B9;
}
.pWPNewsList__item_keyword {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4 * var(--px));
}
.pWPNewsList__item_keyword_text {
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1;
  color: #B9B9B9;
}

@media screen and (min-width: 960px) {
  .pWP__inner {
    padding: calc(200 * var(--px)) 0 calc(80 * var(--px));
  }
  .pWP__topPaintList {
    width: calc(911 * var(--px));
    height: calc(149 * var(--px));
  }
  .pWP__topPaintItem:nth-child(1) {
    width: calc(403 * var(--px));
    height: calc(419 * var(--px));
  }
  .pWP__topPaintItem:nth-child(2) {
    width: calc(911 * var(--px));
    height: calc(245 * var(--px));
  }
  .pWP__container {
    gap: calc(80 * var(--px));
    padding: 0 calc(130 * var(--px));
    margin-top: calc(79 * var(--px));
  }
  .pWPNewsList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(80 * var(--px)) calc(40 * var(--px));
  }
  .pWPNewsList__item {
    position: relative;
  }
  .pWPNewsList__item_imageList {
    height: calc(340 * var(--px));
  }
  .pWPNewsList__item_category {
    position: absolute;
    top: calc(10 * var(--px));
    left: calc(10 * var(--px));
  }
  .pWPNewsList__item_category_text {
    font-size: calc(1.25 * var(--rem));
    line-height: 1.4;
  }
  .pWPNewsList__item_title {
    font-size: calc(1.375 * var(--rem));
    line-height: 1.36;
  }
  .pWPNewsList__item_companykeyword {
    gap: calc(16 * var(--px));
  }
  .pWPNewsList__item_company {
    font-size: calc(1 * var(--rem));
  }
  .pWPNewsList__item_keyword_text {
    font-size: calc(1 * var(--rem));
  }
  .pWPFV__headline {
    padding: calc(0 * var(--px)) calc(60 * var(--px));
  }
  .pWPFV__headline_en {
    font-size: calc(8.125 * var(--rem));
  }
  .pWPFVTerm {
    padding: 0 calc(130 * var(--px));
    margin-top: calc(120 * var(--px));
  }
  .pWPFVTerm__inner {
    gap: calc(60 * var(--px));
    padding-bottom: calc(60 * var(--px));
  }
  .pWPFVTerm__category {
    gap: calc(16 * var(--px));
  }
  .pWPFVTerm__title {
    font-size: calc(3.75 * var(--rem));
    line-height: 0.8;
    letter-spacing: -0.02em;
  }
  .pWPFVTerm__list {
    gap: calc(8 * var(--px));
  }
  .pWPFVTerm__list--keyword {
    gap: calc(20 * var(--px));
  }
  .pWPFVTerm__categoryItemLink {
    padding: calc(7 * var(--px)) calc(23 * var(--px));
    font-size: calc(1.375 * var(--rem));
    border-radius: calc(2 * var(--px));
  }
  .pWPFVTerm__KeywordItemLink {
    font-size: calc(1.375 * var(--rem));
    line-height: 1.36;
  }
}
@media screen and (min-width: 960px) and (hover: hover) {
  .pWPFVTerm__KeywordItemLink:hover {
    color: var(--color-base);
  }
  .pWPFVTerm__categoryItemLink:hover {
    color: #fff;
    background-color: var(--color-base);
    border-color: var(--color-base);
  }
}
.cPagination {
  position: relative;
  padding-top: calc(60 * var(--px));
}
.cPagination::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #D4D4D4;
}
.cPagination__list {
  display: flex;
  gap: calc(24 * var(--px));
  align-items: center;
  justify-content: center;
}
.cPagination__item_arrow {
  position: relative;
  width: calc(42 * var(--px));
  height: calc(42 * var(--px));
  overflow: hidden;
  background-color: var(--_hover-color-bg, var(--color-pale));
  border: 1px solid var(--_hover-color-bg, #6F7077);
  border-radius: 2px;
  transition: background-color 0.4s var(--ease-out-cubic), border-color 0.4s var(--ease-out-cubic);
}
.cPagination__item_arrow--prev {
  margin-right: calc(16 * var(--px));
}
.cPagination__item_arrow--prev .cPagination__item_arrowIcon:last-child {
  left: 100%;
}
.cPagination__item_arrow--next {
  margin-left: calc(16 * var(--px));
}
.cPagination__item_arrow--next .cPagination__item_arrowIcon:last-child {
  left: -100%;
}
.cPagination__item_arrowInner {
  width: 100%;
  height: 100%;
}
.cPagination__item_arrowIcon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #6f7077;
}
.cPagination__item_arrowIcon svg {
  width: calc(17 * var(--px));
  height: calc(17 * var(--px));
}
.cPagination__item_link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(38 * var(--px));
  font-family: var(--font-en);
  font-size: calc(1.375 * var(--rem));
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}
.cPagination__item_link::before {
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--color-base);
  opacity: 0;
  transition: opacity 0.4s var(--ease-out-cubic);
}
.cPagination__item_link.is-current::before {
  opacity: 1;
}

@media screen and (min-width: 960px) {
  .cPagination {
    padding-top: calc(80 * var(--px));
  }
  .cPagination__list {
    gap: calc(40 * var(--px));
  }
  .cPagination__item_link {
    font-size: calc(1.875 * var(--rem));
  }
  .cPagination__item_arrow {
    width: calc(54 * var(--px));
    height: calc(54 * var(--px));
  }
  .cPagination__item_arrowIcon svg {
    width: calc(19 * var(--px));
    height: calc(19 * var(--px));
  }
}
@media screen and (min-width: 960px) and (hover: hover) {
  .cPagination__item_link:hover::before {
    opacity: 1;
  }
  .cPagination__item_arrow:hover {
    --_hover-color-bg: var(--color-base);
    --_hover-color-icon: var(--color-white);
  }
  .cPagination__item_arrow--prev:hover .cPagination__item_arrowIcon {
    animation: pointer-icon-prev-x 0.8s var(--ease-gleasing) both;
  }
  .cPagination__item_arrow--next:hover .cPagination__item_arrowIcon {
    animation: pointer-icon-next-x 0.8s var(--ease-gleasing) both;
  }
}
@keyframes pointer-icon-next-x {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 100% 0;
  }
}
@keyframes pointer-icon-prev-x {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -100% 0;
  }
}
@keyframes pointer-icon-next-y {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 100%;
  }
}
@keyframes pointer-icon-prev-y {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 -100%;
  }
}
@keyframes pointer-icon-top {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(calc(1 * var(--px)), calc(-1 * var(--px)));
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes pointer-icon-bottom {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(calc(-1 * var(--px)), calc(1 * var(--px)));
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes linehover-animation-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes linehover-animation-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes menu-line-open-top {
  0% {
    transform: scaleX(1) rotate(0deg);
  }
  50% {
    transform: scaleX(0) rotate(0deg);
  }
  100% {
    transform: scaleX(1) rotate(10deg);
  }
}
@keyframes menu-line-open-bottom {
  0% {
    transform: scaleX(1) rotate(0deg);
  }
  50% {
    transform: scaleX(0) rotate(0deg);
  }
  100% {
    transform: scaleX(1) rotate(-10deg);
  }
}
@keyframes menu-line-open-middle {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}
.cAniversalLink__imageWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cAniversalLink__imageList {
  position: relative;
  transition: transform 0.4s var(--ease-out-cubic);
}
.cAniversalLink__imageList::before {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: opacity 0.4s var(--ease-out-cubic);
}

@media screen and (min-width: 960px) and (hover: hover) {
  .cAniversalLink:hover .cAniversalLink__imageList {
    transform: scale(1.05);
  }
  .cAniversalLink:hover .cAniversalLink__imageList::before {
    opacity: 0;
  }
}