@charset "UTF-8";
/*
 *  SiteName : rrrrrrrrr
 *  SiteUrl : https://rrrrrrrrr.jp
 *  © 2025 Merci
 */
/*==============================================================
  パンくずリストパーツ （システムパーツ）
==============================================================*/
.fs-c-breadcrumb {
  margin: 20px auto 50px;
  width: 100%;
  max-width: 1000px;
  font-size: 10px;
  font-size: 1rem;
}
.fs-c-breadcrumb a {
  display: inline;
}

/*==============================================================
  section共通
==============================================================*/
.origin-parts {
  margin: 80px auto 0;
}
.origin-parts h2 {
  margin: 0;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}
.origin-parts h3 {
  margin: 14px auto 40px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

/*==============================================================
  main-image
==============================================================*/
#main-image {
  width: 800px;
}
#main-image h2 {
  padding: 0 0 0 26px;
  font-weight: bold;
}
#main-image .concept-image {
  margin: 50px auto 0;
}

/*==============================================================
  thoughts
==============================================================*/
#thoughts ul {
  margin: -14px auto 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
#thoughts ul li {
  margin: 0 8px;
}
#thoughts ul li a {
  padding: 14px 20px 12px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #e4d1a7;
  border-radius: 20px;
}

/*==============================================================
  about-us
==============================================================*/
#about-us {
  margin: 60px auto 0;
  width: 800px;
}
#about-us h2 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#about-us h2::after {
  margin: 14px auto 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #e4d1a7;
  display: block;
}
#about-us h2 + p {
  margin: 30px 0 0;
  line-height: 26px;
}
#about-us .nine-promises {
  margin: 50px auto 0;
  padding: 60px 0;
  text-align: center;
  background-color: #faf5ed;
}
#about-us .nine-promises .logo-image {
  margin: auto;
  width: 145px;
}
#about-us .nine-promises h3 {
  margin: 14px auto 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
#about-us .nine-promises table {
  margin: 25px auto -15px;
  width: 52%;
  text-align: left;
}
#about-us .nine-promises table th {
  padding: 15px 0;
  width: 36%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
#about-us .nine-promises table td {
  width: 64%;
  font-size: 18px;
  font-size: 1.8rem;
}
#about-us .aboutus-movie {
  margin: 80px auto;
}
#about-us .aboutus-movie video {
  width: 100%;
}
#about-us .aboutus-movie + div {
  margin: auto;
  width: 600px;
}

/*==============================================================
  history
==============================================================*/
#history {
  padding: 100px 0;
  background-color: #faf5ed;
}
#history .history-slider {
  margin: 12px auto 0;
  width: 1000px;
}
#history .history-slider ul {
  padding: 8px 0 0;
}
#history .history-slider ul li {
  position: relative;
  margin: 0;
  padding: 40px 0 0;
  width: 300px !important;
  border-top: 1px solid #3c3c3c;
}
#history .history-slider ul li::before {
  position: absolute;
  top: -8px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #e4d1a7;
  border-radius: 50%;
}
#history .history-slider ul li .year {
  margin: 0 0 30px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
#history .history-slider ul li .year + p {
  padding: 0 40px 0 0;
  line-height: 26px;
}
#history .history-slider .bx-controls {
  margin: 30px auto 0;
  width: 100%;
}
#history .history-slider .bx-controls .bx-controls-direction {
  display: flex;
  justify-content: center;
}
#history .history-slider .bx-controls .bx-controls-direction a {
  position: relative;
  margin: 0 30px;
  width: 14px;
  height: 14px;
  content: "";
}
#history .history-slider .bx-controls .bx-controls-direction a::before, #history .history-slider .bx-controls .bx-controls-direction a::after {
  position: absolute;
  width: 1px;
  height: 50%;
  content: "";
  background-color: #3c3c3c;
}
#history .history-slider .bx-controls .bx-controls-direction a.bx-prev::before {
  top: 1px;
  left: 7px;
  transform: rotate(45deg);
}
#history .history-slider .bx-controls .bx-controls-direction a.bx-prev::after {
  bottom: 1px;
  left: 7px;
  transform: rotate(-45deg);
}
#history .history-slider .bx-controls .bx-controls-direction a.bx-next::before {
  top: 1px;
  right: 7px;
  transform: rotate(-45deg);
}
#history .history-slider .bx-controls .bx-controls-direction a.bx-next::after {
  bottom: 1px;
  right: 7px;
  transform: rotate(45deg);
}
#history h4 {
  margin: 80px 0 0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#history h4::after {
  margin: 14px auto 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #e4d1a7;
  display: block;
}
#history h4 + p {
  margin: 30px 0 0;
  line-height: 26px;
}
#history .activity-base {
  margin: 44px auto 0;
  width: 800px;
  display: flex;
}
#history .activity-base .left-image {
  margin: 0 50px 0 0;
  width: 170px;
}
#history .activity-base .right-text {
  width: calc(100% - 50px - 170px);
}
#history .activity-base .right-text p {
  line-height: 26px;
}

/*==============================================================
  longselling-items
==============================================================*/
#longselling-items {
  width: 1000px;
}
#longselling-items .title-text {
  margin: 0 auto 20px;
  padding: 0 0 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #000;
}
#longselling-items .item-list {
  margin: 60px auto 0;
}
#longselling-items .item-list ul {
  margin: 0 0 16px;
  display: flex;
}
#longselling-items .item-list ul li {
  margin: 0 32px 0 0;
  width: 140px;
  text-align: center;
}
#longselling-items .item-list ul li:nth-last-of-type(1) {
  margin: 0;
}
#longselling-items .item-list ul li p {
  color: #e4d1a7;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
#longselling-items .item-list ul li p + p {
  margin: 12px 0 20px;
  letter-spacing: 0.11em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
#longselling-items .item-list ul li p + p br {
  display: none;
}
#longselling-items .item-list ul + p {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
#longselling-items .look-item {
  margin: 100px auto 0;
  width: 660px;
}
#longselling-items .look-item .look-num {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#longselling-items .look-item .look-num::after {
  margin: 14px auto 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #e4d1a7;
  display: block;
}
#longselling-items .look-item h4 {
  margin: 30px auto 0;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
#longselling-items .look-item .look-image01 {
  margin: 40px auto 0;
  width: 600px;
}
#longselling-items .look-item .look-image01 + p {
  margin: 30px auto 0;
  width: 600px;
  line-height: 26px;
}
#longselling-items .look-item .look-image02 {
  margin: 40px 0 0;
}
#longselling-items .look-item .look-btn {
  margin: 60px auto 0;
  width: 500px;
}
#longselling-items .look-item .look-btn a {
  padding: 18px 0 16px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #e4d1a7;
  border-radius: 4px;
}

/*==============================================================
  すぐに使える300円分のポイント
==============================================================*/
#point {
  margin: 100px 0 0;
  padding: 80px 0;
  background-color: #faf5ed;
}
#point h2 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
#point p {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  line-height: 33px;
  font-size: 15px;
  font-size: 1.5rem;
}
#point .point-banner {
  margin: 47px auto 0;
  width: 100%;
  max-width: 600px;
}
#point .point-banner:nth-of-type(n + 2) {
  margin: 20px auto 0;
}
#point ul {
  margin: 60px auto 40px;
  width: 100%;
  max-width: 520px;
  display: flex;
}
#point ul li {
  margin: 0 50px 0 0;
  width: calc((100% - 100px) / 3);
  text-align: center;
}
#point ul li img {
  width: 80%;
}
#point ul li:nth-last-of-type(1) {
  margin: 0;
}
#point ul li h3 {
  margin: 0 0 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#point .link-button {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  background-color: #e4d1a7;
  border-radius: 4px;
}
#point .link-button a {
  padding: 20px 0 18px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

/*==============================================================
  商品グループエリア（システムパーツグループ）
==============================================================*/
.fs-c-productList {
  margin: 100px auto;
  width: 1000px;
}
.fs-c-productList .fs-c-sortItems__list {
  align-items: center;
}
.fs-c-productList .fs-c-productList__list__item {
  position: relative;
  border: none;
}
.fs-c-productList .fs-c-productList__list__item .fs-c-productMark__mark {
  padding: 3px 6px 2px;
}
.fs-c-productList .fs-c-productList__list__item .fs-c-productMark__item {
  margin: 0 2px 2px 0;
}
.fs-c-productList .fs-c-productList__list__item .fs-c-productMark__label {
  color: inherit;
  font-size: 10px;
  font-size: 1rem;
}
.fs-c-productList .fs-c-productList__list__item .fs-c-productName__name {
  line-height: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}
.fs-c-productList .fs-c-productList__list__item .fs-c-productName__copy,
.fs-c-productList .fs-c-productList__list__item .fs-c-productPrice--selling,
.fs-c-productList .fs-c-productList__list__item .fs-c-productPrice--listed,
.fs-c-productList .fs-c-productList__list__item .fs-c-mark--memberPrice,
.fs-c-productList .fs-c-productList__list__item .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productList .fs-c-productList__list__item .fs-c-productPrice--listed + .fs-c-productPrice--selling {
  display: flex;
}
.fs-c-productList .fs-c-productList__list__item .fs-c-productPrice__main__price {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.fs-c-productList .fs-c-productList__list__item .fs-c-productListItem__control {
  position: relative;
}
.fs-c-productList .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list {
  padding: 12px 0 10px;
  width: 100%;
}
.fs-c-productList .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list::before {
  display: none;
}
.fs-c-productList .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list .fs-c-button__label {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.fs-c-productList .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToWishList--icon {
  position: absolute;
  top: -20px;
  right: 0;
}
.fs-c-productList .fs-c-productList__list__item .fs-c-productListItem__outOfStock {
  position: absolute;
  left: 50%;
  bottom: 40px;
  padding: 8px 0;
  width: calc(100% - 16px);
  font-size: 10px;
  font-size: 1rem;
  transform: translateX(-50%);
}
.fs-c-productList .fs-c-productList__list__item .fs-c-button__label {
  color: #fff;
}
@media only screen and (max-width: 48.0625em){
  .fs-c-breadcrumb {
    display: none;
  }
  .origin-parts {
    margin: 60px auto 0;
  }
  .origin-parts h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .origin-parts h3 {
    margin: 10px auto 20px;
    font-size: 10px;
    font-size: 1rem;
  }
  #main-image {
    width: calc(100% - 32px);
  }
  #main-image h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  #main-image .concept-image {
    margin: 30px auto 0;
  }
  #thoughts {
    margin: 40px auto 0;
  }
  #thoughts ul {
    margin: -8px auto 0;
    width: calc(100% - 22px - 23px);
  }
  #thoughts ul li a {
    padding: 14px;
  }
  #about-us {
    margin: 40px auto 0;
    width: calc(100% - 32px);
  }
  #about-us h2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #about-us h2 + p {
    line-height: 24px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #about-us .nine-promises {
    margin: 40px auto 0;
  }
  #about-us .nine-promises table {
    width: 86%;
  }
  #about-us .nine-promises table td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #about-us .aboutus-movie {
    margin: 50px 0 50px -16px;
    width: 100vw;
  }
  #about-us .aboutus-movie + div {
    width: 100%;
  }
  #history {
    padding: 60px 0;
  }
  #history .history-slider {
    width: calc(100% - 32px);
  }
  #history .history-slider ul li {
    padding: 30px 0 0;
    width: 264px !important;
    height: 275px !important;
  }
  #history .history-slider ul li .year {
    margin: 0 0 20px;
  }
  #history .history-slider ul li .year + p {
    padding: 0 30px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
  }
  #history .history-slider .bx-controls {
    display: none;
  }
  #history h4 {
    margin: 60px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #history .activity-base {
    width: calc(100% - 32px);
    display: block;
  }
  #history .activity-base .left-image {
    margin: 0 auto 20px;
    width: 120px;
  }
  #history .activity-base .right-text {
    width: 100%;
  }
  #history .activity-base .right-text p {
    line-height: 24px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #longselling-items {
    width: calc(100% - 32px);
  }
  #longselling-items .title-text {
    margin: 0 auto 14px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #longselling-items .item-list {
    margin: 40px auto 0;
  }
  #longselling-items .item-list ul {
    margin: 0 0 -10px;
    flex-wrap: wrap;
  }
  #longselling-items .item-list ul li {
    margin: 0 6px 20px 0;
    width: calc((100% - 12px) / 3);
  }
  #longselling-items .item-list ul li:nth-of-type(3n) {
    margin: 0 0 20px;
  }
  #longselling-items .item-list ul li p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #longselling-items .item-list ul li p + p {
    margin: 10px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #longselling-items .item-list ul li p + p br {
    display: block;
  }
  #longselling-items .item-list ul + p {
    font-size: 10px;
    font-size: 1rem;
  }
  #longselling-items .look-item {
    margin: 60px auto 0;
    width: 100%;
  }
  #longselling-items .look-item .look-num {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #longselling-items .look-item h4 {
    margin: 15px auto 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #longselling-items .look-item .look-image01 {
    margin: 20px auto 0;
    width: 100%;
  }
  #longselling-items .look-item .look-image01 + p {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #longselling-items .look-item .look-image02 {
    margin: 30px 0 0;
  }
  #longselling-items .look-item .look-btn {
    margin: 20px auto 0;
    width: 100%;
  }
  #longselling-items .look-item .look-btn a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #point {
    margin: 60px 0 0;
    padding: 50px 0;
  }
  #point h2 {
    margin: 0 0 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #point p {
    max-width: calc(100% - 32px);
    line-height: 24px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #point .point-banner {
    margin: 20px auto 0;
    max-width: calc(100% - 32px);
  }
  #point ul {
    width: calc(100% - 32px);
  }
  #point ul li {
    margin: 0 30px 0 0;
    width: calc((100% - 60px) / 3);
  }
  #point ul li h3 {
    margin: 0 0 34px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #point .link-button {
    width: calc(100% - 32px);
  }
  #point .link-button a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .fs-c-productList {
    margin: 60px auto;
    width: calc(100% - 32px);
  }
  .fs-c-productList .fs-c-productList__list {
    margin: 0 auto 40px;
  }
  .fs-c-productList .fs-c-productList__list__item .fs-c-productListItem__outOfStock {
    bottom: -20px;
  }
}