@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  min-width: 1280px;
  background: #fff;
  color: #000;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 640px) {
  body {
    min-width: auto;
  }
}
a {
  color: #000;
}
a:visited {
  color: #000;
}
@media screen and (min-width: 641px) {
  a {
    transition: all 0.2s;
  }
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 640px) {
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
dl dt,
dl dd {
  margin: 0;
}
@media screen and (min-width: 641px) {
  .nopc {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .nosp {
    display: none;
  }
}
/* トップに戻るボタンの位置調整 */
#contents {
  position: relative;
}
@media screen and (max-width: 640px) {
  .cp-PageTop {
    bottom: 90px;
    right: 10px;
  }
}
.cp-PageTop.is-footerSticky {
  position: absolute;
  bottom: 185px;
}
@media screen and (max-width: 640px) {
  .cp-PageTop.is-footerSticky {
    bottom: 260px;
  }
}
@keyframes popOut {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes fluffyDots {
  0%, 100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes rollRight {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fluidrotate {
  0% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    transform: rotate(0);
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    transform: rotate(-360deg);
  }
}
@keyframes shine {
  6.6% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.scrollEffect {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-out;
}
.scrollEffect.is-active {
  opacity: 1;
  transform: scale(1) rotateY(0);
}
.scrollEffect:nth-child(1) {
  transition-delay: 0.1s;
}
.scrollEffect:nth-child(2) {
  transition-delay: 0.2s;
}
.scrollEffect:nth-child(3) {
  transition-delay: 0.3s;
}
.scrollEffect:nth-child(4) {
  transition-delay: 0.4s;
}
.scrollEffect:nth-child(5) {
  transition-delay: 0.5s;
}
.scrollEffect:nth-child(6) {
  transition-delay: 0.6s;
}
.scrollEffect:nth-child(7) {
  transition-delay: 0.7s;
}
.scrollEffect:nth-child(8) {
  transition-delay: 0.8s;
}
.scrollEffect:nth-child(9) {
  transition-delay: 0.9s;
}
.scrollEffect:nth-child(10) {
  transition-delay: 1s;
}
.linkButton {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 80px;
  background: #d7083b;
  border-radius: 40px;
  box-shadow: 0 4px 0 #9d0128;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media screen and (min-width: 641px) {
  .linkButton {
    transition: background-color 0.2s;
  }
  .linkButton > .text {
    transition: opacity 0.2s;
  }
  .linkButton:hover {
    opacity: 1;
    background-color: #de3962;
  }
  .linkButton:hover > .text {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .linkButton {
    width: 100%;
    height: 60px;
    box-shadow: 0 3px 0 #9d0128;
    font-size: 2.1rem;
  }
}
.linkButton:visited {
  color: #fff;
}
.linkButton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 14px;
  margin: auto;
  background: url(/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/icon_arrow_right_yellow.svg) no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .linkButton::after {
    right: 15px;
  }
}
.linkButton.-large {
  width: 500px;
}
@media screen and (max-width: 640px) {
  .linkButton.-large {
    width: 100%;
  }
}
.linkButton.-blank::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url(/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/icon_blank.svg) no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .linkButton.-blank::after {
    width: 12px;
    height: 12px;
  }
}
.ri100Button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 410px;
  height: 80px;
  padding: 0 54px 0 130px;
  background: #fff;
  border: 2px solid currentColor;
  border-radius: 40px;
  box-shadow: 0 4px 0 #9d0128;
  font-size: 1.8rem;
  font-weight: 700;
  color: #d7083b !important;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media screen and (min-width: 641px) {
  .ri100Button {
    transition: background-color 0.2s;
  }
  .ri100Button > .text {
    white-space: nowrap;
    transition: opacity 0.2s;
  }
  .ri100Button:hover {
    opacity: 1;
    background-color: #fee4ea;
  }
  .ri100Button:hover > .text {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .ri100Button {
    width: 100%;
    max-width: 385px;
    height: 75px;
    padding: 0 38px 0 84px;
    box-shadow: 0 3px 0 #9d0128;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.25;
    letter-spacing: normal;
  }
}
.ri100Button:visited {
  color: #d7083b;
}
.ri100Button:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 40px;
  display: block;
  width: 74px;
  height: 80px;
  background: url(/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/icon_button_printer.webp) no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .ri100Button:before {
    width: 48px;
    height: 52px;
    top: 0;
    left: 28px;
    bottom: 0;
    margin: auto 0;
  }
}
.ri100Button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 14px;
  margin: auto;
  background: url(/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/icon_arrow_right_red.svg) no-repeat center/contain;
}
.accordionButton {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  background: #fff;
  border: 2px solid currentColor;
  box-shadow: 0 4px 0 currentColor;
  border-radius: 25px;
  font-size: 1.8rem;
  color: #d7083b;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 640px) {
  .accordionButton {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 3px 0 currentColor;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.accordionButton::before {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  display: block;
  width: 2px;
  height: 16px;
  margin: auto 0;
  background: currentColor;
  transition: all 0.2s;
}
@media screen and (max-width: 640px) {
  .accordionButton::before {
    right: 16px;
    height: 14px;
  }
}
.accordionButton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  display: block;
  width: 16px;
  height: 2px;
  margin: auto 0;
  background: currentColor;
  transition: all 0.2s;
}
@media screen and (max-width: 640px) {
  .accordionButton::after {
    right: 10px;
    width: 14px;
  }
}
.accordionButton.is-open::before {
  transform: rotate(90deg);
}
.accordionButton.is-open::after {
  opacity: 0;
  transform: rotate(180deg);
}
@media screen and (min-width: 641px) {
  .accordionButton {
    transition: background 0.2s;
  }
  .accordionButton:hover {
    background: #fee4ea;
  }
}
.conversionButton {
  position: fixed;
  top: -300px;
  right: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background: #d7083b;
  border-radius: 50%;
  box-shadow: 0 4px 0 #9d0128;
  font-size: 2rem;
  font-weight: 700;
  color: #fff !important;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .conversionButton {
    transition: background-color 0.2s, top 0.3s 0.3s;
  }
  .conversionButton > .text {
    transition: opacity 0.2s;
  }
  .conversionButton:hover {
    opacity: 1;
    background-color: #de3962;
  }
  .conversionButton:hover > .text {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .conversionButton {
    width: 95px;
    height: 95px;
    box-shadow: 0 2px 0 #9d0128;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    transition: top 0.3s 0.3s;
  }
}
.conversionButton.is-show {
  top: 20px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .conversionButton.is-show {
    top: 15px;
    right: 15px;
  }
}
.conversionButton.is-show::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: shine 15s 1s infinite;
}
.conversionButton.is-hide {
  top: -300px;
  right: 20px;
  z-index: 10;
  transition: background-color 0.2s, top 0.4s;
}
@media screen and (max-width: 640px) {
  .conversionButton.is-hide {
    top: -300px;
    right: 15px;
    transition: top 0.4s;
  }
}
.conversionButton:visited {
  color: #fff;
}
.loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.loadingOverlay > .icon {
  animation: rollRight 30s infinite linear;
}
@media screen and (max-width: 640px) {
  .loadingOverlay > .icon {
    width: 73px;
  }
}
.floatingNav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 920px;
  height: 64px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #d7083b;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  backface-visibility: hidden;
}
@media screen and (max-width: 640px) {
  .floatingNav {
    width: 100%;
    height: 76px;
    border-right: none;
    border-left: none;
    border-radius: 0;
  }
}
.floatingNav.is-fixed {
  position: fixed;
  bottom: 0;
  z-index: 10;
}
.floatingNav.is-hide {
  bottom: -100px;
  transition: bottom 0.4s 1s;
}
.floatingNav.is-show {
  bottom: 0;
}
.floatingNavList {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .floatingNavList > .item {
    flex: 1;
    height: 100%;
  }
}
.floatingNavList > .item + .item {
  border-left: 1px solid #d9d9d9;
}
.floatingNavList > .item > .link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  height: 30px;
  padding: 0 20px;
  font-size: 1.6rem;
  color: #d7083b;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .floatingNavList > .item > .link {
    flex-direction: column;
    gap: 4px;
    width: 100%;
    height: 100%;
    padding: 8px 0 0;
    font-size: 1rem;
    text-align: center;
    line-height: 1.4;
  }
}
.floatingNavList > .item > .link::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
}
.floatingNavList > .item > .link.-link01 {
  padding-left: 0;
}
.floatingNavList > .item > .link.-link01::before {
  height: 27px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/icon_printer.svg") no-repeat center/contain;
}
.floatingNavList > .item > .link.-link02::before {
  width: 36px;
  height: 27px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/icon_casestudy.svg") no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .floatingNavList > .item > .link.-link03 {
    gap: 7px;
  }
}
.floatingNavList > .item > .link.-link03::before {
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/icon_info.svg") no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .floatingNavList > .item > .link.-link03::before {
    margin-bottom: 2px;
  }
}
.floatingNavList > .item > .link.-link04 {
  padding-right: 0;
}
.floatingNavList > .item > .link.-link04::before {
  width: 34px;
  height: 29px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/icon_faq.svg") no-repeat center/contain;
}
.pointNav {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .pointNav {
    margin-top: 30px;
  }
}
.pointNav::before {
  content: "";
  position: absolute;
  top: -133px;
  left: 40px;
  width: 118px;
  height: 133px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/image_printer_illust.webp") no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .pointNav::before {
    top: -67px;
    left: 20px;
    width: 59px;
    height: 67px;
  }
}
.pointList {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
@media screen and (max-width: 640px) {
  .pointList {
    gap: 10px;
    padding: 0 10px;
  }
}
.pointList > .item {
  flex: 0 1 324px;
  height: 70px;
  background: #fff;
  border: 1px solid #e0dec3;
  border-radius: 6px;
  overflow: hidden;
  transition: background 0.2s;
}
@media screen and (min-width: 641px) {
  .pointList > .item:hover {
    background: #fee4ea;
  }
}
@media screen and (max-width: 640px) {
  .pointList > .item {
    flex: 1 calc(50% - 5px);
    height: 80px;
    border-radius: 10px;
  }
}
.pointList > .item > .link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  height: 100%;
  padding: 0 15px 0 19px;
  font-size: 1.5rem;
  color: #d7083b;
  text-decoration: none;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .pointList > .item > .link {
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
.pointList > .item > .link::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 640px) {
  .pointList > .item > .link::before {
    width: 52px;
    height: 9px;
  }
}
.pointList > .item > .link::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-left: auto;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/icon_arrow_down_red.svg") no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .pointList > .item > .link::after {
    position: absolute;
    bottom: -11px;
    width: 22px;
    height: 22px;
    background: #d7083b url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/icon_arrow_down_white.svg") no-repeat center top 4px/7px auto;
    border-radius: 50%;
  }
}
.pointList > .item > .link.-link01::before {
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/text_point_01.svg") no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .pointList > .item > .link.-link01::before {
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/text_point_01.svg") no-repeat center/contain;
  }
}
.pointList > .item > .link.-link02::before {
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/text_point_02.svg") no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .pointList > .item > .link.-link02::before {
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/text_point_02.svg") no-repeat center/contain;
  }
}
.pointList > .item > .link.-link03::before {
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/text_point_03.svg") no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .pointList > .item > .link.-link03::before {
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/text_point_03.svg") no-repeat center/contain;
  }
}
.pointList > .item > .link.-link04::before {
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/text_point_04.svg") no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .pointList > .item > .link.-link04::before {
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/text_point_04.svg") no-repeat center/contain;
  }
}
.pointList > .item > .link.-link05::before {
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/text_point_05.svg") no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .pointList > .item > .link.-link05::before {
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/text_point_05.svg") no-repeat center/contain;
  }
}
.pointList > .item > .link.-link06::before {
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/text_point_06.svg") no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .pointList > .item > .link.-link06::before {
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/text_point_06.svg") no-repeat center/contain;
  }
}
.pointContainer {
  padding: 90px 58px 60px;
  border: 2px solid #000;
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  .pointContainer {
    padding: 78px 18px 30px;
  }
}
.pointContainer.-point01 {
  background: #fff url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_point_01.svg") no-repeat left 13px top -2px;
}
@media screen and (max-width: 640px) {
  .pointContainer.-point01 {
    background-size: 152px auto;
    background-position: center top 40px;
  }
}
.pointContainer.-point02 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 46px 154px;
  gap: 24px 40px;
  background: #fff url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_point_02.svg") no-repeat left 13px top -2px;
}
@media screen and (max-width: 640px) {
  .pointContainer.-point02 {
    display: block;
    padding-bottom: 150px;
    background-size: 152px auto;
    background-position: center top 40px;
  }
}
.pointContainer.-point02::after {
  content: "";
  position: absolute;
  left: 202px;
  bottom: 0;
  width: 183px;
  height: 138px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/image_point02_illust.webp") no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .pointContainer.-point02::after {
    left: 0;
    right: 0;
    width: 189px;
    height: 134px;
    margin: 0 auto;
  }
}
.pointContainer.-point02 > .title {
  order: 1;
}
.pointContainer.-point02 > .text {
  order: 3;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .pointContainer.-point02 > .text {
    margin-top: 16px;
  }
}
.pointContainer.-point02 > .image {
  order: 2;
}
@media screen and (max-width: 640px) {
  .pointContainer.-point02 > .image {
    margin-top: 16px;
  }
}
.pointContainer.-point03 {
  background: #fff url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_point_03.svg") no-repeat left 13px top -2px;
}
@media screen and (max-width: 640px) {
  .pointContainer.-point03 {
    background-size: 152px auto;
    background-position: center top 40px;
  }
  .pointContainer.-point03 > .title {
    white-space: nowrap;
  }
}
.pointContainer.-point04 {
  display: grid;
  grid-template-columns: 1fr 404px;
  grid-template-rows: 92px 1fr;
  gap: 28px 0;
  background: #fff url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_point_04.svg") no-repeat left 13px top -2px;
}
@media screen and (max-width: 640px) {
  .pointContainer.-point04 {
    display: block;
    background-size: 152px auto;
    background-position: center top 40px;
  }
}
.pointContainer.-point04 > .title {
  order: 1;
}
.pointContainer.-point04 > .image {
  position: relative;
  top: -30px;
  order: 2;
}
@media screen and (max-width: 640px) {
  .pointContainer.-point04 > .image {
    position: initial;
    width: 265px;
    margin: 10px auto 0;
  }
}
.pointContainer.-point05 {
  background: #fff url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_point_05.svg") no-repeat left 13px top -2px;
}
@media screen and (max-width: 640px) {
  .pointContainer.-point05 {
    background-size: 152px auto;
    background-position: center top 40px;
    overflow: hidden;
  }
}
.pointContainer.-point06 {
  position: relative;
  background: #fff url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_point_06.svg") no-repeat left 13px top -2px;
}
@media screen and (max-width: 640px) {
  .pointContainer.-point06 {
    padding-bottom: 330px;
    background-size: 152px auto;
    background-position: center top 40px;
  }
}
.pointContainer.-point06 > .text {
  position: absolute;
  top: 76px;
  right: 60px;
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .pointContainer.-point06 > .text {
    top: auto;
    bottom: 225px;
    right: auto;
    width: calc(100% - 40px);
    text-align: center;
    letter-spacing: 0.16em;
  }
}
.pointContainer > .title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  color: #000;
}
@media screen and (max-width: 640px) {
  .pointContainer > .title {
    font-size: 2.1rem;
    text-align: center;
  }
}
.pointContainer > .title > .red {
  color: #d7083b;
  background: linear-gradient(transparent 75%, #fff54f 75%);
}
.pointContainer > .text {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .pointContainer > .text {
    margin-top: 16px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.pointContainer > .label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 40px;
  margin: 30px auto 0;
  background: #000;
  border-radius: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .pointContainer > .label {
    width: 100%;
    max-width: 225px;
    height: 30px;
    margin-top: 24px;
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
.pointContainer > .label > .yellow {
  color: #fff54f;
}
.pointContainer > .note {
  margin-top: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
}
@media screen and (max-width: 640px) {
  .pointContainer > .note {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.7142857143;
  }
}
.point01StepList {
  position: relative;
  display: flex;
  gap: 35px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .point01StepList {
    flex-direction: column;
  }
}
.point01StepList > .item {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .point01StepList > .item {
    display: flex;
    gap: 16px;
  }
}
.point01StepList > .item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 90px;
  right: -35px;
  z-index: 0;
  width: 35px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 640px) {
  .point01StepList > .item:not(:last-child)::after {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .point01StepList > .item > .image {
    flex: 0 1 50%;
  }
}
.point01StepList > .item > .step {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #d7083b;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .point01StepList > .item > .step {
    position: absolute;
    top: 0;
    left: calc(50% + 8px);
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.point01StepList > .item > .text {
  margin-top: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .point01StepList > .item > .text {
    flex: 0 1 50%;
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.point03Table {
  width: 100%;
  margin-top: 24px;
}
.point03Table .row:nth-child(1) > .title {
  border-radius: 6px 0 0 0;
}
.point03Table .row:last-child > .description {
  border-bottom: none;
}
.point03Table .row > .header {
  vertical-align: middle;
  padding: 18px;
  border-right: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .point03Table .row > .header {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
.point03Table .row > .header.-red {
  background: #d7083b;
  border-radius: 6px 0 0 0;
}
.point03Table .row > .header.-black {
  background: #000;
  border-radius: 0 6px 0 0;
  border-right: none;
}
.point03Table .row > .title {
  vertical-align: middle;
  width: 140px;
  padding: 28px;
  background: #f4f4f4;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.375;
}
@media screen and (max-width: 640px) {
  .point03Table .row > .title {
    padding: 32px 5px;
    font-size: 1.2rem;
  }
}
.point03Table .row > .description {
  position: relative;
  vertical-align: middle;
  width: 42%;
  padding: 24px 32px 24px 90px;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .point03Table .row > .description {
    padding: 32px 7px;
    font-size: 1rem;
    text-align: center;
  }
}
.point03Table .row > .description.-pink {
  background: #ffeff3;
}
.point03Table .row > .description.-gray {
  background: #f4f4f4;
  border-right: none;
}
.point03Table .row > .description > .icon {
  position: absolute;
  top: 0;
  left: 32px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 640px) {
  .point03Table .row > .description > .icon {
    position: initial;
    display: block;
    width: 30px;
    margin: 0 auto 10px;
  }
}
.point03Table .row > .description > .icon.-batsu {
  left: 36px;
}
.point04List {
  order: 3;
}
@media screen and (max-width: 640px) {
  .point04List {
    margin-top: 16px;
  }
}
.point04List > .item {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .point04List > .item {
    font-size: 1.4rem;
    white-space: normal;
    line-height: 1.7142857143;
  }
}
.point04List > .item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 13px;
  height: 10px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/icon_arrow_right_black.svg") no-repeat;
}
@media screen and (max-width: 640px) {
  .point04List > .item::before {
    top: 8px;
  }
}
.point05Cards {
  display: flex;
  gap: 35px;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .point05Cards {
    display: block;
  }
}
.point05Cards .item {
  padding-bottom: 24px;
  background: #000;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .point05Cards .item {
    height: 80vw;
    max-height: 400px;
  }
}
.point05Cards .item > .step {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 26px;
  margin-top: 16px;
  background: #fff;
  border-radius: 13px;
  color: #d7083b;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .point05Cards .item > .step {
    font-size: 1.4rem;
  }
}
.point05Cards .item > .text {
  margin-top: 14px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .point05Cards .item > .text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.point06Cards {
  display: flex;
  gap: 20px;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .point06Cards {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.point06Cards > .item {
  position: relative;
  flex: 1;
  padding: 185px 14px 20px;
  background: #fff54f;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .point06Cards > .item {
    flex: 1 calc(50% - 5px);
    padding: 130px 8px 16px;
  }
}
.point06Cards > .item:nth-child(2n) {
  background: #ffda2e;
}
.point06Cards > .item:nth-child(1) > .image {
  top: 20px;
}
@media screen and (max-width: 640px) {
  .point06Cards > .item:nth-child(1) > .image {
    top: 15px;
    width: 110px;
  }
}
@media screen and (max-width: 640px) {
  .point06Cards > .item:nth-child(2) > .image {
    width: 90px;
  }
}
@media screen and (max-width: 640px) {
  .point06Cards > .item:nth-child(3) > .image {
    width: 113px;
  }
}
.point06Cards > .item:nth-child(4) > .image {
  top: 43px;
}
@media screen and (max-width: 640px) {
  .point06Cards > .item:nth-child(4) > .image {
    top: 35px;
    width: 108px;
  }
}
.point06Cards > .item > .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.point06Cards > .item > .label {
  color: #d7083b;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .point06Cards > .item > .label {
    font-size: 1.4rem;
  }
}
.point06Description {
  margin-top: 16px;
  text-align: center;
}
.point06Description > .title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  background: #faf8e0;
  border-radius: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
  .point06Description > .title {
    height: auto;
    padding: 6px 8px;
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
.point06Description > .text {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .point06Description > .text {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.point06Description > .text + .title {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .point06Description > .text + .title {
    margin-top: 8px;
  }
}
.point06More {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 30px;
  padding: 16px 30px;
  background: #faf8e0;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .point06More {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    flex-direction: column;
    gap: 18px;
  }
}
.point06More > .text {
  position: relative;
  width: 380px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #d7083b;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .point06More > .text {
    width: 100%;
    font-size: 1.7rem;
  }
}
.point06More > .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 71px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/image_point06_line.svg") no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .point06More > .text::before {
    top: -10px;
    transform: scale(0.7);
  }
}
.point06More > .text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 71px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/image_point06_line.svg") no-repeat center/contain;
  transform: rotateZ(45deg);
}
@media screen and (max-width: 640px) {
  .point06More > .text::after {
    top: -10px;
    transform: rotateZ(45deg) scale(0.7);
  }
}
.caseStudyContainer {
  padding: 90px 58px 60px;
  border: 2px solid #000;
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .caseStudyContainer {
    padding: 30px 18px 30px;
    overflow: hidden;
  }
}
.caseStudyTopBlock {
  display: flex;
  align-items: center;
  gap: 65px;
}
@media screen and (max-width: 640px) {
  .caseStudyTopBlock {
    display: block;
  }
}
.caseStudyTopBlock > .inner > .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #000;
}
@media screen and (max-width: 640px) {
  .caseStudyTopBlock > .inner > .title {
    font-size: 1.7rem;
  }
}
.caseStudyTopBlock > .inner > .name {
  margin-top: 18px;
  color: #d7083b;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .caseStudyTopBlock > .inner > .name {
    margin-top: 13px;
    font-size: 1.2rem;
  }
}
.caseStudyList {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .caseStudyList {
    margin-top: 15px;
  }
}
.caseStudyList > .item {
  position: relative;
  padding: 26px 0 0 1em;
  background: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 10px) repeat-x left top/10px 4px;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .caseStudyList > .item {
    padding-top: 13px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
  }
}
.caseStudyList > .item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.caseStudyList > .item:last-child {
  padding: 0 0 26px 1em;
  background: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 10px) repeat-x left bottom/10px 4px;
}
@media screen and (max-width: 640px) {
  .caseStudyList > .item:last-child {
    background: none;
    padding-bottom: 0;
  }
}
.caseStudyImages {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .caseStudyImages {
    display: block;
    margin-top: 15px;
  }
}
.caseStudyTextBlock > .text {
  display: none;
  padding: 32px 30px 30px;
  margin-top: 32px;
  background: #faf8e0;
  border-radius: 12px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .caseStudyTextBlock > .text {
    padding: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.16em;
  }
}
.caseStudyTextBlock > .button {
  display: block;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .caseStudyTextBlock > .button {
    margin-top: 22px;
  }
}
.productContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 84px 160px 334px;
  gap: 30px;
  max-width: 1000px;
  margin: 80px auto 0;
}
@media screen and (max-width: 640px) {
  .productContainer {
    display: block;
    padding: 0 20px;
    margin-top: 28px;
  }
}
.productTopBlock {
  grid-area: 1/1/2/3;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 640px) {
  .productTopBlock {
    flex-direction: column;
    gap: 10px;
  }
}
.productTopBlock > .title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #000;
}
@media screen and (max-width: 640px) {
  .productTopBlock > .title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 640px) {
  .productPrice {
    text-align: center;
  }
}
.productPrice > .text {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .productPrice > .text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.16em;
  }
}
.productPrice > .price {
  margin-top: 8px;
  font-size: 3rem;
  font-weight: 700;
  color: #d7083b;
}
@media screen and (max-width: 640px) {
  .productPrice > .price {
    margin-top: 12px;
    font-size: 2.4rem;
  }
}
.productPrice > .price > .small {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .productPrice > .price > .small {
    font-size: 1.8rem;
  }
}
.productBlock {
  padding: 32px 40px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .productBlock {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.productBlock > .title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  height: 36px;
  padding: 0 36px;
  background: #000;
  border-radius: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .productBlock > .title {
    min-width: 146px;
    height: 30px;
    padding: 0 15px;
    font-size: 1.7rem;
  }
}
.productBlock > .item {
  letter-spacing: 0.1em;
}
.productBlock > .item > .strong {
  margin-right: 2em;
  font-weight: 700;
}
.productBlock > .item > .strong::before {
  content: "●";
  font-size: 1rem;
  vertical-align: 0.2em;
  margin-right: 0.5em;
}
.productBlock.-price {
  grid-area: 2/1/3/3;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .productBlock.-price {
    display: none;
  }
}
.productBlock.-price > .item.-last {
  margin-left: 0.6em;
}
.productBlock.-price > .item.-last > .strong {
  margin-right: 2.4em;
}
.productBlock.-price > .note {
  margin-top: -5px;
  letter-spacing: 0.1em;
}
.productBlock.-priceSp {
  text-align: left;
}
@media screen and (min-width: 641px) {
  .productBlock.-priceSp {
    display: none;
  }
}
.productBlock.-priceSp > .item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 19px;
  background: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 10px) repeat-x left bottom/10px 3px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
.productBlock.-priceSp > .item:first-child {
  padding-top: 0;
}
.productBlock.-priceSp > .item:last-child {
  padding-bottom: 0;
  background: none;
}
.productBlock.-priceSp > .item > .strong {
  padding-left: 1em;
  margin-right: 0;
  text-indent: -1em;
}
.productBlock.-priceSp > .item > .price {
  text-align: right;
}
.productBlock.-priceSp > .note {
  font-size: 1.4rem;
  margin-top: 22px;
  letter-spacing: 0.1em;
}
.productBlock.-maintenance {
  grid-area: 3/1/4/2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 640px) {
  .productBlock.-maintenance {
    gap: 18px;
  }
}
.productBlock.-maintenance > .red {
  margin-top: 2px;
  font-size: 3rem;
  font-weight: 700;
  color: #d7083b;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .productBlock.-maintenance > .red {
    margin-top: 0;
    font-size: 2.4rem;
  }
}
.productBlock.-maintenance > .note {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .productBlock.-maintenance > .note {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.16em;
  }
}
.productBlock.-cost {
  grid-area: 3/2/4/3;
}
.productBlock.-cost > .item {
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .productBlock.-cost > .item {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.08em;
  }
}
.productBlock.-cost > .item:nth-of-type(1) {
  padding-bottom: 24px;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .productBlock.-cost > .item:nth-of-type(1) {
    padding-bottom: 20px;
    margin-top: 20px;
  }
}
.productBlock.-cost > .item:nth-of-type(2) {
  padding-top: 24px;
  background: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 10px) repeat-x left top/10px 4px;
}
@media screen and (max-width: 640px) {
  .productBlock.-cost > .item:nth-of-type(2) {
    padding-top: 20px;
    background: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 10px) repeat-x left top/10px 3px;
  }
}
.productBlock.-cost > .item > .strong {
  margin-right: 0;
}
.showroomContainer {
  max-width: 1000px;
  height: 553px;
  padding: 60px;
  margin: 80px auto 0;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_showroom.webp") no-repeat center/contain;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .showroomContainer {
    position: relative;
    overflow: hidden;
    width: calc(100% - 40px);
    height: auto;
    max-height: 680px;
    padding: 38px 20px 0;
    margin-top: 40px;
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/bg_showroom.webp") no-repeat center/cover;
    border-radius: 10px;
    border: 2px solid #000;
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .showroomContainer > .subtitle {
    width: 120px;
    margin: 0 auto;
  }
}
.showroomContainer > .title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #d7083b;
  letter-spacing: 0.04em;
  line-height: 1.4444444444;
}
@media screen and (max-width: 640px) {
  .showroomContainer > .title {
    margin-top: 6px;
    font-size: 2.4rem;
  }
}
.showroomContainer > .text {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .showroomContainer > .text {
    margin-top: 8px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
    letter-spacing: 0.08em;
  }
}
.showroomContainer > .button {
  display: block;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .showroomContainer > .button {
    margin-top: 16px;
  }
}
.showroomContainer > .note {
  margin-top: 22px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .showroomContainer > .note {
    margin-top: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
@media screen and (min-width: 641px) {
  .showroomContainer > .image {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .showroomContainer > .image {
    width: calc(100% + 40px);
    margin: 21px 0 -1px -20px;
  }
}
.faqBlock {
  position: relative;
  padding: 30px;
  background: #f4f4f4;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .faqBlock {
    padding: 26px 20px;
  }
}
.faqBlock > .question {
  cursor: pointer;
  position: relative;
  padding-left: 4em;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.6666666667;
}
@media screen and (max-width: 640px) {
  .faqBlock > .question {
    padding-left: 3em;
    padding-right: 20px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.faqBlock > .question:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 16px;
  background: #4bb9b7 url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/text_q.svg") no-repeat center;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .faqBlock > .question:before {
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto 0;
    font-size: 1.2rem;
    background-size: auto 12px;
  }
}
.faqBlock > .question > .text {
  position: relative;
  display: block;
}
.faqBlock > .question > .text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 2px;
  height: 16px;
  background: #d7083b;
  transition: all 0.2s;
}
@media screen and (max-width: 640px) {
  .faqBlock > .question > .text::before {
    right: -10px;
    height: 14px;
  }
}
.faqBlock > .question > .text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 16px;
  height: 2px;
  background: #d7083b;
  transition: all 0.2s;
}
@media screen and (max-width: 640px) {
  .faqBlock > .question > .text::after {
    right: -16px;
    width: 14px;
  }
}
.faqBlock > .question > .text.is-open::before {
  transform: rotate(90deg);
}
.faqBlock > .question > .text.is-open::after {
  opacity: 0;
  transform: rotate(180deg);
}
.faqBlock > .answer {
  display: none;
  position: relative;
  padding: 30px 0 0 4em;
  margin-top: 26px;
  border-top: 4px dotted #000;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .faqBlock > .answer {
    padding-left: 3em;
    border-width: 3px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.faqBlock > .answer:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 16px;
  background: #d7083b url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/text_a.svg") no-repeat left 52% center;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .faqBlock > .answer:before {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    background-size: auto 12px;
    background-position: left 56% center;
  }
}
.faqBlock > .answer > .strong {
  font-weight: 700;
}
.faqBlock > .answer > .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .faqBlock > .answer > .small {
    font-size: 1.2rem;
  }
}
.faqBlock > .answer > .link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-left: 0.5em;
  vertical-align: -0.1em;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/icon_arrow_right_red.svg") no-repeat center/contain;
}
.materialsList {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 20px;
}
@media screen and (max-width: 640px) {
  .materialsList {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 16px 0;
  }
}
.materialsList > .item {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .materialsList > .item {
    flex: 1 calc(33.3333333333% - 10px);
    font-size: 1.1rem;
  }
}
.textList > .item {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .textList > .item {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.textList > .item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 640px) {
  .carouselSp {
    position: relative;
  }
  .carouselSp .item {
    width: 66.6666666667vw;
    margin-right: 15px;
  }
  .carouselSp .slick-list {
    overflow: visible;
  }
  .carouselSp .slick-dots {
    display: flex;
    gap: 8px;
    margin-top: 15px;
  }
  .carouselSp .slick-dots > li > button {
    cursor: pointer;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
  .carouselSp .slick-dots > li.slick-active > button {
    background: #d7083b;
  }
}
.headerArea {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: 30px 35px 0;
}
@media screen and (max-width: 640px) {
  .headerArea {
    padding: 18px 20px 0;
  }
  .headerArea > .logo {
    width: 93px;
  }
  .headerArea > .logo::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    z-index: -1;
    display: block;
    width: 160px;
    height: 76px;
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/bg_header.webp") no-repeat center/contain;
  }
}
.mainArea {
  position: relative;
}
.mainVisualArea {
  position: relative;
}
.mainVisualArea > .inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 360px 1fr;
  grid-template-rows: 370px 1fr;
  gap: 30px 127px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mainVisualArea > .inner {
    display: block;
    padding: 70px 20px;
  }
}
.mainVisualArea > .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 144px;
  z-index: -2;
  width: 1054.8px;
  height: 509.4px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_mainvisual_base.webp") no-repeat center/contain;
  animation: 7s fluffy infinite;
}
@media screen and (max-width: 640px) {
  .mainVisualArea > .inner::before {
    top: -10px;
    left: 0;
    width: 100%;
    height: 138.8vw;
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/bg_mainvisual_base.webp") no-repeat center/contain;
  }
}
.mainVisualArea > .inner::after {
  content: "";
  position: absolute;
  top: 72px;
  right: -72px;
  z-index: -1;
  width: 521.1px;
  height: 315px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_mainvisual_dots.webp") no-repeat center/contain;
  animation: 5s fluffyDots infinite;
}
@media screen and (max-width: 640px) {
  .mainVisualArea > .inner::after {
    top: 0;
    right: 0;
    width: 100%;
    height: 100vw;
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/bg_mainvisual_dots.webp") no-repeat center/contain;
  }
}
.mainVisualArea > .inner > .title {
  grid-area: 1/1/2/2;
  align-self: flex-end;
  transform: scale(0);
}
.is-loaded .mainVisualArea > .inner > .title {
  animation: popOut 0.45s forwards;
  animation-delay: 0.7s;
}
@media screen and (max-width: 640px) {
  .mainVisualArea > .inner > .title {
    position: relative;
    z-index: 2;
    width: 59.6vw;
    margin: 0 auto;
  }
}
.mainVisualArea > .inner > .image {
  grid-area: 1/2/3/3;
  position: relative;
  top: -10px;
  z-index: 1;
  transform: scale(0);
}
.is-loaded .mainVisualArea > .inner > .image {
  animation: popOut 0.4s ease-out forwards;
  animation-delay: 0.85s;
}
@media screen and (max-width: 640px) {
  .mainVisualArea > .inner > .image {
    top: 0;
    width: 88.5333333333vw;
    margin: -20px 0 0 -10px;
  }
}
.mainVisualArea > .inner > .button {
  grid-area: 2/1/3/2;
  transform: scale(0);
  padding: 0;
  text-align: left;
}
.is-loaded .mainVisualArea > .inner > .button {
  animation: popOut 0.35s forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 640px) {
  .mainVisualArea > .inner > .button {
    width: 100%;
    max-width: 385px;
    margin: 15px auto 0;
  }
}
.mainVisualArea > .inner > .button > .linkButton {
  height: 70px;
}
.mainVisualDots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mainVisualDots {
    width: 100%;
  }
}
.mainVisualDots > .image {
  position: absolute;
}
.mainVisualDots > .image.-first {
  top: 108px;
  left: -60px;
  animation: fluidrotate 90s ease 0s infinite;
}
@media screen and (max-width: 640px) {
  .mainVisualDots > .image.-first {
    width: 68px;
    height: 68px;
    top: 120vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.mainVisualDots > .image.-second {
  top: 210px;
  left: -250px;
  animation: fluidrotate 110s ease 0s infinite;
}
@media screen and (max-width: 640px) {
  .mainVisualDots > .image.-second {
    display: none;
  }
}
.mainVisualDots > .image.-third {
  top: 396px;
  left: -140px;
  animation: fluidrotate 130s ease 0s infinite;
}
@media screen and (max-width: 640px) {
  .mainVisualDots > .image.-third {
    width: 68px;
    height: 68px;
    top: 137.3333333333vw;
    left: -10px;
  }
}
.mainVisualDots > .image.-forth {
  top: 468px;
  left: 670px;
  animation: fluidrotate 80s ease 0s infinite;
}
@media screen and (max-width: 640px) {
  .mainVisualDots > .image.-forth {
    width: 119px;
    height: 119px;
    top: 138.6666666667vw;
    left: auto;
    right: -30px;
  }
}
.overviewArea {
  position: relative;
  width: 900px;
  padding: 130px 0 240px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .overviewArea {
    width: 100%;
    padding: 90px 20px 78px;
  }
}
.overviewArea::before {
  content: "";
  position: absolute;
  top: 67.5px;
  right: 315px;
  z-index: -2;
  width: 789.3px;
  height: 550.8px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_overview_base.webp") no-repeat center/contain;
  animation: 6s fluffy infinite;
}
@media screen and (max-width: 640px) {
  .overviewArea::before {
    top: 35px;
    right: 0;
    width: 100%;
    height: 167.8666666667vw;
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/bg_overview_base.webp") no-repeat center top/contain;
  }
}
@media screen and (max-width: 640px) {
  .overviewArea > .title {
    width: 326px;
    margin: 0 auto;
  }
}
.overviewArea > .container {
  position: relative;
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .overviewArea > .container {
    width: 345px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .overviewArea > .container > .text {
    width: 303px;
  }
}
.overviewArea > .container > .image {
  position: absolute;
  top: 0;
  right: -15px;
}
@media screen and (max-width: 640px) {
  .overviewArea > .container > .image {
    position: initial;
    width: 325px;
    margin-top: 42px;
  }
}
.overviewArea > .container > .image::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 100px;
  width: 63px;
  height: 60.3px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/image_overview_dot_2.webp") no-repeat center/contain;
  animation: 4s fluffyDots infinite;
}
@media screen and (max-width: 640px) {
  .overviewArea > .container > .image::before {
    width: 43px;
    height: 31px;
    top: -5px;
    right: 70px;
  }
}
.overviewArea > .container > .image::after {
  content: "";
  position: absolute;
  top: 100px;
  right: 40px;
  z-index: -1;
  width: 125.1px;
  height: 125.1px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/image_overview_dot_1.webp") no-repeat center/contain;
  animation: fluidrotate 100s ease 0s infinite;
}
@media screen and (max-width: 640px) {
  .overviewArea > .container > .image::after {
    width: 76px;
    height: 76px;
    top: 35px;
    right: 20px;
  }
}
.printerArea {
  position: relative;
  padding: 100px 0;
  background: #faf8e0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .printerArea {
    z-index: 2;
    padding: 50px 0;
  }
}
.printerArea:before {
  content: "";
  position: absolute;
  top: -350px;
  right: 0;
  z-index: 0;
  width: 886px;
  height: 1032px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_printer_base.webp") no-repeat center/contain;
  animation: 3s fluffy infinite;
}
@media screen and (max-width: 640px) {
  .printerArea:before {
    top: -65px;
    right: -70px;
    width: 100%;
    height: 104.2666666667vw;
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/bg_printer_base.webp") no-repeat center/contain;
  }
}
.printerArea:after {
  content: "";
  position: absolute;
  top: 95px;
  right: -175px;
  left: 0;
  z-index: 0;
  width: 1031px;
  height: 206px;
  margin: 0 auto;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_printer_dots.webp") no-repeat center/contain;
  animation: 5s fluffyDots infinite;
}
@media screen and (max-width: 640px) {
  .printerArea:after {
    top: 26px;
    right: 0;
    width: 100%;
    height: 23.6vw;
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/bg_printer_dots.webp") no-repeat center/contain;
  }
}
.printerArea > .title {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .printerArea > .title {
    width: 193px;
    margin: 0 auto;
  }
}
.printerArea > .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width: 640px) {
  .printerArea > .inner {
    padding: 0 20px;
    margin-top: 30px;
  }
}
.printerDots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .printerDots {
    width: 100%;
  }
}
.printerDots > .image {
  position: absolute;
}
.printerDots > .image.-first {
  top: 210px;
  left: -70px;
  animation: fluidrotate 90s ease 0s infinite;
}
@media screen and (max-width: 640px) {
  .printerDots > .image.-first {
    top: 140px;
    left: -15px;
    width: 57px;
    height: 57px;
  }
}
.printerDots > .image.-second {
  top: 110px;
  right: 100px;
  animation: fluidrotate 120s ease 0s infinite;
}
@media screen and (max-width: 640px) {
  .printerDots > .image.-second {
    top: 155px;
    right: 30px;
    width: 65px;
    height: 65px;
  }
}
.caseStudyArea {
  position: relative;
  overflow: hidden;
  background: #fff54f;
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .caseStudyArea {
    padding: 50px 0;
    overflow: initial;
  }
}
.caseStudyArea:before {
  content: "";
  position: absolute;
  top: -340px;
  left: 0;
  z-index: 0;
  width: 969px;
  height: 1032px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_casestudy_base.webp") no-repeat center/contain;
  animation: 5s fluffy infinite;
}
@media screen and (max-width: 640px) {
  .caseStudyArea:before {
    top: -30px;
    left: -25px;
    width: 100%;
    height: 92vw;
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/bg_casestudy_base.webp") no-repeat center/contain;
  }
}
.caseStudyArea:after {
  content: "";
  position: absolute;
  top: 80px;
  right: 370px;
  left: 0;
  z-index: 0;
  width: 838px;
  height: 326px;
  margin: 0 auto;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/bg_casestudy_dots.webp") no-repeat center/contain;
  animation: 5s fluffyDots infinite;
}
@media screen and (max-width: 640px) {
  .caseStudyArea:after {
    top: 55px;
    right: 0;
    left: -18px;
    width: 100%;
    height: 17.8666666667vw;
    background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/sp/bg_casestudy_dots.webp") no-repeat center/contain;
  }
}
.caseStudyArea > .title {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .caseStudyArea > .title {
    width: 220px;
    margin: 0 auto;
  }
}
.caseStudyArea > .text {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .caseStudyArea > .text {
    margin-top: 24px;
    font-size: 1.4rem;
    letter-spacing: 0.16em;
  }
}
.caseStudyArea > .inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1000px;
  margin: 42px auto 0;
}
@media screen and (max-width: 640px) {
  .caseStudyArea > .inner {
    padding: 0 20px;
    margin-top: 22px;
  }
}
.caseStudyArea > .inner::before {
  content: "";
  position: absolute;
  top: -340px;
  right: -60px;
  width: 300px;
  height: 293px;
  background: url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/image_casestudy_illust.webp") no-repeat center/contain;
  animation: 7s fluffyDots infinite;
}
@media screen and (max-width: 640px) {
  .caseStudyArea > .inner::before {
    top: -310px;
    right: 0;
    z-index: 2;
    width: 114px;
    height: 112px;
  }
}
.caseStudyDots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .caseStudyDots {
    width: 100%;
  }
}
.caseStudyDots > .image {
  position: absolute;
}
.caseStudyDots > .image.-first {
  top: 130px;
  left: -30px;
  animation: fluidrotate 90s ease 0s infinite;
}
@media screen and (max-width: 640px) {
  .caseStudyDots > .image.-first {
    display: none;
  }
}
.caseStudyDots > .image.-second {
  top: 280px;
  right: -100px;
  animation: fluidrotate 120s ease 0s infinite;
}
@media screen and (max-width: 640px) {
  .caseStudyDots > .image.-second {
    top: 250px;
    right: -20px;
    width: 85px;
    height: 85px;
  }
}
.productArea {
  background: #faf8e0;
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .productArea {
    padding: 50px 0;
  }
}
.productArea > .title {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .productArea > .title {
    width: 151px;
    margin: 0 auto;
  }
}
.productArea > .button {
  display: block;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .productArea > .button {
    max-width: 385px;
    padding: 0 20px;
    margin: 30px auto 0;
  }
}
.productPhotos {
  position: relative;
  width: 1000px;
  margin: 44px auto 0;
}
@media screen and (max-width: 640px) {
  .productPhotos {
    width: 100%;
    padding-left: 20px;
    margin-top: 25px;
  }
}
.productPhotos::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  z-index: 1;
  width: 100vw;
  height: 450px;
  background: #faf8e0;
}
@media screen and (max-width: 640px) {
  .productPhotos::before {
    content: none;
  }
}
.productPhotos .item {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .productPhotos .item {
    width: 300px;
  }
}
.productPhotos .slick-list {
  overflow: visible;
}
.productPhotos .slick-arrow {
  cursor: pointer;
  position: absolute;
  right: 46px;
  bottom: -60px;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url("/-/Media/Ricoh/Sites/co_jp/garment/special/ri100-loyalty/img/icon_carousel_arrow.webp") no-repeat center/contain;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 0.2s;
}
.productPhotos .slick-arrow:hover {
  opacity: 0.7;
}
.productPhotos .slick-arrow.slick-next {
  right: 0;
  transform: rotateZ(180deg);
}
.productPhotos .slick-dots {
  position: absolute;
  right: 106px;
  bottom: -46px;
  display: flex;
  gap: 8px;
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  .productPhotos .slick-dots {
    position: initial;
    margin-top: 15px;
  }
}
.productPhotos .slick-dots > li > button {
  cursor: pointer;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .productPhotos .slick-dots > li > button {
    width: 8px;
    height: 8px;
  }
}
.productPhotos .slick-dots > li > button:hover {
  opacity: 0.7;
}
.productPhotos .slick-dots > li.slick-active > button {
  background: #d7083b;
}
.faqArea {
  padding: 100px 0 150px;
}
@media screen and (max-width: 640px) {
  .faqArea {
    padding: 50px 0 160px;
  }
}
.faqArea > .title {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .faqArea > .title {
    width: 189px;
    margin: 0 auto;
  }
}
.faqArea > .button {
  display: block;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .faqArea > .button {
    max-width: 385px;
    padding: 0 20px;
    margin: 30px auto 0;
  }
}
.faqList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1000px;
  margin: 38px auto 0;
}
@media screen and (max-width: 640px) {
  .faqList {
    padding: 0 20px;
    margin-top: 24px;
  }
}
.footerArea {
  padding: 60px;
  background: #000;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .footerArea {
    padding: 50px 0 80px;
  }
}
.footerArea > .copyright {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .footerArea > .copyright {
    margin-top: 14px;
  }
}
.footerArea > .copyright > .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .footerArea > .copyright > .small {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
}
.footerLinks {
  display: flex;
  justify-content: center;
}
.footerLinks > .item {
  padding: 0 10px;
}
.footerLinks > .item + .item {
  border-left: 1px solid currentColor;
}
.footerLinks > .item > .link {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .footerLinks > .item > .link {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}
.pageWrapper {
  overflow: hidden;
}