﻿/* =============================================== */
/* webfont */
/* =============================================== */
@media only screen and (max-width: 768px) {
  .scr_wide {
    display: none !important; } }

@media only screen and (min-width: 769px) {
  .scr_narrow {
    display: none !important; } }

/* =============================================== */
/* body */
/* =============================================== */
body {
  position: relative;
  height: auto; }

/*===============================================*/
/* modal */
/*===============================================*/
#esc_modal, #esfb_modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #esc_modal.over, #esfb_modal.over {
    display: block; }
  #esc_modal a, #esfb_modal a {
    text-decoration: none;
    color: inherit; }
  .notTouch #esc_modal a:hover, .notTouch #esfb_modal a:hover {
    opacity: 0.8; }
  #esc_modal .modal_overlay, #esfb_modal .modal_overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  #esc_modal .modal_base, #esfb_modal .modal_base {
    background: #fff;
    width: 100%;
    max-width: 1124px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    position: relative; }
  #esc_modal .modal_close, #esfb_modal .modal_close {
    width: 40px;
    height: 40px;
    background: url("/-/Media/Ricoh/Sites/co_jp/solutions/event_solution/img/modal_close.svg") 50% 50% no-repeat #000;
    background-size: 14px auto;
    cursor: pointer;
    margin-left: auto;
    margin-right: 0; }
    .notTouch #esc_modal .modal_close:hover, .notTouch #esfb_modal .modal_close:hover {
      opacity: 0.8; }
  #esc_modal .slide_list, #esfb_modal .slide_list {
    padding-top: 56.25%;
    position: relative; }
  #esc_modal .slide_item, #esfb_modal .slide_item {
    width: 100%;
    position: absolute;
    top: 0; }
  #esc_modal .slide_item, #esfb_modal .slide_item {
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s, visibility 0.3s step-end, z-index 0.3s step-end; }
  #esc_modal .slide_item.current, #esfb_modal .slide_item.current {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition: opacity 0.3s, visibility 0s, z-index 0s; }
  #esc_modal .photo, #esfb_modal .photo {
    width: 100%;
    padding-top: 56.25%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f2f2f2;
    position: relative; }
  #esc_modal .movie_cover, #esfb_modal .movie_cover {
    background-size: calc(100% + 2px) auto;
    background-position: 50% 50%;
    position: relative; }
  #esc_modal .movie_area, #esfb_modal .movie_area {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
  #esc_modal .yt_player, #esfb_modal .yt_player {
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px; }
  #esc_modal .movie_area_fb, #esfb_modal .movie_area_fb {
    background-size: calc(100% + 2px) auto;
    background-position: 50% 50%;
    background-color: #f2f2f2;
    width: 100%;
    padding-top: 56.4272727%;
    position: relative; }
    #esc_modal .movie_area_fb:before, #esfb_modal .movie_area_fb:before {
      content: '';
      display: block;
      width: 28px;
      height: 28px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border-radius: 100%;
      box-sizing: border-box;
      border-top: 4px solid #000;
      border-bottom: 4px solid #fff;
      border-left: 4px solid #000;
      border-right: 4px solid #fff;
      opacity: 0.8;
      animation: movie_spinner_rotate 0.6s linear infinite; }
@keyframes movie_spinner_rotate {
  0% {
    transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(0deg); } }
  #esc_modal .fb_video_iframe, #esfb_modal .fb_video_iframe {
    display: block;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    overflow: hidden; }
  #esc_modal .thumb_list, #esfb_modal .thumb_list {
    display: flex;
    margin-top: 0.5%; }
  #esc_modal .thumb_item, #esc_modal .thumb_item_empty, #esfb_modal .thumb_item, #esfb_modal .thumb_item_empty {
    width: 24.625%;
    margin-right: 0.5%; }
    #esc_modal .thumb_item:last-child, #esc_modal .thumb_item_empty:last-child, #esfb_modal .thumb_item:last-child, #esfb_modal .thumb_item_empty:last-child {
      margin-right: 0; }
  #esc_modal .thumb_item.current .thumb, #esfb_modal .thumb_item.current .thumb {
    opacity: 0.5; }
  #esc_modal .thumb, #esfb_modal .thumb {
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-size: 102% auto;
    background-position: 49% 49%;
    cursor: pointer; }
  #esc_modal .thumb_item_empty, #esfb_modal .thumb_item_empty {
    background: #e5e5e5;
    pointer-events: none; }
  #esc_modal .title, #esfb_modal .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.25; }
  #esc_modal .client, #esfb_modal .client {
    font-size: 14px;
    margin-top: 0.2em; }
  #esc_modal .detail_group, #esfb_modal .detail_group {
    display: flex;
    align-items: center;
    margin-top: 35px; }
  #esc_modal .category, #esfb_modal .category {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    box-sizing: border-box;
    height: 20px;
    padding: 0 1em;
    background: #666;
    color: #fff; }
  #esc_modal .schedule, #esfb_modal .schedule {
    font-size: 12px;
    margin-left: 1em; }
  #esc_modal .bodycopy, #esfb_modal .bodycopy {
    font-size: 14px;
    line-height: 1.82;
    margin-top: 0.7em;
    white-space: pre-line; }
  #esc_modal .article_link, #esfb_modal .article_link {
    display: inline-block;
    font-size: 10px;
    color: #999;
    background: url(/-/Media/Ricoh/Sites/co_jp/solutions/event_solution/img/esc_modal_link_arrow.svg) right top 50% no-repeat;
    background-size: auto 14px;
    height: 14px;
    padding-right: 15px; }
  #esc_modal .article_link.type_newwindow, #esfb_modal .article_link.type_newwindow {
    background: url(/-/Media/Ricoh/Sites/co_jp/solutions/event_solution/img/esc_modal_link_newwindow.svg) left top 50% no-repeat;
    padding-left: 20px;
    padding-right: 0; }
  #esc_modal .products_list, #esfb_modal .products_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #esc_modal .products_link, #esfb_modal .products_link {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 0 10px;
    font-size: 12px;
    background: url(/-/Media/Ricoh/Sites/co_jp/solutions/event_solution/img/esc_modal_link_arrow.svg) right 5px top 50% no-repeat;
    background-size: auto 11px;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    padding: 5px 15px 5px 5px;
    width: 49.5%;
    margin-top: 1%; }
    .notTouch #esc_modal .products_link:hover, .notTouch #esfb_modal .products_link:hover {
      opacity: 0.8; }
  #esc_modal .products_link.type_newwindow, #esfb_modal .products_link.type_newwindow {
    background-image: url(/-/Media/Ricoh/Sites/co_jp/solutions/event_solution/img/esc_modal_link_newwindow.svg); }
  @media only screen and (min-width: 769px) {
    #esc_modal .modal_base, #esfb_modal .modal_base {
      width: 98%; }
    #esc_modal .modal_contents, #esfb_modal .modal_contents {
      display: flex;
      justify-content: space-between;
      padding: 40px 80px 80px; }
    #esc_modal .left_group, #esfb_modal .left_group {
      width: 48%; }
    #esc_modal .right_group, #esfb_modal .right_group {
      width: 48%; }
    #esc_modal .article_link_wrap, #esfb_modal .article_link_wrap {
      text-align: right; }
    #esc_modal .products_list, #esfb_modal .products_list {
      margin-top: 18px; } }
  @media only screen and (max-width: 768px) {
    #esc_modal .modal_head, #esfb_modal .modal_head {
      box-sizing: border-box;
      padding: 20px; }
    #esc_modal .modal_contents, #esfb_modal .modal_contents {
      padding: 0 20px 60px; }
    #esc_modal .right_group, #esfb_modal .right_group {
      margin-top: 40px; }
    #esc_modal .article_link_wrap, #esfb_modal .article_link_wrap {
      margin-top: 10px; }
    #esc_modal .products_list, #esfb_modal .products_list {
      margin-top: 30px; } }

#esc_modal, #esfb_modal {
  visibility: hidden;
  opacity: 0;
  z-index: -10000;
  transition: opacity 0.3s linear, visibility 0.3s step-end, z-index 0.3s step-end; }
  #esc_modal .modal_base, #esfb_modal .modal_base {
    opacity: 0;
    transform: scale(0.92);
    transition: 0.3s;
    transition-property: opacity, transform; }

#esc_modal.show, #esfb_modal.show {
  visibility: visible;
  opacity: 1;
  z-index: 10000;
  transition: opacity 0.3s linear; }
  #esc_modal.show .modal_base.ready, #esfb_modal.show .modal_base.ready {
    opacity: 1;
    transform: scale(1);
    transition: 0.4s 0.2s;
    transition-property: opacity, transform; }

#esc_modal .movie_area, #esfb_modal .movie_area {
  display: none; }
#esc_modal .movie_area.movie_ready, #esfb_modal .movie_area.movie_ready {
  display: block; }
#esc_modal .movie_cover:before, #esfb_modal .movie_cover:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  box-sizing: border-box;
  border-top: 4px solid #000;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #000;
  border-right: 4px solid #fff;
  opacity: 0.8;
  animation: movie_spinner_rotate 0.6s linear infinite; }
@keyframes movie_spinner_rotate {
  0% {
    transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(0deg); } }
#esc_modal .movie_cover:after, #esfb_modal .movie_cover:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/-/Media/Ricoh/Sites/co_jp/solutions/event_solution/img/movie_play.svg) 50% 50% no-repeat;
  background-size: 16.4% auto;
  opacity: 0; }
#esc_modal .movie_cover.ready, #esfb_modal .movie_cover.ready {
  cursor: pointer; }
  #esc_modal .movie_cover.ready:before, #esfb_modal .movie_cover.ready:before {
    opacity: 0;
    transition: opacity 0.3s; }
  #esc_modal .movie_cover.ready:after, #esfb_modal .movie_cover.ready:after {
    opacity: 1;
    transition: opacity 0.3s; }
#esc_modal .movie_cover.played, #esfb_modal .movie_cover.played {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0.2s, visibility 0.5s step-end; }
  #esc_modal .movie_cover.played:after, #esfb_modal .movie_cover.played:after {
    transform: scale(1.2);
    opacity: 0;
    transition: 0.3s;
    transition-property: opacity, transform; }

/*# sourceMappingURL=esc_modal.css.map */