/* Common style
========================================================================== */
body:has(.ass-hero) {
  font-family:'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'MS P Gothic', sans-serif;
  font-weight: 500;
}

body:has(.ass-hero),
.ass-main {
  padding: 0;
}

.ass-main img {
  height: auto;
  width: 100%;
}

.ass-main small,
.ass-footer small {
  font-size: 100%;
}

.ass-main address,
.ass-footer address {
  font-style: normal;
  text-decoration: none;
}

.ass-main dl,
.ass-main dd {
  margin: 0;
}

.ff-tbg {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.ass-header {
  position: relative;
  width: 100%;
  z-index: 2;
}

.ass-header a {
  display: inline-block;
}

.ass-inner,
.ass-min-inner {
  margin-inline: auto;
}

.ass-hero-btn {
  display: inline-block;
}

.ass-cta {
  position: relative;
}

.ass-cta-btn {
  position: absolute;
}

.ass-cta-note {
  color: #513804;
  line-height: 1;
  text-align: right;
}

.ass-pc,
.ass-sp {
  display: none;
}

.ass-footer {
  color: #fff;
}

.ass-footer .ass-min-inner {
  background: #333;
  box-shadow: 0 0 0 100vmax #333;
  clip-path: inset(0 -100vmax);
}

.ass-footer-top {
  display: flex;
}

.ass-footer-tel {
  display: flex;
  flex-wrap: wrap;
}

.ass-footer-tel li:first-of-type::after {
  content: "/";
  display: inline-block;
  margin-inline: .5em;
}

.ass-footer-tel li:nth-of-type(2) {
  margin-right: .5em;
}

.ass-footer-sns {
  align-items: center;
}

.ass-footer-copy {
  background: #222;
  padding-inline: 20px;
  text-align: center;
}



/*———————————–———————————–————————
  Common hero
———————————–———————————–————————*/
.ass-hero {
  width: 100%;
}

.ass-hero-list {
  display: flex;
}

.ass-hero-note small {
  color: #db8100;
  font-weight: 600;
  line-height: 1;
}


/*———————————–———————————–————————
  Common intro
———————————–———————————–————————*/
.ass-intro {
  position: relative;
}

.ass-intro::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.ass-intro::after {
  bottom: -1px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.ass-intro-ttl img {
  margin-inline: auto;
}

.ass-cta-sp {
  display: none;
}

.ass-intro-list {
  display: flex;
  flex-direction: column;
}

.ass-intro-list li {
  display: flex;
}

.ass-intro-list-text {
  color: #513804;
  display: flex;
  flex-direction: column;
}

.ass-intro .ass-inner {
  position: relative;
}


/*———————————–———————————–————————
  Common merit
———————————–———————————–————————*/
.ass-merit,
.ass-merit > div,
.ass-merit .ass-inner {
  position: relative;
}

.ass-merit::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.ass-merit::after {
  bottom: -1px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.ass-merit-ttl img {
  margin-inline: auto;
}

.ass-merit-list {
  display: flex;
  flex-direction: column;
}

.ass-merit-list li {
  color: #513804;
  display: flex;
}

.ass-merit-list-ttl-wrap {
  display: flex;
}

.ass-merit-list-text {
  display: flex;
  flex-direction: column;
}

.ass-recommend {
  border-radius: 10px;
  position: relative;
}

.ass-recommend::before {
  content: "";
  display: block;
  position: absolute;
}

.ass-recommend-ttl img {
  margin-inline: auto;
}

.ass-recommend-list .ff-tbg {
  color: #513804;
}

.ass-recommend-list .ff-tbg {
  background-image: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/recommend-check.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.ass-merit .ass-inner::before {
  content: "";
  display: block;
  position: absolute;
}

.ass-merit-list li {
  position: relative;
}


/*———————————–———————————–————————
  Common voice
———————————–———————————–————————*/
.ass-voice,
.ass-voice .ass-min-inner,
.ass-voice-ttl {
  position: relative;
}

.ass-voice::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.ass-voice::after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.ass-voice-ttl img {
  margin-inline: auto;
}

.ass-voice-list {
  display: flex;
  flex-direction: column;
}

.ass-voice-list li {
  background: #fff;
  border-radius: 10px;
  box-shadow:
  0 0 8px rgba(103, 103, 103, 0.10),
  0 0 16px rgba(103, 103, 103, 0.06),
  0 0 24px rgba(103, 103, 103, 0.03);
  display: flex;
}

.ass-voice-list-cont {
  color: #513804;
  position: relative; 
}

.ass-voice-list-cont::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ass-voice-list-cont-data {
  background: #db8100;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
}

.ass-voice-list-cont {
  flex: 1;
}

.ass-voice-ttl::before {
  content: "";
  display: block;
  position: absolute;
}


/*———————————–———————————–————————
  Common summary
———————————–———————————–————————*/
.ass-summary {
  position: relative;
}

.ass-summary::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.ass-summary-merit {
  border-radius: 10px;
  box-shadow:
    0 0 8px rgba(103, 103, 103, 0.10),
    0 0 16px rgba(103, 103, 103, 0.06),
    0 0 24px rgba(103, 103, 103, 0.03);
}

.ass-summary-ttl img {
  margin-inline: auto;
}

.ass-summary-list li {
  color: #513804;
}

.ass-summary-list li img {
  margin-inline: auto;
}

.ass-summary-list-text {
  font-size: 14px;
  text-align: justify;
}

.ass-summary-message {
  display: flex;
}

.ass-summary-message figure  {
  border-radius: 10px;
  box-shadow:
    0 0 8px rgba(103, 103, 103, 0.10),
    0 0 16px rgba(103, 103, 103, 0.06),
    0 0 24px rgba(103, 103, 103, 0.03);
}

.ass-summary-message-cont {
  color: #513804;
}

.ass-summary-merit::before {
  content: "";
  display: block;
  position: absolute;
}

.ass-summary-message figure {
  position: relative;
}

.ass-summary-message figure::before {
  content: "";
  display: block;
  position: absolute;
}


/*———————————–———————————–————————
  Common item
———————————–———————————–————————*/
.ass-item {
  background: #f9f7df;
}

.ass-text-ttl {
  display: flex;
  justify-content: center;
  letter-spacing: .08em;
}

.ass-text-ttl::before,
.ass-text-ttl::after {
  content: "-";
}

.ass-item-tbl {
  width: 100%;
}

.ass-item-tbl th {
  background: #db8100;
  color: #fff;
  letter-spacing: .08em;
  text-align: left;
}

.ass-item-tbl td {
  background: #fff;
}


.ass-item-info {
  background: #fff;
}

.ass-item-info-ttl {
  display: flex;
  justify-content: center;
  letter-spacing: .08em;
}

.ass-item-info-ttl::before,
.ass-item-info-ttl::after {
  content: "-";
}

.ass-item-info-list {
  display: flex;
  flex-direction: column;
}

.ass-item-info-list li {
  align-items: flex-start;
  display: flex;
}

.ass-item-info-list li::before {
  aspect-ratio: 1/1;
  background: #db8100;
  border-radius: 50%;
  content: "";
  display: block;
  min-width: 6px;
}


/*———————————–———————————–————————
  Common order
———————————–———————————–————————*/
.ass-order {
  background: #fff;
}

.ass-order-info dt {
  font-weight: 700;
}

.ass-order-info ul li::before {
  content: "・";
}

.ass-order-info ol {
  display: flex;
  flex-direction: column;
}


/* SP style
========================================================================== */
@media screen and (width <= 768px) {
  body:has(.ass-hero) main {
    transform: translateY(-48px);
  }

  .ass-header {
    padding: 12px 4%;
  }

  body:has(.ass-hero) .ass-header img {
    height: auto;
    width: 130px;
  }

  .ass-main {
    padding-bottom: 120px;
  }

  .ass-inner,
  .ass-min-inner {
    width: 92%;
  }

  .ass-marker {
    background: linear-gradient(transparent 45%, rgba(220, 186, 0, .4) 45%);
  }

  .ass-cta {
    padding-inline: 4%;
  }

  .ass-cta-note {
    font-size: 11px;
    margin-top: 8px;
  }

  .ass-sp {
    display: inline-block;
  }

  .ass-footer {
    padding-top: 60px;
  }

  .ass-footer-top {
    flex-direction: column;
    font-size: 12px;
    margin-bottom: 40px;
    row-gap: 40px;
  }

  .ass-footer-top img {
    margin-inline: auto;
    width: 180px;
  }

  .ass-footer-name {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .ass-footer-tel {
    line-height: 1.5;
    margin-top: 8px;
    row-gap: 6px;
  }

  .ass-footer-sns {
    column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin: 0 auto 60px;
    max-width: 310px;
  }

  .ass-footer-copy {
    font-size: 12px;
    padding-block: 18px;
  }



  /*———————————–———————————–————————
    SP hero
  ———————————–———————————–————————*/
  .ass-hero {
    aspect-ratio: 750/921;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/eyecatch-sp.jpg) no-repeat center top/cover;
  }

  .ass-hero-cont {
    margin-inline: auto;
    padding-top: 14%;
    width: 84%;
  }

  .ass-hero-sub-copy {
    margin-bottom: 5.5%;
  }

  .ass-hero-copy {
    margin-bottom: 4.5%;
    width: 86%;
  }

  .ass-hero-name {
    margin-bottom: 5%;
    width: 86.5%;
  }

  .ass-hero-list {
    column-gap: 5%;
    margin-bottom: 5%;
    width: 76%;
  }

  .ass-hero-btn {
    filter:
      drop-shadow(0 0 2px rgba(159, 159, 159, .05))
      drop-shadow(0 0 8px rgba(159, 159, 159, .15))
      drop-shadow(0 0 6px rgba(159, 159, 159, .05));
    margin-bottom: 2%;
    width: 80%;
  }

  .ass-hero-note {
    font-size: 10px;
  }


  /*———————————–———————————–————————
    SP intro
  ———————————–———————————–————————*/
  .ass-intro {
    padding-block: 40px 100px;
  }

  .ass-intro::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/bg-yellow-sp.png) repeat-y center top/cover;
  }

  .ass-intro::after {
    aspect-ratio: 750/201;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/intro-bg-bottom-sp.jpg) no-repeat center center/cover;
  }

  .ass-intro-ttl {
    margin-bottom: 30px;
  }

  .ass-intro-ttl img {
    max-width: 333px;
  }

  .ass-intro-list {
    row-gap: 36px;
    margin-bottom: 54px;
  }

  .ass-intro-list li {
    flex-direction: column;
    row-gap: 20px;
  }

  .ass-intro-list-img {
    box-shadow:
      0 0 8px rgba(103, 103, 103, 0.10),
      0 0 16px rgba(103, 103, 103, 0.06),
      0 0 24px rgba(103, 103, 103, 0.03);
  }

  .ass-intro-list-ttl {
    margin-bottom: 16px;
  }

  .ass-intro-list li:first-of-type .ass-intro-list-ttl img {
    max-width: 316px;
  }

  .ass-intro-list li:nth-of-type(2) .ass-intro-list-ttl img {
    max-width: 303px;
  }

  .ass-intro-list-text {
    font-size: 14px;
    line-height: 1.4;
    row-gap: 18px;
    text-align: justify;
  }

  .ass-cta-sp {
    display: block;
    margin-inline: auto;
    position: relative;
    width: 92%;
  }

  .ass-cta-sp-btn,
  .ass-cta-btn {
    border-bottom: 0;
    bottom: 36px;
    filter:
      drop-shadow(0 0 2px rgba(159, 159, 159, .05))
      drop-shadow(0 0 8px rgba(159, 159, 159, .15))
      drop-shadow(0 0 4px rgba(159, 159, 159, .05));
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 90%;
  }

  .ass-cta-btn {
    width: 84%;
  }

  .ass-intro .ass-inner::before {
    aspect-ratio: 89/93;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/intro-deco01-sp.png) no-repeat center center/contain;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: -2%;
    width: 12%;
  }

  .ass-intro-list li:nth-of-type(2) .ass-intro-list-img {
    position: relative;
  }

  .ass-intro-list li:nth-of-type(2) .ass-intro-list-img::after {
    aspect-ratio: 146/137;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/intro-deco02-sp.png) no-repeat center center/contain;
    content: "";
    display: block;
    position: absolute;
    right: -4%;
    top: -12%;
    width: 22%;
  }


  /*———————————–———————————–————————
    SP merit
  ———————————–———————————–————————*/
  .ass-merit {
    padding-block: 40px 170px;
  }

  .ass-merit::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/bg-white-sp.jpg) repeat center top / contain;
  }

  .ass-merit::after {
    aspect-ratio: 750/281;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merit-bg-bottom-sp.jpg) no-repeat center center/contain;
  }

  .ass-merit-ttl {
    margin-bottom: 30px;
  }

  .ass-merit-ttl img {
    max-width: 258px;
  }

  .ass-merit-list {
    margin-bottom: 84px;
    row-gap: 32px;
  }

  .ass-merit-list li {
    flex-direction: column;
    row-gap: 20px;
  }

  .ass-merit-list-img {
    margin-inline: auto;
    width: 84%;
  }

  .ass-merit-list-ttl-wrap {
    align-items: center;
    column-gap: 16px;
    margin-bottom: 18px;
  }

  .ass-merit-list-ttl-wrap img {
    height: auto;
    width: 54px;
  }

  .ass-merit-list-ttl {
    font-size: 20px;
    line-height: 1.4;
  }

  .ass-merit-list-text {
    font-size: 14px;
    line-height: 1.4;
    row-gap: 16px;
    text-align: justify;
  }

  .ass-recommend {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/bg-yellow-sp.png) repeat center top/contain;
    box-shadow:
      0 0 8px rgba(103, 103, 103, 0.10),
      0 0 16px rgba(103, 103, 103, 0.06),
      0 0 24px rgba(103, 103, 103, 0.03);
    margin-bottom: 60px;
    padding: 50px 15px;
  }

  .ass-recommend-ttl {
    margin-bottom: 30px;
  }

  .ass-recommend-ttl img {
    max-width: 298px;
  }

  .ass-recommend-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
  }

  .ass-recommend-list li {
    width: 48%;
  }

  .ass-recommend-list .ff-tbg {
    background-size: 22px 22px;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 8px;
    padding-left: 28px;
  }

  .ass-recommend::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/recommend-en-sp.png) repeat center top/contain;
    height: 34px;
    left: 50%;
    transform: translateX(-50%);
    top: -24px;
    width: 216px;
  }

  .ass-merit .ass-inner::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merit-deco01-sp.png) repeat center top/contain;
    height: 48px;
    left: 0;
    top: -46px;
    width: 46px;
  }

  .ass-merit-list li:first-of-type::before,
  .ass-merit-list li:nth-of-type(3)::before {
    aspect-ratio: 257/238;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merti-deco-right-sp.png) no-repeat center top/contain;
    content: "";
    display: block;
    position: absolute;
    right: -4%;
    top: -20px;
    width: 34%;
    z-index: -1;
  }

  .ass-merit-list li:nth-of-type(2)::before {
    aspect-ratio: 257/238;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merti-deco-left-sp.png) no-repeat center top/contain;
    content: "";
    display: block;
    left: -4%;
    position: absolute;
    top: -20px;
    width: 34%;
    z-index: -1;
  }

  .ass-merit-list li:nth-of-type(3)::after {
    aspect-ratio: 95/106;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merit-deco02-sp.png) no-repeat center center/contain;
    bottom: -50px;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    width: 12%;
  }


  /*———————————–———————————–————————
    SP voice
  ———————————–———————————–————————*/
  .ass-voice {
    padding-bottom: 125px;
  }

  .ass-voice::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/bg-yellow-sp.png) repeat center top/contain;
  }

  .ass-voice::after {
    aspect-ratio: 750/247;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/voice-bg-bottom-sp.jpg) no-repeat center center/contain;
  }

  .ass-voice-ttl {
    margin-bottom: 30px;
  }

  .ass-voice-ttl img {
    width: 260px;
  }

  .ass-voice-list {
    margin-bottom: 30px;
    row-gap: 30px;
  }

  .ass-voice-list li {
    column-gap: 16px;
    padding: 30px 16px;
  }

  .ass-voice-list-img {
    text-align: center;
    width: 25%;
  }

  .ass-voice-list-cont-data {
    font-size: 12px;
    margin-top: 5px;
    padding: 6px 5px;
  }

  .ass-voice-list-cont {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 20px;
    text-align: justify;
  }

  .ass-voice-list-cont::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/voice-border-sp.png) repeat-y center top/contain;
    height: 100%;
    width: 5px;
  }

  .ass-voice-ttl::before {
    aspect-ratio: 75/107;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/voice-deco01-sp.png) no-repeat center top/contain;
    left: 0;
    top: 0;
    width: 10%;
  }


  /*———————————–———————————–————————
    SP summary
  ———————————–———————————–————————*/
  .ass-summary {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/bg-white-sp.jpg) repeat center top/contain;
    padding-block: 50px 0;
  }

  .ass-summary::after {
    aspect-ratio: 750/178;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/summary-bg-bottom-sp.jpg) repeat center top/contain;
    content: "";
    display: block;
    width: 100%;
    z-index: -1;
  }

  .ass-summary > div {
    padding-bottom: 20px;
  }

  .ass-summary-merit {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/bg-yellow-sp.png) repeat center top/contain;
    margin-bottom: 60px;
    padding: 50px 15px;
  }

  .ass-summary-ttl {
    margin-bottom: 40px;
  }

  .ass-summary-ttl img {
    width: 240px;
  }

  .ass-summary-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }

  .ass-summary-list li {
    align-items: center;
    column-gap: 15px;
    display: flex;
  }

  .ass-summary-list picture {
    width: 25%;
  }

  .ass-summary-list li > div {
    flex: 1;
  }

  .ass-summary-list-ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .ass-summary-list-text {
    line-height: 1.4;
  }

  .ass-summary-message {
    flex-direction: column;
    row-gap: 20px;
  }

  .ass-summary-message-cont {
    margin-bottom: 54px;
    padding-inline: 4%;
  }

  .ass-summary-message-cont img {
    margin-bottom: 16px;
    width: 302px;
  }

  .ass-summary-message-cont p {
    line-height: 1.4;
  }

  .ass-summary-message-cont p:last-of-type {
    margin-top: 16px;
  }

  .ass-summary-merit::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/summary-en-sp.png) repeat center top/contain;
    height: 34px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    width: 216px;
  }

  .ass-summary-message figure::before {
    aspect-ratio: 117/148;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/voice-deco02-sp.png) repeat center top/contain;
    left: 0;
    top: -7%;
    width: 15%;
  }

  /*———————————–———————————–————————
    SP item
  ———————————–———————————–————————*/
  .ass-item {
    padding-block: 60px;
  }

  .ass-text-ttl {
    column-gap: 8px;
    font-size: 18px;
    margin-bottom: 24px;
  }

  .ass-item-tbl {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 36px;
  }

  .ass-item-tbl th {
    border-bottom: 2px solid #f9f7df;
    border-right: 2px solid #f9f7df;
    padding-inline: 10px;
    width: 28%;
  }

  .ass-item-tbl td {
    border-bottom: 2px solid #f9f7df;
    padding: 16px 10px;
  }

  .ass-item-info {
    padding: 40px 4% 36px;
  }

  .ass-item-info-ttl {
    column-gap: 8px;
    font-size: 18px;
    margin-bottom: 24px;
  }

  .ass-item-info-list {
    row-gap: 6px;
  }

  .ass-item-info-list li {
    column-gap: 6px;
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
  }

  .ass-item-info-list li::before {
    margin-top: 6px;
  }


  /*———————————–———————————–————————
    SP order
  ———————————–———————————–————————*/
  .ass-order {
    padding-block: 60px;
  }

  .ass-order-info {
    font-size: 12px;
  }

  .ass-order-info dt {
    margin-bottom: 8px;
  }

  .ass-order-info dd {
    line-height: 1.7;
  }

  .ass-order-info dd:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .ass-order-info address {
    margin-top: 8px;
  }

  .ass-order-info ol {
    row-gap: 8px;
  }
}



/* PC style
========================================================================== */
@media screen and (width > 768px) {
  body:has(.ass-hero) main {
    transform: translateY(-94px);
  }

  .ass-main img {
    max-width: 100%;
    width: initial;
  }

  .ass-header {
    padding: 30px;
  }

  .ass-main {
    padding-bottom: 200px;
  }

  .ass-inner {
    width: min(100% - 60px, 1200px);
  }

  .ass-min-inner {
    width: min(100% - 60px, 1000px);
  }

  .ass-marker {
    background: linear-gradient(transparent 50%, rgba(220, 186, 0, .4) 50%);
  }

  .ass-cta-btn {
    bottom: 20%;
    filter:
      drop-shadow(0 0 2px rgba(159, 159, 159, .35))
      drop-shadow(0 0 8px rgba(159, 159, 159, .15))
      drop-shadow(0 0 10px rgba(159, 159, 159, .05));
    right: 3%;
    max-width: 430px;
    width: 36%;
  }

  .ass-cta-note {
    font-size: 16px;
    margin-top: 14px;
  }

  .ass-pc {
    display: inline-block;
  }

  .ass-tel {
    pointer-events: none;
  }

  .ass-footer {
    padding-top: 60px;
  }

  .ass-footer-top {
    align-items: center;
    column-gap: 4%;
    font-size: 14px;
  }

  .ass-footer-name {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .ass-footer-tel {
    margin-top: 12px;
  }

  .ass-footer-sns {
    column-gap: 30px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 60px;
    position: relative;
    top: -10px;
  }

  .ass-footer-copy {
    font-size: 14px;
    padding-block: 16px;
  }


  /*———————————–———————————–————————
    PC hero
  ———————————–———————————–————————*/
  .ass-hero {
    aspect-ratio: 1920/1000;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/eyecatch-pc.jpg) no-repeat center top/cover;
    position: relative;
  }

  .ass-hero-cont {
    margin-inline: auto;
    width: 62.5%;
  }

  .ass-hero-cont-inner {
    padding-top: 12%;
    width: 42%;
  }

  .ass-hero-sub-copy {
    margin-bottom: 7.5%;
  }

  .ass-hero-copy {
    margin-bottom: 6%;
  }

  .ass-hero-name {
    margin-bottom: 7.5%;
  }

  .ass-hero-list {
    column-gap: 6%;
    margin-bottom: 8%;
  }

  .ass-hero-btn {
    filter:
      drop-shadow(0 0 4px rgba(159, 159, 159, .2))
      drop-shadow(0 0 10px rgba(159, 159, 159, .05))
      drop-shadow(0 0 18px rgba(159, 159, 159, .05));
    margin-bottom: 12px;
  }

  .ass-hero-note {
    font-size: 14px;
  }


  /*———————————–———————————–————————
    PC intro
  ———————————–———————————–————————*/
  .ass-intro {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/intro-bg-top.jpg) no-repeat center top/contain;
    padding-bottom: 195px;
  }

  .ass-intro::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/bg-yellow.jpg) repeat center top/contain;
  }

  .ass-intro::after {
    aspect-ratio: 1920/553;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/intro-bg-bottom.jpg) no-repeat center center/contain;
  }

  .ass-intro-ttl {
    margin-bottom: 60px;
  }

  .ass-intro-list {
    row-gap: 80px;
  }

  .ass-intro-list li {
    align-items: center;
    column-gap: 5%;
  }

  .ass-intro-list li:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .ass-intro-list-img {
    box-shadow:
      0 0 8px rgba(103, 103, 103, 0.10),
      0 0 16px rgba(103, 103, 103, 0.06),
      0 0 24px rgba(103, 103, 103, 0.03);
    width: 48%;
  }

  .ass-intro-list-cont {
    flex: 1;
  }

  .ass-intro-list-ttl {
    margin-bottom: 36px;
  }

  .ass-intro-list-text {
    font-size: 16px;
    line-height: 1.7;
    row-gap: 36px;
  }

  .ass-intro .ass-inner::before {
    aspect-ratio: 129/113;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/intro-deco01.png) no-repeat center center/contain;
    content: "";
    display: block;
    left: 5%;
    position: absolute;
    top: -50px;
    width: 10.5%;
  }

  .ass-intro-list li:nth-of-type(1) {
    position: relative;
  }

  .ass-intro-list li:nth-of-type(1)::before {
    aspect-ratio: 108/106;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/intro-deco02.png) no-repeat center center/contain;
    content: "";
    display: block;
    position: absolute;
    right: 1.5%;
    top: -30px;
    width: 9%;
  }

  .ass-intro-list li:nth-of-type(1)::after {
    aspect-ratio: 119/150;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/intro-deco03.png) no-repeat center center/contain;
    bottom: -160px;
    content: "";
    display: block;
    left: -15%;
    position: absolute;
    width: 10%;
  }

  .ass-intro-list li:nth-of-type(2) .ass-intro-list-img {
    position: relative;
  }

  .ass-intro-list li:nth-of-type(2) .ass-intro-list-img::after {
    aspect-ratio: 162/160;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/intro-deco04.png) no-repeat center center/contain;
    bottom: -30px;
    content: "";
    display: block;
    position: absolute;
    right: -50px;
    width: 28%;
  }


  /*———————————–———————————–————————
    PC merit
  ———————————–———————————–————————*/
  .ass-merit {
    padding-block: 100px 284px;
  }

  .ass-merit::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/bg-white.png) repeat center top/contain;
  }

  .ass-merit::after {
    aspect-ratio: 1920/284;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merit-bg-bottom.jpg) no-repeat center center/contain;
  }

  .ass-merit-ttl {
    margin-bottom: 60px;
  }

  .ass-merit-list {
    margin-bottom: 100px;
    row-gap: 60px;
  }

  .ass-merit-list li {
    align-items: center;
  }

  .ass-merit-list li:nth-of-type(even) {
    column-gap: 60px;
    flex-direction: row-reverse;
  }

  .ass-merit-list li:nth-of-type(odd) section {
    width: 55%;
  }

  .ass-merit-list li:nth-of-type(even) section {
    width: 50%;
  }

  .ass-merit-list-ttl-wrap {
    margin-bottom: 36px;
  }

  .ass-merit-list li:nth-of-type(odd) .ass-merit-list-ttl-wrap {
    column-gap: 10px;
  }

  .ass-merit-list li:nth-of-type(even) .ass-merit-list-ttl-wrap {
    column-gap: 30px;
  }

  .ass-merit-list-ttl-wrap img {
    height: auto;
    min-width: 80px;
  }

  .ass-merit-list li:nth-of-type(odd) .ass-merit-list-ttl-wrap img {
    transform: translate(-20px, -30px);
  }

  .ass-merit-list li:nth-of-type(even) .ass-merit-list-ttl-wrap img {
    transform: translateY(-30px);
  }

  .ass-merit-list li:nth-of-type(odd) .ass-merit-list-text {
    padding-left: 90px;
  }

  .ass-merit-list li:nth-of-type(even) .ass-merit-list-text {
    padding-left: 110px;
  }

  .ass-merit-list-ttl {
    font-size: 32px;
    line-height: 1.6;
  }

  .ass-merit-list-text {
    font-size: 16px;
    line-height: 1.7;
    row-gap: 24px;
  }

  .ass-recommend {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/bg-yellow.jpg) repeat center top/contain;
    box-shadow:
      0 0 8px rgba(103, 103, 103, 0.10),
      0 0 16px rgba(103, 103, 103, 0.06),
      0 0 24px rgba(103, 103, 103, 0.03);
    margin-bottom: 100px;
    padding: 80px 6.5%;
  }

  .ass-recommend::before {
    aspect-ratio: 198/151;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/recommend-en.png) no-repeat center top/contain;
    left: -50px;
    top: -34px;
    width: 16.5%;
  }

  .ass-recommend-ttl {
    margin-bottom: 40px;
  }

  .ass-recommend-list {
    column-gap: 4.5%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .ass-recommend-list .ff-tbg {
    background-size: 26px 26px;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 12px;
    padding-left: 32px;
  }

  .ass-merit > div {
    background: url("https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merti-deco-left.png") no-repeat left 620px/243px 1868px, url("https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merti-deco-right.png") no-repeat right top/243px 1868px;
  }

  .ass-merit .ass-inner::before {
    aspect-ratio: 131/109;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merit-deco01.png) no-repeat center top/contain;
    left: 7%;
    top: -10px;
    width: 11%;
  }

  .ass-merit-list li:first-of-type::before {
    aspect-ratio: 119/150;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merit-deco02.png) no-repeat center top/contain;
    content: "";
    display: block;
    position: absolute;
    right: 8%;
    top: -70px;
    width: 10%;
  }

  .ass-merit-list li:nth-of-type(2) .ass-merit-list-img {
    position: relative;
  }

  .ass-merit-list li:nth-of-type(2) .ass-merit-list-img::before {
    aspect-ratio: 110/157;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merit-deco03.png) no-repeat center top/contain;
    content: "";
    display: block;
    left: -7%;
    position: absolute;
    top: 12%;
    width: 20.5%;
  }

  .ass-merit-list li:nth-of-type(2)::before {
    aspect-ratio: 104/120;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merit-deco04.png) no-repeat center top/contain;
    bottom: -60px;
    content: "";
    display: block;
    left: -3%;
    position: absolute;
    width: 8.5%;
  }

  .ass-merit-list li:nth-of-type(3) section {
    position: relative;
  }

  .ass-merit-list li:nth-of-type(3) section::before {
    aspect-ratio: 94/122;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merit-deco05.png) no-repeat center top/contain;
    content: "";
    display: block;
    position: absolute;
    right: 4%;
    top: -80px;
    width: 14%;
  }

  .ass-recommend::after {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/merit-deco06.png) no-repeat center top/contain;
    bottom: -20px;
    content: "";
    display: block;
    height: 119px;
    position: absolute;
    right: -40px;
    width: 106px;
  }


  /*———————————–———————————–————————
    PC voice
  ———————————–———————————–————————*/
  .ass-voice {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/voive-bg-top.jpg) no-repeat center top/contain;
    padding-bottom: 360px;
  }

  .ass-voice::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/bg-yellow.jpg) repeat center top/contain;
  }

  .ass-voice::after {
    aspect-ratio: 1920/541;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/voice-bg-bottom.png) no-repeat center center/contain;
  }

  .ass-voice-ttl {
    margin-bottom: 60px;
  }

  .ass-voice-list {
    margin-bottom: 30px;
    row-gap: 60px;
  }

  .ass-voice-list li {
    align-items: center;
    column-gap: 40px;
    padding: 20px 40px;
  }
  
  .ass-voice-list-cont-data {
    font-size: 20px;
    margin-bottom: 16px;
    padding: 10px 17px;
  }

  .ass-voice-list-cont {
    font-size: 16px;
    line-height: 1.7;
    padding: 50px 0 46px 48px;
  }

  .ass-voice-list-cont::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/voice-border.png) repeat-y center top/contain;
    height: 70%;
    width: 8px;
  }

  .ass-voice-ttl::before {
    aspect-ratio: 95/137;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/voice-deco01.png) no-repeat center top/contain;
    left: 6%;
    top: 0;
    width: 9.5%;
  }

  .ass-voice .ass-min-inner::before {
    aspect-ratio: 94/122;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/voice-deco02.png) no-repeat center top/contain;
    content: "";
    display: block;
    position: absolute;
    right: -160px;
    top: 42%;
    width: 9.5%;
  }

  .ass-voice .ass-min-inner::after {
    aspect-ratio: 115/132;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/voice-deco03.png) no-repeat center top/contain;
    bottom: 0;
    content: "";
    display: block;
    left: -170px;
    position: absolute;
    width: 11.5%;
  }


  /*———————————–———————————–————————
    PC summary
  ———————————–———————————–————————*/
  .ass-summary {
    padding-bottom: 100px;
  }

  .ass-summary::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/bg-white.png) repeat center top/contain;
    padding-bottom: 100px;
  }

  .ass-summary-merit {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/bg-yellow.jpg) repeat center top/contain;
    margin-bottom: 100px;
    padding: 60px 8%;
    position: relative;
    top: -60px;
  }

  .ass-summary-ttl {
    margin-bottom: 40px;
  }

  .ass-summary-list {
    column-gap: 5%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .ass-summary-list-ttl {
    font-size: 20px;
    line-height: 1;
    margin-block: 20px 10px;
    text-align: center;
  }

  .ass-summary-list-text {
    line-height: 1.6;
  }

  .ass-summary-message {
    align-items: center;
    column-gap: 60px;
    margin-bottom: 100px;
  }

  .ass-summary-message figure {
    width: 48%;
  }

  .ass-summary-message figure img {
    width: 100%;
  }

  .ass-summary-message-cont img {
    margin-bottom: 36px;
  }

  .ass-summary-message-cont p {
    font-size: 16px;
    line-height: 1.7;
  }

  .ass-summary-message-cont p:last-of-type {
    margin-top: 24px;
  }

  .ass-summary-merit::before {
    aspect-ratio: 198/151;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/summary-en.png) repeat center top/contain;
    left: -50px;
    top: -50px;
    width: 16.5%;
  }

  .ass-summary-message figure::before {
    aspect-ratio: 165/186;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/summary-deco01.png) repeat center top/contain;
    left: 0;
    top: -6.5%;
    width: 16.5%;
  }

  .ass-summary-message-cont {
    position: relative;
  }

  .ass-summary-message-cont::after {
    aspect-ratio: 141/163;
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/summary-deco02.png) repeat center top/contain;
    bottom: -76%;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 25%;
  }

  .ass-summary > div {
    position: relative;
  }

  .ass-summary > div::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/summary-bg01.png) repeat center top/contain;
    bottom: -190px;
    content: "";
    display: block;
    height: 516px;
    left: 0;
    position: absolute;
    width: 303px;
    z-index: -1;
  }

  .ass-summary > div::after {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/acacia-stick-subsc/summary-bg02.png) repeat center top/contain;
    content: "";
    display: block;
    height: 516px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 183px;
  }


  /*———————————–———————————–————————
    PC item
  ———————————–———————————–————————*/
  .ass-item {
    padding-block: 100px;
  }

  .ass-text-ttl {
    column-gap: 12px;
    font-size: 24px;
    margin-bottom: 36px;
  }

  .ass-item-tbl {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 76px;
  }

  .ass-item-tbl th {
    border-bottom: 4px solid #f9f7df;
    border-right: 4px solid #f9f7df;
    padding-inline: 30px;
    width: 28%;
  }

  .ass-item-tbl td {
    border-bottom: 4px solid #f9f7df;
    padding: 22px 30px;
  }

  .ass-item-info {
    padding: 56px 6% 60px;
  }

  .ass-item-info-ttl {
    column-gap: 12px;
    font-size: 24px;
    margin-bottom: 36px;
  }

  .ass-item-info-list {
    row-gap: 12px;
  }

  .ass-item-info-list li {
    column-gap: 8px;
    font-size: 14px;
    line-height: 2;
  }

  .ass-item-info-list li::before {
    margin-top: 11px;
  }


  /*———————————–———————————–————————
    PC order
  ———————————–———————————–————————*/
  .ass-order {
    padding-block: 100px;
  }

  .ass-order-info {
    font-size: 14px;
  }

  .ass-order-info dt {
    margin-bottom: 10px;
  }

  .ass-order-info dd {
    line-height: 2;
  }

  .ass-order-info dd:not(:last-of-type) {
    margin-bottom: 26px;
  }

  .ass-order-info address {
    margin-top: 10px;
  }

  .ass-order-info ol {
    row-gap: 10px;
  }
}


/* Small PC style
========================================================================== */
@media screen and (768px < width < 1550px ) {
  .ass-merit-list li:first-of-type::before,
  .ass-summary-message-cont::after {
    content: none;
  }
}

@media screen and (768px < width < 1350px ) {
  .ass-merit-list-img {
    width: 30%;
  }

  .ass-recommend::before {
    left: -20px;
    top: -20px;
  }

  .ass-recommend::after {
    content: none;
  }

  .ass-summary-merit::before {
    left: -20px;
    top: -20px;
  }

  .ass-summary-merit {
    top: 0;
  }

  .ass-merit-list li:nth-of-type(2)::before,
  .ass-merit-list li:nth-of-type(3) section::before {
    content: none;
  }

  .ass-summary > div::before,
  .ass-summary > div::after {
    content: none;
  }
}

@media screen and (768px < width < 1100px ) {
  .ass-intro .ass-inner::before {
    content: none;
  }

  .ass-intro-list li:nth-of-type(1)::before {
    content: none;
  }

  .ass-merit .ass-inner::before {
    content: none;
  }

  .ass-merit-list li:nth-of-type(2)::before {
    content: none;
  }

  .ass-merit-list li:nth-of-type(3) section::before {
    content: none;
  }
}