/** Shopify CDN: Minification failed

Line 891:0 Unexpected "{"
Line 891:1 Expected identifier but found "%"

**/
@charset "UTF-8";
:root {
  --vl-head_height: 60px;
  --vl-head_maxheight: 80px;
  --vl-main-color:#533635;
  --vl-sub-color: #A09090;
  --vl-sub-color2: #e0dada;
  --vl-accent-color:#ffb400;
  --vl-accent-color2:#fffae3;
  --th-color: #533635;
  --th-color1: #edebea;
  --th-color2: #e5e1e1;
  --th-color3: #cdc4c4;
  --table_border-clr: #533635;
  --table_body: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif !important;
  position: relative;
}

#vl-header ul, #vl-header li {
  margin: 0;
  padding: 0;
}
/*------------------------------
header
------------------------------*/
#vl-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--vl-head_height);
  transition: background-color 0.3s, color 0.3s;
  z-index: 100;
  line-height: 1;
}
@media screen and (min-width: 1366px) {
  #vl-header {
    height: var(--vl-head_maxheight);
  }
}
#vl-header[data-active=false] {
  background-color: rgb(255, 255, 255);
}
#vl-header[data-active=true] {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#vl-header a {
  color: #533635;
  text-decoration: none;
}
#vl-header a:hover, #vl-header a:focus {
  color: #a90600;
}
#vl-header .site-name {
  position: absolute;
  top: 5px;
  left: 8px;
}
#vl-header .site-name a {
  display: inline-flex;
  flex-direction: column;
  max-width: 150px;
}
#vl-header .site-name a::after {
  content: "― 公式ストア ―";
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #vl-header .site-name {
    top: 0;
  }
  #vl-header .site-name a {
    max-width: 180px;
  }
  #vl-header .site-name a::after {
    content: "― ビタミンラッシュ公式ストア ―";
    font-size: 12px;
    letter-spacing: -0.1em;
  }
}
@media screen and (min-width: 1366px) {
  #vl-header .site-name {
    top: 5px;
    left: 16px;
  }
  #vl-header .site-name a {
    max-width: 225px;
  }
}
#vl-header .head-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1366px) {
  #vl-header .head-menu {
    top: 90px;
    right: 2%;
    justify-content: center;
    gap: 12px;
    background-color: var(--vl-sub-color2);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
    padding: 10px 15px;
    border-radius: 50px;
  }
}
#vl-header .icon-search {
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
#vl-header .icon-search:hover, #vl-header .icon-search:focus, #vl-header .icon-search:active {
  transform: scale(1.1);
}
#vl-header .btn-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  width: 50px;
  height: 60px;
  text-align: center;
  transition: 0.3s;
  border: none;
  background: transparent;
}
@media screen and (min-width: 1366px) {
  #vl-header .btn-menu {
    display: none;
  }
}
#vl-header .btn-menu .open {
  display: inline-flex;
}
#vl-header .icon-bar {
  display: block;
  position: relative;
  width: 36px;
  height: 2px;
  background: #533635;
  transition: 0.3s;
  top: 50%;
  left: 0;
  margin-top: -1px;
  border-radius: 1px;
}
#vl-header .icon-bar::before, #vl-header .icon-bar::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 2px;
  background: #533635;
  transition: 0.3s;
  border-radius: 1px;
}
#vl-header .icon-bar::before {
  margin-top: -10px;
}
#vl-header .icon-bar::after {
  margin-top: 8px;
}
#vl-header .icon-bar.close-btn {
  background: transparent;
}
#vl-header .icon-bar.close-btn::before, #vl-header .icon-bar.close-btn::after {
  margin-top: 0;
}
#vl-header .icon-bar.close-btn::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#vl-header .icon-bar.close-btn::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#g-navi {
  transition: 0.5s;
  position: absolute;
  top: var(--vl-head_height);
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  width: 0;
  padding: 0;
  z-index: 200;
}
@media screen and (min-width: 1366px) {
  #g-navi {
    width: auto;
    max-width: calc(100% - 250px);
    height: var(--vl-head_maxheight);
    top: 0;
    right: 16px;
    background-color: transparent;
    overflow: visible;
    padding: 16px 0;
  }
}
#g-navi.open-menu {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: absolute;
}
#g-navi .g-overlay {
  background-color: rgba(83, 54, 53, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 201;
  cursor: pointer;
}
@media screen and (min-width: 1366px) {
  #g-navi .g-overlay {
    display: none;
  }
}

.vl-list-menu {
  position: fixed;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  background-color: #ffffff;
  z-index: 202;
}
@media screen and (min-width: 1366px) {
  .vl-list-menu {
    position: relative;
    flex-wrap: nowrap;
    background-color: transparent;
    gap: 16px;
  }
}
.vl-list-menu > li {
  width: calc(50% - 1px);
  position: relative;
  list-style: none;
  text-align: center;
  margin: 0 !important;
}
.vl-list-menu > li:first-child {
  width: 100%;
}
@media screen and (min-width: 1366px) {
  .vl-list-menu > li {
    width: auto !important;
  }
}
.vl-list-menu > li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  padding: 16px 10px;
}
@media screen and (min-width: 1366px) {
  .vl-list-menu > li a {
    padding: 10px 5px;
  }
  .vl-list-menu > li a::before {
    content: attr(data-txt);
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
    text-transform: uppercase;
  }
}
.vl-list-menu > li:not(.current) {
  order: 1;
  border-bottom: 1px solid var(--vl-sub-color2);
  border-right: 1px solid var(--vl-sub-color2);
}
@media screen and (min-width: 1366px) {
  .vl-list-menu > li:not(.current) {
    order: 0;
    border: none;
  }
}
.vl-list-menu > li.current {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid var(--vl-sub-color2);
}
.vl-list-menu > li.current a {
  font-weight: bold !important;
}
.vl-list-menu > li.current .cat-list {
  list-style: none;
  margin: 0 !important;
  padding: 10px 0 !important;
  background-color: var(--vl-sub-color2);
}
@media screen and (min-width: 600px) {
  .vl-list-menu > li.current .cat-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.vl-list-menu > li.current .cat-list li {
  text-align: center !important;
  min-width: 50%;
  margin: 0 !important;
  padding: 0 !important;
}
.vl-list-menu > li.current .cat-list li a {
  display: block;
  color: var(--vl-main-color);
  text-decoration: none;
  margin: 0 !important;
  padding: 10px 5px !important;
  width: 100%;
}
.vl-list-menu > li.current .cat-list li a:hover {
  color: #a90600;
}
@media screen and (min-width: 1366px) {
  .vl-list-menu > li.current a {
    background-color: var(--vl-sub-color2);
  }
  .vl-list-menu > li.current .cat-list {
    display: none;
  }
}

.vl-scroll-x {
  overflow-x: auto;
  width: 100%;
  padding-bottom: 1px;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  scrollbar-color: #c8cacb #f2f2f2;
}
.vl-scroll-x::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.vl-scroll-x::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f2f2f2;
}
.vl-scroll-x::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c8cacb;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}

.icon-cart {
  position: relative;
  width: 30px;
  height: 30px;
}

.visually-hidden {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: var(--vl-sub-color);
  color: #ffffff;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  bottom: 0;
  right: 0;
  line-height: 1;
}

.vl-modal-overlay {
  z-index: 201;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(83, 54, 53, 0.6);
  cursor: pointer;
}

.search-modal-wrapper {
  z-index: 200;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center;
}
.search-modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.search-modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}
.search-modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: top;
  content: "";
}
.search-modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 202;
  position: relative;
  width: 95%;
  max-width: 600px;
  padding: 0;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.search-modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  padding: 16px;
}
.search-modal-wrapper .modal-window .modal-content .cat-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 16px auto;
  padding: 0;
}
.search-modal-wrapper .modal-window .modal-content .cat-list li a {
  display: inline-block;
  background-color: rgba(160, 144, 144, 0.2);
  color: var(--vl-main-color);
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
}
.search-modal-wrapper .modal-window .modal-content .cat-list li a:hover {
  outline: 1px solid var(--vl-main-color);
}
.search-modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 36px;
  height: 36px;
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: var(--vl-main-color);
}

.search-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--vl-main-color);
  border-radius: 25px;
}
.search-group input {
  min-width: 200px;
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}
.search-group input::-moz-placeholder {
  color: var(--vl-sub-color);
}
.search-group input::placeholder {
  color: var(--vl-sub-color);
}
.search-group button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search-group button::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23533635%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-item {
  display: none;
  align-items: center;
  gap: 4px;
  height: 44px;
  padding: 4px;
  font-size: 13px;
  color: #533635;
  margin-right: 20px;
}
.icon-item::before {
  content: "";
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  background: url(/cdn/shop/files/vl-mark.png) no-repeat;
  background-size: 40px;
}
.icon-item:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .icon-item {
    display: inline-flex;
  }
}

.account-block {
  position: relative;
  width: 30px;
  height: 30px;
}
.account-block .account-btn {
  position: relative;
  width: 30px;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
.account-block .account-btn span {
  font-size: 0;
}
.account-block .account-btn::before {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" class="icon icon-account" fill="none" viewBox="0 0 18 19"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 4.5a3 3 0 116 0 3 3 0 01-6 0zm3-4a4 4 0 100 8 4 4 0 000-8zm5.58 12.15c1.12.82 1.83 2.24 1.91 4.85H1.51c.08-2.6.79-4.03 1.9-4.85C4.66 11.75 6.5 11.5 9 11.5s4.35.26 5.58 1.15zM9 10.5c-2.5 0-4.65.24-6.17 1.35C1.27 12.98.5 14.93.5 18v.5h17V18c0-3.07-.77-5.02-2.33-6.15-1.52-1.1-3.67-1.35-6.17-1.35z" fill="currentColor"/></svg>');
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.account-block .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: -20px;
  width: 120px;
  min-width: 100px;
  max-width: 120px;
  height: 0;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  list-style: none;
  overflow: hidden;
  transition: all 0.5s;
}
.account-block .sub-menu a {
  display: block;
  padding: 10px;
  white-space: nowrap;
}
.account-block .sub-menu a:hover {
  background-color: var(--vl-accent-color2);
}
.account-block .sub-menu.open {
  height: auto;
  padding: 16px;
  overflow-y: auto;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.swiper-area {
  overflow: hidden;
  position: relative;
}

.swiper-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.swiper{
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.swiper-slide {
  opacity: 0.7;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide-active {
  opacity: 1;
}

.swiper-button-arrow {
  max-width: 1150px;
  margin: auto;
}

.swiper-pagination-bullets {
  position: unset;
  top: unset;
  bottom: 0px;
  left: 0;
  right: 0;
}

.swiper-pagination-bullet {
  background-color: #533635;
}
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #A09090;
  display: none;
}
@media screen and (min-width: 768px) {
  .swiper-button-next,
.swiper-button-prev {
    display: block;
  }
}
/*------------------------------
他、parts
------------------------------*/
.vl-about-block {
  position: relative;
  padding: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.vl-about-block::before {
  content: "";
  position: absolute;
  display: block;
  width: clamp(300px, 14.868rem + 19.41vw, 432px);
  height: clamp(140px, 6.956rem + 8.97vw, 201px);
  background: url(/cdn/shop/files/bg-concept.png) no-repeat;
  background-size: 100% auto;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .vl-about-block::before {
    left: -50px;
    width: 432px;
    height: 201px;
  }
}
.vl-about-block .text {
  font-size: 17px;
  line-height: 1.65;
}
.vl-about-block .photo-circle {
  min-width: 230px;
  min-height: 230px;
  max-width: 230px;
  max-height: 230px;
  overflow: hidden;
  border-radius: 50%;
  flex-grow: 1;
}
.vl-about-block .photo-circle img {
  height: 100%;
  max-height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-about-block .text-profile {
  text-align: center;
  font-size: 15px;
  line-height: 1.65;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .vl-about-block .text-profile {
    text-align: right;
  }
}

.vl-flexbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .vl-flexbox {
    flex-direction: row;
    gap: 32px;
  }
}

.vl-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
}

.vl-banner-block1 {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vl-banner-block1 a {
  text-decoration: none;
}
.vl-banner-block1 a.btn {
  display: block;
  margin: auto;
  text-align: center;
}
.vl-banner-block1 a.btn img {
  margin: auto;
}
.vl-banner-block1 .img-banner {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.vl-banner-block1 .img-banner img {
  width: 100%;
  height: auto;
  margin: auto;
}
.vl-banner-block1 .bg-box {
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  margin: -20px auto 0 auto;
  width: 100%;
  max-width: 400px;
  padding: 5px 20px 20px;
}
@media screen and (max-width: 480px) {
  .vl-banner-block1 .bg-box {
    margin: -20px 16px 0 16px;
  }
}
.vl-banner-block1 .bg-box .text {
  line-height: 1.8;
  font-size: 18px;
  color: #533635;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .vl-banner-block1 {
    flex-direction: row;
    justify-content: space-between;
  }
  .vl-banner-block1 .img-banner {
    min-width: 500px;
    max-width: none;
  }
  .vl-banner-block1 .bg-box {
    width: 100%;
    max-width: none;
    margin: -20px auto 0 -40px;
    padding: 10px 30px 20px;
  }
  .vl-banner-block1 .bg-box .text {
    text-align: left;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .vl-banner-block1 .bg-box {
    margin: 60px 0 0 -40px;
  }
}

.vl-banner-block2 {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.vl-banner-block2 .img-banner {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.vl-banner-block2 .img-banner img {
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .vl-banner-block2 {
    grid-template-columns: 1fr 1fr;
  }
}

{% # 以下20250918追加スタイル %}
.vl-banner-block3 {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.vl-banner-block3 .img-banner {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.vl-banner-block3 .img-banner img {
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .vl-banner-block3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}


.move-link {
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transform: translateX(0);
  padding: 10px 36px;
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  color: var(--vl-text-color);
}
.move-link::before, .move-link::after {
  content: "→";
  font-size: 20px;
  position: absolute;
  color: #ffb400;
  font-weight: bold;
  top: 50%;
  margin-top: -10px;
  width: 36px;
  transition: 0.3s cubic-bezier(0.8, 0, 0.4, 1);
}
.move-link::before {
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-mask-position: left center;
  mask-position: left center;
}
.move-link::after {
  right: 0;
  transform: scaleX(1);
  transform-origin: right;
  -webkit-mask-position: right center;
  mask-position: right center;
}
.move-link:hover {
  outline: 1px solid #ffb400;
}
.move-link:hover::before {
  transform: scaleX(1);
}
.move-link:hover::after {
  transform: scaleX(0);
}

.ranking-badge {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background-color: #555555;
  text-align: center;
  font-weight: 500;
}
.ranking-badge.no1 {
  background-color: #d8bc26;
}
.ranking-badge.no2 {
  background-color: #a6acaf;
}
.ranking-badge.no3 {
  background-color: #bfa180;
}

.facets-container {
  padding-top: 18px;
  border-top: 1px solid #a09090;
}

.cart-btn-fixed {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: 0;
  right: 0;
  left: 0;
  max-height: 80px;
  background: #533635;
  color: #ffffff;
  transition: all 1s ease;
  border-radius: 10px 10px 0 0;
  padding: 16px 50px 16px 16px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.cart-btn-fixed .left {
  color: #fff;
  display: none;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .cart-btn-fixed {
    left: auto;
    bottom: 76px;
    gap: 16px;
    max-width: 380px;
    max-height: 100px;
    border-radius: 10px 0 0 10px;
    padding: 24px 24px 24px 16px;
  }
  .cart-btn-fixed .left {
    display: flex;
    line-height: 1.5;
  }
}
.cart-btn-fixed .price,
.cart-btn-fixed .item-name {
  color: #fff;
}
.cart-btn-fixed .item-name {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cart-btn-fixed .price {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.cart-link {
  border: 1px solid #533635;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px;
  border-radius: 4px;
  color: #533635;
  text-decoration: none;
  min-width: 80%;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .cart-link {
    padding: 16px;
    width: 100%;
    min-width: 160px;
    max-width: 200px;
  }
}
.cart-link::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #533635;
  border-right: 2px solid #533635;
  transform: rotate(-45deg);
  margin-left: auto;
}

.product__title h1, .product__title h2 {
  font-size: clamp(22px, 1.239rem + 0.68vw, 32px);
}

.product__description h2, .product__description h3, .product__description h4, .product__description h5, .product__description h6, .product__description p, .product__description ul, .product__description ol, .product__description dl, .product__description table, .product__description img {
  margin-top: 1.5em;
}
.product__description h2, .product__description h3, .product__description h4, .product__description h5, .product__description h6 {
  text-align: left;
  position: relative;
  line-height: 1.4;
  clear: both;
  font-weight: 500;
}
.product__description h2 {
  font-size: clamp(22px, 1.234rem + 0.63vw, 26px);
  padding: 15px 0 0 30px;
}
.product__description h2::before, .product__description h2::after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
}
.product__description h2::before {
  border-top: 1px solid #533635;
  top: 0;
  left: -15px;
}
.product__description h2::after {
  border-left: 1px solid #533635;
  top: -15px;
  left: 0;
}
.product__description h3 {
  font-size: clamp(20px, 1.109rem + 0.63vw, 24px);
  padding: 15px 0 0 15px;
}
.product__description h3::before {
  content: "";
  display: block;
  background-color: #533635;
  height: 1px;
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
}
.product__description h4 {
  font-size: clamp(18px, 1.055rem + 0.31vw, 20px);
  color: #533635;
  padding-left: 24px;
}
.product__description h4::before {
  content: "◎";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.product__description h5, .product__description h6 {
  font-size: clamp(16px, 0.93rem + 0.31vw, 18px);
  color: #533635;
}
.product__description p {
  margin-top: 1.5em;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}
.product__description li {
  margin-top: 1.5em;
  line-height: 1.65;
  text-align: left;
  position: relative;
  list-style: none;
}
.product__description ul {
  list-style: none;
}
.product__description ul > li {
  padding-left: 1.8em;
}
.product__description ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 11px;
  height: 11px;
  border: 3px solid #ff8400;
  border-radius: 50%;
}
.product__description ul > li > ul li {
  padding-left: 1.4em;
}
.product__description ul > li > ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  top: 8px;
  border: 2px solid #ff8400;
}
.product__description ul > li.asterisk::before {
  position: absolute;
  content: "※";
  background-color: transparent;
  border: none;
  line-height: 1;
  top: 3px;
  left: 0;
  transform: none;
}
.product__description ol {
  counter-reset: mynmb 0;
}
.product__description ol li {
  padding-left: 1.4em;
  position: relative;
}
.product__description ol li::before {
  counter-increment: mynmb;
  content: counters(mynmb, "-") ".";
  color: #ff8400;
  position: absolute;
  top: 0;
  left: 0;
}
.product__description ol li li {
  padding-left: 2.4em;
}
.product__description ol li li li {
  padding-left: 3.4em;
}
.product__description dl dt {
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
  margin-top: 1.5em;
}
.product__description dl dt::before {
  content: "";
  background-color: #533635;
  height: 1px;
  width: 36px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.product__description dl dd {
  padding-left: 40px;
  text-align: left;
  margin-top: 1.5em;
  line-height: 1.65;
}
.product__description dl dd > p {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}
.product__description table {
  border-collapse: collapse;
  table-layout: auto;
  word-break: break-all;
  box-sizing: border-box;
  margin-top: 1.5em;
}
.product__description table p:first-child, .product__description table ul:first-child, .product__description table ol:first-child, .product__description table li:first-child {
  margin-top: 0 !important;
}
.product__description table th {
  background-color: var(--th-color);
  color: #fff;
  font-weight: 500;
}
.product__description caption {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 10px;
  margin-bottom: -1px;
}
.product__description th, .product__description td {
  border: 1px solid var(--table_border-clr);
  line-height: 1.4;
  padding: 1.2em 10px;
  box-sizing: border-box;
  vertical-align: middle;
}
.product__description th.th-clr1, .product__description td.th-clr1 {
  background-color: var(--th-color1);
}
.product__description th.th-clr2, .product__description td.th-clr2 {
  background-color: var(--th-color2);
}
.product__description th.th-clr3, .product__description td.th-clr3 {
  background-color: var(--th-color3);
}
.product__description thead th.strong, .product__description thead td.strong {
  background-color: #ff8400;
  color: #fff;
}
.product__description thead th {
  background-color: var(--th-color);
  color: #fff;
}
.product__description thead td {
  background-color: var(--th-color2);
}
.product__description tbody th {
  background-color: var(--th-color3);
}
.product__description tbody th.strong {
  background-color: #da896d;
  color: #fff;
}
.product__description tbody td {
  background-color: var(--table_body);
}
.product__description tbody td.strong {
  background-color: #da896d;
  color: #fff;
}
.product__description tfoot th.strong, .product__description tfoot td.strong {
  background-color: #FFFCEE;
}
.product__description tfoot th {
  background-color: #F3F1F4;
}
.product__description tfoot td {
  background-color: var(--table_body);
}

.vl-footer-member {
  background-color: #fffae3;
  padding: 40px 3vw 15vh;
}
@media screen and (min-width: 768px) {
  .vl-footer-member {
    padding: 40px 3vw 18vh;
  }
}
@media screen and (min-width: 1024px) {
  .vl-footer-member {
    padding: 40px 0 20vh;
  }
}
.vl-footer-member .footer-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  margin: auto;
}
.vl-footer-member .footer-title::before {
  content: attr(data-en);
  font-family: "Urbanist", sans-serif;
  color: #ffb400;
  font-size: 36px;
  display: block;
  letter-spacing: 2px;
  text-align: center;
}
.vl-footer-member .lead {
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
  margin-top: 1em;
}
.vl-footer-member .lead span {
  display: inline-block;
}
.vl-footer-member .lead a {
  color: var(--vl-text-color);
}
.vl-footer-member .member-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 30px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .vl-footer-member .member-box {
    gap: 36px;
  }
}
.vl-footer-member .member-box > li {
  font-size: 14px;
  min-width: 280px;
  max-width: 280px;
  display: flex;
  flex-direction: column;
}
.vl-footer-member .member-box .profile-area {
  margin-top: -40px;
}
.vl-footer-member .member-box .name {
  text-align: right;
}
.vl-footer-member .circle-img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .vl-footer-member .circle-img {
    width: 200px;
    height: 200px;
  }
}

.vl-list-career {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.vl-list-career > li {
  line-height: 1.65;
  list-style-type: none !important;
  position: relative;
  padding-left: 16px;
}
.vl-list-career > li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  display: block;
  border: 2px solid var(--vl-text-color);
  border-radius: 50%;
}
.vl-list-career > li + li {
  margin-top: 8px;
}

#vl-footer {
  position: relative;
  text-align: center;
  margin-top: -12vh;
}
@media screen and (min-width: 768px) {
  #vl-footer {
    margin-top: -20vh;
  }
}
#vl-footer a {
  text-decoration: none;
  color: #ffffff;
}
#vl-footer .sub-ttl {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
#vl-footer .bg-brown {
  background: var(--vl-main-color);
  margin-top: -10px;
  color: #ffffff;
}
#vl-footer .footer-block {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  #vl-footer .footer-block {
    padding: 0 0 40px;
  }
}
#vl-footer .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 3vw;
  text-align: center;
}
#vl-footer .vl-logo {
  max-width: 230px;
  margin: auto;
}
#vl-footer .link-list {
  margin: 20px auto;
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
#vl-footer .link-list li {
  display: inline-flex;
  padding: 0;
}
#vl-footer .link-list li a {
  display: flex;
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 14px;
}
#vl-footer .link-list li a:hover {
  background-color: #fff;
  color: var(--vl-main-color);
}
#vl-footer .sns-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none !important;
  gap: 8px;
  padding: 0;
  margin: 0;
}
#vl-footer .sns-icon > li {
  list-style: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #533635;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
#vl-footer .sns-icon > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #533635;
}
#vl-footer .sns-icon > li:hover {
  background-color: #fffae3;
  color: #a90600;
}
#vl-footer .sns-icon .visually-hidden {
  display: none;
}
#vl-footer .bg-white {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #vl-footer .bg-white {
    justify-content: space-between;
    flex-direction: row;
  }
}
#vl-footer .info-link {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#vl-footer .info-link .menu {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}
#vl-footer .info-link .menu li {
  display: inline-flex;
  padding: 0;
  margin: 0;
  font-size: clamp(12px, 1.5vw, 14px) !important;
}
#vl-footer .info-link .menu li a {
  color: var(--vl-text-color);
  display: block;
  padding: 4px 10px;
  margin: auto;
  white-space: nowrap;
}
#vl-footer .info-link .menu li a:hover {
  color: #a90600;
}
@media screen and (min-width: 1024px) {
  #vl-footer .info-link {
    justify-content: space-between;
    padding: 0;
  }
  #vl-footer .info-link .menu {
    margin-left: 20px;
    justify-content: flex-start;
  }
}
#vl-footer .copyright {
  padding: 20px;
  width: 100%;
  text-align: center;
  border-top: 1px solid var(--vl-main-color);
  font-size: 12px !important;
  color: var(--vl-main-color);
}
@media screen and (min-width: 1024px) {
  #vl-footer .copyright {
    border-top: none;
    text-align: right;
  }
}

#page-top {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 16px;
  right: 10px;
  z-index: 9999;
  transition: all 0.3s;
}
#page-top a {
  display: inline-block;
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: rgba(244, 248, 238, 0.7);
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
#page-top a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -4px;
  width: 12px;
  height: 12px;
  border-top: solid 3px #533635;
  border-right: solid 3px #533635;
  transform: rotate(-45deg);
}
#page-top a span {
  display: none;
}
/*   Collection Banner専用　横幅100%・高さ可変　20251013追加 */
.collection-hero {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  position: relative;
  z-index: 1;
}
.collection-hero__inner {
  display: flex;
  flex-direction: column;
}
.collection-hero + .shopify-section.section {
  margin-top: 2rem;
  position: relative;
  z-index: 0;
}
.collection-hero__image-container {
  height: auto !important;
  min-height: 0 !important;
}
.collection-hero__image-container img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

.collection-hero__description {
  max-width: 100% !important;
}

.hero-fullwidth-image {
  width: 100vw;
  height: auto;
  display: block;
  margin-left: calc(-1 * var(--page-width-margin));
}

/*# sourceMappingURL=vl-style.css.map */
