@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;
  color: #333;
}
@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;
}

.u-vaba {
  vertical-align: baseline !important;
}

* {
  box-sizing: border-box;
}

:root {
  --fz14: min(3.6vw, 14px);
  --fz16: min(4.2vw, 16px);
  --fz18: min(4.8vw, 18px);
  --fz20: min(5.5vw, 20px);
  --fz28: min(7.5vw, 28px);
  --fz32: min(8.5vw, 32px);
}
.favorite-mv__wrap {
  background: #94a5b8;
}
.favorite-mv__img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 767px) {
  .favorite-mv__img {
    margin: auto;
  }
}

.campaign-about {
  position: relative;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .campaign-about {
    height: 736px;
    gap: 0;
    padding-top: 0;
    justify-content: flex-start;
  }
  .campaign-about::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../_images/favorite_bg_pc.png") no-repeat;
    width: 100%;
    height: 736px;
    background-size: cover;
    background-position: top center;
  }
}
.campaign-about__img {
  position: relative;
  z-index: 1;
  margin: auto;
  display: block;
  width: min(375px, 100%);
}
@media screen and (min-width: 767px) {
  .campaign-about__img {
    width: 886px;
    height: 347px;
  }
}
.campaign-about__linkBox {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  width: min(297px, 100%);
  text-align: center;
}
@media screen and (min-width: 767px) {
  .campaign-about__linkBox {
    flex-direction: row;
    gap: 20px;
    width: 700px;
  }
}
@media screen and (min-width: 767px) {
  .campaign-about__link {
    width: 340px;
    flex-basis: 340px;
  }
}
.campaign-about__text {
  padding-top: 40px;
  position: relative;
  width: 100%;
  color: #ba8900;
  font-size: var(--fz16);
  line-height: 1.75;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .campaign-about__text {
    padding-top: 30px;
    font-size: 20px;
  }
}
.campaign-about__camImg {
  position: relative;
  z-index: 1;
  margin: auto;
  display: block;
}
@media screen and (min-width: 767px) {
  .campaign-about__camImg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1101px;
    height: 253px;
  }
}
.campaign-about__bg {
  position: relative;
  width: 100%;
  height: 396px;
}
@media screen and (min-width: 767px) {
  .campaign-about__bg {
    height: auto;
  }
}
.campaign-about__bg::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../_images/favorite_bg_sp.png") no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 396px;
}
@media screen and (min-width: 767px) {
  .campaign-about__bg::after {
    display: none;
  }
}

.productSection {
  padding: 80px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .productSection {
    gap: 50px;
  }
}
.productSection.-maint {
  padding-top: 60px;
  background: #f3ebc8;
}
.productSection.-wash {
  background: #e1ebf2;
}
.productSection.-note {
  background: #fff;
}
.productSection__headingLv2 {
  font-size: var(--fz32);
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
.productSection__headingLv2 span {
  display: block;
  font-size: var(--fz20);
}
@media screen and (min-width: 767px) {
  .productSection__headingLv2 span {
    font-size: 20px;
  }
}
.productSection__headingLv2.-maint {
  color: #ba8900;
}
.productSection__headingLv2.-wash {
  color: #27587a;
}
.productSection__headingLv2.-note {
  color: #333;
  text-align: center;
  font-size: 24px;
}
.productSection__headingLv3 {
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  font-size: var(--fz20);
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -1px;
}
@media screen and (min-width: 767px) {
  .productSection__headingLv3 {
    font-size: 20px;
  }
}
.productSection__desc {
  line-height: 1.75;
  text-align: center;
  font-size: var(--fz16);
}
@media screen and (min-width: 767px) {
  .productSection__desc {
    font-size: 16px;
  }
}
.productSection__rightWrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.productSection__rightWrap.-nogap {
  gap: 0;
}
@media screen and (min-width: 767px) {
  .productSection__rightWrap.-nogap .productSection__content:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}
.productSection__contentWrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .productSection__contentWrap {
    margin: auto;
    flex-wrap: wrap;
    flex-direction: row;
    width: 1100px;
  }
}
@media screen and (min-width: 767px) {
  .productSection__contentWrap.-big {
    align-items: flex-start;
  }
}
.productSection__content {
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .productSection__content {
    padding: 0;
    width: 530px;
  }
}
@media screen and (min-width: 767px) {
  .productSection__content.-jcsb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 767px) {
  .productSection__content.-join {
    height: 240px;
  }
}
.productSection__text {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  font-size: var(--fz16);
}
@media screen and (min-width: 767px) {
  .productSection__text {
    padding: 20px;
    border-bottom: none;
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) {
  .productSection__text.-tac {
    text-align: center;
  }
}
.productSection__noteList {
  font-size: var(--fz14);
  line-height: 1.75;
}
@media screen and (min-width: 767px) {
  .productSection__noteList {
    width: 800px;
    margin: auto;
    font-size: 16px;
  }
}

.productList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .productList {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
}

.product {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .product {
    padding: 20px;
    width: 100%;
    gap: 0;
    justify-content: center;
    height: 240px;
  }
}
@media screen and (min-width: 767px) {
  .product.-big {
    flex-direction: column;
    height: auto;
  }
  .product.-big .product__imgWrap {
    width: 490px;
    height: 300px;
    flex-basis: auto;
  }
  .product.-big .product__textBox {
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 204px;
  }
  .product.-big .productSection__headingLv3.br-pc {
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .product.-join {
    height: 240px;
  }
}
.product__imgWrap {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  flex-basis: 160px;
}
@media screen and (min-width: 767px) {
  .product__imgWrap {
    width: 260px;
    height: 200px;
    flex-basis: 260px;
  }
}
.product__img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__textBox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  width: 50%;
  width: 133px;
}
@media screen and (min-width: 767px) {
  .product__textBox {
    padding: 0;
    gap: 7px;
    width: 230px;
  }
  .product__textBox .productSection__headingLv3 {
    margin-bottom: 0;
    align-self: flex-start;
    text-align: left;
    line-height: 1.25;
  }
}
.product__textWrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .product__textWrap {
    max-width: 196px;
    gap: 7px;
  }
}
.product__textWrap2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .product__textWrap2 {
    max-width: 120px;
  }
  .product__textWrap2.-alignself {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media screen and (min-width: 767px) {
  .product__textWrap2.-w142 {
    max-width: 142px;
  }
}
.product__num {
  font-size: var(--fz16);
  align-self: baseline;
  line-height: 1.25;
}
@media screen and (min-width: 767px) {
  .product__num {
    font-size: 18px;
  }
}
@media screen and (min-width: 767px) {
  .product__num.-alignself {
    align-self: flex-end;
  }
}
.product__priceWrap {
  min-width: 111px;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .product__priceWrap {
    min-width: 196px;
    display: flex;
    gap: 10px;
    align-items: center;
    align-self: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 767px) {
  .product__priceWrap.-big {
    text-align: center;
    justify-content: center;
  }
}
.product__price {
  font-size: var(--fz28);
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .product__price {
    font-size: 28px;
  }
}
.product__priceMember {
  color: #e70012;
  font-size: var(--fz32);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
}
@media screen and (min-width: 767px) {
  .product__priceMember {
    font-size: 36px;
    letter-spacing: -1.5px;
  }
}
.product__youtubeLinkWrap {
  font-size: var(--fz18);
  font-weight: bold;
  flex-shrink: 0;
}
.product__youtubeLinkWrap .ico {
  display: inline-block;
  margin-right: 4px;
  vertical-align: baseline;
}
.product__youtubeLink {
  cursor: pointer;
  font-weight: bold;
  color: #003288;
  text-decoration: underline !important;
}
.product__youtubeLink:hover {
  text-decoration: none !important;
  color: #003288 !important;
}
.product__linkrow {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 767px) {
  .product__linkrow {
    display: flex;
    flex-direction: row;
  }
}
.product__link {
  flex-shrink: 0;
}
.product .memberTag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background: #ffe100;
  letter-spacing: -0.6px;
  line-height: 1;
  width: 57px;
}
@media screen and (min-width: 767px) {
  .product .memberTag {
    width: 64px;
    font-size: 14px;
    letter-spacing: -0.7px;
  }
}
.product .moreBtn {
  display: block;
  padding: 2px 12px;
  border-radius: 999px;
  border: 1px solid #666;
  text-align: right;
  color: #666;
  text-align: center;
  font-size: var(--fz14);
  line-height: 1.7;
  letter-spacing: 0.28px;
  transition: 0.2s;
}
@media screen and (min-width: 767px) {
  .product .moreBtn {
    font-size: 14px;
  }
}
.product .moreBtn:hover {
  background: #666;
  text-decoration: none;
  color: #fff;
}

.memberTag {
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #ffe100;
  color: #333;
  font-size: 12px;
  letter-spacing: -0.6px;
}

.linkBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 24px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  color: #fff !important;
  border-radius: 99px;
  font-weight: bold;
  background: linear-gradient(180deg, #e2a700 0%, #ba8900 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  font-size: 18px;
}
.linkBtn.-search {
  background: linear-gradient(180deg, #666 0%, #3c3c3c 100%);
}
.linkBtn:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

/* ------- モーダル ------- */
html.is-modal-content {
  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;
}
@media screen and (min-width: 767px) {
  #modalContent {
    aspect-ratio: auto;
    width: 400px;
    height: 600px;
  }
}

#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=favorite.css.map */