@charset "UTF-8";
.p-index {
  overflow: hidden;
  max-width: 750px;
  margin: 5rem auto 0;
  font-weight: normal;
}
.p-contents-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-contents-list {
    width: 90%;
    margin: 30px auto 0;
  }
}
.p-contents-list__item {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--base-light-color);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-contents-list__item {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-contents-list__item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-contents-list__item:nth-child(2n) {
    margin-left: auto;
    margin-right: 0;
  }
}

.p-content {
  display: flex;
  align-items: center;
}
.p-content__image {
  width: 40%;
}

.p-content__text {
  margin-left: 20px;
  width: 60%;
}
.p-content__text > * + * {
  margin-top: 10px;
}

.p-content__text__title {
  font-weight: bold;
  font-size: 1.2rem;
}

.p-content__text__comment {
  font-size: 1.2em;
}

.p-content__text__date {
  color: #7a7a7a;
  font-size: 1rem;
}

.popup-widget {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999999;
}

.popup-widget--coupon {
  width: 200px;
  height: 200px;
}

.popup-widget--newyear {
  width: 400px;
  height: 150px;
}

.popup-widget.is-open {
  display: block;
}

.popup-widget.is-closed {
  display: none;
}

.popup-widget__close {
  color: #333;
  position: absolute;
  right: -6px;
  padding: 0;
  border-radius: 50px;
  top: -6px;
  background: unset;
  height: 30px;
  width: 30px;
  border: none;
}

.c-memberShipInfo {
  text-align: left;
  border: 2px solid #454545;
  display: block;
  padding: 12px 24px;
  white-space: normal;
  font-size: 1rem;
  word-break: break-all;
  word-break: break-word;
  text-shadow: none;
  font-size: 12px;
  margin: 0 auto;
  max-width: 600px;
}

.c-memberShipInfo__heading {
  font-size: 16px;
  line-height: 2;
}

.c-memberShipInfo__contents {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  padding-left: 10px;
  list-style-type: disc;
}

.c-memberShipInfo__list {
  font-size: 12px;
}

.c-memberShipInfo__list strong {
  font-weight: 600;
}

.c-memberShipInfo__list a {
  display: block;
  font-size: 10px;
  text-decoration: underline;
}

.c-memberShipInfo__contents > li {
  position: relative;
  line-height: 2;
}

.c-memberShipInfo__contents > li::after {
  content: "・";
  position: absolute;
  left: -10px;
  top: 0;
}

/* ノベルティキャンペーン */
.cart-novelty {
  border: 1px solid #ccc;
  padding: 2rem 2rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  margin-top: 3rem;
}

.cart-novelty__head {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}

.cart-novelty__head a {
  display: block;
}

.cart-novelty__head img {
  width: 100%;
}

.cart-novelty__link {
  display: block;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  text-decoration: underline;
  margin: 10px auto;
}

.cart-novelty__attention {
  font-size: 9px;
  color: #dd0000;
  text-align: left;
}

/*======================================================================================
- メンテナンス maintenance
======================================================================================*/
.maintenance {
  width: 100%;
}

.maintenance .header {
  max-height: 170px;
  height: 20vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #cccccc;
}

.maintenance .header .header__logo {
  text-align: center;
}

.maintenance .header .header__logo .header__logo__img {
  max-width: 300px;
  width: 70%;
}

.maintenance .main {
  min-height: calc(100vh - 270px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
}

.maintenance .main .main__contents {
  text-align: center;
}

.maintenance .main .main__contents .main__contents__title {
  font-size: 20px;
  margin-bottom: 20px;
}

.maintenance .main .main__contents .main__contents__logo {
  width: 190px;
  margin-bottom: 20px;
}

@media screen and (min-width: 961px) {
  .maintenance .main .main__contents .main__contents__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .maintenance .main .main__contents .main__contents__txt {
    font-size: 12px;
  }
}
.maintenance .footer {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-top: 1px solid;
}

.maintenance .footer .footer__txt {
  font-size: 10px;
  font-family: Avenir, "Helvetica neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0;
  font-weight: 100;
}

/*============================================================================
会員登録内容確認誘導リンク 会員登録完了ページ
==============================================================================*/
.confirmation-link {
  text-align: center;
  margin-bottom: 1rem;
}

.confirmation-link__txt {
  display: inline-block;
  border: 1px solid;
  padding: 10px 30px;
  border-radius: 5px;
}

.confirmation-link__anchor {
  font-weight: bold;
}

#fs_Checkout .fs-c-checkout-destination__control {
  width: auto !important;
}

#fs_Checkout .fs-c-buttonContainer {
  padding: 8px 0 !important;
}