@media screen and (max-width:640px){
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width:641px){
  .is-sp {
    display: none !important;
  }
}

.cp-Heading1 h1 {
  display: none !important;
}

.ad-layout {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.ad-layout--wide {
  max-width: 1024px;
  
}

@media screen and (max-width:800px){
  .ad-layout {
    padding: 0 15px;
  }
}

.ad-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 360px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cf142b;
  color: #fff!important;
  text-decoration: none!important;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  transition: opacity 0.3s;
  opacity: 1;
  position: relative;
  letter-spacing: 0.08em;
}

@media screen and (min-width:641px){
  .ad-btn:hover {
    opacity: 0.5;
  }
}

.ad-btn::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_arrow_white.png);
  background-size: cover;
  width: 14px;
  height: 17px;
}

.ad-btn.ad-btn--small {
  margin-top: 14px;
  width: 240px;
  height: 40px;
  font-size: 14px;
  color: #fff!important;
  text-decoration: none!important;
}

.ad-btn.ad-btn--small::after {
  top: 13px;
  right: 10px;
  width: 10px;
  height: 12px;
}

@media screen and (max-width:640px){
  .ad-btn {
    width: 100%;
    max-width: 275px;
    height: 50px;
    letter-spacing: 0.12em;
  }

  .ad-btn::after {
    top: 16px;
    right: 16px;
  }

  .ad-btn.ad-btn--small {
    margin: 8px auto 0;
    color: #fff!important;
    text-decoration: none!important;
  }
}

.ad-tag {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: -12px 0 0 -16px;
}

.ad-tag__item {
  color: #787878!important;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-decoration: underline!important;
  position: relative;
  z-index: 2;
  display: block;
  transition: opacity 0.3s;
  opacity: 1;
  margin-left: 16px;
  margin-top: 12px;
}

@media screen and (min-width:641px){
  .ad-tag__item:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.ad-tag__item::before {
  content: "#";
}

@media screen and (max-width:640px){
  .ad-tag {
    display: flex;
    position: relative;
    margin: -12px 0 0 -16px;
  }
  
  .ad-tag__item {
    font-size: 12px;
  }
}

/* .ad-header */

.ad-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
}

.ad-header__inner {
  padding: 22px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 25px;
}

.ad-header__title {
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s;
}

.ad-header__title.is-none {
  opacity: 0;
}

.ad-header__right {
  position: absolute;
  top: 22px;
  right: 20px;
}

.ad-header__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 16px;
  letter-spacing: 0.08em;
  position: relative;
  padding-right: 26px;
  transition: opacity 0.3s;
  font-weight: bold;
}

.ad-header__btn.is-open::after {
  transform: rotate(360deg);
}

.ad-header__btn::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_arrow_red.png);
  background-size: cover;
  width: 10px;
  height: 8px;
  transform: rotate(180deg);
  transition: transform 0.3s;
}

@media screen and (min-width:641px){
  .ad-header__btn:hover {
    opacity: 0.5;
  }
}

.ad-header__menu {
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 68px;
  right: 20px;
  pointer-events: none;
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #cf142b;
  background-color: rgba(255,255,255,0.9);
  transition: opacity 0.3s;
}

.ad-header__menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ad-header__menu-item {
  display: block;
  padding: 16px 20px 16px 16px;
  position: relative;
  line-height: 1;
  font-weight: bold;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  box-sizing: border-box;
  color: #000!important;
  transition: opacity 0.3s;
  opacity: 1;
}

@media screen and (min-width:641px){
  .ad-header__menu-item:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.ad-header__menu-item::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 12px;
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_arrow_black.png);
  background-size: cover;
  width: 8px;
  height: 10px;
}

.ad-header__menu-item:nth-child(2n){
  border-left: none;
}

.ad-header__menu-item:first-child{
  width: 100%;
  border-top: none;
  border-left: none;
}

@media screen and (max-width:640px){
  .ad-header__inner {
    padding: 10px 7px;
  }

  .ad-header__title {
    font-size: 18px;
  }
  
  .ad-header__btn {
    font-size: 14px;
    padding-right: 22px;
  }

  .ad-header__btn::after {
    top: 5px;
  }

  .ad-header__menu {
    opacity: 0;
    position: absolute;
    top: 45px;
    right: 0;
    pointer-events: none;
    width: 100%;
  }
  
  .ad-header__menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .ad-header__menu-item {
    display: block;
    padding: 16px 20px 16px 16px;
    width: 100%;
    border-top: 1px solid #e8e8e8;
  }
  
  .ad-header__menu-item::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 12px;
    background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_arrow_black.png);
    background-size: cover;
    width: 8px;
    height: 10px;
  }
  
  .ad-header__menu-item:first-child{
    border-top: none;
  }

  .ad-header__right {
    top: 10px;
    right: 7px;
  }
}

/* .ad-pickup */

.js-pickup {
  max-width: 1227px;
  margin: 0 auto;
}

.ad-pickup {
  position: relative;
}

.ad-pickup::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 16.5%;
  content: "";
  background-color: #cf142b;
  z-index: -1;
}

.ad-pickup__img {
  max-width: 1140px;
  position: relative;
  width: 83.5%;
}

.ad-pickup__img img {
  width: 100%;
}

.ad-pickup__box {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 560px;
  background-color: #fff;
}

.ad-pickup__inner {
  display: block;
  box-sizing: border-box;
  padding: 28px 30px 10px 50px;
  position: relative;
}

.ad-pickup__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}

.ad-pickup__link-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.ad-pickup__link-inner::after {
  content: "";
  position: absolute;
  bottom: 22px;
  right: 42px;
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_arrow_white.png);
  background-size: cover;
  width: 14px;
  height: 17px;
}

.ad-pickup__link-inner::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 30px;
  background-color: #cf142b;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s;
  opacity: 1;
}

@media screen and (min-width:641px){
  .ad-pickup__link:hover ~.ad-pickup__title,
  .ad-pickup__link:hover ~.ad-pickup__head,
  .ad-pickup__link:hover ~.ad-pickup__red,
  .ad-pickup__link:hover .ad-pickup__link-inner::before  {
    opacity: 0.5;
    text-decoration: none;
  }
}

.ad-pickup__red {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: bold;
  color: #cf142b;
  transition: opacity 0.3s;
  opacity: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}

.ad-pickup__head {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s;
  opacity: 1;
}

.ad-pickup__date {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #000;
}

.ad-pickup__title {
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  transition: opacity 0.3s;
  opacity: 1;
  margin-top: 12px;
}

.ad-pickup__tag {
  margin-top: 6px;
}

@media screen and (max-width:800px){
  .ad-pickup::after {
    height: calc(100% - 90px);
  }
  
  .ad-pickup__img {
    width: calc(100% - 20px);
  }

  .ad-pickup__box {
    position: static;
    width: calc(100% + 10px);
    margin: 0 -15px -10px;
    transform: translateY(-10px);
  }
  
  .ad-pickup__inner {
    padding: 15px 15px 15px 15px;
  }
  
  .ad-pickup__link-inner::after {
    bottom: 8px;
    right: 8px;
    width: 16px;
    height: 19px;
  }
  
  .ad-pickup__link-inner::before {
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
  }
  
  .ad-pickup__red {
    font-size: 19px;
    padding-bottom: 10px;
  }
  
  .ad-pickup__date {
    font-size: 14px;
  }
  
  .ad-pickup__title {
    font-size: 22px;
    letter-spacing: 0.04em;
  }
  
  .ad-pickup__tag {
    margin-top: -4px;
  }
}


/* .ad-about */

.ad-about {
  margin-top: 80px;
  padding: 120px 0;
  background-color: #eef2f6;
  overflow: hidden;
}

.ad-about__title {
  width: 558px;
  margin: 0 auto;
  display: block;
}

.ad-about__title img {
  width: 100%;
}

.ad-about__text {
  margin-top: 22px;
  font-size: 16px;
  color: #000;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}

.ad-about__text + .ad-about__text {
  margin-top: 18px;
}

.ad-about__btn {
  margin: 80px auto 0;
}

.ad-about__img {
  position: absolute;
  box-shadow: 0 6px 6px rgba(0,0,0,0.2);
}

.ad-about__img img {
  width: 100%;
}

.ad-about__img--01 {
  top: -40px;
  left: calc(50% - 660px);
}

.ad-about__img--02 {
  top: 310px;
  left: -248px;
  left: calc(50% - 780px);
  z-index: 2;
}

.ad-about__img--03 {
  top: 460px;
  left: calc(50% - 700px);
  z-index: 1;
}

.ad-about__img--04 {
  top: -80px;
  right: calc(50% - 660px);
}

.ad-about__img--05 {
  top: 60px;
  right: calc(50% - 780px);
}

.ad-about__img--06 {
  top: 420px;
  right: calc(50% - 700px);
}

@media screen and (max-width:640px){
  .ad-about {
    margin-top: 40px;
    padding: 40px 0;
  }
  
  .ad-about__title {
    width: 277px;
  }
  
  .ad-about__title img {
    width: 100%;
  }
  
  .ad-about__text {
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.85;
  }
  
  .ad-about__text + .ad-about__text {
    margin-top: 20px;
  }
  
  .ad-about__btn {
    margin: 40px auto 0;
  }
  
  .ad-about__img {
    display: none;
  }

  .ad-about__img-clm {
    margin-top: 34px;
  }

  .ad-about__img-clm img {
    display: block;
    width: 100%;
  }
}

.ad-message {
  padding: 0 20px;
}

.ad-message__inner {
  padding: 54px 0 44px;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.ad-message__title {
  font-size: 36px;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
  font-weight: bold;
}

.ad-message__en {
  font-size: 22px;
  color: #cf142b;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  margin-top: 8px;
}

.ad-message__text {
  font-size: 16px;
  color: #000;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width:640px){
  .ad-message {
    padding: 0 20px;
  }
  
  .ad-message__inner {
    padding: 45px 0 35px;
  }
  
  .ad-message__title {
    font-size: 31px;
    line-height: 1.3;
  }
  
  .ad-message__en {
    font-size: 15px;
    margin-top: 4px;
  }
  
  .ad-message__text {
    font-size: 14px;
    line-height: 1.9;
  }
}

.ad-search {
  padding: 54px 20px 20px;
}

.ad-search__title {
  font-size: 28px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.ad-search__box {
  padding: 30px 22px 20px;
  background-color: #f2f2f2;
  border: 1px solid #e8e8e8;
}

.ad-search__box-inner {
  margin-top: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}

.ad-search__tag {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  padding: 18px 20px 18px 40px;
  line-height: 1;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.08em;
  border-radius: 25px;
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: opacity 0.3s;
  opacity: 1;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

@media screen and (min-width:641px){
  .ad-search__tag:hover {
    opacity: 0.5;
  }
}

.ad-search__tag::before {
  position: absolute;
  content: "";
  left: 17px;
  top: 14px;
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_sharp.png);
  background-size: cover;
  width: 15px;
  height: 20px;
}

.ad-search__tag--all {
  width: 188px;
  justify-content: center;
  font-weight: bold;
  padding: 14px 20px;
  font-size: 16px;
}

.ad-search__tag--all::before {
  content: none;
}

.ad-search__tag.is-active {
  background-color: #cf142b;
  color: #fff;
}

.ad-search__tag.is-active::before {
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_sharp_white.png);
}

@media screen and (max-width:640px){
  .ad-search {
    padding: 30px 20px 10px;
  }
  
  .ad-search__title {
    font-size: 24px;
  }
  
  .ad-search__box {
    padding: 20px 10px 10px;
    margin-top: 16px;
  }
  
  .ad-search__tag {
    font-size: 12px;
    padding: 14px 20px 14px 27px;
  }
  
  .ad-search__tag::before {
    left: 13px;
    top: 14px;
    width: 9px;
    height: 12px;
  }
  
  .ad-search__tag--all {
    width: 98px;
    font-size: 13px;
    padding: 14px 20px 14px 20px;
  }
}

.ad-list {
  padding: 20px 20px 120px;
}

.ad-list__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.ad-list__btn {
  margin: 20px auto 0;
}

.ad-list__btn.is-btn-none {
  display: none;
}

.ad-list__btn::after {
  transform: rotate(90deg);
}

.ad-list__item {
  position: relative;
  width: calc(50% - 20px);
  display: flex;
  flex-flow: column;
  justify-content: start;
}

.ad-list__item.is-none {
  display: none;
}


.ad-list__item:nth-child(n + 3) {
  margin-top: 40px;
}

.ad-list__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}

.ad-list__link[target="_blank"] ~.ad-list__img::after {
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_blank.png);
  width: 24px;
  height: 24px;
  bottom: 9px;
  right: 6px;
}

@media screen and (min-width:641px){
  .ad-list__link:hover ~.ad-list__title,
  .ad-list__link:hover ~.ad-list__head,
  .ad-list__link:hover ~.ad-list__img  {
    opacity: 0.5;
    text-decoration: none;
  }
}

.ad-list__img {
  transition: opacity 0.3s;
}

.ad-list__img img {
  width: 100%;
}

.ad-list__img::after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_arrow_white.png);
  background-size: cover;
  width: 14px;
  height: 17px;
  z-index: 2;
}

.ad-list__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #cf142b;
  width: 40px;
  height: 40px;
  z-index: 1;
}

@media screen and (min-width:641px){
  .ad-list__img::before {
    right: 1px;
  }
}

.ad-list__content {
  margin-top: 20px;
  width: 100%;
}

.ad-list__content > :first-child {
  margin-top: 0;
}

.ad-list__head {
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
  opacity: 1;
}

.ad-list__date {
  font-size: 16px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.08em;
}

.ad-list__title {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #000;
  transition: opacity 0.3s;
  opacity: 1;
}

.ad-list__img + .ad-list__title {
  margin-top: 20px;
}

.ad-list__tag {
  margin-top: 0;
}

.ad-list__category {
  width: 118px;
  padding: 6px 0;
  text-align: center;
}

@media screen and (max-width:640px){
  .ad-list {
    padding: 10px 20px 60px;
  }
  
  .ad-list__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .ad-list__btn {
    margin: 26px auto 0;
  }
  
  .ad-list__item {
    width: 100%
  }
  
  .ad-list__item:nth-child(n + 2) {
    margin-top: 30px;
  }
  
  .ad-list__content {
    margin-top: 14px;
  }
  
  .ad-list__date {
    font-size: 14px;
  }
  
  .ad-list__tag {
    margin-top: -5px;
  }

  .ad-list__img + .ad-list__title {
    margin-top: 14px;
  }
}

.ad-mv img {
  margin-top: 30px;
  width: 100%;
}

@media screen and (max-width:640px){
  .ad-mv img {
    margin: 14px -15px 0;
    width: calc(100% + 30px);
  }
}

.ad-article {
  max-width: 824px;
  margin: 80px auto 120px;
  padding: 0 20px;
}

.ad-article > :first-child {
  margin-top: 0;
}

.ad-article > :last-child {
  margin-bottom: 0;
}

.ad-article__head {
  display: flex;
  align-items: center;
  margin-top: 1px;
}

.ad-article__date {
  font-size: 16px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.08em;
}

.ad-article__title {
  margin-top: 10px;
  font-size: 44px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #000;
}

.ad-article__tag {
  margin-top: -4px;
}

.ad-article__outside {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #000;
  background-color: #f0f0f0;
  margin-top: 20px;
  padding: 10px 14px 10px 30px;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ad-article__outside::before {
  content: "※";
  position: absolute;
  top: 10px;
  left: 15px;
}

@media screen and (max-width:640px){
  .ad-article {
    max-width: 824px;
    margin: 40px auto 60px;
    padding: 0 30px;
  }
  
  .ad-article > :first-child {
    margin-top: 0;
  }
  
  .ad-article > :last-child {
    margin-bottom: 0;
  }
  
  .ad-article__head {
    display: flex;
    align-items: center;
  }
  
  .ad-article__date {
    font-size: 14px;
  }
  
  .ad-article__title {
    margin-top: 12px;
    font-size: 31px;
    line-height: 1.25;
  }
  
  .ad-article__tag {
    margin-top: 0;
  }
  
  .ad-article__outside {
    font-size: 11px;
    padding: 10px 14px 10px 22px;
    line-height: 1.4;
  }
  .ad-article__outside::before {
    left: 10px;
    top: 11px;
  }
}

.ad-article h2 {
  margin-top: 80px;
  position: relative;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding-top: 30px;
  width: 100%;
  display: block;
  color: #000;
}

.ad-article h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 4px;
  background-color: #cf142b;
}

.ad-article h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e8e8e8;
}

.ad-article h3 {
  margin-top: 30px;
  position: relative;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding-top: 20px;
  width: 100%;
  display: block;
  color: #000;
}

.ad-article h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 2px;
  background-color: #cf142b;
}

.ad-article h4 {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
  width: 100%;
  display: block;
  color: #000;
}

.ad-article p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ad-article p.is-center {
  text-align: center;
}

.ad-article .ad-article__bold {
  font-weight: bold;
}

.ad-article .ad-article__red {
  font-weight: bold;
  color: #cf142b;
}

.ad-article a {
  color: #1478ff!important;
  text-decoration: underline!important;
  transition: opacity 0.3s;
  opacity: 1;
}

@media screen and (min-width:641px){
  .ad-article a:hover {
    opacity: 0.5;
  }
}

.ad-article ul {
  padding: 0;
  margin: 30px 0 0;
}

.ad-article ul + p {
  margin-top: 30px;
}

.ad-article li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ad-article li:nth-child(n+2) {
  margin-top: 2px;
}

.ad-article li::before {
  position: absolute;
  content: "";
  left: 7px;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

.ad-article .ad-article__img {
  display: block;
  margin: 40px auto;
  width: 85%;
}

.ad-article .ad-article__img img {
  width: 100%;
}

.ad-article .ad-article__img p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.ad-article .ricoh-theta-tour-image {
  margin: 40px 0;
}

p.ad-article__interview {
  margin-top: 30px;
  font-weight: bold;
}

p.ad-article__interview + p {
  margin-top: 30px;
}

.ad-article__interview::before {
  content: "ーー";
}

@media screen and (max-width:640px){
  .ad-article h2 {
    margin-top: 50px;
    position: relative;
    font-size: 24px;
    padding-top: 20px;
  }
  
  .ad-article h2::after {
    width: 100px;
  }
  
  .ad-article h3 {
    font-size: 18px;
    padding-top: 15px;
  }
  
  .ad-article h3::after {
    width: 100px;
  }
  
  .ad-article h4 {
    margin-top: 20px;
    font-size: 16px;
  }
  
  .ad-article p {
    margin-top: 8px;
    font-size: 14px;
  }

  .ad-article ul {
    padding: 0;
    margin: 20px 0 0;
  }
  
  .ad-article ul + p {
    margin-top: 20px;
  }
  
  .ad-article li {
    font-size: 14px;
    padding-left: 20px;
  }
  
  .ad-article li:nth-child(n+2) {
    margin-top: 2px;
  }
  
  .ad-article li::before {
    left: 7px;
    top: 12px;
    width: 3px;
    height: 3px;
  }
  
  .ad-article .ad-article__img {
    margin: 30px auto;
    width: 95%;
  }
  
  .ad-article .ad-article__img p {
    font-size: 12px;
  }

  .ad-article .ricoh-theta-tour-image {
    margin: 30px 0;
  }

  p.ad-article__interview {
    margin-top: 20px;
  }
  
  p.ad-article__interview + p {
    margin-top: 20px;
  }
}

.ad-writer {
  margin: 40px 0;
  padding: 28px;
  background-color: #f0f0f0;
}

p.ad-writer__head {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
}

p.ad-writer__name {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
}

p.ad-writer__position {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

p.ad-writer__text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width:640px){
  .ad-writer {
    margin: 40px -15px;
    padding: 16px 20px;
    background-color: #f0f0f0;
  }
  
  p.ad-writer__head {
    font-size: 13px;
  }
  
  p.ad-writer__name {
    margin-top: 4px;
    font-size: 18px;
  }
  
  p.ad-writer__position {
    margin-top: 2px;
    font-size: 12px;
  }
  
  p.ad-writer__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.6;
  }
  
}

.ad-article__index {
  padding: 38px 38px 30px;
  border: 4px solid #e8e8e8;
}

.ad-article__index + h2 {
  margin-top: 56px;
}

ul.ad-article__index-list {
  margin: 24px 0 0;
  padding: 0;
}

.ad-article__index-list li {
  padding-left: 0;
}

.ad-article__index-list li::before {
  content: none;
}

p.ad-article__index-title {
  font-size: 22px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
  padding-left: 22px;
}

a.ad-article__index-item {
  transition: opacity 0.3s;
  opacity: 1;
  font-size: 16px;
  line-height: 2;
  color: #000!important;
  text-decoration: none!important;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
  display: inline-block;
}

a.ad-article__index-item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_arrow_red.png);
  background-size: cover;
  width: 12px;
  height: 9px;
  transform: rotate(90deg);
}

@media screen and (min-width:641px){
  a.ad-article__index-item:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width:640px){
  .ad-article__index {
    padding: 25px 20px 27px;
    border: 4px solid #e8e8e8;
  }
  
  .ad-article__index + h2 {
    margin-top: 40px;
  }
  
  ul.ad-article__index-list {
    margin: 20px 0 0;
    padding: 0;
  }
  
  .ad-article__index-list li {
    padding-left: 0;
  }
  
  .ad-article__index-list li::before {
    content: none;
  }
  
  p.ad-article__index-title {
    font-size: 21px;
    margin: 0;
    padding-left: 13px;
  }
  
  a.ad-article__index-item {
    font-size: 14px;
    line-height: 1.5;
  }
  
  a.ad-article__index-item::before {
    top: 7px;
    left: 0;
    width: 9px;
    height: 7px;
  }
}


.ad-product {
  margin: 40px 0;
  display: flex;
  padding: 17px;
  border: 3px solid #e8e8e8
}

.ad-product__img {
  width: 32%;
}

.ad-product__img img {
  width: 100%;
}

.ad-product__main {
  width: calc(68% - 30px);
  margin-left: 30px;
  display: flex;
  align-items: center;
}

p.ad-product__title {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
}

p.ad-product__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width:640px){
  .ad-product {
    margin: 40px -15px;
    display: block;
    padding: 7px 7px 11px;
  }

  .ad-product__img {
    width: 100%;
  }
  
  .ad-product__img img {
    width: 100%;
  }
  
  .ad-product__main {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  
  p.ad-product__title {
    margin-top: 12px;
    font-size: 18px;
  }
  
  p.ad-product__text {
    margin-top: 0;
    font-size: 13px;
  }
}

.ad-movie {
  background-color: #eef2f6;
}

.ad-movie__inner {
  max-width: 824px;
  margin: 0 auto;
  padding: 110px 20px;
}

.ad-movie__title {
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.ad-movie__en {
  font-size: 22px;
  color: #cf142b;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  margin-top: -6px;
}

.ad-movie__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #000;
  text-align: center;
}

.ad-movie__img {
  position: relative;
  display: block;
  max-width: 490px;
  margin: 20px auto 0;
  box-shadow: 4px 0 12px rgba(0,0,0,0.2);
  transition: opacity 0.3s;
  opacity: 1;
}

@media screen and (min-width:641px){
  .ad-movie__img:hover {
    opacity: 0.5;
  }
}

.ad-movie__img::after {
  position: absolute;
  top: 31%;
  left: 39%;
  content: "";
  width: 22%;
  padding-bottom: 22%;
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_youtube.png);
  background-size: cover;
}

.ad-movie__img img {
  width: 100%;
}

@media screen and (max-width:640px){
  .ad-movie__inner {
    padding: 55px 15px 60px;
  }
  
  .ad-movie__title {
    font-size: 31px;
    line-height: 1.3;
  }
  
  .ad-movie__en {
    font-size: 16px;
    margin-top: 5px;
  }
  
  .ad-movie__text {
    margin-top: 14px;
    font-size: 14px;
  }
  
  .ad-movie__img {
    margin: 15px auto 0;
  }
}

.ad-slick {
  margin-left: -40px;
}

.ad-slick .ad-list__item {
  margin-left: 40px;
}

.ad-dots {
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.ad-dots li {
  margin: 0 10px;
  line-height: 1;
}

.ad-dots button {
  display: block;
  position: relative;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  background-color: #fff;
}

.ad-dots li.slick-active button {
  background-color: #cf142b;
  border: 1px solid #cf142b;
}

.ad-slick-btn {
  cursor: pointer;
  position: absolute;
  content: "";
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #cf142b;
  transition: opacity 0.3s;
}

@media screen and (min-width:8011px){
  .ad-slick-btn:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width:800px){
  .ad-dots {
    height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ad-dots li {
    margin: 0 8px;
    line-height: 1;
  }
  .ad-dots button {
    width: 6px;
    height: 6px;
  }
}

.ad-slick-btn__inner{
  position: relative;
}

.ad-slick-btn__inner::after {
  position: absolute;
  top: -9px;
  left: 14px;
  content: "";
  background-size: cover;
  width: 14px;
  height: 17px;
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_arrow_white.png);
}

.ad-slick-btn.ad-slick-btn--prev .ad-slick-btn__inner::after {
  transform: rotate(180deg);
  left: 12px;
}
@media screen and (max-width:800px){
  .ad-slick-btn {
    width: 30px;
    height: 30px;
  }
  .ad-slick-btn__inner::after {
    top: -8px;
    left: 11px;
    width: 12px;
    height: 14px;
  }
  .ad-slick-btn.ad-slick-btn--prev .ad-slick-btn__inner::after {
    left: 9px;
  }
}

.ad-pickup__buttons {
  display: flex;
  max-width: 1227px;
  margin: 0 auto;
  padding-bottom: 24px;
  justify-content: center;
  align-items: center;
}

.ad-pickup__start {
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_start_off.svg);
  height: 25px;
  width: 21px;
  background-color: transparent;
  margin-right: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.ad-pickup__start.is-active {
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_start_on.svg);
}

.ad-pickup__stop {
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_stop_off.svg);
  height: 22px;
  width: 21px;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width:801px){
  .ad-pickup__start:hover,
  .ad-pickup__stop:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width:800px){
  .ad-pickup__start {
    width: 16px;
    height: 19px;
    margin-right: 14px;
  }
  .ad-pickup__stop {
    width: 16px;
    height: 16px;
  }
  .ad-pickup__buttons {
    padding-bottom: 15px;
  }
}

.ad-pickup__stop.is-active {
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/advertisement/img/icon_stop_on.svg);
}

@media screen and (min-width:801px){
  #Main .cp-BreadcrumbsHeader {
    display: block !important;
  }
}

