@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 14rem;
  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-b {
  margin: 0 auto 3rem;
  font: 600 2.2rem/3.8rem "Noto Sans JP", sans-serif;
}
.contents .hero__text {
  margin: 0 auto 8rem;
  font: 400 2rem/3.6rem "Noto Sans JP", sans-serif;
}
.contents .hero__detail-blk {
  width: 68rem;
  margin: 0 auto 8rem;
}
.contents .hero__detail-blk h2 {
  font: 600 3.5rem/1 din-2014, sans-serif;
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 50%, #f9f9b9 50%);
  margin: 0 auto 5rem;
  padding: 0 1rem 0 1rem;
}
.contents .hero__detail-blk .detail {
  justify-content: space-between;
  margin-bottom: 5rem;
}
.contents .hero__detail-blk .img {
  width: 40%;
}
.contents .hero__detail-blk .txt {
  width: 53%;
  text-align: left;
}
.contents .hero__detail-blk .detail02 .img {
  order: 2;
}

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

.contents .item {
  width: 100%;
  margin: 0 auto 10rem;
}
.contents .item h2 {
  font: 600 4.5rem/1 din-2014, sans-serif;
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 50%, #f9f9b9 50%);
  margin: 0 auto 5rem;
  padding: 0 1rem 0 1rem;
}
.contents .item__name {
  width: -moz-fit-content;
  width: fit-content;
  font: 600 4rem/1 "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  padding-top: 1.5rem;
  margin: 0 auto 2.5rem;
  position: relative;
}
.contents .item__name span {
  position: relative;
  z-index: 10;
}
.contents .item__name::before {
  position: absolute;
  bottom: 0.5rem;
  left: -4rem;
  z-index: 0;
  color: #ddd;
  font: 600 7rem/1 din-2014, sans-serif;
  letter-spacing: 0;
  content: attr(data-number);
  pointer-events: none;
}
.contents .item h4 {
  font: 500 2.3rem/3.6rem "Noto Sans JP", sans-serif;
  margin-bottom: 4rem;
}
.contents .item__img {
  width: 60rem;
  margin: 0 auto 2rem;
}
.contents .item__txt {
  width: 59rem;
  font: 400 16px/1.8em "Noto Sans JP", sans-serif;
  margin: 0 auto 2rem;
}
.contents .item__color {
  margin: 0 auto 1rem;
}
.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: #EBE7DF;
}
.contents .item__color span.lightbeige {
  background: #ebe7d6;
}
.contents .item__color span.pink {
  background: #FCA8B2;
}
.contents .item__color span.brown {
  background: #473933;
}
.contents .item__color span.red {
  background: #551e21;
}
.contents .item__color span.blue {
  background: #45638F;
}
.contents .item__color span.navy {
  background: #2f385e;
}
.contents .item__color span.gray {
  background: #C2C4C7;
}
.contents .item__color span.green {
  background: #185347;
}
.contents .item__color span.yellowgreen {
  background: #DAD3B7;
}
.contents .item__color span.yellow {
  background: #D6B751;
}
.contents .item__color span.orange {
  background: #EF8654;
}
.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__price {
  font: 600 2.6rem/1 din-2014, sans-serif;
  margin: 0 auto 2rem;
}
.contents .item__allbtn {
  margin: 15rem auto 4rem;
}
.contents .item02 .item__name::before {
  left: -6.5rem;
}
.contents .swiper-wrapper {
  width: 100%;
}
.contents .swiper-slide img {
  width: 100%;
  height: auto;
}
.contents .swiper .js-swiper-top-pagenation .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.contents .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.contents .swiper .js-swiper-top-pagenation .swiper-pagination-bullet-active {
  background: #6A6A6A;
}
.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 11rem;
  }
  .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-b {
    margin: 0 auto 3rem;
    font: 600 3.4rem/5rem "Noto Sans JP", sans-serif;
  }
  .contents .hero__text {
    margin: 0 auto 8rem;
    font: 400 3rem/1.6 "Noto Sans JP", sans-serif;
  }
  .contents .hero__detail-blk {
    width: 100%;
    margin: 0 auto 8rem;
  }
  .contents .hero__detail-blk h2 {
    font: 600 4.5rem/1 din-2014, sans-serif;
    margin: 0 auto 4rem;
  }
  .contents .hero__detail-blk .detail {
    font: 400 3rem/1.6 "Noto Sans JP", sans-serif;
  }
  .contents .main {
    margin: 0 auto 10rem;
  }
  .contents .main__inner {
    width: 100%;
  }
  .contents .item {
    margin: 0 auto 18rem;
  }
  .contents .item h2 {
    font: 600 6rem/1 din-2014, sans-serif;
    margin-bottom: 7rem;
  }
  .contents .item__name {
    font: 700 5.2rem/1rem "Noto Sans JP", sans-serif;
    font-feature-settings: "palt" 1;
    padding-top: 1.5rem;
    margin: 0 auto 5rem;
  }
  .contents .item__name::before {
    bottom: -1.5rem;
    left: -4rem;
    font: 600 10rem/1 din-2014, sans-serif;
  }
  .contents .item h4 {
    font: 400 3rem/1.6 "Noto Sans JP", sans-serif;
    margin-bottom: 5rem;
  }
  .contents .item__img {
    width: 65rem;
    margin: 0 auto 4rem;
  }
  .contents .item__txt {
    width: 65rem;
    margin: 0 auto 4rem;
    font: 400 2.8rem/4.4rem "Noto Sans JP", sans-serif;
  }
  .contents .item__color {
    margin: 0 auto 1rem;
  }
  .contents .item__color span {
    width: 7rem;
    height: 7rem;
    margin: 0 0.8rem;
  }
  .contents .item__color span::before {
    width: 1.9rem;
    height: 3.8rem;
  }
  .contents .item__price {
    font: 600 4.2rem/1.6 din-2014, sans-serif;
    margin: 0 auto 2rem;
  }
  .contents .item__btn {
    margin: 0 auto;
  }
  .contents .item__allbtn {
    margin: 15rem auto 0;
  }
  .contents .item02 {
    margin-bottom: 10rem;
  }
  .contents .item02 .item__name::before {
    left: -9rem;
  }
  .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 */