@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__mv_cont img, .ohd-contentsInterview__infoBox_visual img, .ohd-contentsInterview__block_visual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ohd-contentsInterview__mv {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 80px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__mv {
    padding-top: 40px;
    margin: 0 auto;
  }
}
.ohd-contentsInterview__mv_head {
  font-family: Noto serif JP, sans-serif;
  font-size: min(46px, 3.1944444444vw);
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__mv_head {
    font-size: 7.1794871795vw;
    margin: 0 6.1538461538vw;
  }
}
.ohd-contentsInterview__mv_head .en {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.3888888889vw;
  font-size: min(1.1111111111vw, 16px);
  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;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__mv_head .en {
    font-size: 3.5897435897vw;
    margin-bottom: 3.5897435897vw;
  }
}
.ohd-contentsInterview__mv_head .sub {
  text-align: center;
  font-size: min(1.6666666667vw, 24px);
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__mv_head .sub {
    font-size: 3.5897435897vw;
    margin-bottom: 3.5897435897vw;
  }
}
.ohd-contentsInterview__mv_cont {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__mv_cont {
    margin-top: 10.2564102564vw;
  }
}
.ohd-contentsInterview__mv_name {
  position: absolute;
  right: 1.6666666667vw;
  bottom: -3.8194444444vw;
  font-size: min(6.25vw, 90px);
  color: rgba(255, 255, 255, 0.8);
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__mv_name {
    font-size: 9.2307692308vw;
    right: 2.0512820513vw;
    bottom: -6.1538461538vw;
  }
}
.ohd-contentsInterview__mv_name .grad {
  background: linear-gradient(180deg, #9F4F23 0%, #BC794E 20%, #ECAF83 40%, #F7CBA8 50%, #ECAF83 60%, #9F4F23 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.8;
}
.ohd-contentsInterview__intro {
  position: relative;
  margin: 0 auto;
  padding-top: 8.3333333333vw;
  width: 77.7777777778vw;
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__intro {
    width: 100%;
    padding-inline: 6.1538461538vw;
    padding-top: 10.2564102564vw;
    margin: 0;
  }
}
.ohd-contentsInterview__intro_txt {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: min(1.25vw, 18px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__intro_txt {
    font-size: 4.1025641026vw;
  }
  .ohd-contentsInterview__intro_txt p {
    line-height: 2.2;
  }
}
.ohd-contentsInterview__intro_txt + .ohd-contentsInterview__intro_txt {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__intro_txt + .ohd-contentsInterview__intro_txt {
    margin-top: 6.1538461538vw;
  }
}
.ohd-contentsInterview__intro_cont, .ohd-contentsInterview__intro_bottom {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__intro_cont, .ohd-contentsInterview__intro_bottom {
    margin-top: 10.2564102564vw;
  }
}
.ohd-contentsInterview__infoBox {
  background: url(../../../../img/bg-box.png) center/cover #353535 no-repeat;
  padding: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__infoBox {
    padding: 6.1538461538vw;
  }
}
.ohd-contentsInterview__infoBox_head .lead {
  margin-bottom: 0.6944444444vw;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(1.25vw, 18px);
  color: #CCB9A6;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__infoBox_head .lead {
    font-size: 4.1025641026vw;
  }
}
.ohd-contentsInterview__infoBox_head .name {
  font-size: min(2.5vw, 36px);
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__infoBox_head .name {
    font-size: 6.1538461538vw;
    margin-top: 1.0256410256vw;
  }
}
.ohd-contentsInterview__infoBox_head .name .small {
  font-size: min(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__infoBox_head .name .small {
    font-size: 3.5897435897vw;
    margin-top: 1.0256410256vw;
    display: block;
  }
}
.ohd-contentsInterview__infoBox_cont {
  margin-top: 1.6666666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__infoBox_cont {
    margin-top: 4.1025641026vw;
    display: block;
  }
}
.ohd-contentsInterview__infoBox_visual {
  width: 16.6666666667vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__infoBox_visual {
    width: 46.1538461538vw;
  }
}
.ohd-contentsInterview__infoBox_txt {
  width: 52.7777777778vw;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
  font-family: Noto sans JP, sans-serif;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__infoBox_txt {
    width: 100%;
    margin-top: 4.1025641026vw;
    font-size: 3.5897435897vw;
    line-height: 2;
  }
}
.ohd-contentsInterview__contents {
  gap: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__contents {
    display: block;
  }
}
.ohd-contentsInterview__contents_head {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.6944444444vw;
  margin: 0 auto 2.7777777778vw;
  border-bottom: 1px solid #5C5858;
  font-size: min(1.6666666667vw, 24px);
  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;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__contents_head {
    margin-inline: 0 auto;
    font-size: 4.1025641026vw;
  }
}
.ohd-contentsInterview__contents_cont {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__contents_cont {
    width: 100%;
  }
}
.ohd-contentsInterview__contents_item {
  position: relative;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(1.3888888889vw, 20px);
  transition: all 0.3s ease;
  line-height: 1.8;
  text-indent: -1.1111111111vw;
  padding-left: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__contents_item {
    font-size: 3.8461538462vw;
    margin-top: 4.1025641026vw;
    line-height: 1.8;
    text-indent: -3.0555555556vw;
    padding-left: 3.0555555556vw;
  }
}
.ohd-contentsInterview__contents_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: transform 0.6s ease-in-out;
  transform-origin: right top;
  background: linear-gradient(20deg, rgba(159, 79, 35, 0.7) 0%, rgba(188, 121, 78, 0.7) 25%, rgba(236, 175, 131, 0.7) 40%, rgba(247, 203, 168, 0.7) 50%, rgba(236, 175, 131, 0.7) 60%, rgba(188, 121, 78, 0.7) 75%, rgba(159, 79, 35, 0.7) 100%);
  transform: scale(0, 1);
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__contents_item::after {
    background-color: rgba(235, 231, 234, 0.4);
  }
}
.ohd-contentsInterview__contents_item:not(:first-child) {
  margin-top: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__contents_item:not(:first-child) {
    margin-top: 4.6153846154vw;
  }
}
.ohd-contentsInterview__contents_item:hover {
  background: linear-gradient(0deg, rgba(159, 79, 35, 0.7) 0%, rgba(188, 121, 78, 0.7) 25%, rgba(236, 175, 131, 0.7) 40%, rgba(247, 203, 168, 0.7) 50%, rgba(236, 175, 131, 0.7) 60%, rgba(188, 121, 78, 0.7) 75%, rgba(159, 79, 35, 0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ohd-contentsInterview__contents_item:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.ohd-contentsInterview__block {
  position: relative;
  margin: 0 auto;
  padding-top: 120px;
  width: 66.6666666667vw;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__block {
    margin: 0 6.1538461538vw;
    padding-top: 80px;
    width: auto;
  }
}
.ohd-contentsInterview__block:last-child {
  margin-bottom: 40px;
}
.ohd-contentsInterview__block_head {
  font-size: min(2.2222222222vw, 32px);
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__block_head {
    font-size: 5.641025641vw;
    line-height: 1.6;
  }
}
.ohd-contentsInterview__block_head .num {
  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;
}
.ohd-contentsInterview__block_cont {
  border-top: 1px solid #585858;
  font-size: min(2.2222222222vw, 32px);
  margin-top: 1.1111111111vw;
  padding-top: 3.8888888889vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__block_cont {
    margin-top: 4.1025641026vw;
    padding-top: 10.2564102564vw;
    font-size: initial;
  }
}
.ohd-contentsInterview__block_visual {
  display: flex;
  justify-content: center;
  width: 55.5555555556vw;
  max-width: 100%;
  margin: 3.8888888889vw auto 0;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__block_visual {
    width: 100%;
    margin: 10.2564102564vw auto 0;
    gap: initial;
  }
}
.ohd-contentsInterview__block_visual picture + picture {
  margin-top: 2.7777777778vw;
}
.ohd-contentsInterview__block_visual .caption {
  position: relative;
  color: #8D8D8D;
  margin-top: 5px;
  font-size: 12px;
  font-family: Noto sans JP, sans-serif;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__block_visual .caption {
    font-size: 10px;
  }
}
.ohd-contentsInterview__block_visual .copyright {
  display: block;
  color: #e1e1e1;
  text-shadow: 0px 0px 10px #000;
  font-size: 12px;
  font-family: Noto sans JP, sans-serif;
  position: absolute;
  bottom: 30px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__block_visual .copyright {
    bottom: 23px;
  }
}
.ohd-contentsInterview__block_visual + .ohd-contentsInterview__talk {
  margin-top: 3.8888888889vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__block_visual + .ohd-contentsInterview__talk {
    margin-top: 10.2564102564vw;
  }
}
.ohd-contentsInterview__block_visual.ohd-contentsInterview__block_visual--flex {
  margin: 3.8888888889vw 0 0 -80px;
  max-width: 1120px;
  width: 77.7777777778vw;
}
@media screen and (max-width: 1440px) {
  .ohd-contentsInterview__block_visual.ohd-contentsInterview__block_visual--flex {
    margin-left: -5.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__block_visual.ohd-contentsInterview__block_visual--flex {
    flex-direction: column;
    width: 74.358974359vw;
    margin: 10.2564102564vw auto 0;
  }
}
.ohd-contentsInterview__block_visual.ohd-contentsInterview__block_visual--flex picture {
  width: 38.0555555556vw;
  max-width: 548px;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__block_visual.ohd-contentsInterview__block_visual--flex picture {
    width: 100%;
  }
}
.ohd-contentsInterview__block_visual.ohd-contentsInterview__block_visual--flex img {
  width: 100%;
}
.ohd-contentsInterview__block_visual.ohd-contentsInterview__block_visual--large {
  margin: 3.8888888889vw -5.5555555556vw 0;
  width: 77.7777777778vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__block_visual.ohd-contentsInterview__block_visual--large {
    width: 100%;
    margin: 10.2564102564vw auto 0;
  }
}
.ohd-contentsInterview__talk + .ohd-contentsInterview__talk {
  margin-top: 3.8888888889vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__talk + .ohd-contentsInterview__talk {
    margin-top: 10.2564102564vw;
  }
}
.ohd-contentsInterview__talk_question {
  margin-bottom: 1.6666666667vw;
  font-size: min(1.25vw, 18px);
  color: #E8BD85;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__talk_question {
    font-size: 4.1025641026vw;
    line-height: 1.8;
  }
}
.ohd-contentsInterview__talk_question::before {
  content: "";
  display: inline-block;
  width: 1.1111111111vw;
  height: 1px;
  margin-bottom: 6px;
  margin-right: 10px;
  background: #E8BD85;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__talk_question::before {
    width: 3.0769230769vw;
    margin-right: 1.0256410256vw;
  }
}
.ohd-contentsInterview__talk_answer {
  line-height: 2;
  font-size: min(1.1111111111vw, 16px);
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__talk_answer {
    font-size: 4.1025641026vw;
    margin-top: 6.1538461538vw;
  }
}
.ohd-contentsInterview__talk_answer a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s;
}
.ohd-contentsInterview__talk_answer a:hover {
  color: #ccc;
}
.ohd-contentsInterview__bottomNote {
  max-width: 1120px;
  position: relative;
  color: #8D8D8D;
  border-top: 1px solid #5C5858;
  font-family: Noto sans JP, sans-serif;
  line-height: 1.4;
  font-size: min(12px, 0.8333333333vw);
  margin: 120px auto 0;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .ohd-contentsInterview__bottomNote {
    font-size: 10px;
    margin: 80px 6.1538461538vw 0;
    padding-top: 32px;
  }
}/*# 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;
}

@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;
  }
}