@charset "UTF-8";
/**
 * Foundation
 */
/* Breakpoints */
/* Size */
/* Font */
/* Color */
/* Easing */
/* Default */
/* In */
/* Out */
/* In Out */
/* px数をremに変換 */
/* px数をvwに変換 */
/* px数をvwに変換(スクロールバー減算なし) */
/* PCデザイン幅を基準にvw変換 */
/* PCデザイン幅を基準にvw変換 */
/* line-heightを返す */
/* ハーフレディングを返す */
/* カラーコードのシャープマークを削除して返す */
/* 
  レスポンシブ（以上）
*/
/* 
  レスポンシブ（未満）
*/
/* ホバー */
/* 疑似要素（絶対配置） */
/* aタグのサイズを親要素に合わせる */
/* a11y-css-resetから引用 
  https://github.com/mike-engel/a11y-css-reset
*/
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
:where(.interview-vcm) {
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
       * 1. Add the correct box sizing in Firefox.
       * 2. Show the overflow in Edge and IE.
       */
  /**
       * 1. Correct the inheritance and scaling of font size in all browsers.
       * 2. Correct the odd `em` font sizing in all browsers.
       */
  /* Text-level semantics */
  /* ============================================ */
  /**
       * Remove the gray background on active links in IE 10.
       */
  /**
       * 1. Remove the bottom border in Chrome 57-
       * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
       */
  /**
       * Add the correct font weight in Chrome, Edge, and Safari.
       */
  /**
       * 1. Correct the inheritance and scaling of font size in all browsers.
       * 2. Correct the odd `em` font sizing in all browsers.
       */
  /**
       * Add the correct font size in all browsers.
       */
  /**
       * Prevent `sub` and `sup` elements from affecting the line height in
       * all browsers.
       */
  /* Embedded content */
  /* ============================================ */
  /**
       * Prevent vertical alignment issues.
       */
  /* Forms */
  /* ============================================ */
  /**
       * Reset form fields to make them styleable
       */
  /**
       * Reset radio and checkbox appearance to preserve their look in iOS.
       */
  /**
       * Show the overflow in IE.
       * 1. Show the overflow in Edge.
       */
  /**
       * Remove the inheritance of text transform in Edge, Firefox, and IE.
       * 1. Remove the inheritance of text transform in Firefox.
       */
  /**
       * Correct the inability to style clickable types in iOS and Safari.
       */
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
  /**
       * Remove arrow in IE10 & IE11
       */
  /**
       * Remove padding
       */
  /**
       * Reset to invisible
       */
  /**
       * 1. Correct the text wrapping in Edge and IE.
       * 2. Correct the color inheritance from `fieldset` elements in IE.
       * 3. Remove the padding so developers are not caught out when they zero out
       *    `fieldset` elements in all browsers.
       */
  /**
       * Add the correct vertical alignment in Chrome, Firefox, and Opera.
       */
  /**
       * Remove the default vertical scrollbar in IE 10+.
       */
  /**
       * Correct the cursor style of increment and decrement buttons in Chrome.
       */
  /**
       * 1. Correct the outline style in Safari.
       */
  /**
       * Remove the inner padding in Chrome and Safari on macOS.
       */
  /**
       * 1. Correct the inability to style clickable types in iOS and Safari.
       * 2. Change font properties to `inherit` in Safari.
       */
  /**
       * Clickable labels
       */
  /* Interactive */
  /* ============================================ */
  /*
       * Add the correct display in Edge, IE 10+, and Firefox.
       */
  /*
       * Add the correct display in all browsers.
       */
  /*
       * Remove outline for editable content.
       */
  /* Table */
  /* ============================================ */
  /* Misc */
  /* ============================================ */
  /**
       * Add the correct display in IE 10+.
       */
  /**
       * Add the correct display in IE 10.
       */
  /**
      * Remove dialog UA Style
      */
}
:where(.interview-vcm) *,
:where(.interview-vcm) ::before,
:where(.interview-vcm) ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
:where(.interview-vcm) p,
:where(.interview-vcm) table,
:where(.interview-vcm) blockquote,
:where(.interview-vcm) address,
:where(.interview-vcm) pre,
:where(.interview-vcm) iframe,
:where(.interview-vcm) form,
:where(.interview-vcm) figure,
:where(.interview-vcm) dl {
  margin: 0;
}
:where(.interview-vcm) h1,
:where(.interview-vcm) h2,
:where(.interview-vcm) h3,
:where(.interview-vcm) h4,
:where(.interview-vcm) h5,
:where(.interview-vcm) h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
:where(.interview-vcm) ul,
:where(.interview-vcm) ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
:where(.interview-vcm) dt {
  font-weight: bold;
}
:where(.interview-vcm) dd {
  margin-left: 0;
}
:where(.interview-vcm) hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
:where(.interview-vcm) pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
:where(.interview-vcm) address {
  font-style: inherit;
}
:where(.interview-vcm) a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
:where(.interview-vcm) abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
:where(.interview-vcm) b,
:where(.interview-vcm) strong {
  font-weight: bolder;
}
:where(.interview-vcm) code,
:where(.interview-vcm) kbd,
:where(.interview-vcm) samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
:where(.interview-vcm) small {
  font-size: 80%;
}
:where(.interview-vcm) sub,
:where(.interview-vcm) sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:where(.interview-vcm) sub {
  bottom: -0.25em;
}
:where(.interview-vcm) sup {
  top: -0.5em;
}
:where(.interview-vcm) img,
:where(.interview-vcm) embed,
:where(.interview-vcm) object,
:where(.interview-vcm) iframe {
  vertical-align: bottom;
}
:where(.interview-vcm) button,
:where(.interview-vcm) input,
:where(.interview-vcm) optgroup,
:where(.interview-vcm) select,
:where(.interview-vcm) textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
:where(.interview-vcm) [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
:where(.interview-vcm) [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
:where(.interview-vcm) button,
:where(.interview-vcm) input {
  /* 1 */
  overflow: visible;
}
:where(.interview-vcm) button,
:where(.interview-vcm) select {
  /* 1 */
  text-transform: none;
}
:where(.interview-vcm) button,
:where(.interview-vcm) [type=button],
:where(.interview-vcm) [type=reset],
:where(.interview-vcm) [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
:where(.interview-vcm) button[disabled],
:where(.interview-vcm) [type=button][disabled],
:where(.interview-vcm) [type=reset][disabled],
:where(.interview-vcm) [type=submit][disabled] {
  cursor: default;
}
:where(.interview-vcm) button::-moz-focus-inner,
:where(.interview-vcm) [type=button]::-moz-focus-inner,
:where(.interview-vcm) [type=reset]::-moz-focus-inner,
:where(.interview-vcm) [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:where(.interview-vcm) button:-moz-focusring,
:where(.interview-vcm) [type=button]:-moz-focusring,
:where(.interview-vcm) [type=reset]:-moz-focusring,
:where(.interview-vcm) [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:where(.interview-vcm) select::-ms-expand {
  display: none;
}
:where(.interview-vcm) option {
  padding: 0;
}
:where(.interview-vcm) fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
:where(.interview-vcm) legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
:where(.interview-vcm) progress {
  vertical-align: baseline;
}
:where(.interview-vcm) textarea {
  overflow: auto;
}
:where(.interview-vcm) [type=number]::-webkit-inner-spin-button,
:where(.interview-vcm) [type=number]::-webkit-outer-spin-button {
  height: auto;
}
:where(.interview-vcm) [type=search] {
  outline-offset: -2px;
  /* 1 */
}
:where(.interview-vcm) [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
:where(.interview-vcm) ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
:where(.interview-vcm) label[for] {
  cursor: pointer;
}
:where(.interview-vcm) details {
  display: block;
}
:where(.interview-vcm) summary {
  display: list-item;
}
:where(.interview-vcm) [contenteditable] {
  outline: none;
}
:where(.interview-vcm) table {
  border-collapse: collapse;
  border-spacing: 0;
}
:where(.interview-vcm) caption {
  text-align: left;
}
:where(.interview-vcm) td,
:where(.interview-vcm) th {
  vertical-align: top;
  padding: 0;
}
:where(.interview-vcm) th {
  text-align: left;
  font-weight: bold;
}
:where(.interview-vcm) template {
  display: none;
}
:where(.interview-vcm) [hidden] {
  display: none;
}
:where(.interview-vcm) :where(dialog) {
  inline-size: unset;
  max-inline-size: unset;
  block-size: unset;
  max-block-size: unset;
  padding: unset;
  margin: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:where(.interview-vcm) :root {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  --scrollBarWidth: 0px; /* 初期値 */
}
:where(.interview-vcm) picture {
  display: block;
}
:where(.interview-vcm) picture img {
  width: 100%;
}
:where(.interview-vcm) img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  outline: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media not all and (min-width: 769px) {
  :where(.interview-vcm) .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  :where(.interview-vcm) .sp {
    display: none;
  }
}
:where(.interview-vcm) .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
}

/**
 * Base Element
 */
@keyframes panelShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes conceptEffect {
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale3d(1.2, 1.5, 1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
:where(.interview-vcm) .kv .kv_slide {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
:where(.interview-vcm) .kv .kv_image {
  clip-path: inset(30% 0 0 0);
  transform: translate3d(0, 50%, 0);
  filter: blur(8px);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, filter 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
:where(.interview-vcm) .kv .kv_controls {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
:where(.interview-vcm) .kv.isAnimationStarted .kv_slide {
  opacity: 1;
}
:where(.interview-vcm) .kv.isAnimationStarted .kv_image {
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}
:where(.interview-vcm) .kv.isAnimationStarted .kv_controls {
  opacity: 1;
}
:where(.interview-vcm) .intro .intro_heading {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.15s;
}
:where(.interview-vcm) .intro .intro_statement {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.22s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.27s;
}
:where(.interview-vcm) .intro.isAnimationStarted .intro_heading,
:where(.interview-vcm) .intro.isAnimationStarted .intro_statement {
  opacity: 1;
  transform: translateY(0);
}
:where(.interview-vcm) .intro .intro_detail_wrap::before {
  transform: scale3d(1, 50%, 1);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
:where(.interview-vcm) .intro .intro_detail_wrap .intro_detail-1,
:where(.interview-vcm) .intro .intro_detail_wrap .intro_detail-2,
:where(.interview-vcm) .intro .intro_detail_wrap .intro_detail-3 {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
}
:where(.interview-vcm) .intro .intro_detail_wrap.isAnimationStarted::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
:where(.interview-vcm) .intro .intro_detail_wrap.isAnimationStarted .intro_detail-1,
:where(.interview-vcm) .intro .intro_detail_wrap.isAnimationStarted .intro_detail-2,
:where(.interview-vcm) .intro .intro_detail_wrap.isAnimationStarted .intro_detail-3 {
  opacity: 1;
}
:where(.interview-vcm) .intro .intro_link {
  opacity: 0;
}
:where(.interview-vcm) .intro .intro_link.isAnimationStarted {
  animation: fadeIn cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.3s 0.3s forwards;
}
:where(.interview-vcm) .artist .artist_tab {
  opacity: 0;
  filter: blur(2px);
  transition: opacity 0.4s cubic-bezier(0, 0, 0.58, 1) 0.1s, filter 0.5s cubic-bezier(0, 0, 0.58, 1) 0.1s;
}
:where(.interview-vcm) .artist .artist_tab .artist_tab_button .--wrap {
  display: inline-block;
  overflow: hidden;
}
:where(.interview-vcm) .artist .artist_tab .artist_tab_button .--inner {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
:where(.interview-vcm) .artist .artist_tab.isAnimationStarted {
  opacity: 1;
  filter: blur(0);
}
:where(.interview-vcm) .artist .artist_tab.isAnimationStarted .artist_tab_button .--inner {
  transform: translate3d(0, 0, 0);
}
:where(.interview-vcm) .interview .interview_group,
:where(.interview-vcm) .interview .interview_image,
:where(.interview-vcm) .interview .interview_navigation {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.15s;
}
:where(.interview-vcm) .interview .interview_group.isAnimationStarted,
:where(.interview-vcm) .interview .interview_image.isAnimationStarted,
:where(.interview-vcm) .interview .interview_navigation.isAnimationStarted {
  opacity: 1;
  transform: translateY(0);
}
:where(.interview-vcm) .interview .interview_group:nth-of-type(n+2) {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.01s, opacity 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.06s;
}
:where(.interview-vcm) .interview .interview_group:nth-of-type(n+2).isAnimationStarted {
  opacity: 1;
  transform: translateY(0);
}
:where(.interview-vcm) .gallery {
  opacity: 0;
  filter: blur(2px);
  transition: opacity 0.4s cubic-bezier(0, 0, 0.58, 1) 0.1s, filter 0.5s cubic-bezier(0, 0, 0.58, 1) 0.1s;
}
:where(.interview-vcm) .gallery .gallery_inner,
:where(.interview-vcm) .gallery .gallery_lens_current,
:where(.interview-vcm) .gallery .thumbnail_arrows,
:where(.interview-vcm) .gallery .thumbnail_current {
  opacity: 0;
  filter: blur(2px);
  transition: opacity 0.4s cubic-bezier(0, 0, 0.58, 1) 0.15s, filter 0.5s cubic-bezier(0, 0, 0.58, 1) 0.15s;
}
:where(.interview-vcm) .gallery .gallery_lens_button p,
:where(.interview-vcm) .gallery .photograph_image img,
:where(.interview-vcm) .gallery .photograph_setting > span,
:where(.interview-vcm) .gallery .photograph_product > span,
:where(.interview-vcm) .gallery .photograph_lens_button > span,
:where(.interview-vcm) .gallery .photograph_lens_button::before,
:where(.interview-vcm) .gallery .photograph_description_inner,
:where(.interview-vcm) .gallery .thumbnail_slide {
  opacity: 0;
}
:where(.interview-vcm) .gallery.isAnimationStarted {
  opacity: 1;
  filter: blur(0);
}
:where(.interview-vcm) .gallery.isAnimationStarted .gallery_inner,
:where(.interview-vcm) .gallery.isAnimationStarted .gallery_lens_current,
:where(.interview-vcm) .gallery.isAnimationStarted .thumbnail_arrows,
:where(.interview-vcm) .gallery.isAnimationStarted .thumbnail_current {
  opacity: 1;
  filter: blur(0);
}
:where(.interview-vcm) .gallery.isAnimationStarted .gallery_lens_button p,
:where(.interview-vcm) .gallery.isAnimationStarted .photograph_image img,
:where(.interview-vcm) .gallery.isAnimationStarted .photograph_setting > span,
:where(.interview-vcm) .gallery.isAnimationStarted .photograph_product > span,
:where(.interview-vcm) .gallery.isAnimationStarted .photograph_lens_button > span,
:where(.interview-vcm) .gallery.isAnimationStarted .photograph_lens_button::before,
:where(.interview-vcm) .gallery.isAnimationStarted .photograph_description_inner,
:where(.interview-vcm) .gallery.isAnimationStarted .thumbnail_slide {
  animation: fadeIn cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s 0.5s forwards;
}
:where(.interview-vcm) .interviewee {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.1s;
}
:where(.interview-vcm) .interviewee.isAnimationStarted {
  opacity: 1;
}
:where(.interview-vcm) .lens_group,
:where(.interview-vcm) .banner_group {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.1s;
}
:where(.interview-vcm) .lens_group.isAnimationStarted,
:where(.interview-vcm) .banner_group.isAnimationStarted {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  :where(.interview-vcm) .interviewee {
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.4s cubic-bezier(0, 0, 0.58, 1) 0.1s, filter 0.5s cubic-bezier(0, 0, 0.58, 1) 0.1s;
  }
  :where(.interview-vcm) .interviewee .interviewee_inner {
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.4s cubic-bezier(0, 0, 0.58, 1) 0.1s, filter 0.5s cubic-bezier(0, 0, 0.58, 1) 0.1s;
  }
  :where(.interview-vcm) .interviewee .interviewee_image,
  :where(.interview-vcm) .interviewee .interviewee_detail,
  :where(.interview-vcm) .interviewee .interviewee_credit h3,
  :where(.interview-vcm) .interviewee .interviewee_credit table {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
  }
  :where(.interview-vcm) .interviewee.isAnimationStarted {
    opacity: 1;
    filter: blur(0);
  }
  :where(.interview-vcm) .interviewee.isAnimationStarted .interviewee_inner {
    opacity: 1;
    filter: blur(0);
  }
  :where(.interview-vcm) .interviewee.isAnimationStarted .interviewee_image,
  :where(.interview-vcm) .interviewee.isAnimationStarted .interviewee_detail,
  :where(.interview-vcm) .interviewee.isAnimationStarted .interviewee_credit h3,
  :where(.interview-vcm) .interviewee.isAnimationStarted .interviewee_credit table {
    opacity: 1;
  }
  :where(.interview-vcm) .lens_group {
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.4s cubic-bezier(0, 0, 0.58, 1) 0.1s, filter 0.5s cubic-bezier(0, 0, 0.58, 1) 0.1s;
  }
  :where(.interview-vcm) .lens_group::before, :where(.interview-vcm) .lens_group::after {
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.4s cubic-bezier(0, 0, 0.58, 1) 0.1s, filter 0.5s cubic-bezier(0, 0, 0.58, 1) 0.1s;
  }
  :where(.interview-vcm) .lens_group .lens_name,
  :where(.interview-vcm) .lens_group .lens_link,
  :where(.interview-vcm) .lens_group .lens_image {
    opacity: 0;
  }
  :where(.interview-vcm) .lens_group.isAnimationStarted {
    opacity: 1;
    filter: blur(0);
  }
  :where(.interview-vcm) .lens_group.isAnimationStarted::before, :where(.interview-vcm) .lens_group.isAnimationStarted::after {
    opacity: 1;
    filter: blur(0);
  }
  :where(.interview-vcm) .lens_group.isAnimationStarted .lens_name,
  :where(.interview-vcm) .lens_group.isAnimationStarted .lens_link,
  :where(.interview-vcm) .lens_group.isAnimationStarted .lens_image {
    animation: fadeIn cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.3s 0.5s forwards;
  }
  :where(.interview-vcm) .banner_group {
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.4s cubic-bezier(0, 0, 0.58, 1) 0.1s, filter 0.5s cubic-bezier(0, 0, 0.58, 1) 0.1s;
  }
  :where(.interview-vcm) .banner_group .banner_list {
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.4s cubic-bezier(0, 0, 0.58, 1) 0.1s, filter 0.5s cubic-bezier(0, 0, 0.58, 1) 0.1s;
  }
  :where(.interview-vcm) .banner_group .banner_link {
    opacity: 0;
  }
  :where(.interview-vcm) .banner_group.isAnimationStarted {
    opacity: 1;
    filter: blur(0);
  }
  :where(.interview-vcm) .banner_group.isAnimationStarted .banner_list {
    opacity: 1;
    filter: blur(0);
  }
  :where(.interview-vcm) .banner_group.isAnimationStarted .banner_link {
    animation: fadeIn cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.3s 0.5s forwards;
  }
}

/**
 * Layout
 */
/**
 * Pages
 */
:where(.interview-vcm) {
  background-color: #000;
  color: #fff;
  padding-bottom: calc(0.2133333333 * (100vw - var(--scrollBarWidth)));
  --defaultBorder: 1px solid #888888;
}
:where(.interview-vcm) .kv {
  --kvRed: #e20112;
}
:where(.interview-vcm) .kv .kv_image > img {
  width: auto;
  height: calc(1.024 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .kv .kv_image-concept > img {
  width: auto;
  height: calc(0.9333333333 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .kv .kv_concept {
  margin-top: calc(-0.0906666667 * (100vw - var(--scrollBarWidth)));
  border-bottom: var(--defaultBorder);
}
:where(.interview-vcm) .kv .kv_concept.is-opened .kv_concept_button {
  visibility: hidden;
}
:where(.interview-vcm) .kv .kv_concept.is-opened .kv_concept_paragraph {
  transition: opacity 0.95s 0.15s cubic-bezier(0.33, 1, 0.68, 1), transform 1s 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
  transform: translateY(0);
}
:where(.interview-vcm) .kv.concept-opened .kv_controls {
  visibility: hidden;
}
:where(.interview-vcm) .kv .kv_concept_button {
  width: calc(0.2533333333 * (100vw - var(--scrollBarWidth)));
  display: block;
  margin-inline: auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
  justify-self: center;
  background-color: var(--kvRed);
  font-size: calc(0.0413333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  padding-block: calc(0.0106666667 * (100vw - var(--scrollBarWidth))) calc(0.0186666667 * (100vw - var(--scrollBarWidth)));
  font-weight: 500;
  border-radius: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
  letter-spacing: 0.02em;
  transform: scale3d(1, 1, 1);
  filter: brightness(1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1), filter 0.2s cubic-bezier(0, 0, 0.58, 1);
  text-align: center;
  list-style-type: none;
}
:where(.interview-vcm) .kv .kv_concept_button::marker {
  content: "";
}
:where(.interview-vcm) .kv .kv_concept_button::-webkit-details-marker {
  display: none;
}
:where(.interview-vcm) .kv .kv_concept_button::before, :where(.interview-vcm) .kv .kv_concept_button::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  border-radius: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
  background: rgba(226, 1, 18, 0.4);
  border: 1px solid var(--kvRed);
}
:where(.interview-vcm) .kv .kv_concept_button::before {
  animation: conceptEffect 1.6s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
}
:where(.interview-vcm) .kv .kv_concept_button::after {
  animation: conceptEffect 1.6s 0.4s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .kv .kv_concept_button:hover {
    transform: scale3d(0.96, 0.96, 1);
    filter: brightness(0.8);
  }
  :where(.interview-vcm) .kv .kv_concept_button:hover::before, :where(.interview-vcm) .kv .kv_concept_button:hover::after {
    animation: unset;
  }
}
:where(.interview-vcm) .kv .kv_concept_inner {
  display: grid;
  justify-content: center;
  padding: calc(-0.0373333333 * (100vw - var(--scrollBarWidth))) calc(0.072 * (100vw - var(--scrollBarWidth))) calc(0.1866666667 * (100vw - var(--scrollBarWidth))) calc(0.08 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(-0.04 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .kv .kv_concept_paragraph {
  font-size: calc(0.04 * (100vw - var(--scrollBarWidth)));
  line-height: 2.8666666667;
  opacity: 0;
  transform: translateY(-10px);
}
:where(.interview-vcm) .kv .kv_concept_close {
  width: calc(0.0733333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.1466666667 * (100vw - var(--scrollBarWidth)));
  background-color: #be0000;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  transform: scale3d(1, 1, 1);
  filter: brightness(1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1), filter 0.2s cubic-bezier(0, 0, 0.58, 1);
}
@media (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .kv .kv_concept_close:hover {
    transform: scale3d(0.96, 0.96, 1);
    filter: brightness(0.8);
  }
}
:where(.interview-vcm) .kv .kv_controls {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(0.048 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.048 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .kv .kv_pagination {
  display: flex;
  -moz-column-gap: calc(0.048 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.048 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .kv .kv_page {
  width: calc(0.08 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  display: block;
  filter: brightness(1);
  transition: filter 0.2s cubic-bezier(0, 0, 0.58, 1);
}
@media (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .kv .kv_page:hover {
    filter: brightness(0.5);
  }
}
:where(.interview-vcm) .kv .kv_page.is-active {
  pointer-events: none;
}
:where(.interview-vcm) .kv .kv_page.is-active::before {
  background-color: var(--kvRed);
}
:where(.interview-vcm) .kv .kv_page::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(0.0053333333 * (100vw - var(--scrollBarWidth)));
  background-color: #fff;
}
:where(.interview-vcm) .kv .kv_slide_toggle {
  width: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  filter: brightness(1);
  transition: filter 0.2s cubic-bezier(0, 0, 0.58, 1);
}
:where(.interview-vcm) .kv .kv_slide_toggle.is-active .kv_slide_toggle-pause {
  display: grid;
}
@media (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .kv .kv_slide_toggle:hover {
    filter: brightness(0.5);
  }
}
:where(.interview-vcm) .kv .kv_slide_toggle-play {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
:where(.interview-vcm) .kv .kv_slide_toggle-pause {
  display: block;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  grid-template-columns: auto auto;
  -moz-column-gap: calc(0.0106666667 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0106666667 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .kv .kv_slide_toggle-pause::before, :where(.interview-vcm) .kv .kv_slide_toggle-pause::after {
  content: "";
  display: block;
  width: calc(0.0106666667 * (100vw - var(--scrollBarWidth)));
  height: 100%;
  background-color: #fff;
}
:where(.interview-vcm) .intro {
  padding-block: calc(0.1333333333 * (100vw - var(--scrollBarWidth))) calc(0.2133333333 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .intro .intro_inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
:where(.interview-vcm) .intro .intro_heading {
  font-size: calc(0.0493333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.6216216216;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
:where(.interview-vcm) .intro .intro_statement {
  margin-top: calc(0.0613333333 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0413333333 * (100vw - var(--scrollBarWidth)));
  line-height: 2.1290322581;
  text-align: center;
  letter-spacing: 0.02em;
}
:where(.interview-vcm) .intro .intro_detail_wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  -moz-column-gap: calc(0.1173333333 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.1173333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.1266666667 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.0853333333 * (100vw - var(--scrollBarWidth)));
  padding-right: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
  position: relative;
}
:where(.interview-vcm) .intro .intro_detail_wrap::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url("/-/media/Project/Canon/CanonJP/Personal/articles/interview/rff14lvcm-series/image/intro-detail-background-sp.png") no-repeat 50% 50%/contain;
}
:where(.interview-vcm) .intro .intro_detail-1 {
  justify-self: end;
  width: calc(0.2706666667 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .intro .intro_detail-2 {
  justify-self: center;
  width: calc(0.1333333333 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .intro .intro_detail-3 {
  justify-self: start;
  width: calc(0.3053333333 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .intro .intro_link {
  justify-self: center;
  margin-top: calc(0.1626666667 * (100vw - var(--scrollBarWidth)));
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: calc(0.0213333333 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0213333333 * (100vw - var(--scrollBarWidth)));
  padding: calc(0.0266666667 * (100vw - var(--scrollBarWidth))) calc(0.0533333333 * (100vw - var(--scrollBarWidth))) calc(0.0266666667 * (100vw - var(--scrollBarWidth))) calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
  background-color: #be0000;
  font-size: calc(0.0413333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  font-weight: 500;
  border-radius: calc(0.0506666667 * (100vw - var(--scrollBarWidth)));
  letter-spacing: 0.06em;
  transform: scale3d(1, 1, 1);
  filter: brightness(1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1), filter 0.2s cubic-bezier(0, 0, 0.58, 1);
}
:where(.interview-vcm) .intro .intro_link::before {
  content: "";
  display: block;
  width: calc(0.052 * (100vw - var(--scrollBarWidth)));
  height: calc(0.048 * (100vw - var(--scrollBarWidth)));
  background: url("/-/media/Project/Canon/CanonJP/Personal/articles/interview/rff14lvcm-series/image/icon-cart.svg") no-repeat 50% 50%/contain;
}
@media (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .intro .intro_link:hover {
    transform: scale3d(0.98, 0.98, 1);
    filter: brightness(0.8);
  }
}
:where(.interview-vcm) .artist .artist_tab {
  position: sticky;
  top: 0;
  left: 0;
  border-top: var(--defaultBorder);
  border-bottom: var(--defaultBorder);
  background-color: #000;
  z-index: 100;
}
:where(.interview-vcm) .artist .artist_tab_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
:where(.interview-vcm) .artist .artist_tab_button {
  display: grid;
  justify-items: center;
  padding-block: calc(0.072 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.072 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
}
:where(.interview-vcm) .artist .artist_tab_button > p {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
}
:where(.interview-vcm) .artist .artist_tab_button[aria-selected=false] > p {
  opacity: 0.2;
}
@media (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .artist .artist_tab_button[aria-selected=false]:hover > p {
    opacity: 0.4;
  }
}
:where(.interview-vcm) .artist .artist_tab_button[aria-selected=true] {
  pointer-events: none;
}
:where(.interview-vcm) .artist .artist_tab_button:nth-of-type(2) {
  border-left: var(--defaultBorder);
}
:where(.interview-vcm) .panel {
  position: relative;
  display: none;
  opacity: 0;
  background-color: #000;
}
:where(.interview-vcm) .panel[aria-hidden=false] {
  display: block;
  animation: panelShow 0.5s cubic-bezier(0.42, 0, 1, 1) forwards;
}
:where(.interview-vcm) .interview {
  border-bottom: var(--defaultBorder);
}
:where(.interview-vcm) .interview .interview_inner {
  padding: calc(0.1093333333 * (100vw - var(--scrollBarWidth))) calc(0.048 * (100vw - var(--scrollBarWidth))) calc(0.1786666667 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .interview .interview_group h2 {
  margin-block: calc(-0.016 * (100vw - var(--scrollBarWidth))) calc(0.08 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0653333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4897959184;
  font-weight: 700;
  letter-spacing: 0.02em;
}
:where(.interview-vcm) .interview .interview_group h3 {
  margin-block: calc(-0.0133333333 * (100vw - var(--scrollBarWidth))) calc(0.0666666667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0506666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.02em;
}
:where(.interview-vcm) .interview .interview_group p {
  margin-top: calc(-0.0173333333 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.9285714286;
  letter-spacing: 0.01em;
}
:where(.interview-vcm) .interview .interview_group p + p {
  margin-top: calc(0.0866666667 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .interview .interview_navigation {
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.9285714286;
  letter-spacing: 0.01em;
  text-align: right;
}
:where(.interview-vcm) .interview .interview_image {
  margin-block: calc(0.0533333333 * (100vw - var(--scrollBarWidth))) calc(0.1173333333 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .gallery .gallery_inner {
  padding-block: calc(0.2666666667 * (100vw - var(--scrollBarWidth))) calc(0.0666666667 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .gallery .gallery_lens_wrap {
  position: relative;
  height: calc(0.2 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .gallery .gallery_lens {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: calc(0.2 * (100vw - var(--scrollBarWidth)));
  border-top: var(--defaultBorder);
  border-bottom: var(--defaultBorder);
}
:where(.interview-vcm) .gallery .gallery_lens_button {
  font-size: calc(0.0586666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
:where(.interview-vcm) .gallery .gallery_lens_button .--small {
  display: block;
  font-size: calc(0.0333333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
:where(.interview-vcm) .gallery .gallery_lens_button:nth-of-type(n + 2) {
  border-left: var(--defaultBorder);
}
:where(.interview-vcm) .gallery .gallery_lens_button p {
  transform: scale(1);
  transition: transform 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .gallery .gallery_lens_button:hover p {
    transform: scale(1.5);
  }
  :where(.interview-vcm) .gallery .gallery_lens_button:hover + .gallery_lens_button p {
    transform: scale(1.15);
  }
  :where(.interview-vcm) .gallery .gallery_lens_button:has(+ .gallery_lens_button:hover) p {
    transform: scale(1.15);
  }
}
:where(.interview-vcm) .gallery .gallery_lens_current {
  position: absolute;
  top: 0;
  left: var(--lensPerPosition, 0%);
  display: grid;
  justify-items: center;
  align-items: center;
  width: calc(0.2 * (100vw - var(--scrollBarWidth)));
  height: calc(0.2 * (100vw - var(--scrollBarWidth)));
  transition: left 0.4s ease;
  pointer-events: none;
}
:where(.interview-vcm) .gallery .gallery_lens_current::before {
  content: "";
  display: block;
  width: calc(0.176 * (100vw - var(--scrollBarWidth)));
  height: calc(0.176 * (100vw - var(--scrollBarWidth)));
  border: solid 3px #fff;
}
:where(.interview-vcm) .gallery .photograph_slide {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(4, auto);
}
:where(.interview-vcm) .gallery .photograph_image {
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  height: calc(0.6666666667 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .gallery .photograph_image > img {
  width: auto;
  height: 100%;
  margin-inline: auto;
}
:where(.interview-vcm) .gallery .photograph_setting {
  grid-column: 1/3;
  grid-row: 2/3;
  padding-block: calc(0.024 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.028 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4761904762;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-top: var(--defaultBorder);
  border-bottom: var(--defaultBorder);
}
:where(.interview-vcm) .gallery .photograph_setting > span {
  display: block;
  text-align: center;
}
:where(.interview-vcm) .gallery .photograph_product {
  grid-column: 1/2;
  grid-row: 3/4;
  display: grid;
  justify-items: center;
  align-items: center;
  font-size: calc(0.044 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
}
:where(.interview-vcm) .gallery .photograph_lens_button {
  grid-column: 2/3;
  grid-row: 3/4;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
  width: calc(0.2133333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.2133333333 * (100vw - var(--scrollBarWidth)));
  border-left: var(--defaultBorder);
}
:where(.interview-vcm) .gallery .photograph_lens_button > span {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: calc(0.0333333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.36;
  font-weight: 700;
  text-align: center;
  transition: transform 0.2s;
}
:where(.interview-vcm) .gallery .photograph_lens_button::before {
  grid-column: 1/2;
  grid-row: 1/2;
  content: "";
  display: block;
  width: calc(0.1666666667 * (100vw - var(--scrollBarWidth)));
  height: calc(0.1666666667 * (100vw - var(--scrollBarWidth)));
  border-radius: 50%;
  border: 1px solid #fff;
  transition: transform 0.2s, border-radius 0.2s;
}
:where(.interview-vcm) .gallery .photograph_lens_button[aria-expanded=true] > span {
  transform: scale(0.94);
}
:where(.interview-vcm) .gallery .photograph_lens_button[aria-expanded=true]::before {
  transform: scale(1.1);
  border-radius: 0;
}
@media (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .gallery .photograph_lens_button:hover > span {
    transform: scale(0.94);
  }
  :where(.interview-vcm) .gallery .photograph_lens_button:hover::before {
    transform: scale(1.1);
    border-radius: 0;
  }
}
:where(.interview-vcm) .gallery .photograph_description_wrap {
  grid-column: 1/4;
  grid-row: 4/5;
  display: grid;
  grid-template-columns: repeat(1, auto);
  padding-bottom: calc(0.056 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .gallery .photograph_description {
  overflow: clip;
  height: calc(0.3066666667 * (100vw - var(--scrollBarWidth)));
  border-top: var(--defaultBorder);
  border-bottom: var(--defaultBorder);
  position: relative;
  background-color: #000;
}
:where(.interview-vcm) .gallery .photograph_description::after {
  content: "";
  display: block;
  position: absolute;
  height: 80%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
:where(.interview-vcm) .gallery .photograph_description_inner {
  padding: calc(0.048 * (100vw - var(--scrollBarWidth))) calc(0.0666666667 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .gallery .photograph_description_inner p {
  font-size: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.9230769231;
}
:where(.interview-vcm) .gallery .photograph_description_inner img {
  margin-block: calc(0.0533333333 * (100vw - var(--scrollBarWidth))) calc(0.04 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .gallery .description_compare {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  -moz-column-gap: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
  margin-block: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .gallery .description_compare img {
  margin-block: unset;
  width: calc(0.3946666667 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .gallery .description_compare figcaption {
  margin-top: calc(0.0133333333 * (100vw - var(--scrollBarWidth)));
  text-align: center;
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
:where(.interview-vcm) .gallery .photograph_description.is-open {
  height: 100%;
}
:where(.interview-vcm) .gallery .photograph_description.is-open::after {
  opacity: 0;
}
:where(.interview-vcm) .gallery .photograph_description_button {
  z-index: 1;
  overflow: hidden;
  justify-self: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: calc(0.2293333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(-0.0266666667 * (100vw - var(--scrollBarWidth)));
  color: #fff;
  border: 1px solid #fff;
  background-color: #000;
  border-radius: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
  transition: opacity 0.4s cubic-bezier(0, 0, 0.58, 1), background-color 0.3s cubic-bezier(0, 0, 0.58, 1);
}
:where(.interview-vcm) .gallery .photograph_description_button.transition {
  transition: opacity 0s 0s;
  opacity: 0;
}
:where(.interview-vcm) .gallery .photograph_description_button[aria-expanded=true] .photograph_description_button-open {
  visibility: hidden;
}
:where(.interview-vcm) .gallery .photograph_description_button[aria-expanded=true] .photograph_description_button-close {
  visibility: visible;
}
@media (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .gallery .photograph_description_button:hover {
    background-color: #fff;
  }
  :where(.interview-vcm) .gallery .photograph_description_button:hover .photograph_description_button-open {
    color: #000;
  }
  :where(.interview-vcm) .gallery .photograph_description_button:hover .photograph_description_button-close::before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(11%) hue-rotate(329deg) brightness(98%) contrast(101%);
  }
}
:where(.interview-vcm) .gallery .photograph_description_button-open {
  grid-column: 1/2;
  grid-row: 1/2;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  font-weight: 700;
  margin-top: -0.1em;
  visibility: visible;
}
:where(.interview-vcm) .gallery .photograph_description_button-close {
  grid-column: 1/2;
  grid-row: 1/2;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
:where(.interview-vcm) .gallery .photograph_description_button-close::before {
  content: "";
  display: block;
  width: calc(0.048 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0253333333 * (100vw - var(--scrollBarWidth)));
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.5' height='20.5'%3E%3Cpath fill='none' stroke='%23FFF' d='m1.5 18.5 17-17 17 17'/%3E%3C/svg%3E") no-repeat 50% 50%/contain;
}
:where(.interview-vcm) .gallery .thumbnail_slider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  padding-block: calc(0.0186666667 * (100vw - var(--scrollBarWidth)));
  border-top: var(--defaultBorder);
  border-bottom: var(--defaultBorder);
}
:where(.interview-vcm) .gallery .thumbnail_slider_track {
  grid-column: 1/4;
  grid-row: 1/2;
}
:where(.interview-vcm) .gallery .thumbnail_slide {
  cursor: pointer;
  height: calc(0.16 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .gallery .thumbnail_slide img {
  width: auto;
  height: 100%;
  margin-inline: auto;
}
:where(.interview-vcm) .gallery .thumbnail_arrows {
  padding-inline: calc(0.0133333333 * (100vw - var(--scrollBarWidth)));
  align-self: center;
  grid-column: 1/4;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: auto auto;
  pointer-events: none;
}
:where(.interview-vcm) .gallery .thumbnail_arrow {
  pointer-events: auto;
  display: grid;
  justify-items: center;
  align-items: center;
  width: calc(0.056 * (100vw - var(--scrollBarWidth)));
  height: calc(0.056 * (100vw - var(--scrollBarWidth)));
  z-index: 1;
  transition: transform 0.2s, filter 0.2s;
}
:where(.interview-vcm) .gallery .thumbnail_arrow::before {
  display: block;
  content: "";
  width: calc(0.0333333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.056 * (100vw - var(--scrollBarWidth)));
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.5' height='48.5'%3E%3Cpath fill='none' stroke='%23888888' stroke-width='3' d='m24.5 3.5-20 20 20 20'/%3E%3C/svg%3E") no-repeat 50% 50%/contain;
}
@media (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .gallery .thumbnail_arrow:hover {
    filter: brightness(1.5);
  }
}
:where(.interview-vcm) .gallery .thumbnail_arrow-prev {
  justify-self: start;
  transform: scale3d(1, 1, 1);
}
@media (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .gallery .thumbnail_arrow-prev:hover {
    transform: scale3d(1.1, 1.1, 1);
  }
}
:where(.interview-vcm) .gallery .thumbnail_arrow-next {
  justify-self: end;
  transform: scale3d(-1, 1, 1);
}
@media (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .gallery .thumbnail_arrow-next:hover {
    transform: scale3d(-1.1, 1.1, 1);
  }
}
:where(.interview-vcm) .gallery .thumbnail_current {
  grid-column: 2/3;
  grid-row: 1/2;
  width: calc(0.24 * (100vw - var(--scrollBarWidth)));
  height: calc(0.16 * (100vw - var(--scrollBarWidth)));
  border: solid calc(0.004 * (100vw - var(--scrollBarWidth))) #fff;
  pointer-events: none;
  z-index: 2;
}
:where(.interview-vcm) .photograph_modal {
  position: absolute;
  top: 0;
  left: calc(0.048 * (100vw - var(--scrollBarWidth)));
  width: calc(0.9013333333 * (100vw - var(--scrollBarWidth)));
  background-color: #000;
  display: none;
  border: var(--defaultBorder);
  z-index: 10;
}
:where(.interview-vcm) .photograph_modal[aria-hidden=false] {
  display: grid;
  animation: panelShow 0.4s ease;
}
:where(.interview-vcm) .photograph_modal .photograph_modal_name {
  padding-block: calc(0.0866666667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0666666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
:where(.interview-vcm) .photograph_modal .photograph_modal_image {
  display: grid;
  justify-items: center;
  align-items: center;
  height: calc(0.6266666667 * (100vw - var(--scrollBarWidth)));
  border-top: var(--defaultBorder);
}
:where(.interview-vcm) .photograph_modal .photograph_modal_image > img {
  width: calc(0.6306666667 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .photograph_modal .photograph_modal_description {
  padding: calc(0.08 * (100vw - var(--scrollBarWidth))) calc(0.0666666667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.8214285714;
  letter-spacing: 0.02em;
  border-top: var(--defaultBorder);
}
:where(.interview-vcm) .photograph_modal .photograph_modal_close {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: calc(0.1386666667 * (100vw - var(--scrollBarWidth)));
  border-top: var(--defaultBorder);
}
:where(.interview-vcm) .photograph_modal .photograph_modal_close::before, :where(.interview-vcm) .photograph_modal .photograph_modal_close::after {
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  content: "";
  width: calc(0.0853333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.004 * (100vw - var(--scrollBarWidth)));
  background-color: #fff;
  transform-origin: center;
}
:where(.interview-vcm) .photograph_modal .photograph_modal_close::before {
  transform: rotate(-45deg);
}
:where(.interview-vcm) .photograph_modal .photograph_modal_close::after {
  transform: rotate(45deg);
}
:where(.interview-vcm) .interview-2 {
  border-top: var(--defaultBorder);
  border-bottom: unset;
}
:where(.interview-vcm) .interviewee {
  border-top: var(--defaultBorder);
  border-bottom: var(--defaultBorder);
}
:where(.interview-vcm) .interviewee .interviewee_image {
  width: calc(0.5866666667 * (100vw - var(--scrollBarWidth)));
  margin-inline: auto;
}
:where(.interview-vcm) .interviewee .interviewee_detail {
  padding: calc(0.0853333333 * (100vw - var(--scrollBarWidth))) calc(0.072 * (100vw - var(--scrollBarWidth)));
  border-top: var(--defaultBorder);
}
:where(.interview-vcm) .interviewee .interviewee_role {
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
:where(.interview-vcm) .interviewee .interviewee_name {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  -moz-column-gap: calc(0.0853333333 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0853333333 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .interviewee .interviewee_name-jp {
  font-size: calc(0.0706666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
:where(.interview-vcm) .interviewee .interviewee_name-en {
  font-size: calc(0.032 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
:where(.interview-vcm) .interviewee .interviewee_profile {
  margin-top: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.9230769231;
  letter-spacing: 0.03em;
}
:where(.interview-vcm) .interviewee .interviewee_credit {
  padding: calc(0.0853333333 * (100vw - var(--scrollBarWidth))) calc(0.072 * (100vw - var(--scrollBarWidth)));
  border-top: var(--defaultBorder);
  font-size: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.9230769231;
  letter-spacing: 0.03em;
}
:where(.interview-vcm) .interviewee .interviewee_credit table {
  margin-top: calc(0.0333333333 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .interviewee .interviewee_credit th {
  font-weight: 400;
}
:where(.interview-vcm) .interviewee .interviewee_credit td {
  text-indent: -1em;
  padding-left: 1em;
}
:where(.interview-vcm) .interviewee .interviewee_credit td::before {
  content: "：";
}
:where(.interview-vcm) .lens_group {
  margin-top: calc(0.3333333333 * (100vw - var(--scrollBarWidth)));
  border-top: var(--defaultBorder);
}
:where(.interview-vcm) .lens_group .lens_item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  row-gap: calc(0.04 * (100vw - var(--scrollBarWidth)));
  padding: calc(0.1066666667 * (100vw - var(--scrollBarWidth))) calc(0.1333333333 * (100vw - var(--scrollBarWidth))) calc(0.072 * (100vw - var(--scrollBarWidth))) calc(0.104 * (100vw - var(--scrollBarWidth)));
  border-bottom: var(--defaultBorder);
}
:where(.interview-vcm) .lens_group .lens_name {
  grid-column: 1/3;
  grid-row: 1/2;
  justify-self: start;
  font-size: calc(0.056 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  font-weight: 700;
}
:where(.interview-vcm) .lens_group .lens_link {
  grid-row: 2/3;
  justify-self: start;
  display: grid;
  justify-items: center;
  align-items: center;
  height: calc(0.0613333333 * (100vw - var(--scrollBarWidth)));
  border-radius: calc(0.0306666667 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .lens_group .lens_link-detail {
  grid-column: 1/2;
  padding-inline: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.028 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #8c8c8c;
}
:where(.interview-vcm) .lens_group .lens_link-online {
  grid-column: 2/3;
  grid-template-columns: auto auto;
  -moz-column-gap: calc(0.0133333333 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0133333333 * (100vw - var(--scrollBarWidth)));
  margin-left: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
  padding-bottom: calc(0.0053333333 * (100vw - var(--scrollBarWidth)));
  padding-inline: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  background-color: #be0000;
}
:where(.interview-vcm) .lens_group .lens_link-online::before {
  content: "";
  display: block;
  width: calc(0.0306666667 * (100vw - var(--scrollBarWidth)));
  height: calc(0.028 * (100vw - var(--scrollBarWidth)));
  background: url("/-/media/Project/Canon/CanonJP/Personal/articles/interview/rff14lvcm-series/image/icon-cart.svg") no-repeat 50% 50%/contain;
}
:where(.interview-vcm) .lens_group .lens_image {
  grid-column: 3/4;
  grid-row: 1/3;
  justify-self: end;
  width: calc(0.1253333333 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(-0.0266666667 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .banner_group {
  margin-top: calc(0.224 * (100vw - var(--scrollBarWidth)));
  border-top: var(--defaultBorder);
  border-bottom: var(--defaultBorder);
}
:where(.interview-vcm) .banner_group .banner_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: calc(0.0853333333 * (100vw - var(--scrollBarWidth)));
  padding-block: calc(0.0853333333 * (100vw - var(--scrollBarWidth)));
}
:where(.interview-vcm) .banner_group .banner_link {
  display: block;
  width: calc(0.8373333333 * (100vw - var(--scrollBarWidth)));
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  :where(.interview-vcm) {
    padding-bottom: 140px;
  }
  :where(.interview-vcm) .kv .kv_image > img {
    width: auto;
    height: calc(0.245 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .kv .kv_image-concept > img {
    width: auto;
    height: calc(0.45 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .kv .kv_concept {
    justify-content: center;
    margin-top: calc(-0.2392857143 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .kv .kv_concept_button {
    width: max(94px, 0.0671428571 * (100vw - var(--scrollBarWidth)));
    font-size: max(15px, 0.0107142857 * (100vw - var(--scrollBarWidth)));
    line-height: 1;
    padding: max(3px, 0.0021428571 * (100vw - var(--scrollBarWidth))) max(15px, 0.0107142857 * (100vw - var(--scrollBarWidth))) max(8px, 0.0057142857 * (100vw - var(--scrollBarWidth)));
    border-radius: max(13px, 0.0092857143 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .kv .kv_concept_inner {
    padding: 63px 0 90px;
    margin-top: unset;
  }
  :where(.interview-vcm) .kv .kv_concept_paragraph {
    justify-self: center;
    font-size: 19px;
    line-height: 3.1578947368;
  }
  :where(.interview-vcm) .kv .kv_concept_close {
    width: 44px;
    height: 22px;
    margin-top: 69px;
  }
  :where(.interview-vcm) .kv .kv_controls {
    -moz-column-gap: 18px;
         column-gap: 18px;
    margin-top: 22px;
  }
  :where(.interview-vcm) .kv .kv_pagination {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  :where(.interview-vcm) .kv .kv_page {
    width: 30px;
    height: 16px;
  }
  :where(.interview-vcm) .kv .kv_page::before {
    height: 2px;
  }
  :where(.interview-vcm) .kv .kv_slide_toggle {
    width: 12px;
    height: 14px;
  }
  :where(.interview-vcm) .kv .kv_slide_toggle-pause {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  :where(.interview-vcm) .kv .kv_slide_toggle-pause::before, :where(.interview-vcm) .kv .kv_slide_toggle-pause::after {
    width: 4px;
  }
  :where(.interview-vcm) .intro {
    padding-block: 74px 98px;
  }
  :where(.interview-vcm) .intro .intro_inner {
    max-width: 1100px;
    margin-inline: auto;
  }
  :where(.interview-vcm) .intro .intro_heading {
    font-size: 30px;
    line-height: 1;
  }
  :where(.interview-vcm) .intro .intro_statement {
    margin-top: 30px;
    font-size: 18px;
    line-height: 2.1666666667;
  }
  :where(.interview-vcm) .intro .intro_detail_wrap {
    -moz-column-gap: min(190px, 0.1727272727 * (100vw - var(--scrollBarWidth)));
         column-gap: min(190px, 0.1727272727 * (100vw - var(--scrollBarWidth)));
    max-width: 1100px;
    height: min(114px, 0.1036363636 * (100vw - var(--scrollBarWidth)));
    margin-top: min(64px, 0.0581818182 * (100vw - var(--scrollBarWidth)));
    padding-right: min(20px, 0.0181818182 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .intro .intro_detail_wrap::before {
    background: url("/-/media/Project/Canon/CanonJP/Personal/articles/interview/rff14lvcm-series/image/intro-detail-background.png") no-repeat 50% 50%/contain;
  }
  :where(.interview-vcm) .intro .intro_detail-1 {
    width: min(242px, 0.22 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .intro .intro_detail-2 {
    width: min(117px, 0.1063636364 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .intro .intro_detail-3 {
    width: min(268px, 0.2436363636 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .intro .intro_link {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 82px;
    padding: 11px 29px 16px 22px;
    font-size: 25px;
    line-height: 1;
    border-radius: 26px;
  }
  :where(.interview-vcm) .intro .intro_link::before {
    width: 27px;
    height: 25px;
  }
  :where(.interview-vcm) .artist .artist_tab_list {
    max-width: 1100px;
    margin-inline: auto;
    border-left: var(--defaultBorder);
    border-right: var(--defaultBorder);
  }
  :where(.interview-vcm) .artist .artist_tab_button {
    height: 138px;
    padding-block: unset;
    padding-inline: 16px;
    align-items: center;
    justify-items: center;
    font-size: 46px;
    line-height: 1;
  }
  :where(.interview-vcm) .interview {
    /* 切替のフェード（JSで .is-active を付与） */
  }
  :where(.interview-vcm) .interview .interview_inner {
    display: grid;
    align-items: start;
    -moz-column-gap: 42px;
         column-gap: 42px;
    padding: unset;
  }
  :where(.interview-vcm) .interview .interview_group {
    padding-block: calc(100vh - 138px - 200px) 0;
  }
  :where(.interview-vcm) .interview .interview_group h2 {
    margin-block: 0 56px;
    font-size: 30px;
    line-height: 1.5;
  }
  :where(.interview-vcm) .interview .interview_group h3 {
    margin-block: 0 39px;
    font-size: 23px;
    line-height: 1.5217391304;
  }
  :where(.interview-vcm) .interview .interview_group p {
    margin-top: -8px;
    font-size: 17px;
    line-height: 1.8823529412;
  }
  :where(.interview-vcm) .interview .interview_group p + p {
    margin-top: 92px;
  }
  :where(.interview-vcm) .interview .interview_navigation {
    margin-top: 150px;
    padding-bottom: 150px;
    font-size: 20px;
    line-height: 1;
  }
  :where(.interview-vcm) .interview .interview_group-first {
    padding-block: 80px 0;
  }
  :where(.interview-vcm) .interview .interview_group-last {
    padding-block: calc(100vh - 138px - 200px) 0;
  }
  :where(.interview-vcm) .interview .interview_group-single {
    padding-block: 80px 150px;
  }
  :where(.interview-vcm) .interview .interview_image {
    grid-row: 1/-1;
    position: sticky;
    top: 138px;
    z-index: 0;
    margin-block: unset;
  }
  :where(.interview-vcm) .interview .interview_image img {
    width: 100%;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  :where(.interview-vcm) .interview .interview_image.is-active {
    z-index: 1;
  }
  :where(.interview-vcm) .interview .interview_image.is-active > img {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (prefers-reduced-motion: reduce) {
  :where(.interview-vcm) .interview .interview_image img {
    transition: none;
  }
}
@media screen and (min-width: 769px) {
  :where(.interview-vcm) .interview-2 {
    border-bottom: var(--defaultBorder);
  }
  :where(.interview-vcm) .interview-2 .interview_group-last {
    padding-block: calc(100vh - 138px - 200px) 100px;
  }
  :where(.interview-vcm) .panel-tomitori .interview .interview_inner {
    grid-template-columns: minmax(auto, 620px) min(587px, 0.4192857143 * (100vw - var(--scrollBarWidth)));
    padding-left: 30px;
    justify-content: end;
  }
  :where(.interview-vcm) .panel-tomitori .interview .interview_group,
  :where(.interview-vcm) .panel-tomitori .interview .interview_navigation {
    grid-column: 1/2;
  }
  :where(.interview-vcm) .panel-tomitori .interview .interview_navigation {
    text-align: left;
  }
  :where(.interview-vcm) .panel-tomitori .interview .interview_image {
    grid-column: 2/3;
  }
  :where(.interview-vcm) .panel-ukawa .interview .interview_inner {
    grid-template-columns: min(587px, 0.4192857143 * (100vw - var(--scrollBarWidth))) minmax(auto, 620px);
    padding-right: 30px;
  }
  :where(.interview-vcm) .panel-ukawa .interview .interview_group,
  :where(.interview-vcm) .panel-ukawa .interview .interview_navigation {
    grid-column: 2/3;
  }
  :where(.interview-vcm) .panel-ukawa .interview .interview_image {
    grid-column: 1/2;
  }
  :where(.interview-vcm) .gallery {
    margin-block: 140px;
    border-top: var(--defaultBorder);
    position: relative;
  }
  :where(.interview-vcm) .gallery::before {
    content: "";
    display: block;
    position: absolute;
    top: min(800px, 0.5714285714 * (100vw - var(--scrollBarWidth)));
    left: 0;
    right: 0;
    height: 1px;
    background-color: #888888;
  }
  :where(.interview-vcm) .gallery .gallery_inner {
    max-width: 1400px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 71.1428571429% 1fr;
    grid-template-rows: 1fr;
    align-items: stretch;
    padding-block: unset;
  }
  :where(.interview-vcm) .gallery .gallery_lens_wrap {
    position: relative;
    height: min(800px, 0.5714285714 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .gallery .gallery_lens {
    display: grid;
    grid-column: 1/2;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    height: 100%;
    border-top: unset;
    border-bottom: unset;
    border-left: var(--defaultBorder);
  }
  :where(.interview-vcm) .gallery .gallery_lens_button {
    width: min(200px, 0.1428571429 * (100vw - var(--scrollBarWidth)));
    height: min(160px, 0.1142857143 * (100vw - var(--scrollBarWidth)));
    font-size: min(44px, 0.0314285714 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .gallery .gallery_lens_button .--small {
    font-size: min(25px, 0.0178571429 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .gallery .gallery_lens_button:nth-of-type(n + 2) {
    border-top: var(--defaultBorder);
    border-left: unset;
  }
  :where(.interview-vcm) .gallery .gallery_lens_current {
    top: var(--lensPerPosition, 0%);
    left: 0;
    width: min(200px, 0.1428571429 * (100vw - var(--scrollBarWidth)));
    height: min(160px, 0.1142857143 * (100vw - var(--scrollBarWidth)));
    transition: top 0.4s ease;
  }
  :where(.interview-vcm) .gallery .gallery_lens_current::before {
    width: min(190px, 0.1357142857 * (100vw - var(--scrollBarWidth)));
    height: min(148px, 0.1057142857 * (100vw - var(--scrollBarWidth)));
    border: solid 2px #fff;
  }
  :where(.interview-vcm) .gallery .photograph_slide {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(4, auto);
  }
  :where(.interview-vcm) .gallery .photograph_image {
    grid-column: 1/3;
    grid-row: 1/2;
    height: min(664px, 0.4742857143 * (100vw - var(--scrollBarWidth)));
    border-bottom: var(--defaultBorder);
    border-left: var(--defaultBorder);
    border-right: var(--defaultBorder);
  }
  :where(.interview-vcm) .gallery .photograph_setting {
    grid-column: 2/3;
    grid-row: 2/3;
    height: max(20px, min(28px, 0.02 * (100vw - var(--scrollBarWidth))));
    display: grid;
    align-items: center;
    padding: unset;
    padding-right: 10px;
    font-size: max(12px, min(15px, 0.0107142857 * (100vw - var(--scrollBarWidth))));
    line-height: max(20px, min(28px, 0.02 * (100vw - var(--scrollBarWidth))));
    font-weight: 500;
    letter-spacing: 0.02em;
    border-top: unset;
    border-bottom: unset;
    border-left: var(--defaultBorder);
    border-right: var(--defaultBorder);
  }
  :where(.interview-vcm) .gallery .photograph_setting > span {
    text-align: right;
  }
  :where(.interview-vcm) .gallery .photograph_product {
    grid-column: 2/3;
    grid-row: 3/4;
    display: block;
    text-align: center;
    font-size: max(16px, min(24px, 0.0171428571 * (100vw - var(--scrollBarWidth))));
    line-height: max(20px, min(24px, 0.0171428571 * (100vw - var(--scrollBarWidth))));
    font-weight: 700;
    height: max(20px, min(24px, 0.0171428571 * (100vw - var(--scrollBarWidth))));
    border-left: var(--defaultBorder);
    border-right: var(--defaultBorder);
  }
  :where(.interview-vcm) .gallery .photograph_lens_button {
    grid-column: 1/2;
    grid-row: 2/5;
    width: min(124px, 0.0885714286 * (100vw - var(--scrollBarWidth)));
    height: min(136px, 0.0971428571 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .gallery .photograph_lens_button > span {
    font-size: min(19px, 0.0135714286 * (100vw - var(--scrollBarWidth)));
    line-height: 1.3157894737;
  }
  :where(.interview-vcm) .gallery .photograph_lens_button::before {
    width: min(90px, 0.0642857143 * (100vw - var(--scrollBarWidth)));
    height: min(90px, 0.0642857143 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .gallery .photograph_lens_button[aria-expanded=true]::before {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .gallery .photograph_lens_button:hover::before {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 769px) {
  :where(.interview-vcm) .gallery .photograph_description_wrap {
    grid-column: 2/3;
    grid-row: 4/5;
    padding-bottom: unset;
  }
  :where(.interview-vcm) .gallery .photograph_description {
    height: calc(min(136px, 0.0971428571 * (100vw - var(--scrollBarWidth))) - (max(20px, min(28px, 0.02 * (100vw - var(--scrollBarWidth)))) + max(20px, min(24px, 0.0171428571 * (100vw - var(--scrollBarWidth))))) + 1px);
    border-top: unset;
    border-left: var(--defaultBorder);
    border-right: var(--defaultBorder);
    position: relative;
    background-color: #000;
  }
  :where(.interview-vcm) .gallery .photograph_description_inner {
    padding: min(11px, 0.0078571429 * (100vw - var(--scrollBarWidth))) 26px 37px;
  }
  :where(.interview-vcm) .gallery .photograph_description_inner p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
  :where(.interview-vcm) .gallery .photograph_description_inner img {
    margin-block: 25px 0;
  }
  :where(.interview-vcm) .gallery .description_compare {
    -moz-column-gap: min(72px, 0.0514285714 * (100vw - var(--scrollBarWidth)));
         column-gap: min(72px, 0.0514285714 * (100vw - var(--scrollBarWidth)));
    margin-block: min(23px, 0.0164285714 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .gallery .description_compare img {
    margin-block: unset;
    width: min(286px, 0.2042857143 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .gallery .description_compare figcaption {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1;
  }
  :where(.interview-vcm) .gallery .photograph_description_button {
    width: 116px;
    height: 26px;
    margin-top: -13px;
    border-radius: 13px;
  }
  :where(.interview-vcm) .gallery .photograph_description_button-open {
    font-size: 15px;
    margin-top: -0.1em;
  }
  :where(.interview-vcm) .gallery .photograph_description_button-close::before {
    width: 22px;
    height: 12px;
  }
  :where(.interview-vcm) .gallery .thumbnail_slider {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto 1fr;
    justify-items: center;
    padding-block: unset;
    align-content: start;
    border-top: unset;
    border-bottom: unset;
    border-right: var(--defaultBorder);
    height: min(800px, 0.5714285714 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .gallery .thumbnail_slider_track {
    grid-column: 1/2;
    grid-row: 1/4;
    margin-top: min(70px, 0.05 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .gallery .thumbnail_slide {
    height: min(120px, 0.0857142857 * (100vw - var(--scrollBarWidth)));
    top: min(660px, 0.4714285714 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .gallery .thumbnail_arrows {
    grid-column: 1/2;
    grid-row: 1/4;
    padding-inline: unset;
    align-self: unset;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  :where(.interview-vcm) .gallery .thumbnail_arrow {
    justify-items: center;
    align-items: center;
    width: min(43px, 0.0307142857 * (100vw - var(--scrollBarWidth)));
    height: min(43px, 0.0307142857 * (100vw - var(--scrollBarWidth)));
    padding-block: min(20px, 0.0142857143 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .gallery .thumbnail_arrow::before {
    width: min(43px, 0.0307142857 * (100vw - var(--scrollBarWidth)));
    height: min(23px, 0.0164285714 * (100vw - var(--scrollBarWidth)));
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43.75' height='23.75'%3E%3Cpath fill='none' stroke='%23888888' stroke-width='2' d='m1.25 21.249 20-19.999 21 21'/%3E%3C/svg%3E") no-repeat 50% 50%/contain;
  }
  :where(.interview-vcm) .gallery .thumbnail_arrow-prev {
    justify-self: center;
    align-self: start;
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .gallery .thumbnail_arrow-prev:hover {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@media screen and (min-width: 769px) {
  :where(.interview-vcm) .gallery .thumbnail_arrow-next {
    justify-self: center;
    align-self: end;
    transform: scale3d(1, -1, 1);
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .gallery .thumbnail_arrow-next:hover {
    transform: scale3d(1.1, -1.1, 1);
  }
}
@media screen and (min-width: 769px) {
  :where(.interview-vcm) .gallery .thumbnail_current {
    grid-column: 1/2;
    grid-row: 2/3;
    width: min(180px, 0.1285714286 * (100vw - var(--scrollBarWidth)));
    height: min(120px, 0.0857142857 * (100vw - var(--scrollBarWidth)));
    border: solid 1px #fff;
  }
  :where(.interview-vcm) .photograph_modal {
    left: calc(50% - min(498px, 0.3557142857 * (100vw - var(--scrollBarWidth))));
    width: 394px;
  }
  :where(.interview-vcm) .photograph_modal .photograph_modal_name {
    padding-block: 38px;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
  }
  :where(.interview-vcm) .photograph_modal .photograph_modal_image {
    height: 272px;
  }
  :where(.interview-vcm) .photograph_modal .photograph_modal_image > img {
    width: 275px;
  }
  :where(.interview-vcm) .photograph_modal .photograph_modal_description {
    padding: 35px 32px;
    font-size: 16px;
    line-height: 1.875;
  }
  :where(.interview-vcm) .photograph_modal .photograph_modal_close {
    height: 60px;
  }
  :where(.interview-vcm) .photograph_modal .photograph_modal_close::before, :where(.interview-vcm) .photograph_modal .photograph_modal_close::after {
    width: 38px;
    height: 1px;
  }
  :where(.interview-vcm) .interviewee {
    margin-top: 140px;
  }
  :where(.interview-vcm) .interviewee .interviewee_inner {
    max-width: 1100px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-row: auto auto;
    border-left: var(--defaultBorder);
    border-right: var(--defaultBorder);
  }
  :where(.interview-vcm) .interviewee .interviewee_image {
    width: 210px;
    margin-inline: unset;
  }
  :where(.interview-vcm) .interviewee .interviewee_detail {
    padding: 33px 52px 33px 46px;
    border-top: unset;
  }
  :where(.interview-vcm) .interviewee .interviewee_role {
    font-size: 15px;
    line-height: 1;
  }
  :where(.interview-vcm) .interviewee .interviewee_name {
    grid-template-columns: auto 1fr;
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin-top: 16px;
  }
  :where(.interview-vcm) .interviewee .interviewee_name-jp {
    font-size: 34px;
    line-height: 1;
  }
  :where(.interview-vcm) .interviewee .interviewee_name-en {
    font-size: 18px;
    line-height: 1;
  }
  :where(.interview-vcm) .interviewee .interviewee_profile {
    margin-top: 21px;
    font-size: 14px;
    line-height: 2;
  }
  :where(.interview-vcm) .interviewee .interviewee_credit {
    grid-column: 1/3;
    padding: 39px 52px 39px 256px;
    font-size: 14px;
    line-height: 2;
  }
  :where(.interview-vcm) .interviewee .interviewee_credit table {
    margin-top: 21px;
  }
  :where(.interview-vcm) .interviewee .interviewee_credit th {
    font-weight: 400;
  }
  :where(.interview-vcm) .interviewee .interviewee_credit td {
    text-indent: -1em;
    padding-left: 1em;
  }
  :where(.interview-vcm) .interviewee .interviewee_credit td::before {
    content: "：";
  }
  :where(.interview-vcm) .lens_group {
    position: relative;
    margin-top: 140px;
    border-bottom: var(--defaultBorder);
  }
  :where(.interview-vcm) .lens_group::before, :where(.interview-vcm) .lens_group::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #888888;
  }
  :where(.interview-vcm) .lens_group::before {
    top: 33.3%;
  }
  :where(.interview-vcm) .lens_group::after {
    bottom: 33.3%;
  }
  :where(.interview-vcm) .lens_group .lens_list {
    max-width: 1100px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-left: var(--defaultBorder);
    border-right: var(--defaultBorder);
  }
  :where(.interview-vcm) .lens_group .lens_item {
    row-gap: 12px;
    padding: min(55px, 0.0392857143 * (100vw - var(--scrollBarWidth))) min(74px, 0.0528571429 * (100vw - var(--scrollBarWidth))) min(44px, 0.0314285714 * (100vw - var(--scrollBarWidth))) min(54px, 0.0385714286 * (100vw - var(--scrollBarWidth)));
    border-bottom: unset;
  }
  :where(.interview-vcm) .lens_group .lens_item:nth-of-type(odd) {
    border-right: var(--defaultBorder);
  }
  :where(.interview-vcm) .lens_group .lens_name {
    font-size: 30px;
    line-height: 1.1333333333;
  }
  :where(.interview-vcm) .lens_group .lens_link {
    height: 28px;
    border-radius: 14px;
    transform: scale3d(1, 1, 1);
    filter: brightness(1);
    transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1), filter 0.2s cubic-bezier(0, 0, 0.58, 1);
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .lens_group .lens_link:hover {
    transform: scale3d(0.96, 0.96, 1);
    filter: brightness(0.8);
  }
}
@media screen and (min-width: 769px) {
  :where(.interview-vcm) .lens_group .lens_link-detail {
    padding-inline: 24px;
    font-size: 13px;
    line-height: 1;
  }
  :where(.interview-vcm) .lens_group .lens_link-online {
    -moz-column-gap: 4px;
         column-gap: 4px;
    margin-left: min(24px, 0.024 * (100vw - var(--scrollBarWidth)));
    padding-bottom: 4px;
    padding-inline: 12px;
    font-size: 14px;
    line-height: 1;
  }
  :where(.interview-vcm) .lens_group .lens_link-online::before {
    width: 15px;
    height: 14px;
  }
  :where(.interview-vcm) .lens_group .lens_image {
    margin-top: max(-20px, -0.0142857143 * (100vw - var(--scrollBarWidth)));
    margin-left: min(10px, 0.01 * (100vw - var(--scrollBarWidth)));
    width: min(69px, 0.069 * (100vw - var(--scrollBarWidth)));
  }
  :where(.interview-vcm) .banner_group {
    margin-top: 140px;
    border-top: var(--defaultBorder);
    border-bottom: var(--defaultBorder);
  }
  :where(.interview-vcm) .banner_group .banner_list {
    max-width: 1100px;
    margin-inline: auto;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: unset;
    padding-block: unset;
    border-bottom: unset;
    border-left: var(--defaultBorder);
    border-right: var(--defaultBorder);
  }
  :where(.interview-vcm) .banner_group .banner_item {
    padding-block: 54px;
    padding-inline: 15px;
  }
  :where(.interview-vcm) .banner_group .banner_item:nth-last-child(1) {
    border-left: var(--defaultBorder);
  }
  :where(.interview-vcm) .banner_group .banner_link {
    display: block;
    max-width: 485px;
    width: unset;
    margin-inline: auto;
    filter: brightness(1);
    transition: filter 0.2s cubic-bezier(0, 0, 0.58, 1);
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  :where(.interview-vcm) .banner_group .banner_link:hover {
    filter: brightness(0.7);
  }
}
@media screen and (min-width: 1051px) {
  :where(.interview-vcm) .artist .artist_tab_button .--custom {
    display: none;
  }
}
@media screen and (min-width: 1401px) {
  :where(.interview-vcm) .interview .interview_inner {
    max-width: 1400px;
    margin-inline: auto;
  }
  :where(.interview-vcm) .panel-tomitori .interview .interview_inner {
    grid-template-columns: 620px min(587px, 0.4192857143 * (100vw - var(--scrollBarWidth)));
    padding-left: 30px;
  }
  :where(.interview-vcm) .panel-ukawa .interview .interview_inner {
    grid-template-columns: min(587px, 0.4192857143 * (100vw - var(--scrollBarWidth))) 620px;
    padding-right: 30px;
  }
}

.site-footer {
  margin: 0 auto 0 !important;
}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}