@charset "UTF-8";
/*
|---------------------------------------------------------------
| 商品詳細 / 商品追加情報
|---------------------------------------------------------------
*/
.aba-pdad-section {
  display: block;
  width: 100%;
  padding: 40px 0;
}
.aba-pdad-section__header {
  display: block;
  width: 100%;
  margin: 0 0 40px;
}

.aba-pdad-section-title {
  display: block;
  width: 100%;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #231816;
}

/*
 * まとめ買いテキスト
------------------------------------------------*/
.aba-pdad-bundleText {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  padding: 0.25em 0.5em;
  text-align: center;
  border: 1px solid #231816;
}
@media (max-width: 750px) {
  .aba-pdad-bundleText {
    width: 100%;
  }
}

/*
 * HTML
------------------------------------------------*/
.aba-pdad-html {
  font-size: 1em;
  font-family: var(--aba-font-family-gothic);
  line-height: 1.8;
}
.aba-pdad-html > *:last-child {
  margin-bottom: 0;
}
.aba-pdad-html p {
  margin: 0 0 1.5em;
}
.aba-pdad-html pre {
  display: block;
  margin: 0 0 1.5em;
  font-feature-settings: normal;
  font-family: inherit;
  white-space: pre-wrap;
}
.aba-pdad-html a {
  color: inherit !important;
  text-decoration: underline;
}

/*
 * 紹介動画
------------------------------------------------*/
.aba-pdad-movie {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}
@media (min-width: 750.02px) {
  .aba-pdad-movie {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
  }
}
.aba-pdad-movie > iframe {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * 商品説明
------------------------------------------------*/
.aba-pdad-description {
  display: block;
  width: 100%;
  margin: 0 0 40px;
}

/*
 * 商品追加説明
------------------------------------------------*/
.aba-pdad-tab {
  --aba-border-color: #DDDDDD;
  display: block;
  width: 100%;
  font-size: clamp(14px, 1.87vw, 15px);
}
.aba-pdad-tab__head {
  display: block;
  width: 100%;
  border-bottom: 1px solid #231816;
  overflow-x: auto;
  overflow-y: hidden;
}
.aba-pdad-tab__body {
  display: block;
  width: 100%;
  overflow: hidden;
}
.aba-pdad-tab__content {
  display: block;
  width: 100%;
  font-size: 1em;
  padding: clamp(15px, 2vw, 30px) 0;
}
.aba-pdad-tab__content:not(.js--active) {
  display: none;
}
.aba-pdad-tab__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: var(--aba-border-color);
  display: flex;
  flex-wrap: nowrap;
}
.aba-pdad-tab__list__item {
  display: flex;
  width: 15em;
  flex: 1 0 auto;
  white-space: nowrap;
  border-right: 1px solid var(--aba-border-color);
}

.aba-pdad-tab-tab {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  padding: 0.58em 0.5em;
  text-align: center;
  cursor: pointer;
}
.aba-pdad-tab-tab.js--active {
  color: #ffffff;
  background: #231816;
}

.aba-pdad-toggles {
  --aba-border-color: #DDDDDD;
  display: block;
  width: auto;
  margin: 0 calc(-1 * var(--aba-container-padding));
}

.aba-pdad-toggle {
  display: block;
  width: 100%;
}
.aba-pdad-toggle + .aba-pdad-toggle {
  margin-top: -1px;
}
.aba-pdad-toggle__head {
  display: flex;
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  padding: 0.58em var(--aba-container-padding);
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--aba-border-color);
  cursor: pointer;
}
.aba-pdad-toggle__head::after {
  content: "";
  flex-shrink: 0;
  margin-left: auto;
  align-self: center;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: CurrentColor;
  transform: rotate(45deg);
}
.aba-pdad-toggle__head.js--active::after {
  transform: rotate(225deg);
}
.aba-pdad-toggle__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 25px var(--aba-container-padding);
  font-size: 1em;
}

/*
 * POPダウンロード
------------------------------------------------*/
.aba-pdad-pops {
  display: block;
  width: 100%;
  padding: clamp(50px, 6.67vw, 60px) 0;
  color: #231816;
  background: #ffffff;
}

.aba-pdad-pop {
  --aba-border-color: #000000;
  --aba-padding-x: clamp(15px, 2vw, 25px);
  display: block;
  width: 100%;
  border: 1px solid var(--aba-border-color);
}
.aba-pdad-pop__header {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  padding: 0.5em var(--aba-padding-x);
  text-align: center;
  border-bottom: 1px solid var(--aba-border-color);
  text-align: center;
}
@media (min-width: 750.02px) {
  .aba-pdad-pop__header {
    text-align: left;
  }
}
.aba-pdad-pop__body {
  display: block;
  width: 100%;
  font-size: clamp(14px, 1.87vw, 15px);
  padding: 30px 15px;
}
@media (min-width: 750.02px) {
  .aba-pdad-pop__body {
    text-align: left;
    padding: 40px 40px;
  }
}

.aba-pdad-pop-title {
  font-size: clamp(18px, 2.4vw, 24px);
  text-align: inherit;
  margin: 0;
  padding: 0;
}

.aba-pdad-pop-image {
  display: block;
  width: 100%;
}
.aba-pdad-pop-image img {
  display: block;
  width: 100%;
  height: auto;
}

.aba-pdad-pop-download {
  width: 100%;
  margin: 2em 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 750.02px) {
  .aba-pdad-pop-download {
    justify-content: flex-start;
  }
}
.aba-pdad-pop-download__link {
  flex-shrink: 0;
  display: block;
  width: 16.3em;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.5;
  padding: 0.85em 0.5em;
  text-align: center;
  color: #000000 !important;
  background: #ffffff;
  border: 1px solid #000000;
  font-family: var(--aba-font-family-gothic);
  font-weight: normal;
  text-decoration: none !important;
  transition: opacity 0.4s;
}
.aba-pdad-pop-download__link[href]:hover {
  opacity: 0.6;
}

.aba-pdad-pop__layout {
  display: block;
  width: 100%;
}
.aba-pdad-pop__layout__image {
  display: block;
  width: 66.67%;
  margin: 0 auto 25px;
}
.aba-pdad-pop__layout__body {
  display: block;
  width: 100%;
}
@media (min-width: 750.02px) {
  .aba-pdad-pop__layout {
    display: flex;
    gap: 40px;
  }
  .aba-pdad-pop__layout__image {
    width: auto;
    flex: 0 0 19.64%;
    max-width: 19.64%;
    margin: 0;
  }
  .aba-pdad-pop__layout__body {
    flex-grow: 1;
    flex-basis: 0;
  }
}

/*
 * お得な定期購入
------------------------------------------------*/
.aba-pdad-subscriptions {
  display: block;
  width: 100%;
  padding: clamp(25px, 3.33vw, 50px) 0;
  background-color: #ffffff;
  color: #231816;
}
@media (max-width: 750px) {
  .aba-pdad-subscriptions {
    --aba-container-padding: 0;
  }
}

.aba-pdad-subscription {
  display: block;
  width: 100%;
  margin: 0;
  background-color: rgba(35, 24, 22, 0.03);
}
.aba-pdad-subscription__header {
  display: block;
  width: 100%;
  margin: 0;
}
.aba-pdad-subscription__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 25px 25px;
}
@media (min-width: 750.02px) {
  .aba-pdad-subscription__body {
    padding: 25px 40px;
  }
}

.aba-pdad-subscription-title {
  display: block;
  width: 100%;
  margin: 0;
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: normal;
  text-align: center;
  padding: 0.75em 0.75em;
  color: #B69B63;
  background: #231816;
}
@media (min-width: 750.02px) {
  .aba-pdad-subscription-title {
    text-align: left;
  }
}

.aba-pdad-subscription__content {
  counter-reset: h3;
}
@media (max-width: 750px) {
  .aba-pdad-subscription__content {
    border-bottom: 1px dotted #231816;
  }
}
.aba-pdad-subscription__content h3 {
  counter-increment: h3;
  display: block;
  font-family: var(--aba-font-family-ja, inherit);
  font-size: clamp(16px, 2.13vw, 18px);
  font-weight: 600;
  text-align: left;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
  line-height: 1.63em;
}
.aba-pdad-subscription__content h3::before {
  content: counter(h3) ".";
  font-size: 1.63em;
  font-style: italic;
  line-height: 1;
  margin-right: 0.5em;
}
.aba-pdad-subscription__content h3:not(:first-child) {
  margin-top: 0.75em;
}
@media (max-width: 750px) {
  .aba-pdad-subscription__content h3 {
    display: flex;
    align-items: baseline;
  }
  .aba-pdad-subscription__content h3:not(:first-child) {
    border-top: 1px dotted #231816;
    padding-top: 0.75em;
  }
}
@media (min-width: 750.02px) {
  .aba-pdad-subscription__content h3 {
    border-bottom: 1px dotted #231816;
  }
}

/*
 * お申込み方法
------------------------------------------------*/
.aba-pdad-howtos {
  display: block;
  width: 100%;
  padding: clamp(25px, 3.33vw, 50px) 0;
  background-color: #ffffff;
  color: #231816;
}
@media (max-width: 750px) {
  .aba-pdad-howtos {
    --aba-container-padding: 0;
  }
}

.aba-pdad-howto {
  display: block;
  width: 100%;
  margin: 0;
  background-color: rgba(35, 24, 22, 0.03);
}
.aba-pdad-howto__header {
  display: block;
  width: 100%;
  margin: 0;
}
.aba-pdad-howto__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 25px 25px;
}
@media (min-width: 750.02px) {
  .aba-pdad-howto__body {
    padding: 25px 40px;
  }
}

.aba-pdad-howto-title {
  display: block;
  width: 100%;
  margin: 0;
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: normal;
  text-align: center;
  padding: 0.75em 0.75em;
  color: #ffffff;
  background: #231816;
}
@media (min-width: 750.02px) {
  .aba-pdad-howto-title {
    text-align: left;
  }
}

.aba-pdad-howto-step {
  font-size: clamp(14px, 1.87vw, 18px);
}
.aba-pdad-howto-step__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.aba-pdad-howto-step__list__item {
  display: block;
  width: 100%;
}
.aba-pdad-howto-step__list__item ~ .aba-pdad-howto-step__list__item {
  margin-top: 0.83em;
  padding-top: 2.11em;
  position: relative;
}
.aba-pdad-howto-step__list__item ~ .aba-pdad-howto-step__list__item::before {
  content: "";
  display: block;
  width: 3em;
  height: 1em;
  background: rgba(35, 24, 22, 0.2);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}

.aba-pdad-howto-step-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1em 1em;
  color: #231816;
  background-color: #ffffff;
}
.aba-pdad-howto-step-block > * {
  max-width: 100%;
}

.aba-pdad-howto-aside {
  display: block;
  width: 100%;
  margin: 1.5em 0 0;
  font-size: clamp(12px, 1.6vw, 16px);
}
