@charset "UTF-8";

:root {
  --cont-margin: 112px;
  --margin01: 32px;
  --margin02: 24px;
}

/*nav*/
.iwb-nav{
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 999;
}
@media screen and (min-width: 1100.02px) {
  .iwb-nav{
    height: 90px;
  }
}

.iwb-nav .iwb-nav-inner{
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .iwb-nav .iwb-nav-inner{
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 1100px) {
  .nav-logo img{
    width: 118px;
    height: 42px;
  }
}

.iwb-nav .iwb-nav-inner img{
  vertical-align: bottom;
}

@media screen and (max-width: 1100px) {
  .nav-contact {
    height: 100%;
  }
}

.nav-contact a{
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 84px;
  background-color: #CF142B;
  position: relative;
  transition: opacity ease .3s;
}
@media screen and (max-width: 1100px) {
  .nav-contact a{
    font-size: 12px;
    height: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
}

.nav-contact a:hover{
  opacity: .7;
}
/*
.nav-contact a::after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  content: "";
  background-size: contain;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M6.99813,21.015a1.24936,1.24936,0,0,0,1.77,0l8.31-8.31a.99587.99587,0,0,0,0-1.41l-8.31-8.31a1.25158,1.25158,0,0,0-1.77,1.77l7.24,7.25-7.25,7.25A1.24639,1.24639,0,0,0,6.99813,21.015Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M6.99813,21.015a1.24936,1.24936,0,0,0,1.77,0l8.31-8.31a.99587.99587,0,0,0,0-1.41l-8.31-8.31a1.25158,1.25158,0,0,0-1.77,1.77l7.24,7.25-7.25,7.25A1.24639,1.24639,0,0,0,6.99813,21.015Z"/></svg>');
}
@media screen and (max-width: 1100px) {
  .nav-contact a::after {
    display: none;
  }
}
*/
@media screen and (min-width: 1100.02px) {
  .nav-contact a br{
    display: none;
  }
}

/*nav*/

#Main{
  padding-top: 70px;
}
@media screen and (min-width: 1100.02px) {
  #Main{
    padding-top: 88px;
  }
}

@media screen and (min-width: 1100.02px) {
  .c-mv {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .c-mv__image{
    background-position: 75%;
  }

  .c-mv .c-mv__inner {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3.294vw 3.294vw 3.294vw 3.807vw;
  }
}

@media screen and (max-width: 1100px) {
  .c-margin-b:not(.c-margin-b--large) .c-margin-b__inner{
    width: 100%;
    margin: 0;
    padding: 0 16px;
    background: #F8F8F8;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .c-margin-b:not(.c-margin-b--large) .c-margin-b__inner{
    width: 100%;
    margin: 0;
    padding: 0 16px;
    background: #F8F8F8;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1100px) {
  .c-ancLink-a{
    padding: 0;
    position: relative;
    background: #ffffff;
    z-index: 9;
  }
}

.c-ancLink-a__list{
  margin-top: 0;
  margin-left: 0;
}

@media screen and (min-width: 1100.02px) {
  .c-ancLink-a__item{
    padding: 0 40px;
    border-right:1px solid #DEDEDE;
  }
  .c-ancLink-a__item:last-child{
    border-right:none;
  }
}
@media screen and (max-width: 1100px) {
  .c-ancLink-a__item{
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #DEDEDE;
  }
}

@media screen and (max-width: 1100px) {
  .c-ancLink-a .c-margin-a__inner{
    width: 100%;
    margin: 0;
  }
}

.c-ancLink-a a{
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  transition: opacity ease .3s;
}
@media screen and (max-width: 1100px) {
  .c-ancLink-a a{
    font-size: 18px;
    width: 100%;
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
  }
}

.fxb-section .c-ancLink-a__list a::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: 0px;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M6.99813,21.015a1.24936,1.24936,0,0,0,1.77,0l8.31-8.31a.99587.99587,0,0,0,0-1.41l-8.31-8.31a1.25158,1.25158,0,0,0-1.77,1.77l7.24,7.25-7.25,7.25A1.24639,1.24639,0,0,0,6.99813,21.015Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M6.99813,21.015a1.24936,1.24936,0,0,0,1.77,0l8.31-8.31a.99587.99587,0,0,0,0-1.41l-8.31-8.31a1.25158,1.25158,0,0,0-1.77,1.77l7.24,7.25-7.25,7.25A1.24639,1.24639,0,0,0,6.99813,21.015Z"/></svg>');
  background-color: #cf142b;
  background-image: none;
  background-size: cover;
  transform: rotate(90deg);
}

.c-ancLink-a a:hover{
  text-decoration: none;
  opacity: 0.7;
}

/*content*/

.fxb-section section img{
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.concept-wrap{
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 112px;
  padding-bottom: 110px;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .concept-wrap{
    padding: 130px 20px 80px;
    margin-top: -70px;
    background: #ffffff;
    position: relative;
  }
}

.concept-wrap ul{
  list-style: none;
  width: 100%;
  max-width: 1074px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .concept-wrap ul{
    flex-wrap: wrap;
  }
}


.concept-wrap ul li{
  width: calc(25%);
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .concept-wrap ul li{
    width: calc(50%);
  }
}

.concept-wrap p{
  font-size: 21px;
  line-height: 1.5em;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1100px) {
  .concept-wrap p{
    font-size: 16px;
    text-align: left;
    margin-top: 32px;
  }
}

/**/

.scene-wrap{
  width: 100%;
  padding-top: 112px;
  padding-bottom: 112px;
  background: #F3F3F3;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .scene-wrap{
    padding: 130px 20px 60px;
    margin-top: -70px;
  }
}

.scene-contents{
  width: 100%;
  max-width: 1286px;
  margin: 64px auto 164px;
  padding: 112px 64px;
  background: #ffffff;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .scene-contents{
    margin: 30px auto 90px;
    padding: 112px 30px 30px;
  }
}

.scene-contents:last-child {
  margin-bottom: 0;
}

.scene-contents h2{
  width: 170px;
  margin: 0;
  display: block;
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .scene-contents h2{
    width: 120px;
    top: -45px;
  }
}

.scene-contents h2 img{
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.scene-contents .scene-label{
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .scene-contents .scene-label{
    font-size: 16px;
  }
}

.scene-contents .scene-label::before {
  content: "";
  width: 34px;
  height: 3px;
  display: block;
  background: #D4AF37;
  position: absolute;
  right: 50%;
  bottom: -20px;
}

.scene-contents .scene-label::after {
  content: "";
  width: 34px;
  height: 3px;
  background: #E8E8E8;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
}

.scene-contents h3{
  font-size: 48px;
  text-align: center;
  margin-top: 46px;
}
@media screen and (max-width: 1100px) {
  .scene-contents h3{
    font-size: 24px;
  }
  .scene-contents h3 br{
    display: none;
  }
}

.scene-contents ul,
.scene-contents ul li{
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1100px) {
  .scene-cont-box{
    margin-top: 72px;
  }

  .scene-cont-box:nth-child(3){
    margin-top: 52px;
  }
}

@media screen and (min-width: 1100.02px) {
  .scene-cont-box{
    margin-top: var(--cont-margin);
    display: flex;
    justify-content: space-between;
  }
  .scene-cont-text {
    width: calc(48.38% - 32px);
    max-width: 564px;
  }
  .scene-cont-img {
    width: calc(51.62% - 32px);
    max-width: 604px;
  }
  .scene-cont-text .thum{
    margin-top: 22px;
  }
  .scene-cont-box.scene-cont-box02 .scene-cont-text {
    order: 1;
  }
  .scene-cont-box.scene-cont-box02 .scene-cont-img {
    order: 0;
  }
}
@media screen and (max-width: 1100px) {
  .scene-cont-img {
    margin-top: 24px;
  }
}

.scene-contents:nth-child(1) .scene-cont-box:nth-child(4) .scene-cont-text .thum{
  max-width: 392px;
}
.scene-contents:nth-child(1) .scene-cont-box:nth-child(5) .scene-cont-text .thum{
  max-width: 354px;
}
.scene-contents:nth-child(1) .scene-cont-box:nth-child(6) .scene-cont-text .thum{
  max-width: 140px;
}
.scene-contents:nth-child(2) .scene-cont-box:nth-child(4) .scene-cont-text .thum{
  max-width: 347px;
}
.scene-contents:nth-child(2) .scene-cont-box:nth-child(5) .scene-cont-text .thum{
  max-width: 336px;
}

.scene-cont-img ul li{
  display: none;
}

.scene-cont-img .bx-viewport li{
  display: block !important; /*JSが読み込まれたら表示*/
}

.scene-cont-box h4{
  font-size: 32px;
  color: #333333;
  margin-top: 0;
  margin-bottom: var(--margin01);
}
@media screen and (max-width: 1100px) {
  .scene-cont-box h4{
    font-size: 20px;
  }
}

.scene-cont-box .caution{
  margin-top: var(--margin02);
}



/*content*/

/*contact*/
.iwb-contact-wrap{
  padding: 24px 0 29px;
  background: #CF142B;
}
@media screen and (max-width: 1100px) {
  .iwb-contact-wrap{
    padding: 20px 20px 30px;
    position: relative;
  }
}

.iwb-contact-wrap h2{
  text-align: center;
}

.iwb-contact-wrap h2 img{
  max-width: 440px;
}

@media screen and (max-width: 640px) {
  .iwb-contact-wrap h2 img{
    max-width: 220px;
  }
}

.iwb-contact-box{
  text-align: center;
  width: 100%;
  max-width: 1286px;
  margin: 22px auto 0;
  padding: 40px 20px 61px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 10px 10px 0px 0px rgba(168, 2, 8, 1);
}
@media screen and (max-width: 640px) {
  .iwb-contact-box{
    padding: 40px 20px 40px;
  }
}

.iwb-contact-box h3{
  font-size: 32px;
  min-width: 640px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #333333;
  overflow: inherit;
}

@media screen and (max-width: 1100px) {
  .iwb-contact-box h3{
    font-size: 24px;
    min-width: 100%;
  }
}

.iwb-contact-box h3:before,
.iwb-contact-box h3:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.iwb-contact-box h3:before {
    border: 12px solid;
    border-color: transparent;
    border-top-color: #333333;
    margin-left: -12px;
}

.iwb-contact-box h3:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: #ffffff;
    margin-left: -10px;
}

.iwb-contact-box p{
  font-size: 16px;
  line-height: 1.75em;
  margin: 40px 0;
}

.iwb-contact-box .iwb-contact-btnbox{
  margin-top: 2em;
}

.iwb-contact-box .iwb-contact-btnbox a{
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  padding: 20px 70px 20px 100px;
  background: #CF142B;
  position: relative;
  transition: opacity ease .3s;
}
@media screen and (max-width: 1100px) {
  .iwb-contact-box .iwb-contact-btnbox a{
    font-size: 16px;
    width: calc(100% - 30px);
    margin-left: 30px;
    padding: 13px 26px 13px 26px;
    box-sizing: border-box;
  }
}

.iwb-contact-box .iwb-contact-btnbox a:hover{
  text-decoration: none;
  opacity: 0.7;
}

.iwb-contact-box .iwb-contact-btnbox a::before{
  content: "";
  width: 96px;
  height: 96px;
  background: #CF142B url("/-/Media/Ricoh/Sites/co_jp/special/iwb-large-format-display/img/Icon ionic-ios-mail.png") center center no-repeat;
  background-size: 44px auto;
  border-radius: 52px;
  border: 4px solid #ffffff;
  position: absolute;
  left: -48px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .iwb-contact-box .iwb-contact-btnbox a::before{
    width: 55px;
    height: 55px;
    background-size: 25px auto;
    border: 2px solid #ffffff;
    left: -35px;
  }
}

.iwb-contact-box .iwb-contact-btnbox a::after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  content: "";
  background-color: #fff;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M6.99813,21.015a1.24936,1.24936,0,0,0,1.77,0l8.31-8.31a.99587.99587,0,0,0,0-1.41l-8.31-8.31a1.25158,1.25158,0,0,0-1.77,1.77l7.24,7.25-7.25,7.25A1.24639,1.24639,0,0,0,6.99813,21.015Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M6.99813,21.015a1.24936,1.24936,0,0,0,1.77,0l8.31-8.31a.99587.99587,0,0,0,0-1.41l-8.31-8.31a1.25158,1.25158,0,0,0-1.77,1.77l7.24,7.25-7.25,7.25A1.24639,1.24639,0,0,0,6.99813,21.015Z"/></svg>');
}

.product-lineup{
  padding: 103px 0 134px;
  background: #F3F3F3;
}
@media screen and (max-width: 1100px) {
  .product-lineup{
    padding: 130px 20px 88px;
    margin-top: -70px;
  }
}

.product-lineup-wrap{
  width: 100%;
  max-width: 1286px;
  margin: 0 auto;
}

.product-lineup-wrap h2{
  font-size: 32px;
  text-align: center;
  margin-bottom: 68px;
}
@media screen and (max-width: 1100px) {
  .product-lineup-wrap h2{
    font-size: 22px;
    margin-bottom: 54px;
  }
}

@media screen and (min-width: 1100.02px) {
  .product-lineup-box{
    display: flex;
    justify-content: space-between;
  }

  .product-lineup-cont{
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 1100px) {
  .product-lineup-cont:last-child{
    margin-top: 52px;
  }
}

.product-lineup-wrap a,
.product-lineup-wrap a:hover{
  color: inherit;
  text-decoration: none;
}

.product-lineup-wrap a{
  transition: opacity ease .3s;
}

.product-lineup-wrap a:hover{
  opacity: 0.7;
}

.product-lineup-cont h3{
  font-size: 20px;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .product-lineup-cont h3{
    font-size: 18px;
  }
}

.product-lineup-cont p:nth-child(2){
  text-align: center;
  margin-top: 0;
}

.product-lineup-thum{
  margin: 25px 0 28px;
  position: relative;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.08);
}

.product-lineup-thum::before{
  position: absolute;
  right: 6px;
  bottom: 7px;
  z-index: 1;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-color: #fff;
  background-size: contain;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M6.99813,21.015a1.24936,1.24936,0,0,0,1.77,0l8.31-8.31a.99587.99587,0,0,0,0-1.41l-8.31-8.31a1.25158,1.25158,0,0,0-1.77,1.77l7.24,7.25-7.25,7.25A1.24639,1.24639,0,0,0,6.99813,21.015Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M6.99813,21.015a1.24936,1.24936,0,0,0,1.77,0l8.31-8.31a.99587.99587,0,0,0,0-1.41l-8.31-8.31a1.25158,1.25158,0,0,0-1.77,1.77l7.24,7.25-7.25,7.25A1.24639,1.24639,0,0,0,6.99813,21.015Z"/></svg>');
}

.product-lineup-thum::after{
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  background-color: #cf142b;
}

.related-product{
  padding: 102px 0 0;
}
@media screen and (max-width: 1100px) {
  .related-product{
    padding: 55px 0 0;
  }
}

.related-information{
  padding: 102px 0;
}
@media screen and (max-width: 1100px) {
  .related-information{
    padding: 55px 0;
  }
}

.related-product h2,
.related-information h2{
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .related-product h2,
  .related-information h2{
    font-size: 22px;
  }
}

.related-product a:hover,
.related-information a:hover{
  text-decoration: none;
}