@import url("https://use.typekit.net/iak3fox.css");
html {
  font-size: 10px;
}

body {
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* ------- PC ------- */
.contents {
  width: 100%;
  margin: 0 auto;
  font: 400 2rem/3.6rem "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  text-align: center;
  color: #222;
}
.contents img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.contents *,
.contents *::after,
.contents *::before {
  box-sizing: border-box;
}
.contents a {
  text-decoration: none !important;
  color: #222;
}
.contents a:hover {
  text-decoration: none !important;
}
.contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents h6 {
  padding: 0;
  margin: 0;
}
.contents ul {
  list-style: none;
}
.contents .flex {
  display: flex;
}

.contents .hero {
  width: 100%;
  margin: 0 auto 9rem;
  position: relative;
}
.contents .hero__inner {
  width: 120rem;
  margin: 0 auto 0;
}
.contents .hero__img {
  margin: 0 auto 5rem;
}
.contents .hero__title {
  margin: 0 auto 2rem;
  font: 400 2rem/3.6rem "Noto Sans JP", sans-serif;
}
.contents .hero__text {
  margin: 0 auto 5rem;
  font: 400 2rem/3.6rem "Noto Sans JP", sans-serif;
}

.contents .main {
  width: 100%;
  margin: 0 auto 10rem;
}
.contents .main__inner {
  width: 90rem;
  margin: 0 auto;
}

.contents .navi {
  margin: 0 auto 13rem;
  font: 400 1.8rem/2rem "Noto Sans JP", sans-serif;
}
.contents .navi__img {
  margin-bottom: 1rem;
}
.contents .navi__name.arrow {
  position: relative;
  display: inline-block;
}
.contents .navi__name.arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #222;
  transform: rotate(90deg);
  position: absolute;
  top: 3rem;
  left: 50%;
}
.contents .item {
  width: 100%;
  margin: 0 auto 10rem;
}
.contents .item h2 {
  font: 600 5rem/1 din-2014, sans-serif;
  margin-bottom: 5rem;
}
.contents .item__img {
  width: 60rem;
  margin: 0 auto 6rem;
}
.contents .item__img01-01 {
  margin: 0 auto 3rem 0;
}
.contents .item__img01-02 {
  margin: 0 0 6rem auto;
}
.contents .item__name {
  width: -moz-fit-content;
  width: fit-content;
  font: 700 2.6rem/1rem "Noto Sans JP", sans-serif;
  padding-top: 1.5rem;
  margin: 0 auto 2rem;
  position: relative;
}
.contents .item__name span {
  position: relative;
  z-index: 10;
}
.contents .item__name::before {
  position: absolute;
  bottom: -0.5rem;
  left: -2rem;
  z-index: 0;
  color: #f3eee3;
  font: 600 6.5rem/1 din-2014, sans-serif;
  content: attr(data-number);
  pointer-events: none;
}
.contents .item__txt {
  font: 400 16px/1.8em "Noto Sans JP", sans-serif;
  margin-bottom: 2rem;
}
.contents .item__color {
  margin: 0 auto 2rem;
}
.contents .item__color span {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 0.5rem;
  position: relative;
}
.contents .item__color span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 1.9rem;
  height: 3.8rem;
  border-radius: 0 100% 100% 0%/50%;
}
.contents .item__color span.black {
  background: #000;
}
.contents .item__color span.white {
  background: #FFF;
}
.contents .item__color span.offwhite {
  background: #e0dbd8;
}
.contents .item__color span.lightbeige {
  background: #ebe7d6;
}
.contents .item__color span.pink {
  background: #FCA8B2;
}
.contents .item__color span.brown {
  background: #70513f;
}
.contents .item__color span.red {
  background: #551e21;
}
.contents .item__color span.blue {
  background: #45638F;
}
.contents .item__color span.gray {
  background: #C2C4C7;
}
.contents .item__color span.yellowgreen {
  background: #DAD3B7;
}
.contents .item__color span.darkgray {
  background: #666;
}
.contents .item__color span.stripe__black {
  background-image: repeating-linear-gradient(0deg, #000, #000 4px, #FFF 4px, #FFF 6px);
}
.contents .item__color span.stripe__white {
  background-image: repeating-linear-gradient(0deg, #FFF, #FFF 4px, #000 4px, #000 6px);
}
.contents .item__color span.stripe__yellow {
  background-image: repeating-linear-gradient(0deg, #e4c072, #e4c072 4px, #FFF 4px, #FFF 6px);
}
.contents .item__bar {
  width: 60rem;
  border-radius: 1rem;
  background-color: #f7f5ef;
  padding: 3rem 2rem 2rem;
  margin: 0 auto 3rem;
}
.contents .item__bar h4 {
  font: 500 1.7rem/1rem "Noto Sans JP", sans-serif;
  color: #472825;
  text-align: left;
  padding: 0.7rem 0.7rem;
  border-left: 5px solid #472825;
}
.contents .item__bar .bar {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin-top: 2rem;
}
.contents .item__bar .bar li {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #b3a9a8;
  font-size: 0.8em;
  margin-bottom: 1rem;
}
.contents .item__bar .bar li.prev, .contents .item__bar .bar li.current {
  color: #472825;
}
.contents .item__bar .bar li::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 6px;
  content: "";
  border: 2px solid #b3a9a8;
  border-radius: 50%;
  background-color: #fff;
}
.contents .item__bar .bar li.prev::before, .contents .item__bar .bar li.current::before {
  border-color: #472825;
}
.contents .item__bar .bar li:not(:last-child)::after {
  position: absolute;
  top: 6px;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #b3a9a8;
  content: "";
}
.contents .item__bar .bar li.current::before, .contents .item__bar .bar li.prev::after {
  background-color: #472825;
}
.contents .item__allbtn {
  margin: 15rem auto 4rem;
}
.contents .btn {
  display: block;
  padding: 0;
}
.contents .btn a {
  border: 1px solid #707070;
  color: #000;
  margin: 0 auto;
  background: #FFF;
  transition: 0.5s;
  border-radius: 5rem;
  cursor: pointer;
}
.contents .btn a:hover, .contents .btn a:visited {
  color: #000;
}
.contents .btn a:hover {
  background: #FAFAFA;
  opacity: 0.5;
}
.contents .btn__group {
  width: 90rem;
  margin: 0 auto 10rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  justify-content: center;
}
.contents .btn__l a {
  width: 52rem;
  height: 6.8rem;
  font: 700 2rem/1 "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents .btn__s {
  flex: 1;
}
.contents .btn__s a {
  width: 100%;
  height: 8.4rem;
  font: 700 1.8rem/2.8rem "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contents .btn__totop {
  margin: 0 auto;
  text-align: center;
}
.contents .btn__totop a {
  position: relative;
  color: #000;
  margin-left: 1.2rem;
  font: 700 1.8rem/1 "Noto Sans JP", sans-serif;
}
.contents .btn__totop a:hover, .contents .btn__totop a:visited {
  color: #000;
}
.contents .btn__totop a::before {
  content: "";
  display: inline-block;
  background-image: url("https://right-on.co.jp/img/feature/w-design-250820/icon_home.png");
  background-size: contain;
  width: 1.9rem;
  height: 2.2rem;
  position: absolute;
  top: 1px;
  left: -2.4rem;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
/* ------- SP ------- */
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 75rem;
  }
  .contents {
    font: 400 3.2rem/5.2rem "Noto Sans JP", sans-serif;
    color: #222;
  }
  .contents .hero {
    margin: 0 auto 9rem;
  }
  .contents .hero__inner {
    width: 100%;
    margin: 0 auto;
  }
  .contents .hero__intro {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .contents .hero__img {
    margin: 0 auto 5rem;
  }
  .contents .hero__title {
    margin: 0 auto 2rem;
    font: 400 3.2rem/5.6rem "Noto Sans JP", sans-serif;
  }
  .contents .hero__text {
    margin: 0 auto 5rem;
    font: 400 3.2rem/5rem "Noto Sans JP", sans-serif;
  }
  .contents .main {
    margin: 0 auto 10rem;
  }
  .contents .main__inner {
    width: 100%;
  }
  .contents .navi {
    margin: 0 auto 10rem;
    flex-wrap: wrap;
    justify-content: center;
    font: 400 3rem/2rem "Noto Sans JP", sans-serif;
  }
  .contents .navi li {
    margin-bottom: 7rem;
  }
  .contents .navi__img {
    width: 23rem;
  }
  .contents .navi__name.arrow:before {
    left: 38%;
  }
  .contents .item {
    margin: 0 auto 15rem;
  }
  .contents .item h2 {
    font: 600 7rem/1 din-2014, sans-serif;
  }
  .contents .item__img {
    width: 60rem;
    margin: 0 auto 8rem;
  }
  .contents .item__img01-01 {
    margin: 0 auto 3rem 0;
  }
  .contents .item__img01-02 {
    margin: 0 0 8rem auto;
  }
  .contents .item__name {
    font: 700 4.8rem/1rem "Noto Sans JP", sans-serif;
    padding-top: 1.5rem;
    margin: 0 auto 5rem;
  }
  .contents .item__name::before {
    bottom: -2.9rem;
    left: -4rem;
    font: 600 10rem/1 din-2014, sans-serif;
  }
  .contents .item__txt {
    padding: 0 3rem;
    font: 400 2.8rem/4.4rem "Noto Sans JP", sans-serif;
    margin-bottom: 3rem;
  }
  .contents .item__color {
    margin: 0 auto 3rem;
  }
  .contents .item__color span {
    width: 6rem;
    height: 6rem;
    margin: 0 0.8rem;
  }
  .contents .item__color span::before {
    width: 1.9rem;
    height: 3.8rem;
  }
  .contents .item__bar {
    width: 65rem;
    border-radius: 2rem;
    padding: 4rem 3rem 1rem;
    margin: 0 auto 4rem;
  }
  .contents .item__bar h4 {
    font: 500 3rem/1rem "Noto Sans JP", sans-serif;
    padding: 1rem 1rem;
    border-left: 4px solid #472825;
  }
  .contents .item__bar .bar {
    margin-top: 4rem;
  }
  .contents .item__bar .bar li {
    font-size: 0.7em;
    letter-spacing: 0.01em;
    margin-bottom: 3rem;
  }
  .contents .item__btn {
    margin: 0 auto;
  }
  .contents .item__allbtn {
    margin: 15rem auto 0;
  }
  .contents .btn a {
    border-radius: 10rem;
  }
  .contents .btn__group {
    display: block;
    width: 100%;
    margin: 0 auto 10rem;
  }
  .contents .btn__l a {
    width: calc(100% - 30px);
    height: 12rem;
    font: 700 3.2rem/1 "Noto Sans JP", sans-serif;
  }
  .contents .btn__s a {
    width: calc(100% - 30px);
    height: 14rem;
    margin-bottom: 3rem;
    font: 700 3.2rem/5rem "Noto Sans JP", sans-serif;
  }
  .contents .btn__totop a {
    margin-left: 2.4rem;
    font: 700 3.2rem/1 "Noto Sans JP", sans-serif;
  }
  .contents .btn__totop a::before {
    width: 3.8rem;
    height: 4.4rem;
    position: absolute;
    top: 0.2rem;
    left: -4.8rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
/* ------- animation ------- */
.js_anime.fadeUp {
  transform: translateY(4rem);
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.js_anime.fadeUp.is_show {
  transform: translateY(0);
  opacity: 1;
}

.js_anime.fadeLeft {
  transform: translateX(-4rem);
  opacity: 0;
  transition: opacity 1.5s ease 0.5s, transform 1.5s ease 0.5s;
}
.js_anime.fadeLeft.is_show {
  transform: translateX(0);
  opacity: 1;
}

.js_anime.fadeRight {
  transform: translateX(4rem);
  opacity: 0;
  transition: opacity 1.5s ease 0.5s, transform 1.5s ease 0.5s;
}
.js_anime.fadeRight.is_show {
  transform: translateX(0);
  opacity: 1;
}

.delay1 {
  transition-delay: 0.4s;
}

.delay2 {
  transition-delay: 0.8s;
}/*# sourceMappingURL=style.css.map */