@charset "UTF-8";
p,
span {
  font-weight: inherit;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
  /* 一部ブラウザで消えなかった場合は以下も追記 */
}
.all-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.all-wrapper summary {
  display: block;
  list-style: none;
}
.all-wrapper summary::-webkit-details-marker {
  display: none;
}
.all-wrapper input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 767px) {
  .l-contents {
    padding: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-fwb {
  font-weight: bold;
}

.u-db {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-tac {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #ff0000;
}

:root {
  --marquee-item-width: 40px;
  --marquee-item-height: 40px;
  --marquee-gap: 12px;
  --fz14: min(3.73vw, 14px);
  --fz18: min(4.8vw, 18px);
  --fz22pc: min(2vw, 22px);
  --fz12: min(3.2vw, 12px);
}
@media screen and (min-width: 767px) {
  :root {
    --marquee-item-width: 80px;
    --marquee-item-height: 80px;
    --marquee-gap: 24px;
  }
}

* {
  box-sizing: border-box;
}

.bgCarSuppliesBg {
  background: #f2f1ee;
}

.mvSupplies {
  padding: 20px 10px 0;
}
@media screen and (min-width: 767px) {
  .mvSupplies {
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  .mvSupplies__mvWrap {
    margin: auto;
    display: flex;
    justify-content: center;
    width: min(1440px, 100%);
  }
}
.mvSupplies__titleBlock {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
@media screen and (min-width: 767px) {
  .mvSupplies__titleBlock {
    margin-top: 4%;
    width: 532px;
    padding: 0;
    flex-shrink: 0;
  }
}
.mvSupplies__img {
  display: block;
}
@media screen and (min-width: 767px) {
  .mvSupplies__img {
    width: 707px;
  }
}
.mvSupplies__purchase {
  margin-top: -8vw;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .mvSupplies__purchase {
    margin: -60px auto 0;
    width: 811px;
  }
}
.mvSupplies__imgBg {
  margin-top: -12vw;
}
@media screen and (min-width: 767px) {
  .mvSupplies__imgBg {
    margin-top: 0;
    flex-shrink: 0;
    flex-basis: 694px;
    width: 694px;
    max-width: 694px !important;
  }
}
.mvSupplies__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 7px;
}
@media screen and (min-width: 767px) {
  .mvSupplies__desc {
    margin-top: 24px;
  }
}
.mvSupplies__descPoint {
  display: flex;
  gap: 4px;
  letter-spacing: -0.56px;
}
@media screen and (min-width: 767px) {
  .mvSupplies__descPoint {
    letter-spacing: normal;
  }
}
.mvSupplies__descPoint::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  background: url("../_images/check_circle.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.mvSupplies__purchaseLink {
  width: 100%;
}
.mvSupplies__scroll {
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .mvSupplies__scroll {
    margin-top: 50px;
  }
}

.ctaPurchase {
  position: relative;
  z-index: 1;
  padding: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  background: #42a6c8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  color: #fff !important;
  text-align: center;
  font-size: var(--fz18);
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .ctaPurchase {
    padding: 15px;
    gap: 4px;
    width: 400px;
    flex-direction: row;
    font-size: var(--fz22pc);
  }
  .ctaPurchase:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.ctaPurchase.-store {
  background: #e77e1c;
  min-height: 100px;
}
@media screen and (min-width: 767px) {
  .ctaPurchase.-store {
    min-height: inherit;
  }
}
.ctaPurchase.-row {
  padding: 12px;
  flex-direction: row;
  min-height: auto;
}
.ctaPurchase__img {
  display: block;
  width: 30px;
  height: 30px;
}
.ctaPurchase__subText {
  display: block;
  font-size: var(--fz12);
}
@media screen and (min-width: 767px) {
  .ctaPurchase__subText {
    display: inline-block;
    font-size: 14px;
  }
}

.marquee {
  overflow: hidden;
  height: var(--marquee-item-height);
}

.marquee__wrapper {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee-scroll var(--marquee-animation-speed) linear infinite;
          animation: marquee-scroll var(--marquee-animation-speed) linear infinite;
}

.marquee__track {
  display: flex;
  gap: var(--marquee-gap);
  flex-shrink: 0;
  padding-right: var(--marquee-gap);
}

.marquee__item {
  width: var(--marquee-item-width);
  height: var(--marquee-item-height);
  flex-shrink: 0;
}

.marquee__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--marquee-one-set-width) * -1));
  }
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--marquee-one-set-width) * -1));
  }
}
.suppliesSectionWrap {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 767px) {
  .suppliesSectionWrap {
    padding-top: 40px;
    gap: 100px;
  }
}

.suppliesSection {
  padding: 0 10px;
}
@media screen and (min-width: 767px) {
  .suppliesSection {
    padding: 0;
  }
}

.suppliesBlock {
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .suppliesBlock {
    border-radius: 16px;
    max-width: 1100px;
    padding: 60px;
    gap: 0;
    justify-content: center;
    width: min(1440px, 100%);
    margin: auto;
  }
}
.suppliesBlock__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .suppliesBlock__wrap {
    gap: 40px;
  }
}
.suppliesBlock__img {
  margin: auto;
  display: block;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .suppliesBlock__img {
    width: 1000px;
    height: 201px !important;
  }
}
.suppliesBlock__instaBlock {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .suppliesBlock__instaBlock {
    margin-top: 100px;
  }
}
.suppliesBlock__instaImg {
  display: block;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .suppliesBlock__instaImg {
    width: 743px;
  }
}
.suppliesBlock__instaList {
  display: flex;
  gap: 50px 4px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .suppliesBlock__instaList {
    gap: 40px 4px;
    margin: auto;
    width: 741px;
    flex-wrap: wrap;
  }
}

.instaBlock {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: calc(50% - 4px);
  text-decoration: none !important;
  transition: none;
}
@media screen and (min-width: 767px) {
  .instaBlock {
    gap: 40px;
    width: calc(33.3333333333% - 4px);
    cursor: pointer;
  }
  .instaBlock:hover {
    opacity: 0.7;
  }
  .instaBlock:hover .instaBlock__fukidashi {
    color: #000;
  }
}
.instaBlock__img {
  width: 1005px;
}
@media screen and (min-width: 767px) {
  .instaBlock__img {
    width: 240px;
  }
}
.instaBlock__fukidashi {
  position: relative;
  padding: 8px;
  border-radius: 8px;
  background: #ece3d3;
}
@media screen and (min-width: 767px) {
  .instaBlock__fukidashi {
    font-size: 18px;
    text-align: center;
  }
}
.instaBlock__fukidashi::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ece3d3 transparent;
}
.instaBlock__link {
  color: #0044d7 !important;
  text-decoration: underline !important;
}
.instaBlock__person {
  display: flex;
  gap: 2px;
  align-items: flex-start;
  color: #0044d7 !important;
}
@media screen and (min-width: 767px) {
  .instaBlock__person {
    font-size: 18px;
  }
}
.instaBlock__ico {
  flex-shrink: 0;
}

.titleSupplies {
  text-align: center;
}
.titleSupplies::after {
  margin: 16px auto 0;
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background: #e0ceaa;
}
.titleSupplies__titleImg {
  display: block;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .titleSupplies__titleImg.-product {
    width: 398px;
    height: 151px;
  }
}
@media screen and (min-width: 767px) {
  .titleSupplies__titleImg.-recom {
    width: 543px;
    height: 208px;
  }
}
@media screen and (min-width: 767px) {
  .titleSupplies__titleImg.-okaidoku {
    width: 794px;
    height: 171px;
  }
}
.titleSupplies__img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .titleSupplies__img {
    width: 980px;
    height: 200px;
  }
}

.reviewContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 767px) {
  .reviewContent__titleBlock {
    margin-bottom: 10px;
  }
}
.reviewContent__title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .reviewContent__title {
    font-size: 24px;
  }
}
.reviewContent__reviewItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 767px) {
  .reviewContent__reviewItem {
    flex-direction: row;
  }
}

.reviewBlock {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  background: #f4f4f4;
}
@media screen and (min-width: 767px) {
  .reviewBlock {
    padding: 20px;
    width: 320px;
  }
}
.reviewBlock__namemetaBlock {
  width: 100%;
}
.reviewBlock__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .reviewBlock__meta {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media screen and (min-width: 767px) {
  .reviewBlock__name {
    font-size: 14px;
  }
}
.reviewBlock__time {
  color: #999;
  font-size: 12px;
}
.reviewBlock__star {
  color: #f8b435;
  font-size: 20px;
}
.youtube-wrapper {
  position: relative;
}
@media screen and (min-width: 767px) {
  .youtube-wrapper {
    border-radius: 16px;
    margin: auto;
    width: 802px;
    overflow: hidden;
  }
}
.youtube-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(21.6vw, 81px);
  height: min(13.3vw, 50px);
  background: url("../_images/play_btn.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .youtube-wrapper::after {
    width: 200px;
    height: 126px;
  }
}

.shopSearch {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 767px) {
  .shopSearch {
    align-items: center;
  }
}
.shopSearch__text {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .shopSearch__text {
    font-size: 18px;
  }
}
.shopSearch__linkText {
  text-decoration: underline !important;
  color: #0044d7 !important;
}

/* 店舗用 */
.product-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .product-card-list {
    gap: 60px 40px;
  }
}
.product-card-list__item {
  width: calc(50% - 4px);
}
@media screen and (min-width: 767px) {
  .product-card-list__item {
    width: 300px;
    gap: 40px;
  }
}

.tax_yen {
  margin-left: 1%;
  width: 13px;
  height: 14px;
}
@media screen and (min-width: 767px) {
  .tax_yen {
    width: 32px;
    height: 29px;
  }
}

.product-card3 {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
  height: auto;
  width: 100%;
  margin: auto;
  transition: all 0.3s ease;
  color: var(--text) !important;
}
.product-card3:hover {
  text-decoration: none;
  color: #000;
}
.product-card3:hover .product-card3__btn {
  background: #000;
  color: #fff !important;
}
@media screen and (min-width: 767px) {
  .product-card3 {
    width: 300px;
  }
}
.product-card3__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 767px) {
  .product-card3__content {
    gap: 16px;
  }
}
.product-card3__imgWrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.product-card3__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card3__textBox {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 767px) {
  .product-card3__textBox {
    margin-top: 16px;
    gap: 16px;
  }
}
.product-card3__title {
  font-weight: bold;
  font-size: var(--fz14);
  line-height: 1.25;
  letter-spacing: -0.6px;
  min-height: 46px;
  -webkit-box-orient: vertical;
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 767px) {
  .product-card3__title {
    font-size: 20px;
    min-height: 75px;
  }
}
.product-card3__price {
  display: flex;
  align-items: baseline;
  font-size: 18px;
  font-weight: bold;
  color: #e70012;
  letter-spacing: -0.9px;
}
@media screen and (min-width: 767px) {
  .product-card3__price {
    font-size: 40px;
    letter-spacing: -1.4px;
    line-height: 1;
  }
}
.product-card3__imgTextWrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-card3__text {
  font-size: var(--fz12);
  line-height: 1.25;
  min-height: 24px;
}
@media screen and (min-width: 767px) {
  .product-card3__text {
    font-size: 16px;
    min-height: 32px;
  }
}
.product-card3__text span {
  display: contents;
}
.product-card3__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--textwhite);
  color: var(--text);
  padding: 2px 12px;
  border-radius: 99px;
  border: 1px solid #666;
  font-size: var(--fz12);
  width: 53%;
}
@media screen and (min-width: 767px) {
  .product-card3__btn {
    padding: 3px 0;
    font-size: var(--fz14pc);
    width: 45%;
  }
}
.product-card3__bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 767px) {
  .p-faq {
    padding: 170px 0 0;
    margin: auto;
  }
  .p-faq:not(:first-child) {
    padding-top: 120px;
  }
}
.p-faq__title {
  padding: 9px 24px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-faq__title {
    padding: 10px 24px;
    font-size: 22px;
  }
}
.p-faq__question {
  position: relative;
  padding: 12px;
  font-weight: 400;
  text-align: left;
  color: #000;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .p-faq__question {
    padding: 20px 18px;
    align-items: flex-start;
  }
}
.p-faq__questionInner {
  flex-shrink: 0;
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
}
.p-faq__answer {
  padding: 12px;
  font-weight: 400;
  text-align: left;
  color: #000;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 767px) {
  .p-faq__answer {
    padding: 20px 18px;
  }
}
.p-faq__details {
  border-top: 1px solid #fff;
}
.p-faq .faq-icon {
  margin-right: 12px;
}
.p-faq__para:not(:first-child) {
  margin-top: 16px;
}
.p-faq__note {
  margin-top: 16px;
  font-size: 12px;
}
.p-faq__button {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  .p-faq__button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.js-details.is-opened .js-arrow::after {
  width: 0;
}

.js-fadein {
  opacity: 0;
  transition: 2s;
  transition-property: transform, opacity;
}

/*フローティング*/
.floating-bnr {
  position: fixed;
  bottom: 5px;
  right: 1vw;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .floating-bnr {
    bottom: 10px;
    right: 18px;
  }
}
@media screen and (min-width: 767px) {
  .floating-bnr__img {
    width: 160px;
    height: 160px;
    transition: 0.2s;
    transition-property: opacity;
  }
  .floating-bnr__img:hover {
    opacity: 0.7;
  }
}

/* ------- モーダル ------- */
html.is-modal {
  overflow: hidden;
}

.modal {
  cursor: pointer;
  transition: 0.2s;
}
.modal:hover {
  opacity: 0.7;
}

#backMaskBase {
  background: #000;
  display: none;
  height: 100%;
  left: 0px;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#modalWin {
  display: none;
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 101;
}

#modalContent {
  display: none;
  height: auto;
  margin: 0 auto;
  padding-top: min(50%, 480px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 854px;
  max-width: 90%;
  z-index: 102;
}

#modalContent .closeBtn {
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: -2px;
  text-align: center;
  top: -25px;
  width: 25px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #modalContent .closeBtn {
    top: -40px;
  }
}

#modalContent .closeBtn div {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 2px;
  height: 17px;
  background: #fff;
  transform: rotate(45deg);
}

#modalContent .closeBtn div:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.modalinner {
  text-align: left;
  padding: 0;
}

.mvfrm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------- モーダルここまで ------- */
/*# sourceMappingURL=homeuse.css.map */