.st-renewal {
  color: #222;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  line-height: 1.8;
  overflow: hidden;
}

.st-renewal * {
  box-sizing: border-box;
}

.st-renewal img {
  display: block;
  max-width: 100%;
  height: auto;
}

.st-renewal a {
  color: inherit;
  text-decoration: none;
}

.st-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

#main-column {
  width: 100%;
}

footer {
  margin-top: -24px;
}

/* SP */
@media screen and (max-width: 768px) {
  #main-column {
    padding: 0;
  }

  footer {
    margin-top: -24px;
  }
}

/* ==============================
  FV
============================== */
.st-fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}


.st-fv-swiper picture,
.st-fv-swiper img {
  display: block;
  width: 100%;
  height: 100%;
}

.st-fv-swiper img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.st-fv-scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-family: var(--font-Cormorant);
}

.st-fv-scroll span {
  position: relative;
  display: inline-block;
  padding-bottom: 56px;
}

.st-fv-scroll span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, .45);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.st-fv-scroll span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 44px;
  background: #fff;
  -webkit-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: topScrollLine 1.8s ease-in-out infinite;
  animation: topScrollLine 1.8s ease-in-out infinite;
}

@-webkit-keyframes topScrollLine {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  45% {
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  46% {
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }

  100% {
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

@keyframes topScrollLine {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  45% {
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  46% {
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }

  100% {
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

/* FV全体 */
.st-fv,
.st-fv-swiper,
.st-fv-swiper .swiper-wrapper,
.st-fv-swiper .swiper-slide {
  width: 100%;
  height: calc(100vh - 59px);
  min-height: calc(100vh - 59px);
}

@supports (height: 100svh) {

  .st-fv,
  .st-fv-swiper,
  .st-fv-swiper .swiper-wrapper,
  .st-fv-swiper .swiper-slide {
    height: calc(100svh - 59px);
    min-height: calc(100svh - 59px);
  }
}

.st-fv-swiper .swiper-slide {
  overflow: hidden;
}

.st-fv-swiper .swiper-slide picture,
.st-fv-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.st-fv-swiper .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;

  /* 非表示スライドは少し拡大状態 */
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  transition: -webkit-transform 6s linear;
  transition: transform 6s linear;
  transition: transform 6s linear, -webkit-transform 6s linear;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
  will-change: transform;
}

/* 表示中だけゆっくり縮小 */
.st-fv-swiper .swiper-slide-active img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* SP */
@media screen and (max-width: 768px) {

  .st-fv-swiper,
  .st-fv-swiper .swiper-wrapper,
  .st-fv-swiper .swiper-slide {
    height: 100svh;
    min-height: 620px;
  }

  .st-fv-scroll {
    font-size: calc(25/750*100vw);
  }
}



/* ==============================
  タイトル
============================== */
#main-column h2.st-title {
  padding: 0;
  margin-bottom: 16px;
  font-size: 30px;
  font-family: var(--font-zen);
  font-weight: var(--semi);
  line-height: 1.3;
  letter-spacing: .05em;
  text-align: center;
}


#main-column h2.st-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin: 21px auto 0 auto;
  background: var(--bl);
  display: block;
}


#main-column h2.st-title-01 {
  padding: 22px 10px;
  margin: 0 auto 40px auto;
  font-size: 30px;
  font-family: var(--font-zen);
  font-weight: var(--semi);
  line-height: 1;
  letter-spacing: 0;
  border-top: solid 1px var(--bl);
  border-bottom: solid 1px var(--bl);
  text-align: center;
  width: 370px;
  max-width: 100%;
  position: relative;

}

#main-column h2.st-title-01:before,
#main-column h2.st-title-01:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--bl);
}

#main-column h2.st-title-01:before {
  top: -5px;
}

#main-column h2.st-title-01:after {
  bottom: -5px;
}

.st-lead {
  margin: 0 0 60px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #main-column h2.st-title {
    margin-bottom: calc(64/750*100vw);
    font-size: calc(40/750*100vw);
  }


  #main-column h2.st-title::after {
    margin: calc(21/750*100vw) auto 0 auto;
    width: calc(64/750*100vw);
  }


  #main-column h2.st-title-01 {
    padding: calc(32/750*100vw) 10px;
    margin: 0 auto calc(40/750*100vw) auto;
    font-size: calc(42/750*100vw);
    width: calc(470/750*100vw);

  }

  .st-lead {
    margin: 0 0 calc(54/750*100vw);
    text-align: center;
    font-size: calc(30/750*100vw);
  }
}

/* ==============================
  バナー
============================== */
.st-bnr {
  margin: 120px auto 68px;
}

@media screen and (max-width: 768px) {}

/* ==============================
  導線
============================== */
.st-category {
  margin: 120px auto 170px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  isolation: isolate;
  max-width: 1440px;
}

.st-category-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.st-category-fig {
  margin: 0;
  overflow: hidden;
  line-height: 0;
}


/* テキスト */
.st-category-item span {
  padding-top: 1em;
  display: block;
  text-align: center;
  font-size: 24px;
  font-family: var(--font-zen);
  font-weight: var(--semi);
  line-height: 1;
}

.st-section-mv img {
  width: 100%;
}


/* SP */
@media screen and (max-width: 768px) {

  .st-bnr {
    margin: calc(120/750*100vw) auto calc(65/750*100vw);
    padding: 0 calc(40/750*100vw);
  }

  .st-category {
    margin: calc(120/750*100vw) 0;
    grid-template-columns: 1fr;
    gap: calc(52/750*100vw);
  }

  .st-category-fig img,
  .st-category-item:hover .st-category-fig img {
    -webkit-transform: none;
    transform: none;
    transition: none !important;
  }

  .st-category-item span {
    font-size: calc(32/750*100vw);
  }


}

/* ==============================
  特徴
============================== */
.st-feature {
  background-color: var(--bg1);
}

.st-select {
  margin-left: 20px;
  margin-right: 20px;
}

.st-select-block-01 h2 img {
  width: 35px;
}

.st-select-block-02 h2 img {
  width: 20px;
}

.st-select-block-03 h2 img {
  width: 23px;
}



.st-select-block {
  margin-bottom: 50px;
}

.st-select-block:last-child {
  margin-bottom: 0;
}

#main-column h2.st-select-title {
  padding: 0;
  margin: 0 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
  color: var(--bl);
  font-size: 20px;
  font-weight: var(--midi);
  letter-spacing: .12em;
  line-height: 1.4;
}

.st-select-list {
  display: grid;
  gap: 25px;
}

.st-select-list--3 {
  grid-template-columns: repeat(3, 1fr);
}

.st-select-list--5 {
  grid-template-columns: repeat(6, 1fr);
}

.st-select-list--5 .st-select-btn:nth-child(1) {
  grid-column: 1 / span 2;
}

.st-select-list--5 .st-select-btn:nth-child(2) {
  grid-column: 3 / span 2;
}

.st-select-list--5 .st-select-btn:nth-child(3) {
  grid-column: 5 / span 2;
}

.st-select-list--5 .st-select-btn:nth-child(4) {
  grid-column: 2 / span 2;
}

.st-select-list--5 .st-select-btn:nth-child(5) {
  grid-column: 4 / span 2;
}

.st-select-btn {
  display: grid;
  grid-template-columns: 55px 1fr;
  min-height: 55px;
  border: 1px solid var(--bg3);
  background: #fff;
  color: var(--bl);
  text-decoration: none;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}



.st-select-btn__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: var(--midi);
  line-height: 1.4;
  text-align: center;
}

/* SP */
@media screen and (max-width: 768px) {

  .st-select {
    margin-left: calc(40/750*100vw);
    margin-right: calc(40/750*100vw);
  }

  .st-select-block-01 h2 img {
    width: calc(53/750*100vw);
  }

  .st-select-block-02 h2 img {
    width: calc(42/750*100vw);
  }

  .st-select-block-03 h2 img {
    width: calc(42/750*100vw);
  }

  .st-select-block {
    margin-bottom: 0;
    border-bottom: 1px solid var(--bl);
  }

  .st-select-block:nth-child(1) {
    border-top: 1px solid var(--bl) !important;
  }

  #main-column h2.st-select-title {
    padding: calc(37/750*100vw) calc(30/750*100vw);
    margin: 0;
    font-size: calc(32/750*100vw);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
  }

  .st-select-title:after {
    content: "";
    background-image: url(https://www.kenkosansai.net/pic-labo/icon-arrow-d.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80% auto;
    display: block;
    width: calc(35/750*100vw);
    height: calc(19/750*100vw);
    position: absolute;
    right: calc(30/750*100vw);
  }

  .is-open .st-select-title:after {
    background-image: url(https://www.kenkosansai.net/pic-labo/icon-arrow-u.png);
  }

  .st-select-list {
    display: block;
  }

  .st-select-btn {
    padding: calc(30/750*100vw) calc(65/750*100vw) calc(30/750*100vw) calc(30/750*100vw);
    display: block;
    border: none;
    border-top: 1px solid #BDBDBD;
    background-color: transparent;
    background-image: url(https://www.kenkosansai.net/pic-labo/icon-arrow-r.png);
    background-repeat: no-repeat;
    background-position: right calc(30 / 750 * 100vw) center;

    /* 背景画像だけ少し小さく */
    background-size: calc(15 / 750 * 100vw) auto;
  }

  .st-select-btn__icon {
    display: none;
  }



  .st-select-btn__text {
    padding: 0px;
    font-size: calc(30/750*100vw);
    line-height: 1.2;
    text-align: left;
    display: block;
  }

}

/* ==============================
  商品
============================== */
.st-items {
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--bg1);
}

.st-item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.st-item-card {
  text-align: center;
}

.st-item-card figure {
  margin-bottom: 23px;
}

.st-item-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.st-item-card:nth-child(2) img,
.st-item-card:nth-child(3) img {
  -o-object-position: 15% 100%;
  object-position: 15% 100%;
}


.st-item-label {
  display: inline-block;
  margin: 0 0 8px;
  padding: 2px 10px;
  background: #9d1f24;
  color: #fff;
  font-size: 12px;
}

.st-item-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.63;
  font-weight: var(--semi);
}

.st-item-price {
  margin: 0;
  font-size: 20px !important;
  text-align: center !important;
  -webkit-column-rule-style: 0;
  column-rule-style: 0;
  font-weight: var(--semi);
  color: var(--bl);
}

.st-item-price span {
  font-size: 14px;
}

.st-btn-wrap {
  margin-top: 36px;
  text-align: center;
}

.st-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  min-height: 63px;
  padding: 10px 28px;
  box-sizing: border-box;
  border: 1px solid var(--bl);
  color: var(--bl);
  font-size: 16px;
  letter-spacing: .07em;
  text-decoration: none;
  transition: .3s ease;
  color: var(--bl);
}

.st-item-card .st-btn,
.column-set .st-btn {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
  color: var(--bl);
}

.st-btn-wrap {
  margin-top: 50px;
  text-align: center;
}

.st-btn-wrap .st-btn {
  width: 100%;
  max-width: 370px;
  color: var(--bl);
}

@media screen and (max-width: 1200px) {
  .st-item-list {
    gap: 16px;
  }

}

/* SP */
@media screen and (max-width: 768px) {

  .st-item-list {
    grid-template-columns: 1fr;
    gap: calc(100/750*100vw);
  }

  .st-items {
    padding-left: 0;
    padding-right: 0;
  }

  .st-item-card img {
    width: 100%;
    aspect-ratio: 750 / 500;
  }

  .st-item-card figure {
    margin-bottom: calc(26/750*100vw);
  }

  .st-item-card:nth-child(2) img,
  .st-item-card:nth-child(3) img {
    -o-object-position: center;
    object-position: center;
  }


  .st-item-card h3 {
    margin: 0 0 calc(18/750*100vw);
    font-size: calc(34/750*100vw);
  }

  .st-item-price {
    font-size: calc(32/750*100vw) !important;
  }

  .st-item-price span {
    font-size: calc(24/750*100vw);
  }

  .st-btn-wrap {
    margin-top: calc(60/750*100vw);
  }

  .st-btn {
    width: calc(500/750*100vw);
    padding: calc(26/750*100vw) 28px;
    font-size: calc(30/750*100vw);
    max-width: 100%;
    line-height: 1;
    height: calc(94/750*100vw);
    min-height: calc(94/750*100vw);
  }

  .st-item-card .st-btn,
  .column-set .st-btn {
    margin-top: calc(40/750*100vw);
    width: calc(500/750*100vw);
  }

  .st-btn-wrap {
    text-align: center;
  }

  .st-btn-wrap .st-btn {
    width: calc(500/750*100vw);
    max-width: 100%;
  }

}

/* ==============================
  レビュー
============================== */
.st-review {
  padding-left: 20px;
  padding-right: 20px;
  background: url(https://www.kenkosansai.net/pic-labo/bg.jpg);
}

.st-review .st-lead {
  margin-bottom: 46px;
}

.st-review-list {
  margin: 0 auto;
  overflow: visible;
}

.st-review-list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.st-review-card {
  box-sizing: border-box;
  height: auto;
  min-height: 520px;
  padding: 45px 40px 130px 40px;
  background: #fff;
  box-shadow: 2px 2px 16px rgba(220, 210, 174, .6);
  color: var(--bl);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.st-stars {
  margin: 0 auto 26px auto;
  text-align: center;
  width: 133px;
}

.st-review-card__head {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--bl);
}

.st-review-card h3 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: var(--semi);
  line-height: 1.6;
  letter-spacing: 0;
}

.st-review-card__meta {
  margin: 0;
  color: #8D8D8D;
  font-size: 12px;
  font-family: var(--font-notsans);
  line-height: 1.6;
}

.st-review-card__body {
  padding-top: 10px;
}

.st-review-card__body p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  text-align: left;
}

.st-review-card__body span {
  color: var(--bg3);
  font-weight: 600;
}

.st-review-card__foot {
  margin-top: auto;
  color: #646464;
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
  position: absolute;
  bottom: 45px;
  right: 40px;
}

.st-review-card__foot p {
  margin: 0;
  font-family: var(--font-notsans);
}

.st-review-card__foot p + p {
  margin-top: 4px;
}

/* PCでは非表示 */
.top-review-arrow,
.top-review-dots {
  display: none;
}

@media screen and (max-width: 1200px) {
  .st-review-list .swiper-wrapper {
    gap: 16px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  #main-column .st-review h2.st-title {
    margin-bottom: calc(29/750*100vw);
  }

  .st-review {
    padding: calc(129/750*100vw) calc(80/750*100vw) calc(90/750*100vw) calc(80/750*100vw);
  }

  .st-review .st-lead {
    margin-bottom: calc(54/750*100vw);
    line-height: 1.42;
  }

  .st-review-list.swiper {
    position: relative;
    overflow: hidden;
  }

  .st-review-slider {
    position: relative;
    padding-bottom: calc(50 / 750 * 100vw);
    overflow: visible;
  }

  .st-review-list.swiper {
    overflow: hidden;
  }

  /* 左右ボタン */
  .top-review-arrow {
    position: absolute;
    top: calc(50% - calc(50 / 750 * 100vw));
    z-index: 5;
    display: block;
    width: calc(20/750*100vw);
    height: calc(35/750*100vw);
    border: none;
    background: transparent;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: calc(20/750*100vw);
  }

  .top-review-arrow--prev {
    left: calc(-50/750*100vw);
    background-image: url(https://www.kenkosansai.net/pic-labo/icon-arrow-l.png);
  }

  .top-review-arrow--next {
    right: calc(-50/750*100vw);
    background-image: url(https://www.kenkosansai.net/pic-labo/icon-arrow-r.png);
  }


  .top-review-arrow.swiper-button-disabled {
    opacity: .25;
    pointer-events: none;
  }

  /* ドット */
  .st-review .top-review-dots {
    position: absolute;
    left: 0;
    right: 0;
    top: auto !important;
    bottom: 0 !important;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: calc(30 / 750 * 100vw);
  }

  .top-review-dots .swiper-pagination-bullet {
    width: calc(18 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    margin: 0 !important;
    background: #fff;
    opacity: 1;
  }

  .top-review-dots .swiper-pagination-bullet-active {
    background: var(--bg4);
  }

  .st-review-card {
    min-height: 100px;
    padding: calc(50 / 750 * 100vw);
  }


  .st-review-list .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 0;
  }

  .st-stars {
    margin: 0 auto calc(37 / 750 * 100vw) auto;
    width: calc(221 / 750 * 100vw);
  }

  .st-review-card__head {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--bl);
  }

  .st-review-card h3 {
    margin: 0 0 calc(5 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }

  .st-review-card__meta {
    margin: 0;
    font-size: calc(20 / 750 * 100vw);
  }

  .st-review-card__body {
    padding-top: calc(18 / 750 * 100vw);
  }

  .st-review-card__body p {
    font-size: calc(26 / 750 * 100vw);
  }


  .st-review-card__foot {
    margin-top: calc(35 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    position: static;
  }



}

/* ==============================
  Brand
============================== */
.st-brand {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: url(https://www.kenkosansai.net/pic-labo/brand-story-pc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 2240/640;
}

#main-column h2.st-title-02 {
  padding: 0;
  margin: 0 0 24px 0;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0;
  font-family: var(--font-zen);
  font-size: 30px;
}

.st-brand-text {
  color: #fff;
  font-size: 18px;
  line-height: 1.83;
}

@media screen and (max-width: 1200px) {
  .st-brand {
    padding-left: 20px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .st-brand {
    padding: calc(730 / 750 * 100vw) calc(60 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
    background-image: url(https://www.kenkosansai.net/pic-labo/brand-story-sp.jpg);
    aspect-ratio: 750/1719;
  }

  #main-column h2.st-title-02 {
    margin: 0 0 calc(46 / 750 * 100vw) 0;
    font-size: calc(42 / 750 * 100vw);
  }

  .st-brand-text {
    font-size: calc(30 / 750 * 100vw);
  }
}

/* ==============================
  point
============================== */
.st-point {
  padding: 76px 24px;
}

.st-point-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.st-point-item {
  text-align: center;
}

.st-point-item img {
  width: 100%;
  margin-bottom: 10px;
}


.st-point-item p {
  margin: 0;
  font-size: 11px;
  line-height: 1.8;
  font-family: var(--font-notsans);
  text-align: left;
}

/* SP */
@media screen and (max-width: 768px) {

  .st-point {
    padding: calc(125 / 750 * 100vw) calc(45 / 750 * 100vw);
  }

  .st-point-list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(28 / 750 * 100vw) calc(40 / 750 * 100vw);
  }

  .st-point-item p {
    font-size: calc(18 / 750 * 100vw);
  }
}

/* ==============================
  news
============================== */
.w100 .news {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 100%;
}

#main-column .news h2 {
  padding: 0;
  margin: 0 auto 50px auto;
  font-size: 30px;
  font-family: var(--font-zen);
  font-weight: var(--semi);
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
}

#main-column .news h2:after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin: 25px auto 0 auto;
  background: var(--bl);
  display: block;
}

.news-contents {
  margin-left: 20px;
  margin-right: 20px;
  height: 180px;
  overflow-y: scroll;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
}

.news-box {
  padding: 20px 0;
  min-height: 90px;
}

.news-box:not(:last-child) {
  border-bottom: 1px dashed #BDBDBD;
}

.news-box dd {
  font-size: 14px;
  line-height: 1.7;
}

/* SP */
@media screen and (max-width: 768px) {
  .news-contents {
    margin-left: calc(40/750*100vw);
    margin-right: calc(40/750*100vw);
  }

  #main-column .news h2 {
    margin-bottom: calc(64/750*100vw);
    font-size: calc(40/750*100vw);
  }

  #main-column .news h2:after {
    margin: calc(25/750*100vw) auto 0 auto;
    width: calc(64/750*100vw);
  }

  .news-box dd {
    font-size: calc(28/750*100vw);
  }
}

/* ==============================
  ranking
============================== */
#main-column .ranking h2 {
  padding: 0;
  margin: 0 auto 50px auto;
  font-size: 30px;
  font-family: var(--font-zen);
  font-weight: var(--semi);
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
}

#main-column .ranking h2:after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin: 25px auto 0 auto;
  background: var(--bl);
  display: block;
}

.column3 .badge,
.column4 .badge,
.column5 .badge {
  display: none;
}

.ranking .column-set {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 1240px;
  max-width: 100%;

}

.ranking {
  padding-bottom: 120px;
  margin: 0 !important;
  background-color: var(--bg1);
}

.st-osechi-btn-wrap {
  margin: 0;
  padding: 50px 0 120px;
  background-color: var(--bg1);
}

/* ランキング商品：3列グリッド */
.ranking .column-set {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  align-items: start;
}

/* ショップサーブ標準のfloat/幅をリセット */
.ranking .column-set .column5 {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  text-align: center;
}

/* 画像 */
.ranking .itemThumb-wrap {
  position: relative;
  width: 100%;
}

.ranking .itemThumb {
  margin: 0;
}

.ranking .itemThumb a,
.ranking .item-list-span-img {
  display: block;
}

.ranking .itemThumb img {
  display: block;
  width: 100%;
  height: auto;
}

/* 標準のランキングバッジを非表示にする場合 */
.ranking .badge {
  display: none;
}

/* タグ */
.ranking .item-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
  margin: 30px 0 16px;
}

.ranking .item-tag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 64px;
  height: 34px;
  padding: 0 14px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-weight: var(--midi);
  font-family: var(--font-notsans);
  line-height: 1;
  letter-spacing: .04em;
}

.ranking .item-tag-01 {
  background: #2A2E6B;
}

.ranking .item-tag-02 {
  background: #598B51;
}

.ranking .item-tag-03 {
  background: #CE6137;
}

/* 商品名 */
.ranking .column5 h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .06em;
}

.ranking .column5 h3 a {
  color: var(--bl);
  text-decoration: none;
}

/* 「≪3%OFF/送料無料≫」を見せたくない場合はJSで削る方がきれい */
.ranking .price {
  margin: 0 0 22px;
  font-size: 16px;
}

.ranking .column5 p.price {
  text-align: center;
}

.ranking .selling_price {
  font-size: 24px;
  font-weight: var(--semi);
}

.ranking .taxin {
  font-size: 14px;
}

/* OFFバッジ */
.ranking .p-off-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 150px;
  height: 38px;
  padding: 0 15px;
  box-sizing: border-box;
  background: var(--red);
  color: #fff;
  font-size: 18px;
  font-weight: var(--semi);
  line-height: 1;
  letter-spacing: .04em;
}

.ranking .itemThumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
}

#contents {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .ranking .column-set {
    gap: 16px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  #main-column .ranking h2 {
    margin-bottom: calc(64/750*100vw);
    font-size: calc(40/750*100vw);
  }

  #main-column .ranking h2:after {
    margin: calc(25/750*100vw) auto 0 auto;
    width: calc(64/750*100vw);
  }

  .ranking {
    padding-bottom: calc(140/750*100vw) !important;
  }

  .ranking .column-set {
    padding-left: 0;
    padding-right: 0;
    width: 100%;

  }

  .st-osechi-btn-wrap {
    margin: 0;
    padding: calc(60/750*100vw) 0 calc(140/750*100vw);
  }

  .ranking .column-set {
    grid-template-columns: 1fr;
    gap: calc(100/750*100vw);
  }

  /* タグ */
  .ranking .item-tag-wrap {
    gap: calc(9/750*100vw);
    margin: calc(50/750*100vw) 0 calc(25/750*100vw);
  }

  .ranking .item-tag {
    height: calc(55/750*100vw);
    padding: 0 calc(15/750*100vw);
    font-size: calc(24/750*100vw);
  }

  /* 商品名 */
  .ranking .column5 h3 {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 calc(16/750*100vw);
    font-size: calc(34/750*100vw);
  }

  #main-column .ranking .column5 p.price {
    margin: 0 0 0;
    font-size: calc(32/750*100vw);
  }

  .ranking .selling_price {
    font-size: calc(32/750*100vw);
  }

  .ranking .taxin {
    font-size: calc(24/750*100vw);
  }

  .ranking .st-btn {
    margin-top: calc(40/750*100vw);
  }

  /* OFFバッジ */
  .ranking .p-off-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 150px;
    height: 38px;
    padding: 0 15px;
    box-sizing: border-box;
    background: var(--red);
    color: #fff;
    font-size: 18px;
    font-weight: var(--semi);
    line-height: 1;
    letter-spacing: .04em;
  }

  .ranking .itemThumb img {
    width: 100%;
    aspect-ratio: 750 / 500;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* ==============================
  newItem
  rankingと同じデザインを適用
============================== */

#main-column .newItem h2 {
  padding: 0;
  margin: 0 auto 50px auto;
  font-size: 30px;
  font-family: var(--font-zen);
  font-weight: var(--semi);
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
}

#main-column .newItem h2:after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin: 25px auto 0 auto;
  background: var(--bl);
}

.newItem {
  margin: 0 !important;
  background-color: var(--bg1);
}

.newItem .column-set {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 1240px;
  max-width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  align-items: start;
}

/* ショップサーブ標準のfloat/幅をリセット */
.newItem .column-set .column3,
.newItem .column-set .column4,
.newItem .column-set .column5 {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  text-align: center;
}

/* 画像 */
.newItem .itemThumb-wrap {
  position: relative;
  width: 100%;
}

.newItem .itemThumb {
  margin: 0;
}

.newItem .itemThumb a,
.newItem .item-list-span-img {
  display: block;
}

.newItem .itemThumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 標準バッジ非表示 */
.newItem .badge {
  display: none;
}

/* タグ */
.newItem .item-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
  margin: 30px 0 16px;
}

.newItem .item-tag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 64px;
  height: 34px;
  padding: 0 14px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-weight: var(--midi);
  font-family: var(--font-notsans);
  line-height: 1;
  letter-spacing: .04em;
}

.newItem .item-tag-01 {
  background: #2A2E6B;
}

.newItem .item-tag-02 {
  background: #598B51;
}

.newItem .item-tag-03 {
  background: #CE6137;
}

/* 商品名 */
.newItem .column3 h3,
.newItem .column4 h3,
.newItem .column5 h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .06em;
}

.newItem .column3 h3 a,
.newItem .column4 h3 a,
.newItem .column5 h3 a {
  color: var(--bl);
  text-decoration: none;
}

/* 価格 */
.newItem .price {
  margin: 0 0 22px;
  font-size: 16px;
}

.newItem .column3 p.price,
.newItem .column4 p.price,
.newItem .column5 p.price {
  text-align: center;
}

.newItem .selling_price {
  font-size: 24px;
  font-weight: var(--semi);
}

.newItem .taxin {
  font-size: 14px;
}

/* OFFバッジ */
.newItem .p-off-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 150px;
  height: 38px;
  padding: 0 15px;
  box-sizing: border-box;
  background: var(--red);
  color: #fff;
  font-size: 18px;
  font-weight: var(--semi);
  line-height: 1;
  letter-spacing: .04em;
}

@media screen and (max-width: 1200px) {
  .newItem .column-set {
    gap: 16px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  #main-column .newItem h2 {
    margin-bottom: calc(64 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }

  #main-column .newItem h2:after {
    margin: calc(25 / 750 * 100vw) auto 0 auto;
    width: calc(64 / 750 * 100vw);
  }

  .newItem .column-set {
    grid-template-columns: 1fr;
    gap: calc(100 / 750 * 100vw);
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .newItem .item-tag-wrap {
    gap: calc(9 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  }

  .newItem .item-tag {
    height: calc(55 / 750 * 100vw);
    padding: 0 calc(15 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }

  .newItem .column3 h3,
  .newItem .column4 h3,
  .newItem .column5 h3 {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 calc(16 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }

  #main-column .newItem .column3 p.price,
  #main-column .newItem .column4 p.price,
  #main-column .newItem .column5 p.price {
    margin: 0;
    font-size: calc(32 / 750 * 100vw);
  }

  .newItem .selling_price {
    font-size: calc(32 / 750 * 100vw);
  }

  .newItem .taxin {
    font-size: calc(24 / 750 * 100vw);
  }

  .newItem .st-btn {
    margin-top: calc(40 / 750 * 100vw);
  }

  .newItem .p-off-badge {
    min-width: 150px;
    height: 38px;
    padding: 0 15px;
    font-size: 18px;
  }

  .newItem .itemThumb img {
    aspect-ratio: 750 / 500;
  }
}

/* ==============================
  動き
============================== */
@media screen and (min-width: 769px) {

  .st-item-card figure,
  .item-list-span-img {
    overflow: hidden;
  }

  .st-item-card img,
  .st-category-fig img,
  .item-list-span-img img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1 !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    transition-duration: 0.9s !important;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .st-item-card:hover figure img,
  .st-category-item:hover .st-category-fig img,
  .item-list-span-img:hover img {
    opacity: 1 !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) scale(1.06);
    transform: translate3d(0, 0, 0) scale(1.06);
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    transition-duration: 2s !important;
  }

  /* 共通の a:hover img をこのエリアだけ無効化 */
  .st-category a:hover img,
  item-list-span-img:hover img {
    opacity: 1 !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
  }

}

/* ==============================
  hover
============================== */
@media screen and (min-width: 769px) {

  .st-btn:hover,
  .st-contact__btn:hover {
    color: #fff;
    background-color: var(--hover);
    border: 1px solid var(--hover);
    opacity: 1;
  }
}

#contents {
  margin-top: -59px;
}