@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}

.ohd-contentsInterview {
  background: #2A2828;
  color: #fff;
  font-family: "Noto serif JP", sans-serif;
}
.ohd-contentsInterview__mainContent {
  position: relative;
  padding-bottom: 5.5555555556vw;
}
.ohd-contentsInterview__bg {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ohd-contentsInterview__bg::before, .ohd-contentsInterview__bg::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 1.8;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__bg::before, .ohd-contentsInterview__bg::after {
    aspect-ratio: 0.48;
  }
}
.ohd-contentsInterview__bg::before {
  background: linear-gradient(134.92deg, #1D1C1C 0%, rgba(42, 40, 40, 0.4) 20.19%, rgba(92, 88, 88, 0.2) 50%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  top: 0;
}
.ohd-contentsInterview__bg::after {
  background: linear-gradient(0deg, #1D1C1C 10.07%, rgba(42, 40, 40, 0.4) 32.95%, rgba(92, 88, 88, 0.2) 66.73%);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  bottom: 0;
}

.linkBtn {
  color: #fff;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  height: min(3.3333333333vw, 48px);
  align-items: center;
  font-size: min(1.1111111111vw, 16px);
  padding-inline: 34px 44px;
  opacity: 1;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .linkBtn {
    font-size: 4.1025641026vw;
    margin-top: 4.1025641026vw;
    height: 10.2564102564vw;
    padding-inline: 7.1794871795vw 4.6153846154vw;
    font-size: 3.5897435897vw;
  }
}
.linkBtn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 8px;
  margin-left: 10px;
}
.linkBtn:hover {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.innovaciaAside {
  position: relative;
  background: #1D1C1C;
  padding-block: 8.3333333333vw 11.1111111111vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .innovaciaAside {
    padding-block: 20.5128205128vw 10.2564102564vw;
    padding-bottom: 15%;
  }
}

.innovaciaSummary {
  background: #3B3939;
}
.innovaciaSummary__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.125vw;
  max-width: 1100px;
  margin-inline: auto;
  padding: 2.2222222222vw 0 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .innovaciaSummary__inner {
    flex-direction: column;
    padding: 32px 0;
  }
}
.innovaciaSummary__img img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .innovaciaSummary__cont {
    width: 100%;
    padding: 7.6923076923vw 10.2564102564vw 15.3846153846vw;
  }
}
.innovaciaSummary__ttl {
  font-size: min(2.5vw, 36px);
  margin-bottom: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .innovaciaSummary__ttl {
    font-size: 8.2051282051vw;
    margin-bottom: 3.0769230769vw;
  }
}
.innovaciaSummary__lead {
  font-size: min(1.3888888889vw, 20px);
  line-height: 1.5;
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .innovaciaSummary__lead {
    font-size: 16px;
    line-height: 1.4;
  }
}
.innovaciaSummary__btn {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .innovaciaSummary__btn .linkBtn {
    height: 48px;
    padding: 0 34px 0 44px;
    font-size: 16px;
  }
}

.innovaciaAsideCarousel {
  margin-top: -1.7361111111vw;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .innovaciaAsideCarousel {
    margin-top: -10.2564102564vw;
    padding-left: 32px;
  }
}

.u-animate-fadein-img {
  opacity: 0;
  transform: scale(1.1);
  transition-duration: 0.8s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}

.u-animate-fadein-img.is-visible {
  opacity: 1;
  transform: scale(1);
}

.u-animate-fadeup {
  opacity: 0;
  transform: translate3d(0, 40px, 0) rotate(0.001deg);
}

@media not all and (max-width: 768px) {
  .u-animate-fadeup {
    transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) var(--delay, 0.6s), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) var(--delay, 0.6s);
  }
}
@media screen and (max-width: 768px) {
  .u-animate-fadeup {
    transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) var(--delay, 0.4s), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) var(--delay, 0.4s);
  }
}
.u-animate-fadeup.is-visible {
  opacity: 1;
  transform: translateZ(0) rotate(0.001deg);
}

@media screen and (max-width: 768px) {
  .u-only-show--pc {
    display: none !important;
  }
}
@media not all and (max-width: 768px) {
  .u-only-show--sp {
    display: none !important;
  }
}
.ohd-contentsInterview {
  background: #2A2828;
  color: #fff;
  font-family: "Noto serif JP", sans-serif;
}
.ohd-contentsInterview__mv_cont img, .ohd-contentsInterview__detail_head img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ohd-contentsInterview__mv {
  position: relative;
  margin: 0 0 0 5.5555555556vw;
  gap: 5.5555555556vw;
  padding-top: 8.3333333333vw;
  padding-left: 5.5555555556vw;
  display: flex;
  justify-content: flex-end;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__mv {
    flex-direction: column;
    gap: 10.2564102564vw;
    padding-top: 20.5128205128vw;
    margin: 0 0 0 6.1538461538vw;
  }
}
.ohd-contentsInterview__mv__head {
  flex: 1;
}
.ohd-contentsInterview__mv_ttl .en {
  display: inline-block;
  font-size: min(16px, 1.1111111111vw);
  background: linear-gradient(84.76deg, #BC794E 23.27%, #ECAF83 41.64%, #F7CBA8 50.29%, #ECAF83 58.93%, #BC794E 76.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__mv_ttl .en {
    font-size: 4.1025641026vw;
    margin-bottom: 0;
  }
}
.ohd-contentsInterview__mv_ttl .ja {
  font-weight: bold;
  font-size: min(46px, 3.1944444444vw);
  margin-top: 0.6944444444vw;
  margin-bottom: 2.0833333333vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__mv_ttl .ja {
    font-size: 8.2051282051vw;
    margin-top: 2.5641025641vw;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
.ohd-contentsInterview__mv_txt {
  letter-spacing: 0;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__mv_txt {
    font-size: 3.8461538462vw;
    margin-top: 6.1538461538vw;
    line-height: 2;
    padding-right: 6.1538461538vw;
  }
}
.ohd-contentsInterview__mv_cont {
  flex: 1;
  width: 36.1111111111vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__mv_cont {
    width: 100%;
  }
  .ohd-contentsInterview__mv_cont img {
    width: 100%;
  }
}
.ohd-contentsInterview__index {
  position: relative;
  margin: 8.3333333333vw auto 0;
  background: #3B3939;
  padding: 5.5555555556vw;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__index {
    padding: 40px 6.1538461538vw;
    margin: 80px 6.1538461538vw 120px;
  }
}
.ohd-contentsInterview__index_head {
  font-family: Noto serif JP, sans-serif;
}
.ohd-contentsInterview__index_head .num {
  font-size: min(1.1111111111vw, 16px);
}
.ohd-contentsInterview__index_head .bukken {
  font-size: min(1.6666666667vw, 24px);
  margin-bottom: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__index_head .bukken {
    font-size: 4.1025641026vw;
    margin-bottom: 1.0256410256vw;
  }
}
.ohd-contentsInterview__index_head .name {
  font-size: min(2.5vw, 36px);
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__index_head .name {
    font-size: 6.1538461538vw;
    line-height: 1;
    margin-bottom: 0;
  }
}
.ohd-contentsInterview__index_head .name .small {
  font-size: min(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__index_head .name .small {
    font-size: 3.5897435897vw;
    display: block;
    margin-top: 2.0512820513vw;
  }
}
.ohd-contentsInterview__index_cont {
  border-top: 2px solid #585858;
  margin-top: 1.6666666667vw;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__index_cont {
    margin-top: 4.1025641026vw;
    padding-top: 10.2564102564vw;
  }
}
.ohd-contentsInterview__detail {
  display: flex;
  justify-content: space-between;
  gap: 4.4444444444vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__detail {
    flex-direction: column;
    gap: 0;
  }
}
.ohd-contentsInterview__detail_head {
  width: 36.1111111111vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__detail_head {
    width: 100%;
    max-width: 246px;
    margin-right: 12.3076923077vw;
  }
}
.ohd-contentsInterview__detail_cont {
  width: 48.3333333333vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__detail_cont {
    width: 100%;
    margin-top: 10.2564102564vw;
  }
}
.ohd-contentsInterview__detail_item + .ohd-contentsInterview__detail_item {
  margin-top: 5.5555555556vw;
  padding-top: 5.5555555556vw;
  border-top: 1px dashed rgba(204, 185, 166, 0.3);
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__detail_item + .ohd-contentsInterview__detail_item {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.ohd-contentsInterview__detail_lead {
  margin-bottom: 0.3472222222vw;
  font-size: min(1.1111111111vw, 16px);
  padding-bottom: 0.5555555556vw;
  color: #E8BD85;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__detail_lead {
    font-size: 3.5897435897vw;
    margin-bottom: 2.0512820513vw;
    padding-bottom: 0;
  }
}
.ohd-contentsInterview__detail_ttl {
  font-family: Noto serif JP, sans-serif;
  font-size: min(1.9444444444vw, 28px);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__detail_ttl {
    font-size: 5.641025641vw;
  }
}
.ohd-contentsInterview__detail_txt {
  font-size: min(1.1111111111vw, 16px);
  margin-top: 2.2222222222vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__detail_txt {
    line-height: 2;
    font-size: 3.5897435897vw;
    margin-top: 6.1538461538vw;
  }
}
.ohd-contentsInterview__detail .linkBtn {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__detail .linkBtn {
    margin-top: 6.1538461538vw;
    margin-left: auto;
  }
}/*# sourceMappingURL=style.css.map */


.ohd-brandList_content {
  color: #000;
}

@media not all and (min-width: 768px) {
  .innovaciaAside .ohd-brandList_item {
    width: 66.6666666667vw;
  }
}

@media not all and (max-width: 768px) {
  .innovaciaAside .ohd-brandList_item {
    width: 62.3958333333%;
  }
}

.ohd-brandList_arrow {
  background: url(../img/arrow.svg) no-repeat 50% 50% / cover;
}

.ohd-brandList_pagination_slash {
  background-color: #fff;
}
.ohd-contentsInterview__mv[data-aos="fade-up"].aos-animate {
  opacity: 1 !important;
}

body.is-fixed {
  overflow: visible !important;
}

.ohd-p, p {
  margin-bottom: 1em;
}

.ohd-contentsInterview__mainContent[style*="opacity"] {
  opacity: 1 !important;
  visibility: visible !important;
}

@media not all and (min-width: 768px) {
  .ohd-contentsBrands__brand_list {
    margin: -8.736111vw auto;
  }
}

@media not all and (max-width: 768px) {
  .ohd-contentsBrands__brand_list {
    margin: -1.7361111111vw auto;
    max-width: 1040px;
  }
}