/* ------------------------------------------------
 top common
------------------------------------------------ */
@-webkit-keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .global-contents__inner {
    width: 100%;
  }
}

:root{
  --tab-animation: panel-show .5s ease-in-out forwards;
}

@media (min-width: 768px) {
  .p-top a:not(.c-button){
    transition: all var(--transition-default);
  }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover){
    .p-top a:not(.notbulkhover):hover{
      opacity: 0.6;
    }
  }
}

.p-top .product__sldier {
  padding: 0 calc((100% - var(--inner-width, 92%)) / 2);
  padding-bottom: 4rem;
}
.p-top .product__container.swiper-wrapper {
  gap: 0;
}
.p-top .swiper-pagination {
  display: flex;
  width: 74.6666666667%;
  margin: 0 auto;
  left: 50%;
  top: calc(100% - 0.2rem);
  transform: translateX(-50%);
}
.p-top .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #E2E2E2;
  --swiper-pagination-color: #E2E2E2;
  --swiper-pagination-bullet-inactive-opacity: 1;
  position: relative;
  --swiper-pagination-bullet-horizontal-gap: 0;
  width: 100%;
  height: 0.2rem;
  border-radius: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.p-top .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-top .swiper-pagination-bullet-active::before {
  background-color: var(--color-primary);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next,
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  display: none;
}

.p-top .product__item {
  width: 14.5rem;
}

.js-disclaimer[data-visible="false"] {
  display: none;
}

@media (min-width: 768px) {
  .p-top .product__sldier {
    padding: 0;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-top .product__sldier {
    padding-bottom: 6rem;
  }
}

@media (min-width: 768px) {
  .p-top-slide-inner{
    position: relative;
  }

  .p-top .product__container.swiper-wrapper {
    gap: 0;
  }

  .swiper-button-prev, .swiper-rtl .swiper-button-next,
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    display: block;
  }

  .swiper-button-prev, .swiper-button-next{
    --swiper-navigation-size: 4.8rem;
    width: 2.4rem;
  }

  .swiper-button-prev:after, .swiper-button-next:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    opacity: 0;
  }


  .swiper-button-prev,.swiper-button-next{
    --swiper-navigation-top-offset: 15.9rem;
    --swiper-navigation-sides-offset: -5.4rem;
  }

  .swiper-button-next:after{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.061%22%20height%3D%2248.707%22%20viewBox%3D%220%200%2025.061%2048.707%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3526%22%20data-name%3D%22%E3%83%91%E3%82%B9%203526%22%20d%3D%22M0%2C48%2C24%2C24%2C0%2C0%22%20transform%3D%22translate(0.354%200.354)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  }

  .swiper-button-prev:after{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.061%22%20height%3D%2248.707%22%20viewBox%3D%220%200%2025.061%2048.707%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_375%22%20data-name%3D%22%E3%83%91%E3%82%B9%20375%22%20d%3D%22M429.874%2C332.5l24%2C24-24%2C24%22%20transform%3D%22translate(454.581%20380.854)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E')
  }

  .p-top-recommend .swiper-button-prev, .p-top-recommend .swiper-button-next{
    --swiper-navigation-top-offset: 12.9rem;
  }

}
@media (min-width: 768px) {
  .p-top .swiper-pagination {
    width: 30rem;
  }
}
@media (min-width: 768px) {
  .p-top .product__item {
    width: 23.8rem;
  }
}

.p-top__section {
  padding: 3rem calc((100% - var(--inner-width, 92%)) / 2) 3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.p-top__section .c-button {
  min-width: 0;
}
.p-top__section .c-page-title {
  margin-top: 0;
}
.p-top__section .swiper {
  display: grid;
  width: 100%;
}
.p-top__section .swiper-wrapper {
  min-width: 0;
}
@media (min-width: 768px) {
  .p-top__section {
    width: min(90%, 128rem);
    margin: 0 auto;
    padding: 0;
  }
}

.global-contents__inner {
  padding-bottom: 0;
}

/* ------------------------------------------------
 top mv
------------------------------------------------ */
.p-top-mv {
  padding: 0;
  position: relative;
}
.p-top-mv__textarea {
  padding: 3.8rem calc((100% - var(--inner-width, 92%)) / 2);
  background-color: #EFEFF0;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-top-mv__title {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
}
.p-top-mv__text {
  margin: 1.5rem 0 2.9rem;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
.p-top-mv__button {
  width: 24rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top-mv {
    width: 100%;
  }
  .p-top-mv__textarea {
    position: absolute;
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
    width: min(40vw, 700px);
    padding: 0;
    background-color: transparent;
    text-align: left;
  }
  .p-top-mv__title {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .p-top-mv__text {
    margin: 2.3rem 0 6.2rem;
  }
  .p-top-mv__button {
    margin: 0;
  }
}
.p-top-new {
  padding: 6rem 0 3rem;
}
@media (min-width: 768px) {
  .p-top-new {
    padding: 6rem 0 8rem;
  }
}
.p-top-recommend {
  padding: 3rem 0;
}
.p-top-recommend__tab-hidden-radio {
  display: none;
}
.p-top-recommend__tab-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem 2rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
  padding: 0 2rem;
}
.p-top-recommend__tab-head__item {
  border-bottom: 1px solid transparent;
  padding-bottom: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #C7C7C7;
}
.p-top-recommend__tab-head__item.--active {
  color: var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.p-top-recommend__tab-body__item {
  display: none;
}
.p-top-recommend #tab1:checked ~ .p-top-recommend__tab-head .p-top-recommend__tab-head__item:nth-child(1) {
  color: var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.p-top-recommend #tab1:checked ~ .p-top-recommend__tab-body .p-top-recommend__tab-body__item:nth-child(1) {
  display: block;
  animation: var(--tab-animation);
}
.p-top-recommend #tab2:checked ~ .p-top-recommend__tab-head .p-top-recommend__tab-head__item:nth-child(2) {
  color: var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.p-top-recommend #tab2:checked ~ .p-top-recommend__tab-body .p-top-recommend__tab-body__item:nth-child(2) {
  display: block;
  animation: var(--tab-animation);
}
.p-top-recommend #tab3:checked ~ .p-top-recommend__tab-head .p-top-recommend__tab-head__item:nth-child(3) {
  color: var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.p-top-recommend #tab3:checked ~ .p-top-recommend__tab-body .p-top-recommend__tab-body__item:nth-child(3) {
  display: block;
  animation: var(--tab-animation);
}
.p-top-recommend #tab4:checked ~ .p-top-recommend__tab-head .p-top-recommend__tab-head__item:nth-child(4) {
  color: var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.p-top-recommend #tab4:checked ~ .p-top-recommend__tab-body .p-top-recommend__tab-body__item:nth-child(4) {
  display: block;
  animation: var(--tab-animation);
}
.p-top-recommend #tab5:checked ~ .p-top-recommend__tab-head .p-top-recommend__tab-head__item:nth-child(5) {
  color: var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.p-top-recommend #tab5:checked ~ .p-top-recommend__tab-body .p-top-recommend__tab-body__item:nth-child(5) {
  display: block;
  animation: var(--tab-animation);
}
@media (min-width: 768px) {
  .p-top-recommend {
    padding: 6rem 0 8rem;
  }
  .p-top-recommend__tab-head {
    gap: 5.4rem;
    margin-bottom: 3rem;
  }
  .p-top-recommend__tab-head__item {
    padding-bottom: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.25;
    transition: color var(--transition-default);

  }
  .p-top-recommend__tab-body__item {
    display: none;
  }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover){
    .p-top-recommend__tab-head__item:hover{
      color: var(--color-black);
    }
  }

}
.p-top-category {
  padding-bottom: 6rem;
}
.p-top-category__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.28rem;
}
.p-top-category__item {
  text-align: center;
}
.p-top-category__item img {
  background-color: var(--color-secondary);
}
.p-top-category__item a {
  text-decoration: none;
}
.p-top-category__text {
  margin-top: 0.7rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-top-category__button {
  width: 24rem;
  margin: 4rem auto 0;
}
@media (min-width: 768px) {
  .p-top-category {
    width: 100%;
    padding: 6rem 0 8rem;
    border-top: 1px solid #C7C7C7;
  }
  .p-top-category .c-page-title {
    width: min(90%, 128rem);
    margin-inline: auto;
  }
  .p-top-category__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 6rem 2.5rem;
    width: min(90%, 128rem);
    margin: 0 auto;
  }
  .p-top-category__item {
    text-align: center;
  }

  .p-top-category__item img {
    transition: all var(--transition-default);
    background-color: var(--color-secondary);
  }
  .p-top-category__item a {
    text-decoration: none;
  }

  .p-top-category__item a span{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
  }

  .p-top-category__text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    transition: all var(--transition-default);
  }


  .p-top-category__button {
    width: 24rem;
    margin: 4rem auto 0;
  }
 
  @media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover){
    .p-top-category__item a:hover img{
      scale: 1.07;
    }
    .p-top-category__item a:hover .p-top-category__text{
      font-weight: bold;
    }
  }

}
.p-top-popularbrands {
  padding: 4rem 0;
  background-color: var(--color-secondary);
}
.p-top-popularbrands__list a {
  text-decoration: none;
}
.p-top-popularbrands__textarea {
  padding: 3.5rem calc((100% - var(--inner-width, 92%)) / 2) 4rem 2.4rem;
  background-color: var(--color-white);
}
.p-top-popularbrands__title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}
.p-top-popularbrands__text {
  margin: 2.6rem 0 3rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.p-top-popularbrands__link {
  display: inline-block;
  padding: 0.3rem 0 0.7rem;
  border-bottom: 1px solid var(--color-black);
  font-size: 1.3rem;
  line-height: 1;
}
.p-top-popularbrands__link span {
  position: relative;
  display: flex;
  align-items: center;
}
.p-top-popularbrands__link span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.9rem;
  margin-left: 1rem;
  background-image: url(../Contents/ThemeImage/icon/icon_btn_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .p-top-popularbrands {
    padding: 6rem 0 8rem;
    width: 100%;
  }
  .p-top-popularbrands .c-page-title {
    width: min(90%, 128rem);
    margin-inline: auto;
  }
  .p-top-popularbrands__list {
    width: min(90%, 128rem);
    margin: 0 auto;
  }
  .p-top-popularbrands__item {
    display: flex;
  }
  .p-top-popularbrands__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-top-popularbrands__item > * {
    width: 50%;
  }
  .p-top-popularbrands__textarea {
    padding: 12.1rem 10rem 5.3rem;
  }
  .p-top-popularbrands__title {
    font-size: 3.5rem;
    line-height: 1;
  }
  .p-top-popularbrands__text {
    margin: 2.1rem 0 5.3rem;
    font-size: 1.4rem;
  }
  .p-top-popularbrands__link {
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }
  .p-top-popularbrands__link span::after {
    margin-left: 1.6rem;
    transition: all var(--transition-default);
  }

  .p-top-popularbrands__link:hover span::after{
    transform: translateY(-5px);
  }

}
.p-top-otherbrands {
  padding: 6rem calc((100% - var(--inner-width, 92%)) / 2);
}
.p-top-otherbrands__list {
  --columns: 2;
  --gap: 1.2rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(var(--columns, 2), minmax(0, 1fr));
  gap: var(--gap);
}
.p-top-otherbrands__item {
  height: 5.4rem;
}
.p-top-otherbrands__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #C7C7C7;
  padding: 0.2rem;
  text-decoration: none;
  transition: all var(--transition-default);
}
.p-top-otherbrands__item a:hover {
  border-color: var(--color-black);
  font-weight: bold;
}
.p-top-otherbrands__button {
  margin: 3rem auto 0;
  width: 24rem;
}
@media (min-width: 768px) {
  .p-top-otherbrands {
    padding: 6rem 0 8rem;
  }
  .p-top-otherbrands__list {
    --columns: 5;
    --gap: 2.2rem 2.4rem;
    grid-template-columns: repeat(var(--columns, 2), minmax(0, 1fr));
  }
  .p-top-otherbrands__item {
    height: 6rem;
  }
  .p-top-otherbrands__button {
    margin: 4rem auto 0;
  }
}
.p-top-store {
  padding: 0;
  background-color: #F0F0F0;
}

.p-top-store .p-top-store__img{
  display: block;
  flex-basis: 50%;
  height: 100%;
}

.p-top-store__textarea {
  padding: 4rem 2.9rem 4.3rem 2.9rem;
}
.p-top-store__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-top-store__text {
  margin: 2.7rem 0 3rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-top-store__button {
  width: 24rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top-store {
    display: flex;
    width: 100%;
  }
  .p-top-store > * {
    width: 50%;
  }
  .p-top-store__title {
    text-align: left;
  }
  .p-top-store .c-button {
    margin-inline: 0;
  }
  .p-top-store__textarea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 1rem 5rem 6.25vw;
  }
  .p-top-store__title {
    font-size: 3rem;
  }
  .p-top-store__text {
    margin: 4.45rem 0 4.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .p-top-store__button {
    width: 24rem;
    margin: 0 auto;
  }

}