/** Shopify CDN: Minification failed

Line 3668:23 Unexpected "/"

**/
@charset "UTF-8";
/* 共通 */
.template-index html .headLine01 .en {
  font-size: 28px;
  font-weight: 400;
  line-height: 33.6px;
}

@media (max-width: 767px) {
  .template-index html .headLine01 .en {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
  }
}
.template-index html .headLine01 {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .template-index html .headLine01 {
    font-size: 12px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: 1px;
  }
}
.template-index .headLine01 {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .template-index .headLine01 {
    margin-bottom: 20px;
  }
}
.spOnly--flex {
  display: none !important;
}

@media (max-width: 767px) {
  .spOnly--flex {
    display: flex !important;
  }
}
.pcOnly--flex {
  display: flex !important;
}

@media (max-width: 767px) {
  .pcOnly--flex {
    display: none !important;
  }
}
[id*=parts_Sec_] {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  [id*=parts_Sec_] {
    margin-bottom: 40px;
  }
}
.custom-button-wrapper {
  text-align: center;
}

.custom-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 45px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  background: linear-gradient(90deg, #EFF5F8 0%, #C8DCE6 100%);
  position: relative;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.custom-button svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

.template-index .page-width {
  --page-width: 1300px;
}

/* --------------------------------------- 共通 */
/* header */
body:not(.template-index) #shopify-section-header {
  margin-bottom: 30px;
}

#shopify-section-header {
  position: relative;
}

#shopify-section-header .menu {
  left: 15px;
  top: 17.5px;
  margin: auto;
  right: inherit;
  z-index: 9;
}

#shopify-section-header .menu small {
  position: absolute;
  top: 16px;
  left: -5px;
  margin: auto;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  white-space: nowrap;
}

#shopify-section-header .menu span {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

#shopify-section-header .menu span:nth-of-type(2) {
  top: 6px;
}

#shopify-section-header .menu span:nth-of-type(3) {
  top: 12px;
}

#shopify-section-header .menu.on::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  width: 100vw;
  height: 100vh;
}

#shopify-section-header .menuBox {
  width: 300px;
  display: block;
  transform: translateX(-100%);
  transition: all 0.6s ease;
  position: fixed;
}

#shopify-section-header .menuBox.on {
  transform: translateX(0);
}

#shopify-section-header .hBox .icoUl li .search {
  min-width: 160px;
}

#shopify-section-header .a-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
}

#shopify-section-header .a-search span {
  font-size: 10px;
  /* transform: scale(0.8); */
  font-weight: 500;
  line-height: 11.25px;
  text-align: center;
  margin-top: -3px;
}

#shopify-section-header #gHeader {
  margin-bottom: 0;
}

@media (max-width: 896px) {
  #shopify-section-header #gHeader {
    padding: 8px 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    display: flex;
  }
}
#shopify-section-header .hBox-left {
  padding-left: 32px;
}

#shopify-section-header .hBox {
  width: 100%;
}

@media (max-width: 896px) {
  #shopify-section-header .hBox h1,
  #shopify-section-header .hBox h2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
  }
}
#shopify-section-header #gHeader .hBox .navBox {
  width: auto;
}

#shopify-section-header #gHeader {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

#shopify-section-header #gHeader:before {
  display: none;
}

#shopify-section-header .hBox-middle {
  display: flex;
  align-items: center;
}

#shopify-section-header .hBox-middle-bannerWrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-left: 40px;
}

@media (max-width: 1160px) {
  #shopify-section-header .hBox-middle-bannerWrapper {
    display: none;
  }
}
#shopify-section-header .header-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-top: 1px solid #C8DCE6;
}

@media (max-width: 999px) {
  #shopify-section-header .header-bottom {
    display: none;
  }
}
@media (max-width: 767px) {
  #shopify-section-header .header-bottom {
    display: flex;
    height: 66px;
    background: #C8DCE6;
    border: none;
  }
}
#shopify-section-header .header-bottom .header-bottom__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

@media (max-width: 767px) {
  #shopify-section-header .header-bottom .header-bottom__inner {
    gap: 15px;
  }
}
#shopify-section-header .header-bottom .header-bottom__inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.9px;
}

@media (max-width: 767px) {
  #shopify-section-header .header-bottom .header-bottom__inner a {
    flex-direction: column;
    gap: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0;
  }
}
#shopify-section-header .header-bottom .header-bottom__inner a img {
  width: 45px;
}

@media (max-width: 767px) {
  #shopify-section-header .header-bottom .header-bottom__inner a img {
    width: 28px;
  }
}
@media (max-width: 767px) {
  #shopify-section-header .navBox {
    margin-right: -10px;
  }
}
#shopify-section-header #gHeader .cart-count-bubble {
  right: 10px;
  top: -5px;
  width: 15px;
  height: 15px;
}

@media (max-width: 767px) {
  #shopify-section-header #gHeader .cart-count-bubble {
    right: 0;
  }
}
#shopify-section-header #gHeader .cart-count-bubble span {
  font-size: 11px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  #shopify-section-header #gHeader .cart-count-bubble span {
    font-size: 10px !important;
    transform: inherit !important;
  }
}
#shopify-section-header #gHeader .hBox .navBox .icoUl {
  align-items: center;
}

@media (max-width: 767px) {
  #shopify-section-header #gHeader .hBox .navBox .icoUl {
    position: static;
  }
}
#shopify-section-header #gHeader .hBox .navBox .icoUl li {
  width: 70px;
  margin: 0 5px;
}

@media (max-width: 767px) {
  #shopify-section-header #gHeader .hBox .navBox .icoUl li {
    width: 40px;
    margin: 0 2px;
  }
}
#shopify-section-header #gHeader .hBox .navBox .icoUl li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#shopify-section-header #gHeader .hBox .navBox .icoUl li a span {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  display: block;
  margin-top: 3px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  #shopify-section-header #gHeader .hBox .navBox .icoUl li a span {
    font-size: 10px;
    /* transform: scale(0.8); */
    font-weight: 500;
    line-height: 8px;
    letter-spacing: 0;
  }
}
#shopify-section-header #gHeader .hBox .navBox .icoUl li img {
  width: 21px;
}

@media (max-width: 767px) {
  #shopify-section-header #gHeader .hBox .navBox .icoUl li img {
    width: 18px;
  }
}
@media (max-width: 767px) {
  #shopify-section-header #gHeader .hBox .navBox .icoUl li svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  #shopify-section-header #gHeader .hBox .navBox .icoUl li #cart-icon-bubble svg {
    width: 19px;
    height: 19px;
  }
}
#shopify-section-header #gHeader .hBox .navBox .icoUl li label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  #shopify-section-header #gHeader .hBox .navBox .icoUl li label svg {
    width: 19px;
    height: 19px;
  }
}
#shopify-section-header #gHeader .hBox .navBox .icoUl li label span {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  display: block;
  margin-top: 3px;
}

@media (max-width: 767px) {
  #shopify-section-header #gHeader .hBox .navBox .icoUl li label span {
    font-size: 10px;
    /* transform: scale(0.8); */
    font-weight: 500;
    line-height: 8px;
    letter-spacing: 0;
    margin-left: 3px;
  }
}
@media (max-width: 999px) {
  #shopify-section-header .header-bottom2 {
    display: none;
  }
}
#shopify-section-header .header-bottom2__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1250px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  position: relative;
}

#shopify-section-header .hot-words {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

#shopify-section-header .hot-words span {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 5px;
}

#shopify-section-header .hot-words a {
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 5px;
  background: #E9F1F5;
  padding-right: 5px;
}

#shopify-section-header .header-bottom2__search {
  display: flex;
  align-items: center;
  gap: 10px;
}

#shopify-section-header .b-search {
  width: 350px;
}

#shopify-section-header .b-search .field {
  border: 1px solid #dfdfdf;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  padding-right: 13px;
  height: 45px;
}

#shopify-section-header .b-search .field:before, #shopify-section-header .b-search .field:after {
  display: none;
}

#shopify-section-header .b-search .field .field__input {
  padding: 0;
  height: 40px;
  margin: 0;
}

#shopify-section-header .b-search .field .field__input::placeholder {
  font-size: 12px;
  opacity: 1;
}

#shopify-section-header .b-search .field .field__input:focus {
  box-shadow: none;
}

#shopify-section-header .detail-search {
  background: #C8DCE6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  width: 280px;
  height: 45px;
  color: #290200;
  cursor: pointer;
}

#shopify-section-header .menuBox .sNavi li.nav_main .button.parent {
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: transparent;
}

#shopify-section-header .menuBox .sNavi li.nav_main .button.parent .toggle-button {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#shopify-section-header .menuBox .sNavi li.nav_main .button.parent .toggle-button:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #000;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 20px;
}

#shopify-section-header .menuBox .sNavi li.nav_main .button.parent .toggle-button:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  transform: rotate(90deg);
}

#shopify-section-header .menuBox .sNavi li.nav_main .button.parent.on .toggle-button:after {
  transform: rotate(0deg);
}

#shopify-section-header .menuBox .sNavi.outer {
  padding: 0;
}

#shopify-section-header .menuBox {
  background: #fff;
  padding: 0;
}

#shopify-section-header .menuBox .menuBox-recently {
  padding: 30px 15px;
  border-top: 1px solid #dfdfdf;
}

#shopify-section-header .menuBox .menuBox-recently + .sNavi.outer {
  border-top: none;
}

#shopify-section-header .menuBox .menuBox-recently h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}

#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed {
  width: 100%;
}

#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .recently-viewed {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .recently-viewed .grid__item {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .recently-viewed .grid__item:nth-child(n+4) {
  display: none;
}

#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .recently-viewed li .name {
  margin-bottom: 12px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 767px) {
  #shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .recently-viewed li .name {
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
  }
}
#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .recently-viewed .privce {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #663300;
  font-family: inherit;
}

@media (max-width: 767px) {
  #shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .recently-viewed .privce {
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
  }
}
#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .recently-viewed .privce .sm {
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  color: #663300;
  font-family: inherit;
}

#shopify-section-header .menuBox .nav_main.all .no-toggle {
  background: #fff;
}

#shopify-section-header .menuBox .menuBox-banner {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  display: block;
}

#shopify-section-header .menuBox .b-search {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

#shopify-section-header .menuBox .menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #000;
  text-align: center;
  width: 100%;
  position: relative;
}

#shopify-section-header .menuBox .menu-close svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 53px;
  margin: auto;
}

#shopify-section-header .menuBox .menu-close span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 38.4px;
}

#shopify-section-header .menuBox .sNavi.outer {
  border-top: 1px solid #dfdfdf;
}

#shopify-section-header .menuBox .no-toggle {
  padding: 10px 15px;
  background: #C8DCE6;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0;
  position: relative;
  font-weight: bold;
}

#shopify-section-header .menuBox .no-toggle::before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 21px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  z-index: 2;
  left: inherit;
}

#shopify-section-header .menuBox .sNavi li .ico {
  width: 30px;
  margin-right: 10px;
}

#shopify-section-header .menuBox .toggle {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: #C8DCE6;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.27px;
  letter-spacing: 0;
  min-height: 50px;
}

#shopify-section-header .menuBox .toggle img {
  width: 30px;
}

#shopify-section-header .menuBox .innerNavi {
  margin: 0;
}

#shopify-section-header .menuBox .innerNavi.contents a {
  background: #F2F2F2;
}

#shopify-section-header .menuBox .innerNavi li {
  margin: 0;
}

#shopify-section-header .menuBox .innerNavi li:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}

#shopify-section-header .menuBox .innerNavi a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0;
  position: relative;
}

#shopify-section-header .menuBox .innerNavi a::before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 21px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  z-index: 2;
  left: inherit;
}

#shopify-section-header div.m_drawer_account_links {
  padding-top: 0;
  border: none;
}

#shopify-section-header div.m_drawer_account_links .m_drawer_container {
  padding: 0;
}

#shopify-section-header div.m_drawer_account_links .m_drawer_account_links_inner {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  display: flex;
}

#shopify-section-header div.m_drawer_account_links .m_drawer_account_links_inner > li {
  width: 50%;
}

#shopify-section-header div.m_drawer_account_links .m_drawer_account_link.v_main {
  background: transparent;
  color: #1b1b1b;
  border: none;
  border-right: 1px solid #DFDFDF;
}

#shopify-section-header div.m_drawer_account_links .m_drawer_account_link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 50px;
}

#shopify-section-header div.m_drawer_account_links .m_drawer_account_link span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0em;
}

#shopify-section-header div .menu-drawer__navigation {
  margin-bottom: 0;
}

#shopify-section-header .a-welcome {
  padding: 15px 20px;
  border-top: 1px solid #dfdfdf;
}

#shopify-section-header .a-welcome .a-welcome__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
}

#shopify-section-header .a-welcome p {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  margin: 0;
  margin-top: 4px;
}

/* アカウントアイコン自作 */
.account-icon-wrapper {
  display: block;
}

@media (min-width: 768px) {
  .account-icon-wrapper:hover .account-icon:before {
    transform: rotate(-45deg);
  }
}
.account-icon-wrapper #account-check {
  display: none;
}

.account-icon {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .account-icon {
    padding-right: 0;
    margin-right: 0;
  }
}
.account-icon:before {
  position: absolute;
  content: "";
  transform: rotate(135deg);
  top: -15px;
  bottom: 0;
  margin: auto;
  right: 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #636363;
  border-right: 2px solid #636363;
  z-index: 2;
  left: inherit;
}

.account-icon ~ .account-dropdown {
  display: none;
}

.account-icon ~ .account-dropdown a {
  padding: 5px;
}

@media (min-width: 768px) {
  .account-icon:hover ~ .account-dropdown, .account-icon ~ .account-dropdown:hover {
    display: flex;
    padding: 10px;
    flex-direction: column;
    position: absolute;
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .account-icon:hover ~ .account-dropdown, .account-icon ~ .account-dropdown:hover {
    right: inherit;
  }
}
@media (max-width: 767px) {
  #account-check + .account-dropdown {
    display: none;
  }
  #account-check:checked + .account-dropdown {
    display: flex;
    padding: 0;
    flex-direction: column;
    position: absolute;
    background: #fff;
    width: 100%;
    border-top: 1px solid #dfdfdf;
    left: 0;
    right: 0;
    top: 100%;
  }
  #account-check:checked + .account-dropdown a {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 20px;
  }
}
/* アカウントアイコン自作---------------------------------------  */
/* --------------------------------------- header */
/* announcement-bar.liquid */
html #shopify-section-announcement-bar {
  position: relative;
  z-index: 1;
}

html .announcement-bar {
  background: #C8DCE6;
  border: none;
}

@media (max-width: 767px) {
  html .announcement-bar {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .announcement-bar__message {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    color: #8E2924;
    background: #C8DCE6;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .announcement-bar__message2 {
    font-size: 10px;
    /* transform: scale(0.8); */
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    background: #fff;
    width: 100%;
  }
}
.announcement-bar.display-user .page-width {
  display: flex;
  align-items: center;
  padding: 0 25px;
  max-width: 1250px;
}

@media (max-width: 767px) {
  .announcement-bar.display-user .page-width {
    padding: 0;
    text-align: center;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .announcement-bar.display-user .page-width {
    height: 40px;
  }
}
@media (min-width: 990px) {
  .announcement-bar.display-user .page-width {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 990px) {
  .announcement-bar.display-user .page-width .announcement-bar__message.h5 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .announcement-bar.display-user .pcOnly {
    display: none !important;
  }
}
.announcement-bar__linklist {
  display: flex;
  gap: 24px;
}

@media (max-width: 999px) {
  .announcement-bar__linklist {
    display: none !important;
  }
}
.announcement-bar__linklist a {
  position: relative;
  padding-left: 17px;
  color: #290200;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.announcement-bar__linklist a:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #290200;
  border-right: 2px solid #290200;
  z-index: 2;
  transform: rotate(45deg);
}

/* --------------------------------------- announcement-bar.liquid */
.tagUl {
  margin-bottom: 15px;
}

.tagUl li {
  margin: 6px 3px 0 0;
  padding: 3px 10px;
  display: inline-block;
  width: auto;
  height: 22px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  font-family: "Lexend Deca", sans-serif;
  background-color: #9D826E;
}

/* pcOnly spOnly */
@media (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}
.spOnly {
  display: none !important;
}

@media (max-width: 767px) {
  .spOnly {
    display: block !important;
  }
}
@media (max-width: 767px) {
  div.buy-buttons-wrapper {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  div.buy-buttons-wrapper div.spOnly {
    flex-shrink: 0;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  div.buy-buttons-wrapper wish-list-button img {
    width: 36px;
  }
}
@media (max-width: 767px) {
  div.buy-buttons-wrapper wish-list-button p {
    display: none !important;
  }
}
@media (max-width: 767px) {
  div.buy-buttons-wrapper .form__outer {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  div.buy-buttons-wrapper .product-form__submit {
    margin: 0;
    border-radius: 1000px;
  }
}
@media (max-width: 767px) {
  div.buy-buttons-wrapper .product-form {
    margin: 0;
  }
}

.product__info-wrapper .price .price-item {
  font-size: 24px;
}

html .comList li .photo .sp-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
}

html .comList li .photo:hover .sp-hover {
  pointer-events: inherit;
  opacity: 1;
  transition: opacity 0.3s;
}

@media (min-width: 897px) {
  html .comList li a:hover .photo img {
    transform: scale(1);
  }
}
@media (min-width: 897px) {
  html .template-product .products-unit {
    justify-content: center;
  }
  html .template-product .products-unit li {
    width: calc(15% - 10px) !important;
  }
}
.section-add-search {
  background: #c8dce6;
  padding: 20px 0;
}

.a-search form {
  display: flex;
  align-items: center;
  gap: 15px;
}

.a-search form > div {
  width: 100%;
}

.a-search form > div input {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 10px;
}

.a-search form > input[type=submit] {
  flex-shrink: 0;
  background: #334fb4;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 37px;
}

.a-keywords {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.a-keywords > span {
  flex-shrink: 0;
}

.a-keywords a {
  color: #334fb4;
  text-decoration: underline;
  margin-right: 5px;
}

.rte-wrapper {
  margin-bottom: 30px;
}

.rte-wrapper .rte {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .rte-wrapper .rte {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .rte-wrapper .rte.is-active {
    -webkit-line-clamp: inherit;
  }
}
@media (max-width: 767px) {
  .rte-wrapper .rte:not(:empty) + .rte-more {
    display: block;
  }
}
.rte-wrapper .rte-more {
  color: #334fb4;
  text-decoration: underline;
  display: none;
  text-align: center;
  margin-top: 5px;
}

.rte-wrapper .rte-more.is-active {
  display: none !important;
}

.section-collection-ranking {
  padding: 40px 0;
}

.section-collection-ranking h2 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .section-collection-ranking h2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.section-collection-ranking .ranking {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  counter-reset: number 0;
}

@media (max-width: 767px) {
  .section-collection-ranking .ranking {
    gap: 10px;
  }
}
.section-collection-ranking .ranking .grid__item {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
}

.section-collection-ranking .ranking .grid__item:before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) "";
  left: -6px;
  top: -16px;
  z-index: 2;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
}

.section-collection-ranking .ranking .grid__item:nth-of-type(1):before {
  background: #F8B300;
}

.section-collection-ranking .ranking .grid__item:nth-of-type(2):before {
  background: #E4E4E4;
}

.section-collection-ranking .ranking .grid__item:nth-of-type(3):before {
  background: #B05F00;
}

.section-collection-ranking .ranking .grid__item h3.card__heading a {
  color: #552BFA;
  text-decoration: underline;
}

.section-collection-ranking .ranking .grid__item .card-information > .price {
  color: #E60012;
}

.section-add-category .page-width {
  background: rgba(243, 244, 244, 0.9607843137);
}

.section-add-category * {
  letter-spacing: 0 !important;
}

.section-add-category .menuBox .sNavi.outer {
  padding: 0;
  border: none !important;
}

.section-add-category .menuBox {
  display: block;
  position: static;
  height: auto;
  padding-bottom: 40px;
}

.section-add-category .menuBox > .sNavi > .nav_main > .innerNavi {
  margin-left: 0;
  margin-right: 0;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
}

.section-add-category .menuBox .sNavi .innerNavi {
  margin-top: 20px;
}

.section-add-category .menuBox > .sNavi > .nav_main > a {
  pointer-events: none;
}

.section-add-category .menuBox > .sNavi > .nav_main > span {
  display: none;
}

.section-add-category .menuBox .sNavi .innerNavi li a {
  padding: 0;
  font-size: 10px;
}

.section-add-category .menuBox .sNavi li .button {
  right: 0;
  top: 0px;
  background-position-y: 7px;
}

.section-add-category .menuBox .sNavi li .ico {
  width: 24px;
  margin-right: 10px;
}

html div.buy-buttons-wrapper .product-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

html div.buy-buttons-wrapper .product-form__submit svg path {
  fill: #fff;
}

.fixed-cart {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  align-items: center;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  opacity: 0;
  transition: 0.3s;
}

.fixed-cart.is-active {
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 768px) {
  .fixed-cart.is-active{
    box-shadow: 0px 0px 0px 1px #9E9E9E;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .fixed-cart{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2vw;
  }
  .fixed-cart.is-active h2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.fixed-cart .card-favorite__btn--text {
  display: none !important;
}

.fixed-cart wish-list-button img {
  width: 24px;
}

.fixed-cart > div:first-child h2 {
  font-size: 13px;
}

.fixed-cart > div:first-child .price__container {
  margin: 0;
}

.fixed-cart > div:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.fixed-cart > div:last-child .spOnly {
  flex-shrink: 0;
}

.fixed-cart > div:last-child span {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 2vw;
  background: #000;
  color: #fff;
  border-radius: 100px;
}

.fixed-cart > div:last-child span svg {
  width: 15px;
  height: 15px;
}

.fixed-cart > div:last-child span svg path {
  fill: #fff;
}

html .template-product .slick-products-unit {
  display: block;
}

#my-products-unit {
  display: none !important;
}

html .lum-lightbox-inner img {
  max-width: 100%;
}

html .lum-lightbox {
  z-index: 3;
}

html .lum-gallery-button {
  display: none !important;
}

html .template-product .slick-products-unit .myslick-b {
  overflow: hidden;
  margin-top: 10px;
}

html .template-product .slick-products-unit .myslick-b .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}

html .template-product .slick-products-unit .myslick-b .slick-slide {
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

html .template-product .slick-products-unit .myslick-b .slick-slide .media {
  padding-top: 0;
}

html .template-product .slick-products-unit .myslick-b .slick-slide img {
  position: static;
}

html .template-product .slick-products-unit .myslick-b .slick-slide .product-media-container {
  width: auto;
}

.free {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 20px;
}

.payment-method {
  overflow: hidden;
  height: 37px;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}

.payment-method.is-active {
  height: auto;
  margin-bottom: 20px;
}

.payment-method.is-active + .pm-button-wrapper .payment-method-button {
  display: none;
}

.payment-method:not(.is-active) + .pm-button-wrapper .payment-method-button-close {
  display: none;
}

.payment-method.is-active + .pm-button-wrapper .payment-method-button-close {
  display: block;
}

.payment-method-button, .payment-method-button-close {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}

.a-contact {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 40px;
}

.a-contact svg {
  height: 13px;
  position: relative;
  top: 2px;
}

@media (max-width: 896px) {
  html .product-recently-viewed .slick-slide {
    width: 22.67vw;
  }
}
.template-product .a-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 40px;
  background: #CFE3ED;
  color: #000;
  position: relative;
  margin: 20px auto 0;
}

.template-product .a-more::before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  z-index: 2;
  left: inherit;
}

.template-product .recommendSec .content {
  margin-bottom: 20px;
}

@media (max-width: 896px) {
  .template-product .recommendSec .slick-slide {
    width: 22.67vw;
  }
}
.template-product .a-new {
  margin-bottom: 50px;
}

.template-product .a-rec {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .template-product .a-rec{
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .template-product .headLine01 {
    padding-bottom: 10px;
    border-bottom: 3px solid #824921;
  }
  .template-collection .headLine01 {
    padding-bottom: 10px;
    border-bottom: 3px solid #824921;
  }
}
.a-tab {
  margin-top: 50px;
  margin-bottom: 50px;
  counter-reset: number 0;
}

@media (min-width: 768px) {
  .a-tab {
    display: none;
  }
}
.a-tab .slick-slide {
  position: relative;
}

.a-tab .slick-slide::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) " ";
  top: 5px;
  left: 5px;
  background: #fff;
  color: #000;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  z-index: 3;
  text-align: center;
  line-height: 20px;
}

.tab-group {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin: 0 20px 30px;
}

.tab {
  width: 200px;
  padding: 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  background: #F2F2F2;
  font-size: 10px;
}

.panel-group {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #CFE3ED;
  transition: all 0.2s ease-out;
  position: relative;
}

.tab.is-active::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 12px;
  background: #CFE3ED;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
}

.panel.is-show {
  display: block;
}

/* add-mv.liquid test */
.section-add-mv {
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-add-mv {
    margin-bottom: 20px;
  }
}
.section-add-mv .page-width {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.section-add-mv .slick-initialized .slick-slide {
  margin-right: 0;
}

.section-add-mv .slider-for {
  width: 100%;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .section-add-mv .slider-for {
    margin-bottom: 10px;
  }
}
.section-add-mv .slider-nav {
  width: 100%;
  max-width: 348px;
  margin-left: auto;
  margin-right: auto;
}

.section-add-mv .slider-for img, .section-add-mv .slider-nav img {
  width: 100%;
  height: auto;
}

.section-add-mv .slider-nav .slick-slide {
  margin: 0 3px;
}

.section-add-mv .slider-nav .slick-current {
  opacity: 1;
}

@media (min-width: 768px) {
  .section-add-mv .slider-nav {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .section-add-mv .slider-for {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  .section-add-mv a {
    width: 100%;
    height: 100%;
  }
  .section-add-mv .div1 {
    grid-column: 1/2;
    grid-row: 1/3;
    aspect-ratio: 960/560;
  }
  .section-add-mv .div2 {
    aspect-ratio: 960/280;
  }
  .section-add-mv .div3 {
    aspect-ratio: 960/280;
  }
  .section-add-mv .slider-for > div {
    background-color: #e0e0e0; /* プレースホルダーの色 */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .section-add-mv .slider-for img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}
.section-add-mv .slider-nav .slick-track {
  transform: unset !important;
}

/* --------------------------------------- add-mv.liquid */
/* add-news.liquid */
.section-add-news {
  background: #F2F2F2;
  padding: 18px 0;
}

.section-add-news .add-news {
  display: flex;
  align-items: center;
  gap: 20px;
}

.section-add-news .add-news > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 107px;
  height: 25px;
  line-height: 1;
  background: #C8DCE6;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1px;
  gap: 3px;
}

.section-add-news .add-news a time {
  margin-right: 15px;
}

.section-add-news .add-news a time, .section-add-news .add-news a span {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
}

/* --------------------------------------- add-news.liquid */
/* add-search.liquid */
html .section-add-search {
  background: #F2F2F2;
}

html .section-add-search .a-search span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
  display: block;
}

html .section-add-search .a-search form > div {
  position: relative;
}

html .section-add-search .a-search form > div svg {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

html .section-add-search .a-search form > input[type=submit] {
  width: 114px;
  background: #C8DCE6;
  border-radius: 5px;
  color: #000000;
}

html .section-add-search .a-keywords {
  align-items: center;
}

html .section-add-search .a-keywords .a-keywords__box {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

html .section-add-search .a-keywords span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

html .section-add-search .a-keywords a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 5px;
  background: #FFFFFF;
  text-decoration: none;
  color: #000;
  margin: 0;
  border-radius: 5px;
}

/* --------------------------------------- add-serach.liquid */
/* banner.liquid */
.c_text_align_left * {
  text-align: left;
}

.c_text_align_center * {
  text-align: center;
}

.c_text_align_right * {
  text-align: right;
}

.contents_block_title {
  margin-bottom: 10px;
}

.contents_block_heading {
  line-height: 1.6;
}

.contents_block_heading a {
  color: inherit !important;
}

.contents_block_exp p {
  margin: 0 0 1em;
}

.contents_block_exp p:last-child {
  margin: 0 0 0;
}

.contents_block_date {
  font-size: 0.8em;
  margin-top: 5px;
}

.contents_block_exp p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.a-recommend {
  background: #F2F2F2;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .a-recommend {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.a-recommend .custom-button {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .a-recommend .custom-button {
    margin-top: 24px;
  }
}
.a-recommend .contents_block_info {
  margin-top: -10px;
  background: #fff;
  padding: 40px;
}

@media (max-width: 767px) {
  .a-recommend .contents_block_info {
    padding: 30px 20px;
  }
}
.a-recommend .contents_block_heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}

.a-recommend .contents_block_title {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .a-recommend2 {
    display: none;
  }
}
.a-recommend2 .custom-button {
  margin-top: 30px;
  margin-left: inherit;
}

@media (max-width: 767px) {
  .a-recommend2 .custom-button {
    margin-top: 24px;
  }
}
.a-recommend2 .contents_block_info {
  margin-top: -10px;
  background: #fff;
  padding: 40px;
}

@media (max-width: 767px) {
  .a-recommend2 .contents_block_info {
    padding: 30px 20px;
  }
}
.a-recommend2 .contents_block_heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}

.a-recommend2 .contents_block_title {
  margin-bottom: 20px;
}

.a-recommend2 .contents_blocks > div {
  display: flex;
  align-items: center;
}

.a-recommend2 .contents_blocks > div .contents_block_image_wrapper {
  margin-bottom: 0 !important;
  flex: 0 1 auto;
  max-width: 680px;
}

.a-recommend2 .contents_blocks > div .contents_block_info {
  flex: 0 1 520px;
}

.a-recommend2 .contents_blocks > div:last-child > div:first-child {
  order: 2;
}

/* --------------------------------------- banner.liquid */
/* add-news-list */
.a-news-list {
  padding-top: 80px;
  border-top: 1px solid #747474;
}

@media (max-width: 767px) {
  .a-news-list {
    padding-top: 40px;
  }
}
.news_list li > a {
  display: flex;
}

@media (max-width: 767px) {
  .news_list li > a {
    flex-direction: column;
  }
}
.news_list li time {
  margin-right: 1.5em;
}

@media (max-width: 767px) {
  .news_list li time {
    margin-right: 1em;
  }
}
.news_list > li {
  margin: 12px 0;
}

.news_list > li > a > span {
  display: flex;
}

.news_list .news__tagWrapper {
  display: flex;
  flex-wrap: wrap;
}

.news_list .news__tag {
  min-width: 80px;
  padding: 0 6px;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 100px;
  margin-right: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news.typeB .part_inner_wrap.page-width {
  border-top: 1px solid #DFDFDF;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .news.typeB .part_inner_wrap.page-width {
    padding-top: 30px;
  }
}
.news.typeB .page-width:last-child {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .news.typeB .page-width:last-child {
    padding-bottom: 30px;
  }
}
/* news.liquid */
.news.typeC .news_listWrap {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

@media (max-width: 1000px) {
  .news.typeC .news_listWrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.news.typeC .news_listWrap .news_list li {
  padding: 10px 15px;
  border-bottom: 1px solid #DFDFDF;
  margin: 0;
}

@media (max-width: 767px) {
  .news.typeC .news_listWrap .news_list li {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .news.typeC .news_listWrap .news_list li .news__tag {
    margin-bottom: 10px;
  }
}
.news.typeC .news_listWrap .news_list li a {
  align-items: center;
}

@media (max-width: 767px) {
  .news.typeC .news_listWrap .news_list li a {
    align-items: flex-start;
  }
}
.news.typeC .news_listWrap .news_list li a > span {
  align-items: center;
}

@media (max-width: 767px) {
  .news.typeC .news_listWrap .news_list li a > span {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.news.typeC .news_listWrap .news_list li a h3 {
  color: #1B1B1B;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

@media (max-width: 767px) {
  .news.typeC .news_listWrap .news_list li a h3 {
    color: #1B1B1B;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
}
.news.typeC .news_listWrap .news_list li time {
  color: #1B1B1B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .news.typeC .news_listWrap .news_list li time {
    color: #1B1B1B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.news.typeC .news_listWrap img {
  width: 100%;
  height: auto;
}

.news .page-width {
  max-width: 1100px;
}

.news .news_list li {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .news .news_list li {
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
  }
}
.news .news_list li a {
  align-items: center;
}

@media (max-width: 767px) {
  .news .news_list li a {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.news .news_list li span:not(.news__tag) {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.news .news_list li h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
}

.news .news_list .news__tag {
  width: fit-content;
  background: #C8DCE6;
  color: #fff;
  margin-bottom: 15px;
  padding: 0 10px;
}

.news.typeB .page-width {
  max-width: 1300px;
}

.news.typeB .news_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width: 767px) {
  .news.typeB .news_list {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .news.typeB .news_list li:nth-child(n+3) {
    display: none;
  }
}
.news.typeB .news_list li {
  margin: 0;
  position: relative;
}

@media (max-width: 767px) {
  .news.typeB .news_list li {
    padding: 0;
    border: none;
  }
}
.news.typeB .news_list li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}

.news.typeB .news_list img {
  margin-bottom: 20px;
  display: block;
  aspect-ratio: 277/184;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .news.typeB .news_list img {
    margin-bottom: 15px;
    aspect-ratio: 165/150;
  }
}
.news.typeB .news_list a {
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 10px;
}

@media (max-width: 767px) {
  .news.typeB .news_list a {
    gap: 6px;
  }
}
.news.typeB .news_list a h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 767px) {
  .news.typeB .news_list a h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
}
.news.typeB .news_list a time {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.news.typeB .news_list .custom-button.--typeB {
  border: 1px solid #646464;
  color: #000;
  width: 180px;
  height: 35px;
  background: transparent;
  position: relative;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .news.typeB .news_list .custom-button.--typeB {
    display: none;
  }
}
.news.typeB .news_list .custom-button.--typeB::before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  z-index: 2;
  left: inherit;
}

/* --------------------------------------- add-news-list.liquid */
/* banner-custom.liquid */
.banner-custom {
  display: flex;
  flex-wrap: wrap;
}

.banner-custom a {
  display: block;
}

.banner-custom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a-category.pcOnly {
  background: #F2F2F2;
  padding: 80px 0;
}

/* --------------------------------------- banner-custom.liquid */
/* text-loop.liquid */
.section-text-loop {
  overflow-x: hidden;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  background-color: #C8DCE6;
}

.scroll-text {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 20s linear infinite;
}

.scroll-text span {
  color: #fff;
  font-family: Bungee;
  font-size: 48px;
  font-weight: 400;
  line-height: 100px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .scroll-text span {
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    padding-right: 10px;
  }
}
@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
/* --------------------------------------- text-loop.liquid */
/* about.liquid */
.about {
  padding-top: 48px;
}

@media (max-width: 767px) {
  .about {
    padding: 0;
    position: relative;
  }
}
.about .inner-text {
  max-width: 420px;
  margin-left: auto;
  padding-right: 66px;
  box-sizing: content-box;
}

@media (max-width: 767px) {
  .about .inner-text {
    position: absolute;
    padding: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
  }
}
.about .inner-text * {
  color: #fff;
}

.about .inner-text .headLine01 {
  text-align: left;
}

@media (max-width: 767px) {
  .about .inner-text .headLine01 {
    text-align: center;
    margin-bottom: 0;
  }
}
.about .inner-text h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C8DCE6;
}

.about .inner-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
}

.about .inner-text .custom-button {
  margin-left: 0;
  color: #000000;
}

.about-bottom {
  margin-top: 30px;
}

.about-bottom h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C8DCE6;
}

.about-bottom p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

/* --------------------------------------- about.liquid */
/* featured-collection-slide.liquid */
.shopify-section.section .section-featured-collection-slide.a-ranking .ranking_position_inner {
  top: 6px;
  left: 6px;
}

@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking .ranking_position_inner {
    top: 3px;
    left: 3px;
  }
}
.shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num {
  font-size: 0 !important;
  padding: 0;
  width: 32px;
  height: 32px;
  display: block;
}

@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num {
    width: 20px;
    height: 20px;
  }
}
.shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_1 {
  background-image: url("/cdn/shop/files/icon_no01.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
}

@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_1 {
    background-size: 20px 20px;
  }
}
.shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_2 {
  background-image: url("/cdn/shop/files/icon_no02.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
}

@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_2 {
    background-size: 20px 20px;
  }
}
.shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_3 {
  background-image: url("/cdn/shop/files/icon_no03.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
}

@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_3 {
    background-size: 20px 20px;
  }
}
.shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_4 {
  background-image: url("/cdn/shop/files/icon_no04.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
}

@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_4 {
    background-size: 20px 20px;
  }
}
.shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_5 {
  background-image: url("/cdn/shop/files/icon_no05.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
}

@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_5 {
    background-size: 20px 20px;
  }
}
.shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_6 {
  background-image: url("/cdn/shop/files/icon_no06.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
}

@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_6 {
    background-size: 20px 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_6 {
    background-size: 20px 20px;
  }
}
.shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_7 {
  background-image: url("/cdn/shop/files/icon_no07.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
}

@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_7 {
    background-size: 20px 20px;
  }
}
.shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_8 {
  background-image: url("/cdn/shop/files/icon_no08.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
}

@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_8 {
    background-size: 20px 20px;
  }
}
.shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_9 {
  background-image: url("/cdn/shop/files/icon_no09.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
}

@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_9 {
    background-size: 20px 20px;
  }
}
.shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_10 {
  background-image: url("/cdn/shop/files/icon_no10.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
}

@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking .ranking_num_10 {
    background-size: 20px 20px;
  }
}
.shopify-section.section .section-featured-collection-slide.a-ranking div.tab-list_wrap ul.tab-list li.tab-item {
  width: fit-content;
  padding: 0 45px;
}

@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking div.tab-list_wrap ul.tab-list li.tab-item {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking div.tab-list_wrap ul.tab-list li.tab-item:nth-child(1) {
    width: 64.5px;
  }
  .shopify-section.section .section-featured-collection-slide.a-ranking div.tab-list_wrap ul.tab-list li.tab-item:nth-child(2) {
    width: 123px;
  }
  .shopify-section.section .section-featured-collection-slide.a-ranking div.tab-list_wrap ul.tab-list li.tab-item:nth-child(3),
  .shopify-section.section .section-featured-collection-slide.a-ranking div.tab-list_wrap ul.tab-list li.tab-item:nth-child(4) {
    width: 93.75px;
  }
}
@media (max-width: 767px) {
  .shopify-section.section .section-featured-collection-slide.a-ranking div.tab-list_wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
  }
}
.section-featured-collection-slide {
  --grid-desktop-horizontal-spacing: 30px;
  --grid-desktop-vertical-spacing: 30px;
  --grid-mobile-horizontal-spacing: 10px;
  --grid-mobile-vertical-spacing: 20px;
}

.section-featured-collection-slide .page-width {
  max-width: 1300px;
}

@media (min-width: 768px) {
  .section-featured-collection-slide .page-width {
    padding: 0 50px !important;
  }
}
.section-featured-collection-slide .card-wrapper .name {
  margin-bottom: 12px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

@media (max-width: 767px) {
  .section-featured-collection-slide .card-wrapper .name {
    font-size: 12px;
  }
}
.section-featured-collection-slide .privce {
  font-size: 16px;
  font-weight: 700;
  line-height: 3.84px;
  color: #663300;
}

@media (max-width: 767px) {
  .section-featured-collection-slide .privce {
    font-size: 14px;
    font-weight: 700;
    line-height: 3.36px;
  }
}
.section-featured-collection-slide .privce .sm {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.88px;
  color: #663300;
}

.section-featured-collection-slide .grid__item {
  cursor: pointer;
}

@media (max-width: 989px) {
  .section-featured-collection-slide .grid--2-col-tablet-down .grid__item {
    width: calc(33.333% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.333% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}
@media (max-width: 767px) {
  .section-featured-collection-slide .grid--2-col-tablet-down .grid__item {
    width: calc(33.333% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
    max-width: calc(33.333% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
  }
}
.shopify-section.section div.tab-list_wrap {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.shopify-section.section div.tab-list_wrap ul.tab-list.tab_list_box {
  flex-wrap: inherit;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .shopify-section.section div.tab-list_wrap ul.tab-list.tab_list_box {
    margin-bottom: 20px;
  }
}
.shopify-section.section div.tab-list_wrap ul.tab-list li.tab-item {
  width: 100%;
  margin: 0;
  background: #F2F2F2;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-right: 1px solid #DFDFDF;
  border-bottom: none;
  font-size: 16px;
  line-height: 23.17px;
  text-align: center;
}

@media (max-width: 767px) {
  .shopify-section.section div.tab-list_wrap ul.tab-list li.tab-item {
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.38px;
    letter-spacing: 0;
  }
}
.shopify-section.section div.tab-list_wrap ul.tab-list li.tab-item:last-child {
  border-right: none;
}

.shopify-section.section div.tab-list_wrap ul.tab-list li.tab-item.active {
  background: #C8DCE6;
  position: relative;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .shopify-section.section div.tab-list_wrap ul.tab-list li.tab-item.active {
    font-size: 14px;
    font-weight: 900;
    line-height: 14px;
    letter-spacing: -1px;
  }
}
.shopify-section.section div.tab-list_wrap ul.tab-list li.tab-item.active::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 13px;
  background: #C8DCE6;
  bottom: -12px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

@media (max-width: 767px) {
  .shopify-section.section div.tab-list_wrap ul.tab-list li.tab-item.active::before {
    width: 15px;
    height: 7px;
    bottom: -6px;
  }
}
/* --------------------------------------- featured-collection-slide.liquid */
/* product-recently-viewed-top.liquid */
.section-product-recently-viewed-top {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .section-product-recently-viewed-top {
    margin-bottom: 40px;
  }
}
.section-product-recently-viewed-top .product-recently-viewed {
  width: 100%;
  margin: 0;
}

.section-product-recently-viewed-top .product-recently-viewed .recently-viewed {
  overflow: hidden;
}

.section-product-recently-viewed-top .product-recently-viewed .recently-viewed li:nth-child(n+6) {
  display: none;
}

@media (max-width: 767px) {
  .section-product-recently-viewed-top .product-recently-viewed .recently-viewed li:nth-child(n+4) {
    display: none;
  }
}
.section-product-recently-viewed-top .product-recently-viewed .recently-viewed li {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.section-product-recently-viewed-top .product-recently-viewed .recently-viewed li .name {
  line-height: 24px;
}

.section-product-recently-viewed-top .product-recently-viewed .recently-viewed .privce {
  font-size: 16px;
  font-weight: 700;
  line-height: 3.84px;
  color: #663300;
  font-family: inherit;
}

@media (max-width: 767px) {
  .section-product-recently-viewed-top .product-recently-viewed .recently-viewed .privce {
    font-size: 14px;
    font-weight: 700;
    line-height: 3.36px;
  }
}
.section-product-recently-viewed-top .product-recently-viewed .recently-viewed .privce .sm {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.88px;
  color: #663300;
  font-family: inherit;
}

.section-product-recently-viewed-top .product-recently-viewed .recently-viewed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width: 767px) {
  .section-product-recently-viewed-top .product-recently-viewed .recently-viewed {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
/* --------------------------------------- product-recently-viewed-top.liquid */
/* footer */
@media (max-width: 767px) {
  html #gFooter {
    padding: 50px 15px;
  }
}
html #gFooter .footer-translate {
  margin: auto;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  html #gFooter .footer-translate {
    display: none;
  }
}
html #gFooter .footer-translate .js-Gtranslate-trigger {
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 40px;
}

html #gFooter .footer-translate .js-Gtranslate-trigger img {
  width: 21px;
}

html #gFooter .footer-translate .navBox__g-translate .gt_options {
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
}

@media (max-width: 896px) {
  html #gFooter .fSnsNavi li {
    width: 28px;
    margin: 0 16px;
  }
}
#shopify-section-footer #gFooter .fBox {
  width: 100%;
}

#shopify-section-footer .footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #shopify-section-footer .footer-inner {
    padding: 0;
    flex-direction: column-reverse;
    gap: 33px;
    margin-bottom: 20px;
  }
}
#shopify-section-footer .footer-inner > * {
  flex: 0 0 auto;
}

#shopify-section-footer .fLogo {
  padding-right: 10px;
  margin: 0;
}

@media (max-width: 767px) {
  #shopify-section-footer .fLogo {
    padding-right: 0;
  }
    #shopify-section-footer .fLogo img{
    margin: 0 auto;
  }
}
#shopify-section-footer .linklist1 {
  padding-right: 10px;
}

@media (max-width: 767px) {
  #shopify-section-footer .linklist1 {
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  #shopify-section-footer .linklist1,
  #shopify-section-footer .linklist2 {
    display: none;
  }
}
#shopify-section-footer .image-list {
  text-align: center;
}

#shopify-section-footer .image-list * {
  display: block;
  margin: 0 auto;
}

#shopify-section-footer .image-list > *:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #shopify-section-footer .image-list > a img {
    max-width: 345px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #shopify-section-footer .image-list > picture img {
    max-width: 241px;
    width: 100%;
  }
}
#shopify-section-footer ul {
  text-align: left;
}

/* --------------------------------------- footer */
/* add-category-list.liquid */
.section-category-list.spOnly {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F2F2F2;
}

.section-category-list .spOnly > div {
  display: flex;
  padding: 0 15px;
  gap: 20px;
  justify-content: center;
}

.section-category-list .spOnly > div > div {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-category-list .spOnly > div a {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.section-category-list .spOnly > div a img {
  max-width: 40px;
  margin-right: 5px;
  flex: 0 0 40px;
}

.section-category-list .pcOnly > div {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.section-category-list .pcOnly > div > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section-category-list .pcOnly > div a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
}

.section-category-list .pcOnly > div a:not(:first-child) {
  font-size: 14px;
  font-weight: 500;
  line-height: 39.2px;
  letter-spacing: 0.9px;
  padding-left: 65px;
  margin-bottom: 0;
}

.section-category-list .pcOnly > div a img {
  max-width: 45px;
  margin-right: 20px;
  flex: 0 0 45px;
}

/* --------------------------------------- add-category-list.liquid */
/* detail-search.liquid */
.a-detail-search {
  padding: 80px 0;
  background: #F2F2F2;
}

@media (max-width: 767px) {
  .a-detail-search {
    padding: 40px 0;
  }
}
.detail-search-form.--popup {
  position: absolute;
  width: 430px;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
  top: 80%;
  right: 25px;
  padding: 40px;
  padding-bottom: 30px;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
}

.detail-search-form.--popup.active {
  pointer-events: inherit;
  opacity: 1;
  visibility: visible;
}

.detail-search-form.--popup .field__input {
  padding-top: 0;
  padding-bottom: 0;
}

.detail-search-form.--popup .detail-search-close {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  position: relative;
  display: block;
  cursor: pointer;
}

.detail-search-form.--popup .detail-search-close:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
  top: 10px;
}

.detail-search-form.--popup .detail-search-inner {
  flex-direction: column;
  gap: 10px;
}

.detail-search-form.--popup .detail-search-inner select, .detail-search-form.--popup .detail-search-inner input[type=number] {
  height: 30px;
}

.detail-search-form.--popup .box:nth-child(3) {
  margin-top: 0;
}

.detail-search-form.--popup .filter-hot-keyword a {
  background: #e9f1f5;
}

.detail-search-form.--popup .box:nth-child(2) {
  display: flex;
  width: 100%;
  gap: 5px;
}

.detail-search-form.--popup .box:nth-child(2) > div {
  width: 100%;
  margin-bottom: 0;
}

.detail-search-inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .detail-search-inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .detail-search-inner .box {
    width: 100%;
  }
}
.detail-search-inner .box > div:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .detail-search-inner .box:nth-child(1) {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .detail-search-inner .box:nth-child(2) {
    width: 262px;
  }
}
@media (min-width: 768px) {
  .detail-search-inner .box:nth-child(3) {
    margin-top: 79px;
    width: 335px;
  }
}
.detail-search-inner .search-ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
}

.detail-search-inner .filter-keyword-wrapper {
  position: relative;
}

.detail-search-inner .filter-keyword-wrapper svg {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.detail-search-inner .filter-keyword-wrapper input {
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  height: 40px;
  font-size: 14px;
  padding: 3px 10px; 
}

.detail-search-inner .filter-keyword-wrapper input::placeholder {
  opacity: 1;
}

.detail-search-inner .select-wrapper {
  position: relative;
}

.detail-search-inner .select-wrapper::before {
  position: absolute;
  content: "";
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  z-index: 2;
  left: inherit;
}

.detail-search-inner select {
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.38px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  padding: 0 15px;
}

.detail-search-inner .filter-hot-keyword {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .detail-search-inner .filter-hot-keyword {
    margin-top: 0;
  }
}
.detail-search-inner .filter-hot-keyword span {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 5px;
}

.detail-search-inner .filter-hot-keyword a {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 5px;
  background: #FFFFFF;
  padding-right: 5px;
}

.detail-search-inner .price-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
}

.detail-search-inner input[type=number] {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100px;
  border-radius: 5px;
  border: 1px solid #DFDFDF;
}

@media (max-width: 767px) {
  .detail-search-inner input[type=number] {
    max-width: 130px;
    width: 100%;
  }
}
.detail-search-button {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 8px;
  margin-top: 40px;
  width: 270px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  cursor: pointer;
  color: #000 !important;
}

/* --------------------------------------- detail-search.liquid */
footer .linklist1 a,
footer .linklist2 a {
  line-height: 40px;
}

#shopify-section-header .header-bottom .header-bottom__inner > div {
  position: relative;
}

@media (max-width: 767px) {
  #shopify-section-header .header-bottom .header-bottom__inner > div {
    display: none;
  }
}
#shopify-section-header .header-bottom .header-bottom__inner > div .megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  margin: auto;
  display: none;
  background: #fff;
  z-index: 2;
  text-align: left;
}

#shopify-section-header .header-bottom .header-bottom__inner > div .megamenu a {
  min-width: 200px;
  display: flex;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  #shopify-section-header .header-bottom .header-bottom__inner > div .megamenu {
    display: none !important;
  }
}
#shopify-section-header .header-bottom .header-bottom__inner > div:hover .megamenu {
  display: block;
}

footer .image-list a img {
  width: 100%;
  max-width: 224px;
}

@media screen and (max-width: 767px) {
  footer .image-list a {
    width: 70%;
  }
}
html .product-recently-viewed .slick-slide {
  margin-top: 20px;
}

.template-product .price__container {
  margin-bottom: 0 !important;
}

.template-product .price__flex {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 20px;
}

.template-product .product__point {
  border: 1px solid;
  width: 80px;
  border-radius: 100px;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .template-product .price__flex {
    align-items: end;
  }
  .template-product .product__point {
    font-size: 14px;
  }
}
form .cf-select-wrap .input-full {
  background: #fff;
}

@media screen and (min-width: 768px) {
  fieldset.cf-fields-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 768px) {
  .cf-react-target input {
    font-size: 16px !important;
  }
}
#gHeader.--fixed {
  left: 0;
  position: fixed;
  top: 0;
}

html #shopify-section-header #gHeader {
  max-width: 100%;
  width: 100%;
  background: #fff;
}

html #shopify-section-header #gHeader > div {
  max-width: 1200px;
}

#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .grid li .name {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html #shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .grid .privce {
  font-size: 14px;
}

html #shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .grid {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .grid {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .grid .grid__item {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .grid .grid__item:nth-child(n+4) {
  display: none;
}

#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .grid li .name {
  margin-bottom: 12px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 767px) {
  #shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .grid li .name {
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
  }
}
#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .grid .privce {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #663300;
  font-family: inherit;
}

@media (max-width: 767px) {
  #shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .grid .privce {
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
  }
}
#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed .grid .privce .sm {
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  color: #663300;
  font-family: inherit;
}

#shopify-section-header .menuBox .menuBox-recently .product-recently-viewed {
  padding-left: 0;
  margin-bottom: 0;
}

body.template-customers/account #MainContent h1, body.template-customers/account #MainContent h2 {
  font-size: 24px;
  font-weight: 500;
}

.a-product-list .headLine01 .en {
  font-family: ZenKakuGothicNew-Regular, YuGothic, Hiragino Kaku Gothic Pro, Meiryo UI, Meiryo, sans-serif;
  background: #c8dce6;
  color: #fff;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .a-product-list .headLine01 .en {
    height: 40px;
    width: 50%;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .a-product-list .product-grid li:nth-child(n+6) {
    display: none;
  }
}
.collection-feature .headLine01 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .collection-feature .headLine01 {
    margin-bottom: 20px;
  }
}
.template-product .a-category .headLine01 {
  display: none;
}

.page-cart-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.631372549);
  z-index: 2;
}

.page-cart-fixed span {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  width: 100%;
  height: 40px;
  background: #FF5C23;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.template-collection .filterBox .filBtn.sort {
  width: auto;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .template-collection .filterBox .filBtn.sort {
    padding-right: 30px;
  }
}

/* 改修241001_商品詳細改修 */
.template-product .accordion .summary__title {
  align-items: center;
  gap: 0px 8px;
}

.template-product .section-banner-b .headLine01,
.template-product .a-detail-search .headLine01,
.template-collection .section-banner-b .headLine01,
.template-collection .a-detail-search .headLine01 {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .template-product .section-banner-b .headLine01,
  .template-product .a-detail-search .headLine01,
  .template-collection .section-banner-b .headLine01,
  .template-collection .a-detail-search .headLine01 {
      margin-bottom: 20px;
      padding-bottom: 0;
      border-bottom: none;
  }
}

/* diff */
.template-product .a-ranking {
  margin: 50px auto;
  max-width: 1186px;
  counter-reset: number 0;
}

.template-product .itemSec .content {
  margin-bottom: 20px;
}

.template-product .a-ranking .headLine01 {
  margin-bottom: 20px;
}

.template-product .content {
  width: 100%;
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .template-product .content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 1186px) {
  .template-product .comSlide {
    width: calc(100% - 50px);
  }
}

@media (max-width: 767px) {
  .template-product .comSlide {
    width: 100%;
    padding-left: 15px;
  }
}

.template-product .product-recently-viewed.product-recently-viewed--grid,
.template-product .comGrid {
  width: 100%;
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .template-product .product-recently-viewed.product-recently-viewed--grid,
  .template-product .comGrid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.template-product .product-recently-viewed.product-recently-viewed--grid .recently-viewed,
.template-product .comGrid .comList {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .template-product .similar-products .comGrid .comList{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .template-product .similar-products{
    padding: 0 15px;
  }
}


.template-product .product-recently-viewed.product-recently-viewed--grid .recently-viewed li,
.template-product .comGrid .comList li {
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-right: 0;
}

.template-product .product-recently-viewed.product-recently-viewed--grid .recently-viewed li:nth-child(n+6),
.template-product .comGrid .comList li:nth-child(n+6) {
  display: none;
}

@media (max-width: 896px) {
  .template-product .product-recently-viewed.product-recently-viewed--grid,
  .template-product .comGrid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .template-product .product-recently-viewed.product-recently-viewed--grid .recently-viewed,
  .template-product .comGrid .comList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0;
  }

  .template-product .product-recently-viewed.product-recently-viewed--grid .recently-viewed li,
  .template-product .comGrid .comList li {
    margin-top: 0;
  }

  .template-product .product-recently-viewed.product-recently-viewed--grid .recently-viewed li:nth-child(n+4),
  .template-product .comGrid .comList li:nth-child(n+4) {
    display: none;
  }
}

@media (min-width: 768px) {
  .fixed-cart {
    max-width: 420px;
    left: auto;
    right: 15px;
    bottom: 15px;
  }
}

/* - nn */
.template-product .price__regular .price-item--regular {
  color: #663300;
}
.template-product .price__container .price__regular .sm {
  color: #663300;
}
.template-product .payment-method {
  margin: 30px 0 20px 0;
  height: inherit;
}
.template-product .product__info-wrapper .free {
  font-size: 18px;
  font-weight: 600;
  color: #663300;
  text-align: left;
}
.template-product .point__wrapper__flex {
  display: flex;
  align-items: center;
}
.template-product .point__wrapper__flex .product-form__input {
  flex: none;
  margin: 0 0 1.2rem 0;
}
.template-product .product__point {
  margin: 0px 0 15px 50px;
}
.template-product .description__title {
  padding-bottom: 15px;
  margin-bottom: 34px!important;
  border-bottom: 1px solid #000000;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 767px) {
  .template-product .payment-method {
    margin: 0 auto 20px auto;
  }
  .template-product .product__info-wrapper .free {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
  }
  .template-product .point__wrapper__flex {
    align-items: end;
  }
}

@media (min-width: 768px) {
  .template-product .price__flex .price__regular .price-item--regular {
    font-size: 34px;
  }
  .template-product .price__flex .price__container .price__regular .sm {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  body.template-product #shopify-section-header {
    margin-bottom: 15px;
  }
}

.card__information:hover{
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  body.template-page #MainContent{
    max-width: 100%;
    margin: 0 auto;
  }
}

/* 241105 */

.menuBox .filter-hot-keyword{
  margin-top: 10px;

}

.menuBox .filter-hot-keyword dl{
  display: flex;
}

.menuBox .filter-hot-keyword dt{
  font-size: 14px;
  font-weight: bold;
  max-width: 95px;
  flex-basis: 95px;
}

.menuBox .filter-hot-keyword dd{
  max-width: calc(100% - 95px);
  flex-basis: calc(100% - 95px);
}

.menuBox .filter-hot-keyword a{
  color: #00f;
  text-decoration: underline;
}


.header-bottom__inner .hdrCatMenu{
  display: none;
  z-index: 3;
  position: absolute!important;
  inset: 100% 0 auto 0;
}
.header-bottom__inner .hdrCatMenu .open{
  display: block;
}

.header-bottom__inner .hdrCatMenu ul{
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.header-bottom__inner .hdrCatMenu li{
  max-width: 50%;
  flex-basis: 50%;
  border-bottom: 1px solid #000;
}
.header-bottom__inner .hdrCatMenu li:nth-child(odd){
  border-right: 1px solid #000;
}
.header-bottom__inner .hdrCatMenu li a{
  padding: 20px 0;
  font-size: 15px!important;
}

/* add 241125 */
.a-search .form {
  display: flex;
  align-items: center;
  gap: 15px;
}

.a-search .form > div {
  width: 100%;
}

.a-search .form > div input {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 10px;
}

.a-search .form > input[type=submit] {
  flex-shrink: 0;
  background: #334fb4;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 37px;
}
html .section-add-search.a-search-accordion .a-search .form > input[type=submit] {
  width: 114px;
  background: #C8DCE6;
  border-radius: 5px;
  color: #000000;
}
.a-search-accordion .a-keywords {
  margin-bottom: 30px;
}
.section-add-search.a-search-accordion {
  padding: 40px 0;
}
.a-detailsearchBlock > div {
  display: none;
}
.detailsearchTrigger {
  display: block;
  text-align: center;
  position:relative;
  cursor: pointer;
}
a.detailsearchTrigger {
  cursor: pointer;
  text-decoration: underline;
}
.detailsearchTrigger::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
  transform: rotate(45deg) translateY(-4px);
}
.detailsearchTrigger + div {
  padding-top: 20px;
}
.active-facets__button-inner.button.button--tertiary{
  background: none;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  body.template-article p{
    font-size: 16px;
  }
}

.about__btnarea {
  display: flex;
  gap: 15px;
}

.about__btnarea .custom-button svg {
  width: 36px;
}

@media screen and (max-width: 768px) {
  .about__btnarea .custom-button svg {
    width: 28px;
  }
}

.page-point a.button{
  color: #fff;
  padding: 12px 50px;
}

.cf-form-inner .cf-form-actions {
  text-align: center;
}

.cf-form-inner .cf-form-actions button{
  padding: 1rem;
}

/* 241217 AnyGiftアプリで表示されるボタンの調整 */

/* 共通：ボタン配色を調整 */
.anygift-e-gift-modal__open-button,
.anygift-cart-e-gift-modal__open-button {
  background: #dce884 !important;  /* ボタンの色 */
  color: #2e0000 !important; /* 文字の色：MVの文字と同じ色 */
  border: none !important;
}

/* カート：AnyGiftボタンの見た目調整 */
[data-anygift="CartPageGiftUi"] .anygift-cart-page-container {
  max-width: 36rem;
  margin-right: auto;
}

@media screen and (min-width: 750px) {
  .template-cart .cart__ctas {
    display: block;
  }
}

/* 商品詳細：AnyGift有効化時に表示されてしまうボタンを非表示に */
.product-form .shopify-payment-button {
  display: none !important;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* 商品詳細：SP時：AnyGiftボタン角丸に（カートに追加ボタンに揃える） */
@media (max-width: 767px) {
  [data-anygift="ProductPageGiftUi"] .anygift-e-gift-modal__open-button {
    border-radius: 1000px !important;
  }
}
@media (min-width: 768px) {
  [data-anygift="ProductPageGiftUi"] .anygift-e-gift-modal__open-button {
    border-radius: 0 !important;
  }
}
/* ./241217 AnyGiftアプリで表示されるボタンの調整 */

/* 241225 */
.section-add-news-flexWrap {
  display: flex;
  gap: 14px;
}
.section-add-new-tag-adjust {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  width: 107px;
  height: 25px;
  line-height: 1;
  background: #C8DCE6;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1px;
  gap: 3px;
}
.section-add-news .section-add-news-listWrap {
  flex-direction: column;
  align-items: inherit;
  gap: 5px;
}

/* 250108 .headLine01 見出しの構造変更 */
.headLine01 {
  letter-spacing: calc(var(--font-heading-scale)* 0.06rem);
  color: rgb(18, 18, 18);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.headLine01 h1,
.headLine01 h2,
.headLine01 p {
  font-weight: 700;
}

/* 250115 */
.template-cart #MainContent {
  display: flex;
  flex-direction: column;
}

:where(.template-cart #MainContent > *) {
  order: 1;
}
.template-collection .collection-hero .collection-hero__text-wrapper .headLine01 {
  margin-top: 33px;
  margin-bottom: 45px;
}

@media screen and (max-width: 749px) {
  .template-collection .collection-hero .collection-hero__text-wrapper .headLine01 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .template-collection .collection-hero .collection-hero__text-wrapper .headLine01 {
      padding-bottom: 0;
      border-bottom: none;
  }
}

#shopify-section-header .menuBox .menuBox-recently > p {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}

@media (max-width: 896px) {
  #shopify-section-header .hBox .hBox-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
  }
}

/* 250121 トップページ_セール表示の調整 */
.template-index .card__inner .tagUl,
.template-product .card__inner .tagUl {
  display: none;
}

/* 20250205 狭い画面にヘッダー崩れ改修 */
@media (min-width: 1000px) and (max-width: 1289px) {
  #shopify-section-header .header-bottom .header-bottom__inner {
    gap: 25px;
  }
  #shopify-section-header .header-bottom .header-bottom__inner a {
    gap: 10px;
    font-size: 1.15vw;
  }
  #shopify-section-header .header-bottom .header-bottom__inner a img {
    width: 40px;
  }
}
/* 20250218 記事にあるおすすめ商品 SP版 商品名fix */
@media (max-width: 767px) {
  .comList li .name {font-size: 12px;}
}

/* 250225 */
.anchorSec{
  margin-top:-85px;
  padding-top:85px;
}

@media (max-width: 767px) {
  .anchorSec{
    margin-top:-60px;
    padding-top:60px;
  }
}

@media (max-width: 896px) {
  .section-add-news{
    margin-bottom: 0;
  }
  #main {
      margin-bottom: 0;
  }
  .section-add-search.a-search-accordion{
    padding-top: 10px;
  }
}