@charset "utf-8";

:root {
  --themeColor: #217ABD;
}

/*-----------------------------------------
  common
-----------------------------------------*/
.block-leftmenu--banner,
.block-category-list--category {
  display: none;
}

.block-category-list--event {
  width: 100%;
}

.block-goods-list--header-frame,
.block-goods-list--pager-bottom,
.block-goods-list-naviframe {
  margin-bottom: 0;
}

html[data-browse-mode="S"] .block-goods-list--header-frame {
  margin-top: 80px;
}

.block-goods-list--pager-bottom,
.block-goods-list-naviframe {
  margin: 0;
  padding: 0 20px;
  background: #fff;
}

.block-category-list--promotion-freespace {
  display: none;
}

.block-goods-list-d,
.block-goods-detail-j {
  padding: 20px 20px 5px;
  background: #fff;
}

ul.block-goods-detail-j--items {
  margin: 0 0 15px;
}

html[data-browse-mode="P"] .block-category-list--sub {
  display: block;
}

html[data-browse-mode="P"] .block-category-style-l--item-name {
  font-size: 0;
}

html[data-browse-mode="P"] .pane-contents:not(.zuikistore),
html[data-browse-mode="S"] .pane-main:not(.zuikistore) {
  opacity: 0;
  transition: opacity .3s;
}

.zuikistore {
  opacity: 1;
  line-height: 1.6;
  color: #000000;
  background: #EFF8FF;
}

.zuikistore .container {
  width: 1320px;
}

.zuikistore a {
  color: inherit;
  transition: .3s;
}

.zuikistore a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.zuikistore h1,
.zuikistore h2,
.zuikistore h3 {
  padding: 0;
  margin: 0;
  font-weight: inherit;
  background: none;
}

.zuikistore section {
  margin: 80px 0 0;
}

.zuikistore button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.zuikistore .sec-title {
  margin: 0 0 25px;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .zuikistore .for-sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .zuikistore .for-pc {
    display: none;
  }

  .zuikistore {
    line-height: 1.5;
  }

  .zuikistore .sec-inner {
    padding: 0 15px;
  }
}

/*-----------------------------------------
  animation
-----------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.js-anime.is-fadeIn {
  opacity: 0;
  transform: translateY(30px);
}

.js-anime.is-fadeIn.active {
  animation: fadeIn 0.8s ease-in forwards;
}

.js-anime.is-fadeIn.active.delay01 {
  animation-delay: 0.4s;
}

.js-anime.is-fadeIn.active.delay02 {
  animation-delay: 0.8s;
}

/*-----------------------------------------
  top
-----------------------------------------*/
.zuikistore .sec-top {
  margin-top: 0;
  background: #fff;
}

.zuikistore .sec-top .top-logo {
  padding: 22px 0 21px;
  text-align: center;
}

.zuikistore .sec-top .top-mv {
  padding: 0 0 20px;
}

.zuikistore .sec-top .top-mv .slick-dots {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 25px 0 0;
}

.zuikistore .sec-top .top-mv .slick-dots li {
  display: flex;
  align-items: center;
}

.zuikistore .sec-top .top-mv .slick-dots li button {
  width: 13px;
  height: 13px;
  font-size: 0;
  background: #eaeaea;
  border-radius: 50%;
}

.zuikistore .sec-top .top-mv .slick-dots li.slick-active button {
  background: #cf1a13;
}

@media screen and (max-width: 750px) {
  .zuikistore .sec-top .top-logo {
    padding: 10px 0;
  }

  .zuikistore .sec-top .top-logo img {
    width: 150px;
  }

  .zuikistore .sec-top .top-mv {
    padding: 0 0 8px;
  }

  .zuikistore .sec-top .top-mv .slick-dots {
    gap: 12px;
    margin: 8px 0 0;
  }

  .zuikistore .sec-top .top-mv .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}

/*-----------------------------------------
  lead
-----------------------------------------*/
.zuikistore .sec-lead {
  margin-top: 30px;
}

.zuikistore .sec-lead .lead-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 600px;
  padding: 0 0 0 166px;
  background: url(/img/shop/S075/lead_bg.jpg) no-repeat center / contain;
}

.zuikistore .sec-lead .lead-title {
  margin: -20px 0 0;
}

.zuikistore .sec-lead .lead-text {
  margin: 32px 0 0;
  font-weight: bold;
  font-size: 16px;
  color: var(--themeColor);
}

@media screen and (max-width: 750px) {
  .zuikistore .sec-lead {
    margin-top: 18px;
  }

  .zuikistore .sec-lead .lead-wrapper {
    height: 87.2vw;
    padding: 0 2.666vw;
    background-image: url(/img/shop/S075/lead_bg_sp.jpg);
  }

  .zuikistore .sec-lead .lead-title {
    margin: -15px 0 0;
    text-align: center;
  }

  .zuikistore .sec-lead .lead-title img {
    width: 74.7vw;
  }

  .zuikistore .sec-lead .lead-text {
    margin: 5.333vw 0 0;
    font-size: 3.466vw;
    letter-spacing: -0.05em;
  }
}

/*-----------------------------------------
  topic
-----------------------------------------*/
.zuikistore .block-category-list--topic {
  max-width: 970px;
  margin: 80px auto 0;
}

.zuikistore .block-top-common--header {
  width: 100%;
  margin: 0 0 30px;
  line-height: 1;
  text-align: center;
}

.zuikistore .block-top-common--header::before {
  content: none;
}

.zuikistore .block-top-topic--body {
  margin: 0;
}

.zuikistore .block-top-topic--body ul.block-top-topic--items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.zuikistore .block-top-topic--body ul.block-top-topic--items>li {
  width: 300px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

.zuikistore .block-top-topic--body ul.block-top-topic--items .block-top-topic--image-frame {
  position: relative;
  width: 100%;
  height: 202px;
  padding-top: 202px;
  border: none;
  overflow: hidden;
}

.zuikistore .block-top-topic--body ul.block-top-topic--items .block-top-topic--image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.zuikistore .block-top-topic--body ul.block-top-topic--items>li dl {
  margin: 13px 0 0;
  padding: 0;
}

.zuikistore .block-top-topic--body ul.block-top-topic--items>li dl dt {
  margin: 0 0 6px;
}

.zuikistore .block-top-topic--body ul.block-top-topic--items>li dl dt .block-top-topic--date {
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  color: var(--themeColor);
  vertical-align: middle;
}

.zuikistore .block-top-topic--body ul.block-top-topic--items>li dl dd {
  font-weight: 500;
  font-size: 16px;
}

.zuikistore .block-top-topic--next-page {
  position: static;
  padding: 0;
}

.zuikistore .block-top-topic--next-page a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: fit-content;
  margin: 32px auto 0;
  padding: 0 0 7px;
  font-weight: bold;
  font-size: 21px;
  color: var(--themeColor);
  background: none;
  border: none;
  border-bottom: 2px solid var(--themeColor);
  border-radius: 0;
}

.zuikistore .block-top-topic--next-page a::after {
  content: "";
  position: static;
  width: 10px;
  height: 14px;
  background: var(--themeColor);
  border: none;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: none;
}

@media screen and (max-width: 750px) {
  .zuikistore .block-top-common--header {
    margin: 0 0 24px;
  }

  .zuikistore .block-top-topic--body {
    margin: 0;
  }

  .zuikistore .block-top-topic--body ul.block-top-topic--items {
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0;
    padding: 0 15px;
    overflow-x: auto;
    -ms-overflow-style: none;
  }

  .zuikistore .block-top-topic--body ul.block-top-topic--items::-webkit-scrollbar {
    display: none;
  }

  .zuikistore .block-top-topic--body ul.block-top-topic--items>li {
    flex-shrink: 0;
  }

  .zuikistore .block-top-topic--body ul.block-top-topic--items>li dl {
    margin: 13px 0 0;
  }

  .zuikistore .block-top-topic--body ul.block-top-topic--items>li dl dt {
    margin: 0 0 6px;
  }

  .zuikistore .block-top-topic--body ul.block-top-topic--items>li dl dt .block-top-topic--icon-frame {
    width: auto;
    height: 24px;
    margin-right: 15px;
  }

  .zuikistore .block-top-topic--body ul.block-top-topic--items>li dl dt .block-top-topic--icon-frame img {
    width: 100%;
    height: 100%;
  }

  .zuikistore .block-top-topic--next-page a {
    gap: 15px;
    margin: 14px auto 0;
    padding: 0 0 4px;
    font-size: 18px;
  }
}

/*-----------------------------------------
  crowdfunding
-----------------------------------------*/
.zuikistore .sec-crowdfunding .sec-inner+.sec-inner {
  margin-top: 40px;
}

.zuikistore .sec-crowdfunding .crowdfunding-contents {
  max-width: 970px;
  margin: 0 auto;
  padding: 25px;
  background: #fff;
}

.zuikistore .sec-crowdfunding .crowdfunding-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.zuikistore .sec-crowdfunding .crowdfunding-img {
  width: 340px;
}

.zuikistore .sec-crowdfunding .crowdfunding-text-box {
  flex: 1;
  width: 100%;
}

.zuikistore .sec-crowdfunding .crowdfunding-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.375;
}

.zuikistore .sec-crowdfunding .crowdfunding-item-meter {
  width: 100%;
  height: 30px;
  margin: 22px 0 0;
  font-size: 0;
  line-height: 0;
  text-align: left;
  background: #DFDFDF;
  border-radius: 50px;
  overflow: hidden;
}

.zuikistore .sec-crowdfunding .crowdfunding-item-meter__bar {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 30px;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  word-break: keep-all;
  color: #fff;
  background: #0092FF;
  border-radius: 50px;
  z-index: 1;
}

.zuikistore .sec-crowdfunding .crowdfunding-item-meter__unit {
  font-size: 16px;
}

.zuikistore .sec-crowdfunding .crowdfunding-item-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
}

.zuikistore .sec-crowdfunding .crowdfunding-item-price-box {
  flex: 1;
}

.zuikistore .sec-crowdfunding .crowdfunding-item-price,
.zuikistore .sec-crowdfunding .crowdfunding-item-price-goal {
  font-weight: bold;
  color: var(--themeColor);
}

.zuikistore .sec-crowdfunding .crowdfunding-item-price__title {
  padding: 0 0 0 28px;
  font-size: 20px;
  background: url(/img/shop/S075/icon_heart.png) no-repeat center left / 21px;
}

.zuikistore .sec-crowdfunding .crowdfunding-item-price__value {
  margin: 0 4px 0 15px;
  font-size: 38px;
  line-height: 1;
}

.zuikistore .sec-crowdfunding .crowdfunding-item-price__currency {
  font-size: 22px;
}

.zuikistore .sec-crowdfunding .crowdfunding-item-price-goal__title {
  padding: 0 0 0 28px;
  font-size: 20px;
  background: url(/img/shop/S075/icon_goal.png) no-repeat center left 2px / 18px;
}

.zuikistore .sec-crowdfunding .crowdfunding-item-price-goal__value {
  margin: 0 4px 0 15px;
  font-size: 24px;
}

.zuikistore .sec-crowdfunding .crowdfunding-item-price-goal__currency {
  font-size: 20px;
}

.zuikistore .sec-crowdfunding .crowdfunding-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 142px;
  height: 85px;
  border: 4px solid #CF1A13;
}

.zuikistore .sec-crowdfunding .crowdfunding-link span {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.19;
  text-align: center;
  color: #CF1A13;
}

.zuikistore .sec-crowdfunding .crowdfunding-link::after {
  content: "";
  width: 14px;
  height: 18px;
  background: #CF1A13;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 750px) {
  .zuikistore .sec-crowdfunding .crowdfunding-contents {
    padding: 20px;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-img {
    width: 100%;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-title {
    font-size: 20px;
    line-height: 1.35;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-item-meter {
    height: 16px;
    margin: 14px 0 0;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-item-meter__bar {
    height: 16px;
    font-size: 11px;
    line-height: 16px;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-item-meter__unit {
    font-size: 9px;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-item-detail {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin: 8px 0 0;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-item-price__title {
    display: block;
    padding: 0 0 0 24px;
    font-size: 17px;
    background-size: 19px;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-item-price__value {
    margin: 0 4px 0 0;
    font-size: 46px;
    letter-spacing: -0.02em;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-item-price__currency {
    font-size: 25px;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-item-price-goal {
    margin: 10px 0 0;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-item-price-goal__title {
    padding: 0 0 0 24px;
    font-size: 17px;
    background-size: 15px;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-item-price-goal__value {
    margin: 0 4px 0 12px;
    font-size: 21px;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-item-price-goal__currency {
    font-size: 17px;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-link {
    width: 100%;
    height: 65px;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-link span {
    font-size: 24px;
  }

  .zuikistore .sec-crowdfunding .crowdfunding-link::after {
    width: 13px;
    height: 17px;
  }
}

/*-----------------------------------------
  category
-----------------------------------------*/
.zuikistore .sec-category {
  padding: 0 0 160px;
  background: url(/img/shop/S075/icon_arrow.png) no-repeat center bottom / 24px;
}

.zuikistore .sec-category .category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  max-width: 970px;
  margin: 0 auto;
}

.zuikistore .sec-category .category-list li {
  flex: 1;
}

.zuikistore .sec-category .category-list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 70px;
  padding: 0 37px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: var(--themeColor);
}

.zuikistore .sec-category .category-list li a::after {
  content: "";
  width: 11px;
  height: 15px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 750px) {
  .zuikistore .sec-category {
    padding: 0 0 116px;
    background-size: 18px;
  }

  .zuikistore .sec-category .sec-title img {
    width: 173px;
  }

  .zuikistore .sec-category .category-list {
    gap: 10px 7px;
  }

  .zuikistore .sec-category .category-list li {
    width: calc((100% - 7px)/2);
  }

  .zuikistore .sec-category .category-list li a {
    gap: 10px;
    height: 48px;
    padding: 0 10px;
    font-size: 13px;
  }

  .zuikistore .sec-category .category-list li a::after {
    width: 7px;
    height: 10px;
  }
}

/*-----------------------------------------
  pickup
-----------------------------------------*/
.zuikistore .sec-pickup .pickup-title {
  margin: 0 0 44px;
}

.zuikistore .sec-pickup .pickup-contents {
  display: flex;
  align-items: flex-start;
  margin: 26px 0 0;
}

.zuikistore .sec-pickup .pickup-contents-text {
  width: 570px;
}

.zuikistore .sec-pickup .pickup-contents-title {
  font-weight: bold;
  font-size: 24px;
}

.zuikistore .sec-pickup .pickup-contents-comment {
  margin: 22px 0 0;
  font-weight: 500;
  font-size: 19px;
}

.zuikistore .sec-pickup.sec-about .pickup-contents-img {
  margin: -17px 0 0 32px;
}

.zuikistore .sec-pickup.sec-drive .pickup-contents-img {
  margin: 18px 0 0 67px;
}

.zuikistore .sec-pickup .pickup-point-list {
  display: flex;
  gap: 23px;
  margin: 30px 0 0;
}

.zuikistore .sec-pickup .pickup-point-list li {
  width: calc((100% - (23px*2))/3);
  text-align: center;
}

.zuikistore .sec-pickup .pickup-point-contents {
  margin: 16px 0 0;
  padding: 14px 14px 20px;
  background: var(--themeColor);
}

.zuikistore .sec-pickup .pickup-point-text {
  margin: 18px 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}

.zuikistore .sec-pickup .pickup-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 300px;
  height: 70px;
  margin: 25px auto 0;
  background: #fff;
  border: 4px solid var(--themeColor);
}

.zuikistore .sec-pickup .pickup-link span {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: var(--themeColor);
}

.zuikistore .sec-pickup .pickup-link::after {
  content: "";
  width: 15px;
  height: 20px;
  background: var(--themeColor);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 750px) {
  .zuikistore .sec-pickup .pickup-title {
    margin: 0 0 28px;
  }

  .zuikistore .sec-pickup .pickup-contents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .zuikistore .sec-pickup .pickup-contents-text {
    width: 100%;
  }

  .zuikistore .sec-pickup .pickup-contents-title {
    font-size: 20px;
  }

  .zuikistore .sec-pickup .pickup-contents-comment {
    margin: 25px 0 0;
    font-size: 16px;
  }

  .zuikistore .sec-pickup.sec-about .pickup-contents-img {
    margin: 34px 0 0;
  }

  .zuikistore .sec-pickup.sec-about .pickup-contents-img img {
    width: 285px;
  }

  .zuikistore .sec-pickup.sec-drive .pickup-contents-img {
    margin: 45px 0 0;
  }

  .zuikistore .sec-pickup.sec-drive .pickup-contents-img img {
    width: 231px;
  }

  .zuikistore .sec-pickup .pickup-point-list {
    gap: 23px;
    margin: 6px -15px 0;
    padding: 0 15px;
    overflow-x: auto;
    -ms-overflow-style: none;
  }

  .zuikistore .sec-pickup .pickup-point-list::-webkit-scrollbar {
    display: none;
  }

  .zuikistore .sec-pickup.sec-drive .pickup-point-list {
    margin-top: 40px;
  }

  .zuikistore .sec-pickup .pickup-point-list li {
    flex-shrink: 0;
    width: 286px;
  }

  .zuikistore .sec-pickup .pickup-point-num {
    text-align: left;
  }

  .zuikistore .sec-pickup .pickup-point-num img {
    width: 112px;
  }

  .zuikistore .sec-pickup .pickup-point-contents {
    margin: 13px 0 0;
    padding: 12px 12px 20px;
  }

  .zuikistore .sec-pickup .pickup-point-text {
    margin: 15px 0 0;
    font-size: 16px;
  }

  .zuikistore .sec-pickup .pickup-link {
    width: 100%;
    margin: 24px auto 0;
  }

  .zuikistore .sec-pickup .pickup-link::after {
    width: 17px;
    height: 22px;
  }
}

/*-----------------------------------------
  faq
-----------------------------------------*/
.zuikistore .sec-faq .faq-list {
  border-top: 3px solid var(--themeColor);
}

.zuikistore .sec-faq .faq-item {
  border-bottom: 3px solid var(--themeColor);
}

.zuikistore .sec-faq .faq-question {
  position: relative;
}

.zuikistore .sec-faq .faq-question::before,
.zuikistore .sec-faq .faq-question::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 18px;
  height: 3px;
  margin: auto;
  background: var(--themeColor);
  transition: all .3s;
}

.zuikistore .sec-faq .faq-question::after {
  transform: rotate(90deg);
}

.zuikistore .sec-faq .faq-question.active::after {
  transform: rotate(180deg);
}

.zuikistore .sec-faq .faq-question button {
  position: relative;
  width: 100%;
  padding: 22px 70px;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: var(--themeColor);
  background: url(/img/shop/S075/icon_faq_q.png) no-repeat top 18px left 20px / 24px;
}

.zuikistore .sec-faq .faq-answer {
  display: none;
}

.zuikistore .sec-faq .faq-answer p {
  margin: 0 44px 20px 20px;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  color: var(--themeColor);
  background: #fff;
}

@media screen and (max-width: 750px) {
  .zuikistore .sec-faq .faq-list {
    border-width: 2px;
  }

  .zuikistore .sec-faq .faq-item {
    border-width: 2px;
  }

  .zuikistore .sec-faq .faq-question::before,
  .zuikistore .sec-faq .faq-question::after {
    width: 12px;
    height: 2px;
  }

  .zuikistore .sec-faq .faq-question button {
    padding: 20px 40px 20px 48px;
    font-size: 16px;
    background-position: top 16px left 16px;
    background-size: 20px;
  }

  .zuikistore .sec-faq .faq-answer p {
    margin: 0 25px 20px 15px;
    padding: 5px;
  }
}

/*-----------------------------------------
  link
-----------------------------------------*/
.zuikistore .sec-link {
  padding-bottom: 70px;
}

.zuikistore .sec-link .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}

.zuikistore .sec-link .link-list li {
  width: 467px;
}

.zuikistore .sec-link .link-list-text {
  margin: 14px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1875;
}

.zuikistore .sec-link .link-list-text span {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.16;
}

.zuikistore .sec-link .sns-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 70px 0 0;
}

.zuikistore .sec-link .sns-list-icon.youtube {
  width: 61px;
}

.zuikistore .sec-link .sns-list-icon.x {
  width: 39px;
}

.zuikistore .sec-link .sns-list-icon.instagram {
  width: 51px;
}

.zuikistore .sec-link .sns-list-icon.tiktok {
  width: 51px;
}

@media screen and (max-width: 750px) {
  .zuikistore .sec-link .link-list li {
    width: 100%;
  }

  .zuikistore .sec-link .sns-list {
    justify-content: center;
    margin: 34px 0 0;
  }
}