/* loading */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #212121;
  z-index: 6000;
}
.loading_bg {
  width: 100%;
  height: 100%;
  background-color: #212121;
  opacity: 0.5;
}
.loading_box {
  position: absolute;
  bottom: 1rem;
  left: 4rem;
  color: #fff;
  opacity: 0;
}
.loading_title_text {
  font-size: 11rem;
}
.loading_title_text span {
  display: inline-block;
}
@media (max-width: 1024px) {
  .loading_box {
    left: 2.2rem;
  }
}

/* mv */
.mv {
  padding: 12rem 4rem;
  height: 100vh;
  min-height: 75rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mv_logo {
  width: 6rem;
}
.mv_title {
  margin-top: 1rem;
}
.mv_title_text {
  line-height: 0.9;
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 11rem;
}
.mv_text_box {
  margin-top: -7.5rem;
  margin-left: 46rem;
}
.mv_text {
  font-size: 2.2rem;
  line-height: 1;
  margin-top: 1.7rem;
}
.mv_title_text1 {
  color: #d6bdb6;
}
.mv_title_text2 {
  color: #d6bdb6;
}
.mv_title_text3 {
  color: #d6bdb6;
}
.loading_title_text1 span:nth-of-type(2),
.mv_title_text1 span:nth-of-type(2) {
  margin-left: -0.7rem;
}
.loading_title_text1 span:nth-of-type(3),
.mv_title_text1 span:nth-of-type(3) {
  margin-left: -0.3rem;
}
.loading_title_text1 span:nth-of-type(4) {
  margin-left: 6rem;
}
.mv_title_text1 span:nth-of-type(4) {
  margin-left: 9rem;
}
.loading_title_text1 span:nth-of-type(7),
.mv_title_text1 span:nth-of-type(7) {
  margin-left: 1rem;
}
.loading_title_text1 span:nth-of-type(8),
.mv_title_text1 span:nth-of-type(8) {
  margin-left: -1.3rem;
}
.loading_title_text1 span:nth-of-type(10) {
  margin-left: 3.5rem;
}
.mv_title_text1 span:nth-of-type(10) {
  margin-left: 7.4rem;
}
.loading_title_text2,
.mv_title_text2 {
  margin-left: 19rem;
}
.loading_title_text2 span:nth-of-type(2),
.mv_title_text2 span:nth-of-type(2) {
  margin-left: -0.7rem;
}
.loading_title_text2 span:nth-of-type(3),
.mv_title_text2 span:nth-of-type(3) {
  margin-left: -0.3rem;
}
.loading_title_text2 span:nth-of-type(4),
.mv_title_text2 span:nth-of-type(4) {
  margin-left: 3.7rem;
}
.loading_title_text2 span:nth-of-type(5),
.mv_title_text2 span:nth-of-type(5) {
  margin-left: -1.3rem;
}
.loading_title_text2 span:nth-of-type(6),
.mv_title_text2 span:nth-of-type(6) {
  margin-left: 8rem;
}
.loading_title_text3 span:nth-of-type(2),
.mv_title_text3 span:nth-of-type(2) {
  margin-left: -0.7rem;
}
.loading_title_text3 span:nth-of-type(3),
.mv_title_text3 span:nth-of-type(3) {
  margin-left: 4rem;
}
.loading_title_text3 span:nth-of-type(4),
.mv_title_text3 span:nth-of-type(4) {
  margin-left: 1.5rem;
}
.loading_title_text3 span:nth-of-type(5),
.mv_title_text3 span:nth-of-type(5) {
  margin-left: -0.3rem;
}
.loading_title_text3 span:nth-of-type(6),
.mv_title_text3 span:nth-of-type(6) {
  margin-left: -0.7rem;
}
.loading_title_text3 span:nth-of-type(7),
.mv_title_text3 span:nth-of-type(7) {
  margin-left: -1.1rem;
}
.mv_text span {
  display: inline-block;
}
.mv_time {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.2rem;
}
.mv_text_ja {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.5;
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 12rem;
  right: 4rem;
}
.mv_text_ja_box {
  display: inline-block;
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .mv {
    min-height: 55rem;
    padding: 7rem 2.2rem;
  }
  .mv_logo {
    width: 4.5rem;
  }
  .mv_title {
    margin-top: 2.5rem;
  }
  .mv_title_text {
    font-size: 5.2rem;
  }
  .mv_text_box {
    margin-top: 0;
    margin-left: 0;
  }
  .mv_text {
    font-size: 1.5rem;
  }
  .mv_time {
    font-size: 1.1rem;
    margin-top: 1.2rem;
  }
  .mv_text_ja {
    font-size: 1.3rem;
  }
  .loading_title_text1 span:nth-of-type(2),
  .mv_title_text1 span:nth-of-type(2) {
    margin-left: -0.4rem;
  }
  .loading_title_text1 span:nth-of-type(3),
  .mv_title_text1 span:nth-of-type(3) {
    margin-left: -0.1rem;
  }
  .loading_title_text1 span:nth-of-type(4) {
    margin-left: 2rem;
  }
  .mv_title_text1 span:nth-of-type(4) {
    margin-left: 3rem;
  }
  .loading_title_text1 span:nth-of-type(7),
  .mv_title_text1 span:nth-of-type(7) {
    margin-left: 1rem;
  }
  .loading_title_text1 span:nth-of-type(8),
  .mv_title_text1 span:nth-of-type(8) {
    margin-left: -0.6rem;
  }
  .mv_title_text1 span:nth-of-type(10) {
    margin-left: 2.8rem;
  }
  .loading_title_text1 span:nth-of-type(10) {
    margin-left: 1.1rem;
  }
  .loading_title_text2,
  .mv_title_text2 {
    margin-left: 9rem;
  }
  .loading_title_text2 span:nth-of-type(2),
  .mv_title_text2 span:nth-of-type(2) {
    margin-left: -0.4rem;
  }
  .loading_title_text2 span:nth-of-type(3),
  .mv_title_text2 span:nth-of-type(3) {
    margin-left: -0.3rem;
  }
  .loading_title_text2 span:nth-of-type(4),
  .mv_title_text2 span:nth-of-type(4) {
    margin-left: 1.5rem;
  }
  .loading_title_text2 span:nth-of-type(5),
  .mv_title_text2 span:nth-of-type(5) {
    margin-left: -0.6rem;
  }
  .loading_title_text2 span:nth-of-type(6),
  .mv_title_text2 span:nth-of-type(6) {
    margin-left: 3.5rem;
  }
  .loading_title_text3 span:nth-of-type(2),
  .mv_title_text3 span:nth-of-type(2) {
    margin-left: -0.4rem;
  }
  .loading_title_text3 span:nth-of-type(3),
  .mv_title_text3 span:nth-of-type(3) {
    margin-left: 2.4rem;
  }
  .loading_title_text3 span:nth-of-type(4),
  .mv_title_text3 span:nth-of-type(4) {
    margin-left: 0.7rem;
  }
  .loading_title_text3 span:nth-of-type(5),
  .mv_title_text3 span:nth-of-type(5) {
    margin-left: 0.1rem;
  }
  .loading_title_text3 span:nth-of-type(6),
  .mv_title_text3 span:nth-of-type(6) {
    margin-left: -0.4rem;
  }
  .loading_title_text3 span:nth-of-type(7),
  .mv_title_text3 span:nth-of-type(7) {
    margin-left: -0.4rem;
  }
}

/* about */
.about {
  border-top: 1px solid rgb(82 82 82 / 0.3);
  padding-top: 3rem;
}
.about_box {
  display: flex;
  align-items: flex-start;
  gap: 30rem;
}
.about_text_ja {
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.about_text_ja p {
  overflow: hidden;
}
.about_text_ja span {
  display: inline-block;
}
.about_text_en {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 3rem;
  margin-bottom: 5.5rem;
}
.about_text_en span {
  display: inline-block;
}
@media (max-width: 1024px) {
  .about {
    padding-top: 2rem;
  }
  .about_box {
    flex-direction: column;
    gap: 5rem;
  }
  .about_text_ja {
    font-size: 2.2rem;
  }
  .about_text_en {
    font-size: 1.4rem;
    margin-top: 1.7rem;
    margin-bottom: 5rem;
  }
}

/* contents */
.contents {
  margin-top: 13rem;
  overflow: hidden;
}
.contents_title {
  font-size: 2.6rem;
}
.contents_box {
  margin-top: 2.5rem;
  display: flex;
  gap: 2rem;
}
.contents_box_item {
  width: calc(((100% - 4rem) / 3));
  cursor: pointer;
}
@media (max-width: 1024px) {
  .contents_title {
    font-size: 2rem;
  }
  .contents_box {
    flex-direction: column;
    gap: 1rem;
  }
  .contents_box_item {
    width: 100%;
  }
}

/* special - モーダル２(reborn) */
.project_modal_2 {
  position: fixed !important;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  height: auto;
  max-height: 88%;
  /*background: #F6F5F0;*/
  z-index: 10000 !important;
  padding: 85px 20px 72px;
  box-sizing: border-box;
  overflow-y: auto;
  /*pointer-events: none;*/
  transition: opacity 0.3s ease;
  display: none;
}
/*.project_modal_2.is-active {
  opacity: 1;
  pointer-events: auto;
}*/
.project_modal_2_inner {
  width: 100%;
  max-width: 780px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.project_modal_2_inner img {
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .project_modal_2 {
    padding: 27.989821882951656vw 5.089058524173027vw 18.3206106870229vw;
  }
  .project_modal_2_inner {
    gap: 6vw;
  }
}

/* brands */
.brands {
  margin-top: 13rem;
}
.brands_box {
  display: flex;
  align-items: flex-end;
  gap: 6.6rem;
}
.brands_box_image {
  width: 61.6rem;
  position: relative;
}
.brands_box_img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  --tl: 1;
  --tr: 1;
  --bl: 1;
  --br: 1;
  clip-path: polygon(
    0% calc(var(--tl) * 100%),
    100% calc(var(--tr) * 100%),
    100% calc(var(--br) * 100%),
    0% calc(var(--bl) * 100%)
  );
}
.brands_box_info {
  flex: 1;
}
.brands_box_text {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}
.brands_box_link {
  margin-top: 6rem;
}
.brands_box_link_item {
  padding: 2.7rem 0 6.5rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.brands_box_link_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(82 82 82 / 0.3);
}
.brands_box_link_item:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(82 82 82 / 1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 800ms;
  transition-timing-function: cubic-bezier(0.05, 1, 0.05, 1);
}
.brands_box_link_item:hover:after {
  transform: scaleX(1);
}
.brands_box_link_item_image {
  display: none;
}
.brands_box_link_item_img {
  width: 17.5rem;
}
.brands_box_link_item_title {
  font-size: 2.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.brands_box_link_item_title::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #212121;
  border-radius: 50%;
}
.brands_box_link_item_text {
  font-size: 1.4rem;
  margin-left: 1.5rem;
  margin-top: 1rem;
}
.brands_box_link_item_arrow {
  width: 2.8rem;
  height: 2rem;
  background-color: #212121;
  border-radius: 0.5rem;
  display: grid;
  place-items: center;
  transition: 0.2s;
}
.brands_box_link_item:hover .brands_box_link_item_arrow {
  transform: scale(0.4);
}
.brands_box_link_item_arrow:after {
  content: "";
  mask: url(../img/arrow-right.svg) no-repeat center;
  background-color: #fff;
  width: 0.8rem;
  height: 0.8rem;
  display: block;
}
.brands_box_link_item:hover .brands_box_link_item_arrow:after {
  display: none;
}
@media (max-width: 1024px) {
  .brands_box {
    display: block;
  }
  .brands_box_image {
    display: none;
  }
  .brands_box_text {
    font-size: 1.3rem;
  }
  .brands_box_btn {
    text-align: right;
  }
  .brands_box_link_item {
    padding: 2rem 0 4rem;
    flex-wrap: wrap;
  }
  .brands_box_link_item_image {
    width: 100%;
    display: block;
    margin-bottom: 1.7rem;
  }
  .brands_box_link_item_title {
    font-size: 2.4rem;
  }
  .brands_box_link_item_text {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

/* news */
.news {
  margin-top: 13rem;
  margin-bottom: 20rem;
}
.news_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_list {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.6rem;
}
.news_list_item_link {
  padding: 2.4rem 4rem 6.5rem 0;
  display: block;
  position: relative;
}
.news_list_item_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(82 82 82 / 0.3);
}
.news_list_item_link:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(82 82 82 / 1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 800ms;
  transition-timing-function: cubic-bezier(0.05, 1, 0.05, 1);
}
.news_list_item_link:hover:after {
  transform: scaleX(1);
}
.news_list_item_info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.news_list_item_date {
  font-size: 1.4rem;
  color: #212121;
}
.news_list_item_category {
  font-size: 1.4rem;
  color: #212121;
  border-radius: 0.5rem;
  background-color: rgb(82 82 82 / 0.3);
  padding: 0.5rem 1.4rem;
}
.news_list_item_title {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1.7rem;
}
@media (max-width: 1024px) {
  .news_list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .news_list_item_link {
    padding: 2rem 0 2.7rem;
  }
  .news_list_item_date {
    font-size: 1.2rem;
  }
  .news_list_item_category {
    font-size: 1.2rem;
    padding: 0.3rem 0.8rem;
  }
}

/***** news ******/
[data-barba-namespace="news"] {
  .archive-news {
    margin-bottom: 16rem;
  }
  .news_layout {
    display: grid;
    grid-template-columns: 1fr 83.2rem;
  }
  .news_sidebar {
    position: sticky;
    top: 24rem;
    align-self: start;
    padding-bottom: 15rem;
    font-family: var(--font-ppneue);
    font-size: 1.4rem;
  }
  .news_filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 4rem;
  }
  .filter_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.9rem;
    padding: 0 2rem;
    border: 1px solid var(--color-black);
    border-radius: 5px;
  }
  .filter_button.is-active {
    color: #fff;
    background-color: var(--color-black);
  }
  .news_list {
    margin-top: 0;
    display: block;
  }
  .wp-pagenavi {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    margin-top: 7rem;
    padding-top: 5rem;
    border-top: 1px solid var(--color-lightgray);
    font-family: var(--font-ppneue);
  }
  .wp-pagenavi a {
    cursor: pointer;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-lightgray);
    font-size: 1.8rem;
  }
  .wp-pagenavi .current {
    color: var(--color-black);
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    position: absolute;
    width: 5.3rem;
    height: 3.2rem;
    border-radius: 5px;
    background: var(--color-black);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  .wp-pagenavi .previouspostslink {
    left: 0;
  }
  .wp-pagenavi .nextpostslink {
    right: 0;
  }
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink {
    background-color: var(--color-black);
    cursor: pointer;
  }
  .wp-pagenavi span.previouspostslink,
  .wp-pagenavi span.nextpostslink {
    background: var(--color-lightgray);
    pointer-events: none;
  }

  @media (max-width: 1024px) {
    .archive-news {
      margin-bottom: 8rem;
    }
    .news_layout {
      display: block;
    }
    .news_sidebar {
      position: static;
      margin-top: 6rem;
      padding-bottom: 0;
    }
    .news_filter {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 4rem;
    }
    .news_main {
      margin-top: 5rem;
    }
    .wp-pagenavi {
      margin-top: 0;
    }
    .wp-pagenavi a,
    .wp-pagenavi span {
      font-size: 1.4rem;
    }
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
      width: 5rem;
      height: 2.5rem;
    }
  }
}

/***** news-single ******/
[data-barba-namespace="news-single"] {
  .single-news {
    margin: 24rem 0 16rem;
  }
  .news-detail_layout {
    display: grid;
    grid-template-columns: 40rem 64rem;
    gap: 11em;
  }
  .news-detail_side {
    position: sticky;
    top: 24rem;
    align-self: start;
  }
  .news-detail_title {
    font-size: 2rem;
    line-height: 1.8;
  }
  .news-detail_meta,
  .news-detail_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    width: 28rem;
    font-size: 1.6rem;
    font-family: var(--font-ppneue);
  }
  .news-detail_share {
    margin-top: 6rem;
    font-size: 1.4rem;
  }
  .news-detail_share_link,
  .news-detail_share_copy {
    border-radius: 5px;
  }
  .news-detail_category {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2.9rem;
    padding: 0 2rem;
    font-size: 1.4rem;
    background-color: var(--color-lightgray);
    border-radius: 5px;
  }
  .news-detail_meta {
    margin-top: 4rem;
  }
  .news-detail_share_cta {
    display: flex;
    gap: 1rem;
  }
  .news-detail_share_link,
  .news-detail_share_copy {
    padding: 0.6rem 1rem;
    border: 1px solid var(--color-lightgray);
    font-size: 1.4rem;
    font-family: var(--font-neue);
    text-align: center;
  }
  .news-detail_share_copy {
    position: relative;
  }
  .news-detail_share_copied {
    position: absolute;
    left: 0;
    bottom: calc(100% + 1rem);
    padding: 0.5rem 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 1.7rem;
    background-color: var(--color-black);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 1rem;
  }
  .news-detail_share_copy.is-copied .news-detail_share_copied {
    opacity: 1;
  }
  .news-detail_main .news-detail_share {
    display: none;
  }
  .news-detail_thumb {
    aspect-ratio: 642 / 451;
    position: relative;
    margin-bottom: 8rem;
    overflow: hidden;
  }
  .news-detail_image_back {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(20px);
    transform: scale(1.1);
  }
  .news-detail_image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .news-detail_cont {
    font-size: 1.4rem;
    line-height: 2;
  }
  .news-detail_cont + .news-detail_cont {
    margin-top: 8rem;
  }
  .news-detail_cont h2 {
    position: relative;
    margin-top: 8rem;
  }
  .news-detail_cont h2::before {
    content: "◆";
    margin-right: 0.5rem;
  }
  .news-detail_btn {
    position: relative;
    justify-content: space-between;
    margin: 4rem 0;
    width: 28rem;
    height: 4.6rem;
    line-height: 1;
  }
  .news-detail_btn .common_btn_arrow {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
  }
  .news-detail_btn .common_btn_arrow:after {
    transform: rotate(-45deg);
  }
  .news-detail_back {
    display: flex;
    justify-content: center;
    margin-top: 13rem;
    padding-top: 4rem;
    border-top: 1px solid var(--color-lightgray);
  }
  .news-detail_back .back_btn {
    gap: 1rem;
    font-family: var(--font-ppneue);
  }
  .news-detail_back .common_btn_arrow:after {
    transform: rotate(-180deg);
  }

  /* .news-detail_cont .blur-image-wrap {
   
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .news-detail_cont .blur-image-bg {
    position: absolute;
    inset: 0;
    background: center / cover no-repeat;
    filter: blur(20px);
    transform: scale(1.1);
  }
  .news-detail_cont .blur-image-wrap a {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news-detail_cont .blur-image-wrap img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  } */
  /*投獄された画像の後ろに、同じ画像でぼかした画像を設置(jsにて)*/
  .news-detail_cont .blur-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .news-detail_cont .blur-image-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(20px);
    transform: scale(1.1);
    pointer-events: none;
  }
  .news-detail_cont .blur-image-wrap > a,
  .news-detail_cont .blur-image-wrap > img {
    position: relative;
    z-index: 1;
  }
  .news-detail_cont .blur-image-wrap > a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .news-detail_cont .blur-image-wrap img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  @media (max-width: 1024px) {
    .single-news {
      margin: 12rem 0 8rem;
    }
    .news-detail_layout {
      display: block;
      margin-top: 8rem;
    }
    .news-detail_side {
      position: static;
    }
    .news-detail_label {
      font-size: 1.2rem;
    }
    .news-detail_title {
      margin-top: 4rem;
      font-size: 2rem;
    }
    .news-detail_meta,
    .news-detail_share {
      margin-top: 3rem;
      gap: 3rem;
      font-size: 1.4rem;
    }
    .news-detail_share {
      margin-top: 3rem;
    }
    .news-detail_share_copy.is-copied .news-detail_share_copied {
      font-size: 1rem;
    }
    .news-detail_main {
      margin-top: 6rem;
    }
    .news-detail_cont {
      font-size: 1.3rem;
    }
    .news-detail_cont h2 {
      margin-top: 4rem;
    }
    .news-detail_thumb {
      margin-bottom: 4rem;
    }
    .news-detail_back {
      margin-top: 8rem;
    }
    .news-detail_side .news-detail_share {
      display: none;
    }
    .news-detail_main .news-detail_share {
      display: flex;
      margin-top: 8rem;
    }
  }
}

/***** about ******/
[data-barba-namespace="about"] {
  .about_head {
    position: relative;
    min-height: 200vh; /* スクロール距離 */
  }

  .about_head_bg {
    --bg-scale: 0.7;
    --clip-left: 50vw;
    --clip-right: 50vw;
    --clip-top: 50vh;
    --clip-bottom: 50vh;

    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;

    clip-path: inset(
      var(--clip-top) var(--clip-right) var(--clip-bottom) var(--clip-left)
    );

    overflow: hidden;
  }

  .about_head_bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/about/about_main.jpg) center / cover no-repeat;
    transform: scale(var(--bg-scale));
    transform-origin: center;
  }
  .about_head_textbox {
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-top: 150vh;
  }
  .about_philosophy {
    padding-top: 14rem;
  }
  .about_philosophy_inner {
    padding-top: 10rem;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-bottom: 10rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* .about_philosophy_head{
      width: 50%;
  }
  .about_philosophy_text{
      width: 50%;
  } */
  .about_philosophy_text p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: var(--font-family);
  }
  .about_philosophy_text p:not(:last-of-type) {
    margin-bottom: 2em;
  }

  .about_action_inner {
    padding-top: 10rem;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-bottom: 10rem;
  }
  .about_action_head_logo {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
  }
  .about_action_head_logo::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: rgb(from #525252 r g b / 0.3);
    margin-left: 1em;
  }
  .about_action_head p {
    font-size: 1.4rem;
    font-family: var(--font-family);
    line-height: 1.5;
  }
  .about_action_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    margin-top: 5rem;
  }
  .about_action_list_item {
    border: 1px solid rgb(from #525252 r g b / 0.3);
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 1rem;
  }
  .about_action_img {
    aspect-ratio: 4/3;
    object-fit: cover;
    height: 100%;
  }
  .about_action_caption time {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 2rem;
  }
  .about_action_caption {
    padding: 3rem 3rem 0 3rem;
  }
  .about_action_btn {
    padding: 0 3rem 3rem 3rem;
    text-align: right;
  }

  @media (max-width: 1024px) {
    .about_head {
      margin-bottom: 10rem;
    }
    .common_title_wrap {
      padding-top: 12rem;
      padding-right: 2.2rem;
      padding-left: 2.2rem;
      padding-bottom: 0;
    }
    .about_philosophy {
      padding-top: 6rem;
    }
    .about_philosophy_inner {
      padding-top: 3rem;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 3rem;
    }
    .about_philosophy_text p {
      font-size: 1.3rem;
    }
    .about_action_head p {
      font-size: 1.3rem;
    }
    .about_action_inner {
      padding-top: 5rem;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 10rem;
    }
    .about_action_list {
      display: flex;
      flex-direction: column;
    }
    .about_action_head_logo {
      margin-bottom: 4rem;
    }
    .about_action_head_logo svg {
      width: 15rem;
    }
  }
  @media (max-width: 768px) {
    .about_head_bg::before {
      background: url(../img/about/about_main_sp.jpg) center / cover no-repeat;
    }
  }
}

/***** brand ******/
[data-barba-namespace="brand"] {
  .about_action_btn .common_btn_arrow:after {
    transform: rotate(-45deg);
  }
  .select_brand {
    margin-bottom: 15rem;
  }
  .select_brand_list {
    display: flex;
    gap: 2rem;
    justify-content: center;
  }
  .select_brand_list_item {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    max-width: 45rem;
  }
  .select_brand_list_item:hover {
    color: #fff;
  }
  .select_brand_list_item::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(from #525252 r g b / 0.75);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .select_brand_list_item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .select_brand_list_item.is_pro::after {
    background: url("../img/brand/bnr_pro.jpg") center / cover no-repeat;
  }
  .select_brand_list_item.is_pub::after {
    background: url("../img/brand/bnr_pub.jpg") center / cover no-repeat;
  }
  .select_brand_list_item::before,
  .select_brand_list_item::after {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .select_brand_list_item:hover::before,
  .select_brand_list_item:hover::after {
    visibility: visible;
    opacity: 1;
  }
  .select_brand_list_item a {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 3rem;
    background-color: rgb(from #525252 r g b / 0.3);
    display: flex;
    gap: 3rem;
    align-items: center;
  }
  .select_brand_list_item .en {
    text-transform: uppercase;
    font-size: 2rem;
    flex: 0;
  }
  .select_brand_list_item .ja {
    flex: 1;
    font-size: 1.2rem;
  }

  .brand_forpro {
    border-bottom: 1px solid rgb(from #525252 r g b / 0.3);
    margin-bottom: 5rem;
  }
  .common_title_h3 {
    font-size: 3rem;
    width: 50%;
  }
  .common_title_h3 span {
    margin-top: 1em;
  }
  .brand_forpub .common_title_h3 {
    margin-left: auto;
  }
  .common_title_h3 span {
    display: block;
    font-family: var(--font-family);
    font-size: 1.4rem;
  }
  .brand_inner {
    position: relative;
  }
  .brand_logo_list {
    display: flex;
    gap: 1rem;
    width: 50%;
    position: absolute;
    top: 5rem;
    left: 0;
  }
  .brand_forpub .brand_logo_list {
    left: auto;
    right: 0;
  }
  .brand_logo_list_item {
    width: 10rem;
    aspect-ratio: 1/1;
    border: 1px solid rgb(from #525252 r g b / 0.3);
    display: grid;
    place-content: center;
    cursor: pointer;
  }
  .brand_logo_list_item.active {
    border: 1px solid rgb(from #525252 r g b / 1);
  }
  .brand_logo_list_item img {
    width: 6rem;
    object-fit: contain;
  }
  .brand_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .brand_forpub .brand_img {
    order: 1;
  }
  .brand_forpub .brand_caption {
    order: 2;
  }
  .brand_caption {
    display: grid;
    place-content: end center;
  }
  .brand_caption_inner {
    width: 45rem;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .brand_caption p {
    font-family: var(--font-family);
  }
  .brand_caption_title {
    font-size: 2rem;
  }
  .brand_caption_tag span {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border: 1px solid rgb(from #525252 r g b / 0.3);
    border-radius: 0.5rem;
  }
  .brand_caption_tag span:not(:first-child) {
    margin-left: 5px;
  }
  .brand_caption_txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .brand_img {
    aspect-ratio: 1/1;
    /* display: grid; */
    place-content: center;
  }
  .brand_img img {
    width: 50rem;
  }

  .tab-panel {
    display: none;
  }
  .tab-panel.active {
    display: block;
  }
  @media (max-width: 1024px) {
    .select_brand_list {
      flex-wrap: wrap;
      width: 90%;
      margin: auto;
      margin-top: 7rem;
    }
    .select_brand_list_item {
      width: 100%;
    }
    .select_brand_list_item a {
      flex-direction: column;
      gap: 1rem;
    }
    .common_title_h3 {
      width: 100%;
      font-size: 2rem;
    }
    .common_title_h3 span {
      font-size: 1.2rem;
    }
    .brand_logo_list_item {
      width: 6rem;
    }
    .select_brand_list_item::before,
    .select_brand_list_item::after {
      content: none;
    }
    .select_brand_list_item.is_pub {
      background-color: rgb(from #525252 r g b / 0.75);
      color: #fff;
    }
    .brand_logo_list_item img {
      width: 4rem;
    }
    .brand_wrap {
      display: block;
    }
    .brand_caption_inner {
      width: 100%;
    }
    .brand_img img {
      width: 100%;
    }
    .brand_logo_list {
      position: static;
      margin: 5rem 0;
      width: 100%;
    }
    .select_brand_list_item .en {
      font-size: 1.6rem;
    }
    .brand_caption_title {
      font-size: 1.6rem;
    }
    .brand_caption_txt {
      font-size: 1.3rem;
    }
  }
}

/***** company ******/
[data-barba-namespace="company"] {
  .company_outline,
  .company_history {
    padding-bottom: 15rem;
  }
  .company_outline .inner,
  .company_history .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .outline_info,
  .history_info {
    max-width: 85rem;
    width: 100%;
  }
  .outline_info_inner,
  .history_info_inner {
    display: flex;
    gap: 0 10rem;
    flex-wrap: wrap;
    font-family: var(--font-family);
    padding: 3rem 2rem;
    border-bottom: 1px solid rgb(from #525252 r g b / 0.3);
    align-items: start;
    line-height: 1.5;
  }
  .outline_info_inner:last-child,
  .history_info_inner:last-child {
    border-bottom: none;
  }
  .outline_info_title,
  .history_info_title {
    font-size: 1.4rem;
  }
  .outline_info_des,
  .history_info_des {
    font-size: 1.4rem;
  }
  .outline_info_title {
    font-weight: 700;
    width: 15rem;
  }
  .history_info_title {
    width: 15rem;
    background-color: rgb(from #525252 r g b / 0.3);
    border-radius: 0.5rem;
    text-align: center;
    font-weight: 400;
    padding: 0.5rem 0;
  }
  .outline_info_des,
  .history_info_des {
    font-weight: 400;
    flex: 1;
  }
  .outline_info_des .map-icon {
    width: 2.3rem;
    height: 2.3rem;
  }
  .history_info_des {
    padding: 0.5rem 0;
  }
  .google-map-wrap iframe {
    width: 100vw;
    filter: grayscale(100%);
  }

  /*is-show*/
  .history_info_inner {
    display: none;
  }
  .history_info_inner.is-show {
    display: flex;
  }

  .more_btn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: grid;
    place-content: end center;
    height: 18rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
    transform: translateY(3rem);
  }
  .more_btn span {
    padding-left: 3rem;
    position: relative;
  }
  .more_btn span::before,
  .more_btn span::after {
    position: absolute;
  }
  .more_btn span::before {
    content: "";
    display: block;
    width: 2rem;
    height: 1px;
    background-color: #525252;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .more_btn span::after {
    content: "";
    display: block;
    width: 1px;
    height: 2rem;
    background-color: #525252;
    top: 0;
    left: 1rem;
  }

  .history_info {
    position: relative;
  }
  @media (max-width: 1024px) {
    .company_outline,
    .company_history {
      padding-bottom: 10rem;
    }
    .company_outline {
      padding-top: 5rem;
    }
    .outline_info_inner,
    .history_info_inner {
      padding: 3rem 1.5rem;
      flex-direction: column;
    }
    .outline_info_title,
    .history_info_title {
      margin-bottom: 2rem;
    }
    .common_title_h3 {
      margin-bottom: 5rem;
    }
    .outline_info_title,
    .history_info_title {
      font-size: 1.4rem;
    }
    .outline_info_des,
    .history_info_des {
      font-size: 1.3rem;
    }
    .outline_info_des .map-icon {
      width: 1.4rem;
      height: 1.4rem;
    }
  }
}

/***** contact ******/
[data-barba-namespace="contact"] {
  input {
    width: 100%;
    font-size: 16px;
    -webkit-appearance: auto;
    appearance: auto;
    accent-color: #212121;
  }
  textarea {
    width: 100%;
    resize: vertical;
  }
  select {
    width: 100%;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    color: #c1c1c1;
  }
  select:focus,
  select:valid {
    color: var(--color-text);
  }
  ::placeholder {
    color: #52525230;
  }
  :focus {
    outline: none;
  }

  .sec-contact {
    padding-bottom: 10rem;
  }
  .sec-contact .customer {
    width: 100%;
    max-width: 78rem;
    margin: 0 auto;
    margin-bottom: 8rem;
    background-color: #e9e9eb;
    padding: 2rem 5%;
    text-align: center;
    font-size: 1.4rem;
  }
  .sec-contact .customer_jp {
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }
  .sec-contact .customer_eng {
    font-size: 1.2rem;
  }
  .sec-contact .customer_num {
    font-family: "ppneuemontreal";
    display: block;
    margin-bottom: 0.5rem;
  }

  .sec-contact .step {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-top: 1px solid #52525230;
    color: #52525230;
    padding-top: 1.5rem;
    margin-bottom: 6rem;
  }
  .sec-contact .step_item {
    width: 18rem;
    font-size: 1.3rem;
    text-align: center;
    position: relative;
  }
  .sec-contact .step_item.is-current {
    color: #525252;
  }
  .sec-contact .step_item.is-current::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #525252;
    position: absolute;
    top: -1.5rem;
    left: 0;
  }
  .sec-contact .step_item .num {
    font-family: "ppneuemontreal";
    font-size: 1.6rem;
  }

  .contact_form {
    width: 90%;
    max-width: 78rem;
    margin: 0 auto;
    margin-top: 6rem;
    font-size: 1.5rem;
  }
  .contact_form .required {
    margin-bottom: 4rem;
  }
  .contact_form .required_mark {
    color: #a80505;
    font-size: 0.7em;
    vertical-align: top;
  }

  .contact_form_item {
    margin-bottom: 4rem;
  }
  .contact_form_item .tit {
    font-weight: normal;
    margin-bottom: 1rem;
  }
  .contact_form_item .tit_red {
    color: #a80505;
    font-size: 0.7em;
    vertical-align: top;
    margin-left: 0.5em;
  }
  .contact_form_item .tit_eng {
    font-family: "ppneuemontreal";
    font-size: 0.8em;
    margin-top: 0.5em;
  }
  .contact_form_item .cont {
  }
  .contact_form_item .cont_border {
    border: 1px solid #52525230;
    padding: 1.5em;
  }
  .contact_form_item .cont_inner {
    border-bottom: 1px solid #52525230;
    padding: 1.5em;
  }

  .contact_form .privacy-check-box {
    text-align: center;
  }
  .contact_form .privacy-check-box input[type="checkbox"] {
    width: auto;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    vertical-align: middle;
    margin-right: 1em;
  }
  .contact_form .privacy-check-box .link {
    font-family: "ppneuemontreal";
    border-bottom: 1px solid #525252;
  }
  .submit {
    text-align: center;
    margin-top: 3em;
  }
  .submit_btn {
    background-color: #212121;
    color: #ffffff;
    border: 1px solid #212121;
    text-align: left;
    font-weight: normal;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 5%;
    display: inline-block;
    width: 100%;
    transition: 0.3s;
  }
  .submit_btn:hover {
    background-color: #fff;
    color: #212121;
    border: 1px solid #212121;
  }
  .submit_btn_02 {
    background-color: #fff;
    color: #212121;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    display: inline-block;
    width: 80%;
    max-width: 350px;
    border: solid 1px #212121;
    margin-top: 30px;
  }
  .submit .link_btn {
    display: inline-block;
    width: 80%;
    max-width: 28rem;
    position: relative;
  }
  .submit .link_btn:after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: url(../img/arrow-right.svg) no-repeat center center;
    filter: brightness(0) invert(1);
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .submit .link_btn:hover:after {
    filter: brightness(32%);
  }

  .wpcf7-submit:disabled,
  .wpcf7-submit:disabled:hover {
    /*Contactform7：プライバシーポリシーにチェックされていない時*/
    color: #bababa;
    background-color: #d7d7d7;
    border-color: #d7d7d7;
  }
  .submit .link_btn:has(.wpcf7-submit:disabled):after,
  .submit .link_btn:has(.wpcf7-submit:disabled):hover:after {
    filter: brightness(6);
  }

  .wpcf7-spinner {
    display: none;
  }
  div.wpcf7cp-btns {
    /* WPプラグイン:Confirm Plus Contact Form 7のsubmit系ボタン*/
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .wpcf7cp-cfm-edit-btn {
    /* WPプラグイン:Confirm Plus Contact Form 7の修正ボタン*/
    font-size: 1.3rem;
    background-color: none;
    color: #212121;
    display: inline-block;
    margin-right: 5rem;
    transition: 0.3s;
  }
  .wpcf7cp-cfm-edit-btn:hover {
    opacity: 0.8;
  }
  .wpcf7cp-cfm-submit-btn {
    /* WPプラグイン:Confirm Plus Contact Form 7の送信ボタン*/
    font-size: 1.3rem;
    background-color: #212121;
    color: #fff;
    border: 1px solid #212121;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    display: inline-block;
    width: 80%;
    max-width: 350px;
    transition: 0.3s;
  }
  .wpcf7cp-cfm-submit-btn:hover {
    background-color: #fff;
    border-color: #212121;
    color: #212121;
  }
  div#wpcf7cpcnf {
    /* WPプラグイン:Confirm Plus Contact Form 7 確認画面のレイアウト*/
    position: relative;
    z-index: 1;
  }
  #wpcf7cpcnf table {
    width: 90%;
    max-width: 80rem;
    margin: auto;
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  div#wpcf7cpcnf tr {
    display: block;
    border-bottom: 1px solid rgba(82, 82, 82, 0.19);
    margin-bottom: 0.6em;
  }
  #wpcf7cpcnf th {
    border: none;
    color: #8d8d8d;
    padding: 2rem 0 0;
    width: 25rem;
    font-weight: normal;
  }
  #wpcf7cpcnf td {
    border: none;
    text-align: left;
    padding: 2rem;
  }
  .wpcf7cp-form-hide {
    display: none;
  }
  .wpcf7-recaptcha {
    display: flex;
    justify-content: center;
  }

  .sec-contact_confirm-text {
    /*確認画面のみのテキスト*/
    display: none;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
    margin: 7rem 0;
  }
  .sec-contact_thanks {
    /*thanks画面*/
    text-align: center;
    line-height: 1.8;
    font-size: 1.4rem;
  }

  @media (max-width: 1024px) {
    .sec-contact {
      padding: 10rem 2.2rem;
    }
    .contact_form {
      font-size: 1.4rem;
    }
  }
  @media (max-width: 540px) {
    .wpcf7cp-cfm-submit-btn {
      width: 60%;
    }
  }
}
