/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

#main_wrap.top-mv #main {
  height: auto;
  padding: 0;
}
#main_wrap.top-mv #main .inner {
  height: auto;
}
#main_wrap.top-mv #sliderMain li img {
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mv__heading-main {
  display: block;
  text-shadow: none;
  letter-spacing: 0;
}

.top-mv__heading-sub {
  display: block;
  text-shadow: none;
  letter-spacing: 0.15em;
}

.top-mv__point-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (-webkit-min-content)[3];
  -ms-grid-columns: (min-content)[3];
  grid-template-columns: repeat(3, -webkit-min-content);
  grid-template-columns: repeat(3, min-content);
}
.top-mv__point-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.top-mv__point-list-icon {
  -o-object-fit: contain;
     object-fit: contain;
}
#main_wrap #main .inner .top-mv__point-list-text {
  margin-top: 4px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  text-align: center;
  text-shadow: none;
  letter-spacing: 0;
}
#main_wrap #main .inner .top-mv__point-list-text > span {
  font-size: 0.875em;
}
.top-mv__conversion-area {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
#main_wrap #main .conversion.top-mv__conversion {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 0;
}
body#print_service.print_service_top_page #main_wrap #main .conversion.top-mv__conversion {
  top: 0;
}
#main_wrap #main .conversion.top-mv__conversion a {
  height: auto;
}
.top-mv__satisfaction-area {
  margin-top: -11px;
  margin-right: -25px;
}
#main_wrap #main .inner .top-mv__satisfaction-note {
  position: relative;
  padding-left: 1.3em;
  margin-top: 10px;
  font-size: 11px;
  text-shadow: none;
  letter-spacing: 0;
}
#main_wrap #main .inner .top-mv__satisfaction-note::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.top-mv__content {
  display: -ms-grid;
  display: grid;
}
.top-mv-banner {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-rows: auto 5px auto 5px auto;
  -ms-grid-columns: 60px 10px 1fr;
      grid-template:
    "lead lead" auto
    "icon text" auto
    "link link" auto /
    80px 1fr;
  gap: 16px 7px;
  padding: 16px 24px;
  background-image: -o-linear-gradient(44deg, rgba(27, 133, 218, 0.95) 0%, rgba(96, 212, 196, 0.95) 40%, rgba(96, 212, 196, 0.95) 70%, rgba(27, 133, 218, 0.95) 100%);
  background-image: linear-gradient(46deg, rgba(27, 133, 218, 0.95) 0%, rgba(96, 212, 196, 0.95) 40%, rgba(96, 212, 196, 0.95) 70%, rgba(27, 133, 218, 0.95) 100%);
  background-position: 1% 50%;
  background-size: 250% auto;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top-mv-banner:hover {
  background-position: 99% 50%;
}
#main_wrap #main .inner .top-mv-banner {
  text-decoration: none;
}
#main_wrap #main .inner p.top-mv-banner__lead {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: lead;
  font-size: 18px;
  font-weight: 700;
  text-shadow: none;
  letter-spacing: 0.02em;
}
.top-mv-banner__icon {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: icon;
  width: 100%;
  -ms-grid-row-align: center;
      align-self: center;
}
.top-mv-banner__icon img {
  width: 100%;
  height: auto;
}
.top-mv-banner__text-area {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: text;
  margin-top: 6px;
}
#main_wrap #main .inner p.top-mv-banner__lead,
#main_wrap #main .inner p.top-mv-banner__text {
  margin-top: 0;
}
#main_wrap #main .inner p.top-mv-banner__lead,
#main_wrap #main .inner p.top-mv-banner__text,
#main_wrap #main .inner p.top-mv-banner__date {
  margin-bottom: 0;
  line-height: 1.4;
}
#main_wrap #main .inner .top-mv-banner__text {
  font-size: 28px;
  font-weight: 700;
  text-shadow: none;
  letter-spacing: 0.02em;
}
#main_wrap #main .inner .top-mv-banner__date {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  text-shadow: none;
  letter-spacing: 0.02em;
  margin-top: 7px;
}
.top-mv__banner-area {
  -ms-grid-column-align: end;
      justify-self: end;
}
.top-mv-banner .top-mv-banner__button {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  grid-area: link;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #010101;
  text-align: center;
  text-decoration: none;
  background-color: #b7d342;
}
.top-mv-banner__button::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  width: 24px;
  height: 20px;
  content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/btnArrowTransparent.png);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-news-area {
  padding-top: 23px;
  padding-bottom: 32px;
  background-color: #050505;
}
.top-news-area__content {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 1050px;
  margin: 0 auto;
}
.top-news-area__news-list {
  height: auto;
  padding: 0;
  overflow-y: auto;
  background-color: transparent;
}
.newsItemBox.top-news-area__news-list div a {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.newsItemBox.top-news-area__news-list div + div {
  margin-top: 5px;
  border-top: none;
}
a.top-news-area__link {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  color: #fff;
}
a.top-news-area__link:visited {
  color: #fff;
}
.top-news-area__link::after {
  position: absolute;
  top: 3px;
  right: 3px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 640.02px), print {
  #main_wrap #main .inner h1.top-mv__heading,
  body#print_service.print_service_top_page #main_wrap #main .inner h1.top-mv__heading {
    padding-top: 51px;
  }
  .top-mv__heading-main {
    margin-top: 13px;
    font-size: 40px;
    line-height: 1.28;
  }
  .top-mv__heading-sub {
    font-size: 18px;
    line-height: 1.6;
  }
  .top-mv__conversion-area {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    margin-top: 44px;
  }
  .top-mv__point-list {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .top-mv__point-list-item {
    width: 144px;
    height: 144px;
    background-color: rgba(184, 184, 184, 0.8);
  }
  .top-mv__point-list-icon {
    width: 52px;
    height: 52px;
  }
  #main_wrap #main .inner .top-mv__point-list-text {
    font-size: 16px;
  }
  .top-mv__content {
    -ms-grid-columns: auto 20px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 26px;
    padding-bottom: 35px;
  }
  #main_wrap #main .conversion.top-mv__conversion a {
    width: 360px;
    padding: 7px 20px;
  }
  #main_wrap #main .conversion.top-mv__conversion a::after {
    top: 11px;
  }
  .top-mv-banner__button::after {
    right: 8px;
  }
  #main_wrap #main .inner .top-mv__satisfaction-note {
    -webkit-transform: translateX(-26%);
        -ms-transform: translateX(-26%);
            transform: translateX(-26%);
  }
  .top-news-area__content {
    -ms-grid-columns: 1fr 40px auto;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .top-popup-banner {
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    border: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
  }
  .top-popup-banner[open] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-popup-banner__banner {
    position: relative;
    max-width: calc(100% - 40px);
    width: 776px;
  }
  .top-popup-banner__close {
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 32px;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .top-popup-banner__link {
    display: block;
    width: 100%;
  }
  .top-popup-banner__image {
    width: 100%;
  }
  .top-popup-banner__overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 640px) {
  #main_wrap.top-mv #sliderMain li img {
    -o-object-position: top;
       object-position: top;
  }
  #main_wrap #main .inner h1.top-mv__heading,
  body#print_service.print_service_top_page #main_wrap #main .inner h1.top-mv__heading {
    padding-top: 133px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .top-mv__heading-main {
    font-size: 28px;
    line-height: 1.28;
    letter-spacing: 0;
  }
  .top-mv__heading-sub {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .top-mv__content {
    padding-bottom: 20px;
    margin-top: 6px;
  }
  .top-mv__point-list {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-mv__point-list-item {
    width: 110px;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .top-mv__point-list-icon {
    width: 40px;
    height: 40px;
  }
  #main_wrap #main .inner .top-mv__point-list-text {
    padding: 0;
    font-size: 15px;
  }
  .top-mv__conversion-area {
    margin-top: 12px;
  }
  body#print_service.print_service_top_page #main_wrap #main .conversion.top-mv__conversion,
  .conversion.top-mv__conversion {
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
  }
  #main_wrap #main .conversion.top-mv__conversion li {
    width: 100%;
    margin: 0;
  }
  #main_wrap #main .conversion.top-mv__conversion a {
    width: 100%;
    padding: 0 24px;
    font-size: 16px;
    color: #000;
  }
  #main_wrap #main .conversion.top-mv__conversion a::after {
    top: 3px;
  }
  .top-mv-banner__button::after {
    right: 20px;
  }
  .top-mv__satisfaction-area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 103px 7px 1fr;
    grid-template-columns: 103px 1fr;
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3px;
    margin-right: 27px;
    margin-left: 27px;
  }
  .top-mv__satisfaction-area > img {
    width: 100%;
  }
  #main_wrap #main .inner p.top-mv__satisfaction-note {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin: 0;
    line-height: 1.4;
  }
  .top-mv__banner-area {
    width: 100%;
    margin-top: 17px;
  }
  .top-mv-banner {
    width: calc(100% - 70px);
    margin-right: 35px;
    margin-left: 35px;
  }
  #main_wrap #main .inner p.top-mv-banner__lead,
  #main_wrap #main .inner p.top-mv-banner__text,
  #main_wrap #main .inner p.top-mv-banner__date {
    padding: 0;
  }
  #main_wrap #main .inner p.top-mv-banner__text {
    font-size: 22px;
  }
  #newsBlock.top-news-area {
    display: block;
    padding-top: 22px;
    padding-bottom: 28px;
    margin-top: 0;
  }
  .top-news-area__content {
    row-gap: 26px;
  }
  .top-news-area__link-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
