@charset "UTF-8";

.global-contents{
  opacity: 0;
  transition: opacity var(--transition-default);
}

.global-contents.show{
  opacity: 1;
}

.global-contents__inner{
  width: 100%;
  padding-bottom: 0;
}

.top-section{
  --hover-opacity: 0.7;
  margin-block: 9rem;
  overflow: hidden;
}

.top-section__inner:not(:has(.swiper-initialized)){
  padding-inline: 2.4rem;
}

.top-section__heading{
  margin-bottom: 3.8rem;
  font-family: var(--font-en);
  font-size: 2.4rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.top-section .c-button{
  --hover-opacity: 0.5;
}

.top-section .c-button__secondary{
  margin: 4.2rem auto 0;
  padding-block: 1.15rem;
  width: 23rem;
  min-width: unset;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .top-section{
    margin-block: 8.5rem;
  }

  .top-section__inner,
  .top-section__inner:not(:has(.swiper-initialized)){
    margin-inline: auto;
    padding-inline: 5rem;
    width: min(120rem, 1200px);
  }

  .top-section__heading{
    margin-bottom: 5rem;
    font-size: 2.8rem;
  }

  .top-section .c-button__secondary{
    margin: 5rem auto 0;
    padding-block: 1.075rem;
    font-size: 1.5rem;
  }
}

.top-section[data-section="mv"]{
  margin-block: 0;
}

.top-section[data-section="mv"] .mv-content{
  position: relative;
}

.top-section[data-section="mv"] .mv-image{
  position: relative;
}

.top-section[data-section="mv"] .mv-image::after{
  content: '';
  width: 100%;
  height: 16rem;
  display: block;
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.70) 0%, rgba(34, 34, 34, 0.00) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.top-section[data-section="mv"] .mv-details{
  position: absolute;
  left: 2.4rem;
  bottom: 5.3rem;
  z-index: 2;
}

.top-section[data-section="mv"] .mv-details__text{
  font-size: 1.8rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  line-height: 1.6667;
  color: var(--color-white);
}

.top-section[data-section="mv"] .mv-slider__navigation{
  display: flex;
  justify-content: center;
  gap: 1.7rem;
  position: absolute;
  left: 50%;
  bottom: 2.7rem;
  translate: -50% 0;
  z-index: 3;
}

.top-section[data-section="mv"] .swiper-pagination-bullet{
  margin: 0;
  width: 0.8rem;
  height: 100%;
  aspect-ratio: 1;
  opacity: 0.5;
  background-color: var(--color-white);
}

.top-section[data-section="mv"] .swiper-pagination-bullet-active{
  opacity: 1;
}

.top-section[data-section="mv"] .mv-slider__toggle-button{
  display: block;
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  bottom: 1.6rem;
  right: 2.4rem;
  z-index: 3;
  border-radius: 50%;
}

.top-section[data-section="mv"] .mv-slider__toggle-button svg{
  border: 1px solid var(--color-white);
  border-radius: 50%;
}

.top-section[data-section="mv"] .mv-slider__toggle-button svg circle{
  display: none !important;
}

.top-section[data-section="mv"] .mv-slider__toggle-button:not([data-state="paused"]) .is-pausing{
  display: none;
}

.top-section[data-section="mv"] .mv-slider__toggle-button[data-state="paused"] .is-playing{
  display: none;
}

@media (hover: hover){
  .top-section[data-section="mv"] a:hover{
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .top-section[data-section="mv"]{
    margin-bottom: 0;
  }

  .top-section[data-section="mv"] .mv-details{
    margin: auto;
    width: calc(91.6667% - 9rem);
    left: 50%;
    bottom: 3rem;
    translate: -50% 0;
  }

  .top-section[data-section="mv"] .mv-details__text{
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .top-section[data-section="mv"] .mv__controller{
    padding-inline: 4.5rem;
    display: flex;
    justify-content: flex-end;
    gap: 2.2rem;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 2rem;
    width: 91.6667%;
    translate: -50% 0;
    z-index: 2;
  }

  .top-section[data-section="mv"] .mv-slider__navigation{
    position: relative;
    margin: 0;
    justify-content: flex-end;
    left: auto;
    bottom: auto;
    width: fit-content;
    translate: none;
  }

  .top-section[data-section="mv"] .mv-slider__toggle-button{
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.top-section[data-section="static-banner"]{
  margin-top: 0;
  padding-block: 2.4rem;
  background-color: var(--color-gray-100);
}

.top-section .product__price--item{
  gap: 0;
}

.top-section .product__price--item:nth-of-type(n+2){
  margin-top: 0.5rem;
}

.top-section .product__price--icon{
  margin-right: 0.5em;
}

.top-section .product__price--proper{
  color: #bbb;
}

.top-section .product__price--proper::after{
  background-color: #bbb;
  left: auto;
  right: 0;
  width: calc(100% - 4.5em);
}

.top-section .product__price--discount{
  color: #333;
}

.top-section .product__price--tax::before,
.top-section .product__price--tax::after{
  content: none;
}

.top-section .product__price--main{
  display: flex;
  align-items: baseline;
  position: relative;
}

.top-section .product__price--main::before{
  width: 100%;
  height: 1px;
  content: '';
  background-color: #bbb;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.top-section .product__price--prefix{
  margin-right: 1em;
}

.top-section .revico-read-more-review{
  display: none!important;
}

.top-section[data-section="featured"] .featured-slider .swiper-slide{
  width: 29rem;
  border-radius: 0.4rem;
  overflow: hidden;
}

.top-section[data-section="featured"] .featured-slider .swiper-slide :where(img){
  transition: scale var(--transition-default);
}

.top-section[data-section="featured"] .featured-content .swiper-slide{
  background-color: var(--color-white);
}

.top-section[data-section="featured"] .featured-content__item{
  margin: 1.2rem auto 0;
  width: 29rem;
}

.top-section[data-section="featured"] .featured-content__item--heading{
  font-size: 1.8rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.09rem;
  line-height: 1.5556;
  text-align: center;
}

.top-section[data-section="featured"] .featured-content__item--lead{
  margin-top: 0.7rem;
  font-size: 1.3rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  line-height: 1.6923;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}

.top-section[data-section="featured"] .featured-content__controller{
  margin-top: 3rem;
  padding-inline: 2.4rem;
  display: grid;
  grid-template-columns: 22.5146% 1fr 22.5146%;
  align-items: center;
}

.top-section[data-section="featured"] .featured-content__toggle--button{
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
}

.top-section[data-section="featured"] .featured-content__toggle--button .featured-content__toggle--icon{
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}

.top-section[data-section="featured"] .featured-content__toggle--button .featured-content__toggle--icon circle{
  display: none !important;
}

.top-section[data-section="featured"] .featured-content__toggle--button:not([data-state="paused"]) .featured-content__toggle--icon[data-state="paused"]{
  display: none;
}

.top-section[data-section="featured"] .featured-content__toggle--button[data-state="paused"] .featured-content__toggle--icon[data-state="playing"]{
  display: none;
}

.top-section[data-section="featured"] .featured-content__pagination--wrapper{
  grid-column: 2/3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.top-section[data-section="featured"] .featured-content__pagination{
  --swiper-pagination-color: #333;

  position: relative;
  width: 7rem;
  height: 1px;
  background-color: rgb(from #222 r g b / 29%);
}

.top-section[data-section="featured"] .feature-content__pagination--numeric{
  font-family: var(--font-en);
}

.top-section[data-section="featured"] .featured-content__progress{
  width: 7rem;
  height: 1px;
  background-color: rgb(from #222 r g b / 29%);
  position: relative;
}

.top-section[data-section="featured"] .featured-content__progress::after{
  content: '';
  display: block;
  height: 1px;
  background-color: var(--color-text-default);
  animation-play-state: running;
}

.top-section[data-section="featured"] .featured-content__progress.is-change::after{
  animation: progress-bar 5s linear forwards;
}

.top-section[data-section="featured"] .featured-content__progress.is-paused::after{
  animation-play-state: paused;
}

@keyframes progress-bar{
  0%{
    width: 0;
  }
  100%{
    width: 100%;
  }
}

.top-section[data-section="featured"] .featured-content__navigation--wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.top-section[data-section="featured"] .featured-content__navigation{
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}

.top-section[data-section="featured"] .featured-content__navigation :where(svg){
  width: 0.6rem;
}

@media (hover: hover) {
  .top-section[data-section="featured"] .featured-slider .swiper-slide :where(img):hover{
    scale: 1.1;
  }
}

@media (min-width: 768px) {
  .top-section[data-section="featured"] .top-section__inner{
    padding-inline: 0;
    width: 100%;
  }

  .top-section[data-section="featured"] .featured-wrapper{
    position: relative;
  }

  .top-section[data-section="featured"] .featured-slider .swiper{
    overflow: visible;
  }
  
  .top-section[data-section="featured"] .featured-slider .swiper-slide{
    width: 40rem;
    translate: calc(-50% - 10px) 0;
  }
  
  .top-section[data-section="featured"] .featured-content{
    width: 40rem;
    aspect-ratio: 1;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    translate: 10px 0;
  }

  .top-section[data-section="featured"] .featured-content__item{
    margin: 7rem 0 0;
    padding-inline: 2rem;
    width: 100%;
  }

  .top-section[data-section="featured"] .featured-content__item--heading{
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
  }

  .top-section[data-section="featured"] .featured-content__item--lead{
    font-size: 1.4rem;
    line-height: 1.7142;
    height: calc(3em * 1.7142);
  }

  .top-section[data-section="featured"] .featured-content__progress{
    width: 11rem;
  }

  .top-section[data-section="featured"] .featured-content__controller{
    position: absolute;
    grid-template-columns: 3rem 1fr 11.2rem;
    width: 100%;
    bottom: 2rem;
    z-index: 2;
  }

  .top-section[data-section="featured"] .featured-content__pagination--wrapper{
    gap: 1.3rem;
  }

  .top-section[data-section="featured"] .featured-content__pagination{
    width: 11rem;
  }

  .top-section[data-section="featured"] .featured-content__pagination--numeric{
    font-size: 1.6rem;
    font-weight: var(--fw-regular);
    line-height: normal;
  }

  .top-section[data-section="featured"] .featured-content__navigation--wrapper{
    gap: 1.6rem;
  }

  .top-section[data-section="featured"] .featured-content__navigation :where(svg){
    width: 0.8rem;
  }
}

.top-section[data-section="ranking"] .ranking-list{
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.top-section[data-section="ranking"] .ranking-item__selector{
  padding: 1.1rem 1.5rem;
  min-width: 10rem;
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  line-height: 1;
  display: grid;
  place-content: center;
  background-color: var(--color-white);
  border-radius: 0.4rem;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  text-transform: uppercase;
  transition: background-color var(--transition-default), color var(--transition-default), opacity var(--transition-default);
}

.top-section[data-section="ranking"] .ranking-item__selector.active{
  background-color: var(--color-primary);
  color: var(--color-white);
}

.top-section[data-section="ranking"] .ranking-content:not(.active){
  display: none;
  height: 0;
}

@media (hover: hover) {
  .top-section[data-section="ranking"] .ranking-item__selector:hover{
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  .top-section[data-section="ranking"] .top-section__heading{
    margin-bottom: 3.5rem;
  }

  .top-section[data-section="ranking"] .ranking-list{
    margin-bottom: 4rem;
  }
}

.top-section[data-section="journal"] .feature-page__item{
  --hover-opacity: 0.5;
  text-decoration: none;
}

.top-section[data-section="review"]{
  padding-top: 9rem;
  position: relative;
}

.top-section[data-section="review"]::before{
  content: '';
  width: 87.6923%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  display: block;
  background-color: #ddd;
}

.top-section[data-section="review"] .top-section__inner{
  padding: 0;
}

.top-section[data-section="review"] .revico-widget{
  font-family: var(--font-ja);
}

.top-section[data-section="review"] .revico-multicomment-slider-top[data-revico-multicomment-slider-version=v2] .revico-comment-main .revico-review-comment-row-wrapper{
  margin-right: 1.6rem;
  padding: 2.5rem 2rem;
  width: 32rem;
  height: fit-content;
  min-height: unset;
  background-color: #FEFBF1;
  border-radius: 0.4rem;
}

.top-section[data-section="review"] .revico-multicomment-slider-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row {
  display: grid;
  grid-template-columns: 32.1429% 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 2rem;
}

.top-section[data-section="review"] .revico-multicomment-slider-top .revico-multicomment-inner{
  background-color: transparent;
}

.top-section[data-section="review"] .revico-multicomment-slider-top .revico-multicomment-inner .revico-comment-main{
  margin: 0;
}

.top-section[data-section="review"] .revico-multicomment-slider-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail{
  grid-row: 1/3;
}

.top-section[data-section="review"] .revico-multicomment-slider-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail--title-review-title{
  padding-top: 0;
  font-size: 1.4rem;
  font-weight: var(--fw-regular);
  line-height: 1.5714;
  color: var(--color-text-default);
}

.top-section[data-section="review"] .revico-multicomment-slider-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail--comment{
  margin-top: 1.4rem;
  padding-top: 0.8em;
  font-size: 1.2rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  line-height: 1.6667;
  color: var(--color-text-default);
  border-top: 1px solid #ddd;
}

.top-section[data-section="review"] .revico-multicomment-slider-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail--product .revico-review-comment-detail--product-image{
  padding: 0;
  margin: 0;
  display: block;
  max-height: unset;
  border: none;
}

.top-section[data-section="review"] .revico-multicomment-slider-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail--product .revico-review-comment-detail--product-image img{
  width: 9rem;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 0.4rem;
}

.top-section[data-section="review"] .revico-multicomment-slider-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail--star{
  padding-left: 0;
  width: 9rem;
}

.top-section[data-section="review"] .revico-multicomment-slider-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail--star-date{
  display: none;
}

.top-section[data-section="review"] .revico-multicomment-slider-top[data-revico-multicomment-slider-version=v2] .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail--product-name{
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: var(--fw-regular);
  line-height: 1.8;
  color: var(--color-text-default);
}

.top-section[data-section="review"] .revico-multicomment-slider-top[data-revico-multicomment-slider-version=v2] .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail--product-name p{
  font-size: inherit;
}

.top-section[data-section="review"] .revico-multicomment-slider-top[data-revico-multicomment-slider-version=v2] .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row:not([data-productcd="-1"]) .revico-review-comment-detail--product-pagebtn{
  margin-block: 1rem;
  padding: 0;
  padding-right: calc(0.5rem + 1em);
  font-size: 1.3rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-primary);
  border-radius: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%228%22%20viewBox%3D%220%200%206%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M0.329101%200.376221L4.3291%203.87622L0.329101%207.37622%22%20stroke%3D%22%23333333%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 0.5em;
  background-position: center right;
}

.top-section[data-section="review"] .revico-multicomment-slider-top[data-revico-multicomment-slider-version=v2] .revico-comment-header .revico-arrow{
  display: none !important;
}

@media (min-width: 768px){
  .top-section[data-section="review"]{
    padding-top: 8.5rem;
  }

  .top-section[data-section="review"]::before{
    width: min(120rem, 1200px);
  }
}

.top-section[data-section="about"] .about-bg{
  width: 100%;
}

.top-section[data-section="about"] .about-content{
  margin-top: 5.7rem;
}

.top-section[data-section="about"] .about-content__lead{
  display: grid;
  gap: 1.6rem;
}

.top-section[data-section="about"] .about-content__lead :where(p){
  font-size: 1.4rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  line-height: 2;
}

@media (min-width: 768px) {
  .top-section[data-section="about"]{
    margin-bottom: 0;
    position: relative;
  }

  .top-section[data-section="about"] .top-section__inner{
    width: min(110rem, 1100px);
    display: flex;
    justify-content: flex-end;
  }

  .top-section[data-section="about"] .top-section__heading{
    margin-bottom: 2.5rem;
  }

  .top-section[data-section="about"] .about-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .top-section[data-section="about"] .about-content{
    margin-block: 8rem;
    padding: 4.5rem 5rem;
    width: 45%;
    background-color: rgb(255 255 255 / 0.9);
    border-radius: 0.4rem;
  }

  .top-section[data-section="about"] .about-content__lead :where(p){
    font-size: 1.5rem;
    line-height: 1.7333;
  }

  .top-section[data-section="about"] .c-button__secondary{
    margin-top: 3.5rem;
    background-color: unset;
  }
}

.top-section[data-section="news"]{
  padding: 9rem 0 15.2rem;
  margin: 0;
  background-color: var(--color-gray-100);
}

.top-section[data-section="news"] .news__item:first-of-type{
  border-top: 1px solid #ddd;
}

.top-section[data-section="news"] .news__item{
  border-bottom: 1px solid #ddd;
}

.top-section[data-section="news"] .news__item--link{
  --hover-opacity: 0.5;
  display: block;
  padding: 2.1rem 0 1.3rem;
  text-decoration: none;
}

.top-section[data-section="news"] .news__item--heading{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
}

.top-section[data-section="news"] .news__item--date{
  font-size: 1.2rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #686868;
}

.top-section[data-section="news"] .news__item--category{
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.top-section[data-section="news"] .news__item--category-name{
  padding: 0.2rem 0.7rem;
  font-size: 1rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid var(--color-primary);
  border-radius: 0.2rem;
}

.top-section[data-section="news"] .news__item--details{
  margin-top: 0.9rem;
  font-size: 1.4rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  line-height: 1.5714;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}

.top-section[data-section="news"] .c-button__secondary{
  margin-top: 3.8rem;
  background-color: transparent;
}

@media (min-width: 768px) {
  .top-section[data-section="news"]{
    margin-top: 0;
    padding: 9rem 0 10rem;
  }

  .top-section[data-section="news"] .top-section__inner{
    width: min(96rem, 960px);
  }

  .top-section[data-section="news"] .news__item--link{
    padding: 3rem 0.7rem;
    display: grid;
    grid-template-columns: 23% 1fr;
    align-items: center;
  }

  .top-section[data-section="news"] .news__item--heading{
    gap: 2rem;
  }

  .top-section[data-section="news"] .news__item--date{
    font-size: 1.3rem;
  }

  .top-section[data-section="news"] .news__item--category-name{
    font-size: 1.2rem;
  }

  .top-section[data-section="news"] .news__item--details{
    margin-top: 0;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    line-height: 1;
  }

  .top-section[data-section="news"] .c-button__secondary{
    margin-top: 4.8rem;
  }
}

.floating-banner{
  opacity: 1;
  visibility: visible;
  transition: opacity var(--transition-default), visibility var(--transition-default);
}

.floating-banner.hide{
  opacity: 0;
  visibility: hidden;
}

.floating-banner[data-type="a"]{
  position: fixed;
  width: fit-content;
  right: 2rem;
  bottom: 9rem;
  z-index: calc(var(--zindex-floating-element) + 5);
}

.floating-banner[data-type="a"] .floating-banner__close{
  width: 2.8rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.floating-banner[data-type="a"] .floating-banner__body{
  width: 10rem;
}

.floating-banner[data-type="b"]{
  position: fixed;
  width: fit-content;
  right: calc((100vw - 34.2rem) / 2);
  bottom: 2.4rem;
  z-index: calc(var(--zindex-floating-element) + 6);
}

.floating-banner[data-type="b"] .floating-banner__close{
  width: 2.8rem;
  position: absolute;
  top: -1.4rem;
  right: -1.4rem;
  z-index: 2;
}

.floating-banner[data-type="b"] .floating-banner__body{
  width: 34.2rem;
}

@media (min-width: 768px) {
  .floating-banner[data-type="a"]{
    bottom: 7.6rem;
    right: 3.8rem;
  }

  .floating-banner[data-type="a"] .floating-banner__body{
    width: 12rem;
  }

  .floating-banner[data-type="a"] .floating-banner__close{
    width: 2.4rem;
  }

  .floating-banner[data-type="b"]{
    bottom: 7.6rem;
    right: 5rem;
  }

  .floating-banner[data-type="b"] .floating-banner__close{
    width: 2.4rem;
  }
}

.product-section__container{
  margin-block: 0;
}

.top-section + .product-section__container{
  padding-top: 0;
}