@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap");
body.lock {
  overflow-y: hidden; }

.bizhubContents {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow: hidden;
  color: #1A1A1A;
  position: relative;
  transition: opacity 0.2s;
  transition-delay: 0.8s; }
  .bizhubContents.lock {
    opacity: 0; }
  .bizhubContents img {
    max-width: 100%; }
  .bizhubContents * {
    box-sizing: border-box; }

.to-top-btn {
  display: none !important; }

#bizhubProgress {
  width: 100%;
  height: 6px; }
  #bizhubProgress svg {
    position: absolute;
    height: 8px !important; }

body.menuLock {
  overflow-y: hidden; }
  body.menuLock .l-header {
    top: 0 !important; }
  body.menuLock .heroText.hidden {
    transform: none !important; }

.bizhubContents.iphone {
  position: relative; }
  .bizhubContents.iphone #km_Header {
    position: relative; }
  .bizhubContents.iphone .contentsArea {
    background: #fff;
    z-index: 85; }
  .bizhubContents.iphone .portraitVisual_container {
    z-index: 8; }
  .bizhubContents.iphone .heroArea {
    z-index: 8000;
    background: #fff; }
  .bizhubContents.iphone #km_Footer {
    position: relative;
    z-index: 8; }
  .bizhubContents.iphone .portraitVisual-01 {
    background: none; }
    @media screen and (max-width: 768px) {
      .bizhubContents.iphone .portraitVisual-01.iphone::after {
        content: '';
        position: fixed;
        top: 31%;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100vh;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("/jp-ja/design/gallery/concepts/bizhub_i-series/img/portrait_image-01.jpg"); } }
  .bizhubContents.iphone .portraitVisual-02 {
    background: none; }
    @media screen and (max-width: 768px) {
      .bizhubContents.iphone .portraitVisual-02.iphone::after {
        content: '';
        position: fixed;
        top: 31%;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100vh;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("/jp-ja/design/gallery/concepts/bizhub_i-series/img/portrait_image-02.jpg"); } }
  .bizhubContents.iphone .portraitVisual-03 {
    background: none; }
    @media screen and (max-width: 768px) {
      .bizhubContents.iphone .portraitVisual-03.iphone::after {
        content: '';
        position: fixed;
        top: 31%;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100vh;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("/jp-ja/design/gallery/concepts/bizhub_i-series/img/portrait_image-03.jpg"); } }

.bizhubContents .text {
  margin-top: 24px; }
.bizhubContents .scrollUrge {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 0;
  padding: 10px 10px 110px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr; }
  @media screen and (max-width: 768px) {
    .bizhubContents .scrollUrge {
      right: 0; } }
  .bizhubContents .scrollUrge::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    animation: scrollUrge 2s cubic-bezier(1, 0, 0, 1) infinite;
    background: #1A1A1A; }
@keyframes scrollUrge {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.bizhubContents .anchorList {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: right 1.2s;
  z-index: 80; }
  @media screen and (max-width: 768px) {
    .bizhubContents .anchorList {
      display: none; } }
  .bizhubContents .anchorList.hidden {
    right: -30px; }
  .bizhubContents .anchorList_item {
    padding-top: 8px;
    padding-bottom: 8px;
    list-style: none;
    cursor: pointer; }
    .bizhubContents .anchorList_item:first-child {
      margin-top: 0; }
    .bizhubContents .anchorList_itemLink {
      width: 12px;
      height: 12px;
      display: block;
      border-radius: 50%;
      border: 2px solid #707070;
      background: #fff;
      position: relative; }
      .bizhubContents .anchorList_itemLink.active {
        background: #000000;
        border-color: #000000; }
      .bizhubContents .anchorList_itemLink:hover {
        border-color: #000000; }
  .bizhubContents .anchorList_text {
    position: absolute;
    top: -10px;
    left: -165px;
    width: 195px;
    height: 28px;
    backdrop-filter: blur(8px);
    background-color: rgba(222, 222, 222, 0.7);
    font-size: 14px;
    align-items: center;
    padding-left: 8px;
    color: #1A1A1A;
    font-family: "EB Garamond", serif;
    z-index: -1;
    font-weight: 500;
    display: none;
    opacity: 0; }
@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .bizhubContents .anchorList_text.active {
      display: block;
      animation-name: show;
      animation-duration: 0.5s;
      animation-fill-mode: forwards; }
  .bizhubContents .anchorList_number {
    font-size: 10px;
    border-bottom: 1px solid #000;
    line-height: 1;
    padding-bottom: 2px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: 2px; }
.bizhubContents .anchorMap {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: left 1.2s;
  z-index: 80; }
  @media screen and (max-width: 768px) {
    .bizhubContents .anchorMap {
      display: none; } }
  .bizhubContents .anchorMap.hidden {
    left: -50px; }
  .bizhubContents .anchorMap_item {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-size: 14px;
    list-style: none;
    writing-mode: vertical-lr;
    display: none;
    opacity: 0; }
    .bizhubContents .anchorMap_item.active {
      display: block;
      animation-name: show;
      animation-duration: 1.4s;
      animation-fill-mode: forwards; }
  .bizhubContents .anchorMap_number {
    font-size: 10px;
    border-left: 1px solid #000;
    padding-left: 1px;
    vertical-align: -1px;
    margin-bottom: 5px; }

.bizhubContents .hero {
  margin-left: calc(50% - 50vw );
  width: 100vw;
  overflow: hidden;
  margin: auto 0; }
  .bizhubContents .heroArea {
    position: relative;
    max-width: 1440px;
    margin: 0 auto; }
  .bizhubContents .heroLead {
    position: absolute;
    top: 26.7%;
    right: 11.5%; }
    .bizhubContents .heroLead.onAnime {
      opacity: 0;
      animation: heroAnime 2s ease 2s forwards; }
    @media screen and (min-width: 1366px) {
      .bizhubContents .heroLead {
        left: 684px;
        right: auto; } }
    @media screen and (max-width: 768px) {
      .bizhubContents .heroLead {
        position: relative;
        top: auto;
        right: auto;
        width: 67vw;
        padding: 32px 24px 72px;
        background: #fff; }
        .bizhubContents .heroLead img {
          width: 100%;
          max-width: none9; } }
  .bizhubContents .heroImage {
    max-width: 1440px;
    margin: 0 auto; }
    .bizhubContents .heroImage.onAnime {
      opacity: 0;
      animation: heroAnime 2s ease 4s forwards; }
  .bizhubContents .heroText {
    position: absolute;
    top: 8px;
    left: 24px;
    z-index: 5;
    transform: translateY(0);
    transition: transform 0.6s;
    transition-delay: 0.3s; }
    @media screen and (max-width: 768px) {
      .bizhubContents .heroText.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 8000; } }
    .bizhubContents .heroText.hidden {
      transform: translateY(calc(-100% - 45px));
      transition: transform 0.6s; }
    @media screen and (max-width: 768px) {
      .bizhubContents .heroText {
        top: 0;
        left: 0;
        width: 100%;
        background: #EEEEEE;
        padding-top: 5px;
        padding-bottom: 8px;
        text-align: center;
        cursor: pointer;
        position: relative; } }
    .bizhubContents .heroText.onAnime {
      opacity: 0;
      animation: heroFade 2s ease forwards; }
    .bizhubContents .heroText_inner {
      font-family: "EB Garamond", serif;
      font-size: 14px;
      position: relative;
      padding-right: 16px;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        .bizhubContents .heroText_inner::before {
          position: absolute;
          content: '';
          width: 7px;
          height: 7px;
          border-right: 2px solid #000;
          border-bottom: 2px solid #000;
          top: 48%;
          right: 0px;
          transform: translateY(-60%) rotate(45deg); }
        .bizhubContents .heroText_inner.active::before {
          transform: translateY(-10%) rotate(-135deg); } }
@keyframes heroAnime {
  0% {
    filter: blur(8px);
    opacity: 0; }
  15% {
    filter: blur(8px);
    opacity: 1; }
  100% {
    filter: blur(0px);
    opacity: 1; } }
@keyframes heroFade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.bizhubContents .spMenu {
  display: none;
  padding-left: 24px;
  padding-right: 24px;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 154px;
  left: 0;
  z-index: 900; }
  .bizhubContents .spMenu.fixed {
    top: 49px; }
  .bizhubContents .spMenu::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(222, 222, 222, 0.8);
    backdrop-filter: blur(8px);
    z-index: -1; }
  @media screen and (max-width: 768px) {
    .bizhubContents .spMenu.active {
      display: block; } }
  .bizhubContents .spMenu_container {
    margin-top: 38px; }
  .bizhubContents .spMenu_item {
    margin-top: 34px;
    list-style-type: none; }
  .bizhubContents .spMenu_link {
    font-size: 24px;
    font-family: "EB Garamond", serif;
    color: #000;
    text-decoration: none;
    display: block;
    font-weight: normal;
    line-height: 1.5; }
    .bizhubContents .spMenu_linkNumber {
      font-size: 14px;
      padding-bottom: 2px;
      border-bottom: 1px solid #000;
      vertical-align: 2px;
      margin-right: 16px;
      display: inline-block; }

.bizhubContents .sp-only {
  display: none; }
  @media screen and (max-width: 768px) {
    .bizhubContents .sp-only {
      display: block; } }
@media screen and (max-width: 768px) {
  .bizhubContents .pc-only {
    display: none; } }
.bizhubContents .contentsArea {
  position: relative; }
.bizhubContents .contents-section01 {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px; }
  @media screen and (max-width: 768px) {
    .bizhubContents .contents-section01 {
      padding-top: 76px;
      padding-bottom: 76px; } }
  .bizhubContents .contents-section01_container {
    max-width: 1230px;
    margin: 0 auto; }
.bizhubContents .contents-section02 {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px; }
  @media screen and (max-width: 768px) {
    .bizhubContents .contents-section02 {
      padding-top: 76px;
      padding-bottom: 76px; } }
  .bizhubContents .contents-section02_container {
    max-width: 1230px;
    margin: 0 auto; }
.bizhubContents .contents-section03 {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px; }
  @media screen and (max-width: 768px) {
    .bizhubContents .contents-section03 {
      padding-top: 76px;
      padding-bottom: 76px; } }
  .bizhubContents .contents-section03_container {
    max-width: 1230px;
    margin: 0 auto; }
.bizhubContents .contents-section04 {
  padding-top: 114px;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px;
  background: #F5F5F5; }
  @media screen and (max-width: 768px) {
    .bizhubContents .contents-section04 {
      padding-top: 76px;
      padding-bottom: 76px; } }
  .bizhubContents .contents-section04_container {
    max-width: 1230px;
    margin: 0 auto; }
.bizhubContents .contents-section05 {
  padding-top: 114px;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px; }
  @media screen and (max-width: 768px) {
    .bizhubContents .contents-section05 {
      padding-top: 76px;
      padding-bottom: 76px; } }
  .bizhubContents .contents-section05_container {
    max-width: 1230px;
    margin: 0 auto; }
.bizhubContents .detail {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 100px;
  opacity: 0;
  transform: translateY(30%);
  display: flex; }
  .bizhubContents .detail.motion {
    animation-name: textFade;
    animation-delay: 0;
    animation-duration: 1.2s;
    animation-fill-mode: forwards; }
@keyframes textFade {
  0% {
    opacity: 0;
    transform: translateY(30%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
  @media screen and (max-width: 768px) {
    .bizhubContents .detail {
      margin-top: 75px; } }
  .bizhubContents .detail:first-child {
    margin-top: 0; }
  @media screen and (max-width: 768px) {
    .bizhubContents .detail {
      flex-wrap: wrap; } }
  .bizhubContents .detail-reverse {
    flex-direction: row-reverse; }
  .bizhubContents .detail_item {
    padding-right: 12px;
    padding-left: 12px; }
    .bizhubContents .detail_item-3 {
      width: 38.0225080386%; }
      @media screen and (max-width: 768px) {
        .bizhubContents .detail_item-3 {
          width: 100%; } }
    .bizhubContents .detail_item-7 {
      width: 58.8424437299%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .bizhubContents .detail_item-7 {
          width: 100%; } }
    .bizhubContents .detail_item-center {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .bizhubContents .detail_item-center {
          display: block; } }
    .bizhubContents .detail_item-end {
      justify-content: flex-end; }
  .bizhubContents .detail_box {
    max-width: 384px; }
    @media screen and (max-width: 768px) {
      .bizhubContents .detail_box {
        margin: 0 auto; } }
  .bizhubContents .detail_lead {
    font-size: 30px;
    font-family: "Yu Mincho", "YuMincho", serif;
    line-height: 1.7;
    color: #252525; }
    @media screen and (max-width: 768px) {
      .bizhubContents .detail_lead {
        font-size: 28px;
        margin-top: 26px; } }
  .bizhubContents .detail_text {
    font-size: 16px;
    font-family: "Yu Mincho", "YuMincho", serif;
    line-height: 2;
    color: #252525;
    margin-top: 15px; }
  .bizhubContents .detail_imgCaption {
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
    font-family: "Yu Mincho", "YuMincho", serif; }
    @media screen and (max-width: 768px) {
      .bizhubContents .detail_imgCaption {
        margin-top: 4px; } }
  .bizhubContents .detail_link {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 16px;
    display: inline-block;
    padding-right: 32px;
    position: relative;
    text-decoration: none;
    color: #252525;
    transition: color 0.4s; }
    .bizhubContents .detail_link::before {
      position: absolute;
      content: '';
      width: 24px;
      height: 24px;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      background: url("/jp-ja/design/gallery/concepts/bizhub_i-series/img/icon_blank.svg"); }
    .bizhubContents .detail_link:hover {
      color: #666666;
      transition: color 0.4s; }
  .bizhubContents .detail_linkWrap {
    margin-top: 10px; }
    .bizhubContents .detail_linkWrap-first {
      margin-top: 32px; }
  .bizhubContents .detail_note {
    margin-top: 58px;
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    position: relative; }
  .bizhubContents .detail_sliderBtn {
    position: absolute;
    right: calc(50% - 8px);
    transform: translateX(50%);
    bottom: 24px;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .bizhubContents .detail_sliderBtn {
        display: none; } }
    .bizhubContents .detail_sliderBtn::before {
      position: absolute;
      content: '';
      top: 0px;
      left: 0;
      width: 24px;
      height: 24px;
      background: url("/jp-ja/design/gallery/concepts/bizhub_i-series/img/ico_stop.svg"); }
    .bizhubContents .detail_sliderBtn:hover::before {
      background: url("/jp-ja/design/gallery/concepts/bizhub_i-series/img/ico_stop_hover.svg"); }
    .bizhubContents .detail_sliderBtn.stop::before {
      background: url("/jp-ja/design/gallery/concepts/bizhub_i-series/img/ico_play.svg"); }
      @media screen and (max-width: 768px) {
        .bizhubContents .detail_sliderBtn.stop::before {
          background: none; } }
    .bizhubContents .detail_sliderBtn.stop:hover::before {
      background: url("/jp-ja/design/gallery/concepts/bizhub_i-series/img/ico_play_hover.svg"); }
      @media screen and (max-width: 768px) {
        .bizhubContents .detail_sliderBtn.stop:hover::before {
          background: none; } }
  .bizhubContents .detail .slick-arrow {
    display: none !important; }
  .bizhubContents .detail .slide-dots {
    display: flex;
    justify-content: center;
    margin-right: 40px;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .bizhubContents .detail .slide-dots {
        margin-top: 14px;
        margin-right: 0; } }
    .bizhubContents .detail .slide-dots li {
      list-style: none;
      padding-left: 6px;
      padding-right: 6px; }
      @media screen and (max-width: 768px) {
        .bizhubContents .detail .slide-dots li {
          padding-right: 10px;
          padding-left: 10px; } }
      .bizhubContents .detail .slide-dots li.slick-active button::before {
        background: #000000;
        border-color: #000; }
      .bizhubContents .detail .slide-dots li button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        text-indent: -9999px;
        position: relative;
        width: 12px;
        height: 12px; }
        @media screen and (max-width: 768px) {
          .bizhubContents .detail .slide-dots li button {
            width: 8px;
            height: 8px; } }
        .bizhubContents .detail .slide-dots li button::before {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          text-decoration: 0;
          width: 8px;
          height: 8px;
          background: #fff;
          border: 2px solid #707070;
          border-radius: 50%; }
          @media screen and (max-width: 768px) {
            .bizhubContents .detail .slide-dots li button::before {
              width: 6px;
              height: 6px; } }
        .bizhubContents .detail .slide-dots li button:hover::before {
          border: 2px solid #000000; }
.bizhubContents .summery_container {
  max-width: 768px;
  margin: 0 auto; }
.bizhubContents .summery_lead {
  font-size: 36px;
  font-family: "Cormorant Garamond", serif; }
.bizhubContents .summery_text {
  margin-top: 12px;
  line-height: 2;
  font-size: 22px;
  font-family: "Yu Mincho", "YuMincho", serif; }
  @media screen and (max-width: 768px) {
    .bizhubContents .summery_text {
      font-size: 18px; } }
  .bizhubContents .summery_text-mt80 {
    margin-top: 57px; }
.bizhubContents .summery_thumbnail {
  margin-top: 71px; }
.bizhubContents .awards {
  max-width: 768px;
  margin: 0 auto; }
  .bizhubContents .awards_head {
    font-size: 32px;
    font-family: "Cormorant Garamond", serif;
    font-weight: normal; }
  .bizhubContents .awards_description {
    font-size: 16px;
    margin-top: 26px;
    font-family: "Yu Mincho", "YuMincho", serif; }
.bizhubContents .productList {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .bizhubContents .productList {
      margin-left: -24px;
      margin-right: -24px; } }
  .bizhubContents .productList_item {
    padding-right: 24px;
    padding-left: 24px;
    width: 50%;
    list-style: none;
    margin-bottom: 100px; }
    .bizhubContents .productList_item:first-child {
      position: relative; }
      .bizhubContents .productList_item:first-child::before {
        position: absolute;
        content: '';
        width: calc(100% - 24px);
        height: 1px;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        background: #ccc; }
        @media screen and (max-width: 768px) {
          .bizhubContents .productList_item:first-child::before {
            width: calc(100% - 48px); } }
    .bizhubContents .productList_item:nth-child(2) {
      position: relative; }
      .bizhubContents .productList_item:nth-child(2)::before {
        position: absolute;
        content: '';
        width: calc(100% - 24px);
        height: 1px;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        background: #ccc; }
        @media screen and (max-width: 768px) {
          .bizhubContents .productList_item:nth-child(2)::before {
            width: calc(100% - 48px); } }
    @media screen and (max-width: 768px) {
      .bizhubContents .productList_item {
        width: 100%;
        margin-top: 56px;
        margin-bottom: 56px;
        padding-right: 24px;
        padding-left: 24px; }
        .bizhubContents .productList_item:nth-child(1) {
          position: relative; }
          .bizhubContents .productList_item:nth-child(1)::before {
            position: absolute;
            content: '';
            height: 1px;
            left: 50%;
            bottom: -56px;
            transform: translateX(-50%);
            background: #ccc; }
        .bizhubContents .productList_item:nth-child(2) {
          position: relative; }
          .bizhubContents .productList_item:nth-child(2)::before {
            position: absolute;
            content: '';
            height: 1px;
            bottom: -56px;
            left: 50%;
            transform: translateX(-50%);
            background: #ccc; }
        .bizhubContents .productList_item:nth-child(3) {
          position: relative; }
          .bizhubContents .productList_item:nth-child(3)::before {
            position: absolute;
            content: '';
            height: 1px;
            bottom: -56px;
            left: 50%;
            transform: translateX(-50%);
            background: #ccc; } }
  .bizhubContents .productList_img {
    text-align: center; }
  .bizhubContents .productList_awards {
    text-align: center;
    padding-right: 41px;
    padding-left: 41px;
    margin-top: 24px; }
    @media screen and (max-width: 768px) {
      .bizhubContents .productList_awards {
        margin-top: 16px; } }
  .bizhubContents .productList_category {
    margin-top: 8px;
    font-size: 14px;
    font-family: "Yu Mincho", "YuMincho", serif; }
  .bizhubContents .productList_name {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Yu Mincho", "YuMincho", serif; }
  .bizhubContents .productList_linkList {
    margin-top: 24px; }
  .bizhubContents .productList_linkItem {
    margin-top: 14px;
    list-style-type: none; }
  .bizhubContents .productList_linkText {
    font-size: 16px;
    color: #1A1A1A;
    position: relative;
    text-decoration: none;
    padding-right: 32px;
    font-family: "Yu Mincho", "YuMincho", serif;
    transition: color 0.4s; }
    .bizhubContents .productList_linkText::before {
      position: absolute;
      top: 50%;
      right: 0;
      width: 24px;
      height: 24px;
      content: '';
      transform: translateY(-50%);
      background: url("/jp-ja/design/gallery/concepts/bizhub_i-series/img/icon_blank.svg"); }
    .bizhubContents .productList_linkText:hover {
      color: #666666;
      transition: color 0.4s; }
  .bizhubContents .productList_button {
    margin-top: 23px; }
    @media screen and (max-width: 768px) {
      .bizhubContents .productList_button {
        margin-top: 16px; } }
    .bizhubContents .productList_buttonLink {
      width: 100%;
      height: 84px;
      display: flex;
      align-items: center;
      padding-left: 16px;
      padding-right: 36px;
      background: rgba(230, 230, 230, 0.5);
      text-decoration: none;
      color: #000 !important;
      font-size: 18px;
      position: relative;
      line-height: 1.3;
      font-family: "Yu Mincho", "YuMincho", serif;
      transition: background-color 0.3s;
      border-radius: 4px; }
      .bizhubContents .productList_buttonLink:hover {
        background: #E0E0E0;
        transition: background-color 0.3s; }
      .bizhubContents .productList_buttonLink::before {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        right: 16px;
        top: 50%;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: translateY(-50%) rotate(-45deg); }

.bizhubContents .portraitVisual {
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100vh;
  background-color: #fff;
  position: relative; }
  @media screen and (max-width: 768px) {
    .bizhubContents .portraitVisual {
      padding-top: 72.25%;
      background-position: center; } }
  .bizhubContents .portraitVisual::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .bizhubContents .portraitVisual-01 {
    background-image: url("/jp-ja/design/gallery/concepts/bizhub_i-series/img/portrait_image-01.jpg"); }
  .bizhubContents .portraitVisual-02 {
    background-image: url("/jp-ja/design/gallery/concepts/bizhub_i-series/img/portrait_image-02.jpg"); }
  .bizhubContents .portraitVisual-03 {
    background-image: url("/jp-ja/design/gallery/concepts/bizhub_i-series/img/portrait_image-03.jpg"); }
  .bizhubContents .portraitVisual_container {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .bizhubContents .portraitVisual_container {
        padding-left: 24px;
        position: relative;
        display: block;
        width: auto;
        height: auto; } }
  .bizhubContents .portraitVisual_lead {
    width: 100%;
    max-width: 768px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .bizhubContents .portraitVisual_lead {
        padding-bottom: 74px; } }
  .bizhubContents .portraitVisual_number {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    line-height: 1;
    padding-bottom: 2px;
    margin-bottom: 8px; }
    @media screen and (max-width: 768px) {
      .bizhubContents .portraitVisual_number {
        margin-left: 3px;
        margin-bottom: 10px; } }
  .bizhubContents .portraitVisual_sentence {
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .bizhubContents .portraitVisual_sentence img {
      position: relative;
      transform: translateY(100%); }
@keyframes wordAnime {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0%); } }
    .bizhubContents .portraitVisual_sentence-word01-01 {
      height: 56px; }
      @media screen and (max-width: 768px) {
        .bizhubContents .portraitVisual_sentence-word01-01 {
          height: 38px; } }
    .bizhubContents .portraitVisual_sentence-word01-02 {
      height: 52px;
      padding-left: 15px;
      vertical-align: -21px; }
      @media screen and (max-width: 768px) {
        .bizhubContents .portraitVisual_sentence-word01-02 {
          vertical-align: -13px;
          height: 35px; } }
    .bizhubContents .portraitVisual_sentence-word01-03 {
      height: 56px;
      padding-left: 19px; }
      @media screen and (max-width: 768px) {
        .bizhubContents .portraitVisual_sentence-word01-03 {
          padding-left: 0;
          height: 38px; } }
    .bizhubContents .portraitVisual_sentence-word01-04 {
      height: 76px;
      padding-left: 21px;
      vertical-align: -23px; }
      @media screen and (max-width: 768px) {
        .bizhubContents .portraitVisual_sentence-word01-04 {
          height: 52px;
          padding-left: 14px;
          vertical-align: -15px; } }
    .bizhubContents .portraitVisual_sentence-word01-01 img.motion {
      animation: wordAnime 0.8s ease-out 0s forwards; }
    .bizhubContents .portraitVisual_sentence-word01-02 img.motion {
      animation: wordAnime 0.8s ease-out 0.3s forwards; }
    .bizhubContents .portraitVisual_sentence-word01-03 img.motion {
      animation: wordAnime 0.8s ease-out 0.6s forwards; }
    .bizhubContents .portraitVisual_sentence-word01-04 img.motion {
      animation: wordAnime 0.8s ease-out 0.9s forwards; }
    .bizhubContents .portraitVisual_sentence-word02-01 {
      height: 77px; }
      @media screen and (max-width: 768px) {
        .bizhubContents .portraitVisual_sentence-word02-01 {
          height: 52px; } }
    .bizhubContents .portraitVisual_sentence-word02-02 {
      padding-left: 22px;
      height: 68px; }
      @media screen and (max-width: 768px) {
        .bizhubContents .portraitVisual_sentence-word02-02 {
          padding-left: 0;
          height: 47px; } }
    .bizhubContents .portraitVisual_sentence-word02-01 img.motion {
      animation: wordAnime 0.8s ease-out 0s forwards; }
    .bizhubContents .portraitVisual_sentence-word02-02 img.motion {
      animation: wordAnime 0.8s ease-out 0.3s forwards; }
    .bizhubContents .portraitVisual_sentence-word03-01 {
      height: 56px; }
      @media screen and (max-width: 768px) {
        .bizhubContents .portraitVisual_sentence-word03-01 {
          height: 38px;
          vertical-align: 8px; } }
    .bizhubContents .portraitVisual_sentence-word03-02 {
      height: 69px;
      padding-left: 24px;
      vertical-align: -20px; }
      @media screen and (max-width: 768px) {
        .bizhubContents .portraitVisual_sentence-word03-02 {
          height: 47px;
          padding-left: 0; } }
    .bizhubContents .portraitVisual_sentence-word03-01 img.motion {
      animation: wordAnime 0.8s ease-out 0s forwards; }
    .bizhubContents .portraitVisual_sentence-word03-02 img.motion {
      animation: wordAnime 0.8s ease-out 0.3s forwards; }
.bizhubContents .poem {
  padding: 112px 24px;
  background-color: #F5F5F5; }
  .bizhubContents .poem .motion.fadeText01 {
    animation-name: textFade;
    animation-delay: 0s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards; }
  .bizhubContents .poem .motion.fadeText02 {
    animation-name: textFade;
    animation-delay: 0.8s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards; }
  .bizhubContents .poem .motion.fadeText03 {
    animation-name: textFade;
    animation-delay: 1.6s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards; }
  .bizhubContents .poem .motion.fadeText04 {
    animation-name: textFade;
    animation-delay: 2.4s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards; }
  .bizhubContents .poem .motion.fadeText05 {
    animation-name: textFade;
    animation-delay: 3.2s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards; }
  .bizhubContents .poem .motion.fadeText06 {
    animation-name: textFade;
    animation-delay: 4s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards; }
  .bizhubContents .poem-blur {
    position: relative;
    background-color: initial;
    z-index: 8; }
    @media screen and (min-width: 1100px) {
      .bizhubContents .poem-blur {
        height: 100vh; } }
    .bizhubContents .poem-blur::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      backdrop-filter: blur(8px);
      background-color: rgba(255, 255, 255, 0.7);
      z-index: -1; }
  @media screen and (max-width: 768px) {
    .bizhubContents .poem {
      padding: 72px 24px; } }
  .bizhubContents .poemArea {
    max-width: 768px;
    margin: 0 auto; }
    @media screen and (min-width: 1100px) {
      .bizhubContents .poemArea-center {
        position: relative;
        transform: translateY(-50%);
        top: 50%; } }
    .bizhubContents .poemArea_text {
      font-size: 22px;
      line-height: 2;
      margin-top: 16px;
      color: #1A1A1A;
      font-family: "Yu Mincho", "YuMincho", serif;
      opacity: 0;
      position: relative;
      transform: translateY(30%); }
      .bizhubContents .poemArea_text:first-child {
        margin-top: 0; }
      @media screen and (max-width: 768px) {
        .bizhubContents .poemArea_text {
          font-size: 18px;
          margin-top: 11px; } }
@keyframes textFade {
  0% {
    opacity: 0;
    transform: translateY(30%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
    .bizhubContents .poemArea_button {
      margin-top: 56px;
      position: relative;
      opacity: 0;
      transform: translateY(30%); }
      @media screen and (max-width: 768px) {
        .bizhubContents .poemArea_button {
          margin-top: 39px; } }
      .bizhubContents .poemArea_buttonLink {
        position: relative;
        display: inline-block;
        width: 340px;
        font-size: 16px;
        color: #1A1A1A;
        padding-top: 12px;
        padding-bottom: 9px;
        padding-left: 32px;
        background: #fff;
        border-radius: 4px;
        font-family: "Yu Mincho", "YuMincho", serif;
        text-decoration: none;
        transition: background-color 0.3s; }
        .bizhubContents .poemArea_buttonLink:hover {
          background: #E0E0E0;
          transition: background-color 0.3s; }
        @media screen and (max-width: 768px) {
          .bizhubContents .poemArea_buttonLink {
            width: 304px; } }
        .bizhubContents .poemArea_buttonLink::before {
          position: absolute;
          content: '';
          width: 24px;
          height: 24px;
          top: 50%;
          right: 24px;
          transform: translateY(-50%);
          background: url("/jp-ja/design/gallery/concepts/bizhub_i-series/img/icon_blank.svg"); }
