/** Shopify CDN: Minification failed

Line 317:2 "flex-direciton" is not a known CSS property
Line 944:2 "align-item" is not a known CSS property
Line 961:23 Expected ":"

**/
/** Relation added file 25.04 **/

@charset "UTF-8";
/*///////////////
// Default
///////////////*/
a, button {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.6s;
  cursor: pointer;
}
a:hover, button:hover {
  opacity: 0.8;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  appearance: none;
  border-radius: 0;
}

select {
  appearance: none;
  background: none;
  color: var(--color_bg);
}

img {
  vertical-align: middle;
  max-width: 100%;
}

::placeholder {
  color: #7F8287;
}

.hidden {
  display: none;
}

input::focus{
  outline: 2px solid #F9F9F9 ;
}

::selection {
  backgrouund: #ccc !important;
}

/*///////////////
// Font
///////////////*/
@font-face {
  font-family: "helvetica_bold";
  src: url("//obsidian-ec.jp/cdn/shop/t/7/assets/helvetica_bold.woff?v=142617190642460441421744369329") format("woff"), url("//obsidian-ec.jp/cdn/shop/t/7/assets/helvetica_bold.ttf?v=160550506310892558961744369332") format("truetype");
}
@font-face {
  font-family: "helvetica_regular";
  src: url("//obsidian-ec.jp/cdn/shop/t/7/assets/helvetica_regular.woff?v=34588134790798825091744369327") format("woff"), url("//obsidian-ec.jp/cdn/shop/t/7/assets/helvetica_regular.ttf?v=101149889054851464431744369328") format("truetype");
}
@font-face {
  font-family: "helvetica_light";
  src: url("//obsidian-ec.jp/cdn/shop/t/7/assets/helvetica_light.woff?v=94485541124939110891744369326") format("woff"), url("//obsidian-ec.jp/cdn/shop/t/7/assets/helvetica_light.ttf?v=84201788901925862701744369326") format("truetype");
}
/*///////////////
// Layout
///////////////*/
.l-body {
  width: 100%;
  background-color: var(--color_bg);
  color: var(--color_main);
  line-height: var(--line_height);
  letter-spacing: var(--letter_spacing);
  font-family: var(--font_family);
  font-weight: 300;
}
.l-body.is-active {
  overflow: hidden;
}
.l-body .p-header__logo path {
  fill: var(--color_main);
}
@media screen and (max-width: 960px) {
  .l-body .p-header__logo path {
    fill: var(--color_bg);
  }
}
.l-body .p-header__hamBorder path {
  stroke: var(--color_main);
}
@media screen and (max-width: 960px) {
  .l-body .p-header__hamBorder path {
    stroke: var(--color_bg);
  }
}
.l-body .p-header__icon svg path {
  fill: var(--color_main);
}
@media screen and (max-width: 960px) {
  .l-body .p-header__icon svg path {
    fill: var(--color_bg);
  }
}
.l-body .p-header__icon a:nth-child(2) svg path {
  fill: var(--color_main);
  stroke: var(--color_main);
}
@media screen and (max-width: 960px) {
  .l-body .p-header__icon a:nth-child(2) svg path {
    fill: var(--color_bg);
    stroke: var(--color_bg);
  }
}
.l-body .p-header__icon a:last-child svg path {
  fill: none;
  stroke: var(--color_main);
}
@media screen and (max-width: 960px) {
  .l-body .p-header__icon a:last-child svg path {
    fill: none;
    stroke: var(--color_bg);
  }
}
@media screen and (max-width: 960px) {
  .l-body.is-index .l-header {
    background: var(--color_main);
  }
}
.l-body.is-second {
  background: var(--color_bg);
}
@media screen and (max-width: 960px) {
  .l-body.is-second .p-header {
    border-bottom: 0;
  }
}
.l-body.is-second .p-header__logo path {
  fill: var(--color_main);
}
.l-body.is-second .p-header__hamBorder path {
  stroke: var(--color_main);
}
.l-body.is-second .p-header__icon svg path {
  fill: var(--color_main);
}
.l-body.is-second .p-header__icon a:nth-child(2) svg path {
  fill: var(--color_main);
  stroke: var(--color_main);
}
.l-body.is-second .p-header__icon a:last-child svg path {
  fill: none;
  stroke: var(--color_main);
}

.l-announcement {
  font-family: "helvetica_light";
  font-weight: 300;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .l-header {
    top: 0;
  }
}
.l-header.is-fixed {
  position: fixed;
  top: 0;
  background: var(--color_bg);
}

.l-footer {
  color: var(--color_bg);
  background: var(--color_sub);
}

.l-main.is-second {
  padding-top: 66px;
}
@media screen and (max-width: 960px) {
  .l-main.is-second {
    padding-top: 53px;
  }
}

.l-bg {
  min-height: calc(100vh - 480px);
}
.l-bg.is-white {
  color: var(--color_bg);
  background: var(--color_main);
}

.l-content {
  height: 100%;
}
.l-content.is-large {
  max-width: 1200px;
  margin: 0 auto;
}
.l-content.is-medium {
  max-width: 920px;
  margin: 0 auto;
}
.l-content.is-small {
  max-width: 700px;
  margin: 0 auto;
}

.l-cart {
  display: flex;
  justify-content: space-between;
  gap: 72px;
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .l-cart {
    flex-direction: column;
    gap: 0;
    padding: 0 20px 60px;
  }
}

.l-login {
  display: flex;
  width: 100%;
  gap: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .l-login {
    flex-direction: column;
    gap: 0;
    padding: 0 20px 60px;
  }
}

.l-account {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .l-account {
    padding: 0 20px 60px;
  }
}

.l-faq {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .l-faq {
    padding: 0 20px 60px;
  }
}

.l-page {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .l-page {
    padding: 0 20px 60px;
  }
}

.l-contact {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .l-contact {
    padding: 0 20px 60px;
  }
}

.l-register {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .l-register {
    padding: 0 20px 60px;
  }
}

.l-blog {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .l-blog {
    padding: 0 20px 60px;
  }
}

.l-article {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .l-article {
    padding: 0 20px 60px;
  }
}

.l-center {
  display: flex;
  flex-direciton: column;
  align-items: center;
  min-height: calc(100vh - 480px);
  padding: 72px 0;
}
.l-center .c-pageTtl {
  padding: 0 0 32px;
}
@media screen and (max-width: 960px) {
  .l-center .c-pageTtl {
    padding: 0 0 12px;
  }
}
@media screen and (max-width: 960px) {
  .l-center {
    padding: 40px 20px 60px;
  }
}

/*///////////////
// Project
///////////////*/
.p-announcement {
  padding: 12px 20px 14px;
  color: #fff;
  background: #000;
  line-height: 1;
  text-align: center;
  font-family: "helvetica_light";
}
@media screen and (max-width: 960px) {
  .p-announcement {
    padding: 12px 20px 12px;
  }
}
.p-announcement p,
.p-announcement a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .p-announcement p,
  .p-announcement a {
    font-size: 11px;
        margin: 0 auto;
        line-height: 1.4;
  }
}
.p-announcement strong {
  font-weight: 500;
  margin-right: 2px;
  font-family: "helvetica_regular";
}

.p-header {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  /*border-top: 1px solid #fff;*/
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "helvetica_light";
}
@media screen and (max-width: 960px) {
  .p-header {
    padding: 0 4px 0 20px;
    color: var(--color_bg);
  }
}
.p-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
}
@media screen and (max-width: 960px) {
  .p-header__logo {
    max-width: 180px;
    width: 33%;
    padding-right: 0;
  }
}
.p-header__logo svg {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-header__logo svg {
      height: 50px;
  }
}
.p-header__logo path {
  fill: var(--color_main);
}
@media screen and (max-width: 960px) {
  .p-header__logo path {
    fill: var(--color_bg);
  }
}
.p-header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-header__right {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .p-header__right {
    gap: 0;
    padding: 0 0;
    border-left: 0;
  }
}
.p-header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1230px) {
  .p-header__nav {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-header__nav {
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    transition-duration: 0.6s;
    padding: 0;
  }
}
.p-header__nav.is-active {
  opacity: 1;
  visibility: inherit;
}
.p-header__nav.is-active .p-header__sp {
  transform: translate(0, 0);
  transition-duration: 0.6s;
}
@media screen and (max-width: 960px) {
  .p-header__sp {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 100px);
    height: 100%;
    color: var(--color_bg);
    background: var(--color_main);
    overflow: auto;
    transform: translate(100%, 0);
    transition-duration: 0.8s;
    padding-bottom: 80px;
  }
}
.p-header__list {
  display: flex;
  align-items: center;
  gap: 44px;
}
@media screen and (max-width: 960px) {
  .p-header__list {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    margin-left: auto;
    padding: 32px 24px 32px;
  }
}
.p-header__close {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-header__close {
    display: block;
    position: absolute;
    left: 62px;
    top: 16px;
    cursor: pointer;
  }
}
.p-header__overlay {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-header__overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
}
.p-header__search {
  position: relative;
  width: 100%;
  min-width: 300px;
  margin-left: auto;
  border-right: 1px solid var(--color_main);
}
@media screen and (max-width: 1230px) {
  .p-header__search.u-pc {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .p-header__search {
    display: block !important;
    border-right: 0;
    min-width: auto;
  }
}
.p-header__search input {
  width: 100%;
  height: 64px;
  border: 0;
  padding: 0 32px;
  font-size: 14px;
  font-weight: 300;
  font-family: "helvetica_light";
  background: none;
  color: var(--color_main);
}
.p-header__search input::placeholder {
  color: var(--color_main);
}
@media screen and (max-width: 960px) {
  .p-header__search input::placeholder {
    color: rgb(136, 136, 136);
  }
}
@media screen and (max-width: 960px) {
  .p-header__search input {
    padding-left: 56px;
    font-size: 18px;
    color: var(--color_bg);
    background: var(--color_main);
    border-bottom: 1px solid var(--color_border);
  }
}
.p-header__search button {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 20px;
}
@media screen and (max-width: 960px) {
  .p-header__search button {
    position: absolute;
    top: 21px;
    left: 18px;
    width: 20px;
  }
}
.p-header__ham {
  display: flex;
  gap: 8px;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  z-index: 4;
  margin-left: 2px;
}
@media screen and (min-width: 960px) {
  .p-header__ham {
    display: none;
  }
}
.p-header__ham label {
  font-size: 13px;
  color: var(--color_accent);
}
.p-header__hamBorder {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-header__hamBorder svg {
  width: 20px;
  height: 8px;
}
@media screen and (max-width: 960px) {
  .p-header__hamBorder svg {
    width: 19px;
    height: 14px;
  }
}
.p-header__hamBorder span {
  position: absolute;
  display: inline-block;
  right: 0;
  height: 1px;
  background: var(--color_hamburger);
  transition-duration: 0.3s;
  width: 3px;
  height: 3px;
  border-radius: 3px;
}
.p-header__hamBorder span:first-child {
  top: 3px;
}
.p-header__hamBorder span:nth-child(2) {
  top: 9px;
}
.p-header__hamBorder span:nth-child(3) {
  bottom: 3px;
  right: 0;
}
.p-header__ham.is-active .p-header__hamBorder span:first-child {
  width: 100%;
  top: 8px;
  transform: rotate(32deg);
  border-radius: 0;
}
.p-header__ham.is-active .p-header__hamBorder span:nth-child(2) {
  opacity: 0;
}
.p-header__ham.is-active .p-header__hamBorder span:nth-child(3) {
  width: 100%;
  bottom: 10px;
  transform: rotate(-32deg);
  border-radius: 0;
}
.p-header__item {
  position: relative;
  font-size: 14px;
  font-family: "helvetica_light";
}
@media screen and (max-width: 960px) {
  .p-header__item {
    width: 100%;
    font-size: 20px;
  }
}
.p-header__item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
}
.p-header__item a {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 1px 16px;
}
@media screen and (max-width: 960px) {
  .p-header__item a {
    position: relative;
    padding: 0;
  }
}
.p-header__item > a {
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .p-header__item > a {
      padding: 0;
  }
}
.p-header__item a i {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-header__item a i {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
}
.p-header__item a i:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 1px;
  top: -2px;
  right: -0.5px;
  background-color: var(--color_bg);
  transform: rotate(90deg);
}
.p-header__item a i:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 14px;
  left: -7px;
  top: -9px;
  background-color: var(--color_bg);
  transform: rotate(90deg);
}
.p-header__item:hover .p-header__itemChild {
  opacity: 1;
  visibility: inherit;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-header__item:hover .p-header__itemChild {
    opacity: 1;
    visibility: inherit;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-header__item.is-click .p-header__itemChild {
    /*display: block;*/
    opacity: 1;
    visibility: inherit;
  }
}
@media screen and (max-width: 960px) {
.p-header__item.is-click > a i:before {
  opacity: 0;
}
}
@media screen and (max-width: 960px) {
.p-header__itemChild li.is-click > a i:before {
  opacity: 0;
}
}
.p-header__itemChild {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: 50%;
  padding: 32px 20px;
  background: var(--color_bg);
  border: 1px solid var(--color_main);
  max-width: 220px;
  width: 250%;
  font-family: "helvetica_light";
  transition-duration: 0.3s;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-header__itemChild {
          opacity: 1;
  visibility: inherit;
    display: none;
    opacity: 1;
    position: static;
    padding: 12px 0 20px;
    background: none;
    border: 0;
    max-width: 100%;
    width: 100%;
    transition-duration: 0s;
    transform: translate(0, 0);
  }
}
.p-header__itemChild li {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p-header__itemChild li {
    font-size: 16px;
  }
}
.p-header__itemChild li:last-child {
  margin-bottom: 0;
}
.p-header__itemGrandChild {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: 90%;
  padding: 32px 20px;
  background: var(--color_bg);
  border: 1px solid var(--color_main);
  max-width: 220px;
  width: 250%;
  font-family: helvetica_light;
  transition-duration: .3s;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-header__itemGrandChild {
      opacity: 1;
  visibility: inherit;
    display: none;
    position: static;
    padding: 6px 10px 4px;
    margin-left:0;
    background: none;
    border: 0;
    max-width: 100%;
    width: 100%;
    transition-duration: 0s;
    transform: translate(0, 0);
  }
}
.p-header__itemChild li:hover > a {
  background: #222;
}
@media screen and (max-width: 960px) {
  .p-header__itemChild li:hover a {
    opacity: 1;
    visibility: inherit;
    transform: translate(0, 0);
    background: none;
  }
}
.p-header__itemChild li:hover .p-header__itemGrandChild {
  opacity: 1;
  visibility: inherit;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-header__itemChild li:hover .p-header__itemGrandChild {
    opacity: 1;
    visibility: inherit;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-header__itemChild li.is-click .p-header__itemGrandChild {
    /*display: block;*/
    opacity: 1;
    visibility: inherit;
  }
}
.p-header__itemGrandChild li > a:hover  {
  background: #222;
}
@media screen and (max-width: 960px) {
  .p-header__itemGrandChild li > a:hover  {
      background: none;
  }
}
.p-header__icon {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 2px 0;
  padding-left: 44px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .p-header__icon {
    display: flex;
    gap: 16px;
    margin: 0 4px 2px 0;
    padding-left: 0;
    border-left: 0;
  }
}
.p-header__icon a {
  position: relative;
}
.p-header__icon i.cart-count {
    position: absolute;
    top: 8px;
    right: -22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 11px;
    padding-top: 1px;
    background: #fff;
    border-radius: 40px;
    text-align: center;
    color: #000;
}
@media screen and (max-width: 960px) {
  .p-header__icon i.cart-count {
    top: 8px;
    right: -18px;
    width: 14px;
    height: 14px;
    font-size: 10px;
    padding-top: 1px;
    background: #fff;
  }
  .is-index .p-header__icon i.cart-count {
    color: #fff; 
    background: #000;
  }
}
.p-header__icon svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .p-header__icon svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 960px) {
  .p-header__icon svg path {
    fill: var(--color_bg);
  }
}
.p-header__btm {
  display: none;
  align-item: center;
  gap: 28px;
}
@media screen and (max-width: 960px) {
  .p-header__btm {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0px 20px 24px;
    padding: 32px 0 0;
    font-size: 16px;
    color: var(--color_bg);
    border-top: 1px solid var(--color_border);
  }
}
@media screen and (max-width: 960px) {
  .p-header__btm .footer__list-social {
    position:; relative;
    left: -6px;
    margin-top: 12px;
  }
}
.p-header__spCart a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.p-header__spCart span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding-top: 1px;
  font-size: 11px;
  color: var(--color_main);
  background: var(--color_bg);
  border-radius: 18px;
}

.p-footer {
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-footer {
    flex-direction: column;
  }
}
.p-footer__ttl {
  margin-bottom: 8px;
  font-size: 14px;
  font-family: "helvetica_regular";
  font-weight: 700;
  color: var(--color_header);
}
.p-footer__desc {
  font-size: 12px;
}
.p-footer__letter {
  width: 34%;
  padding: 30px min(4vw, 80px);
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 960px) {
  .p-footer__letter {
    width: 100%;
    padding: 40px 20px 40px;
  }
}
.p-footer__letterForm {
  margin-top: 28px;
}
.p-footer__letterForm label {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-family: "helvetica_light";
}
.p-footer__letterForm h3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
    color: #000;
    margin-top: 17px;
}
.p-footer__letterForm input {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 1px solid var(--color_bg);
  background: none;
}
@media screen and (max-width: 960px) {
  .p-footer__letterForm input {
    font-size: 16px;
    height: 36px;
  }
}
.p-footer__letterForm button {
  margin-top: 20px;
  width: 180px;
  height: 40px;
  color: var(--color_main);
  background: var(--color_bg);
  text-align: center;
  font-size: 12px;
}
.p-footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  padding: 30px min(4vw, 80px);
  border-right: 1px solid #ddd;
  font-family: "helvetica_light";
}
@media screen and (max-width: 960px) {
  .p-footer__nav .p-footer__ttl {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .p-footer__nav {
    position: relative;
    width: 100%;
    padding: 40px 20px;
    border-top: 1px solid var(--color_border);
  }
}
.p-footer__nav:nth-child(2) {
  width: 32%;
}
@media screen and (max-width: 960px) {
  .p-footer__nav:nth-child(2) {
    display: none;
    width: 100%;
  }
}
.p-footer__nav:last-child {
  border-right: 0;
}
.p-footer__list {
  /*column-count: 2;
  gap: 8px;*/
  white-space: nowrap;
  max-width: 320px;
  margin-top: 28px;
}
@media screen and (max-width: 960px) {
  .p-footer__list {
    /*column-count: 1;*/
    max-width: 100%;
    margin-top: 0;
  }
}
.p-footer__listFlex {
  display: flex;
  gap: min(4vw, 60px);
}
@media screen and (max-width: 960px) {
  .p-footer__listFlex {
    flex-direction: column;
    gap: 0;
  }
}
.p-footer__item {
  max-width: 120px;
  margin: 0 0 6px;
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .p-footer__item {
    max-width: 100%;
    margin: 0 0 4px;
  }
}
.p-footer__note {
  margin-top: 32px;
  font-size: 12px;
}
.p-footer__note a {
  text-decoration: underline;
}
.p-footer__last {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .p-footer__last {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    top: 36px;
    right: 20px;
    height: calc(100% - 78px);
  }
}
@media screen and (max-width: 960px) {
  .p-footer__last .list-social{
    margin-top: 4px;
  }
}
.p-footer__sns a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-footer__sns a i {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-footer__sns a span {
  font-size: 14px;
  font-family: "helvetica_light";
}
@media screen and (max-width: 960px) {
  .p-footer__sns a span {
    display: none;
  }
}
.p-footer__copy {
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .p-footer__copy {
    font-size: 12px;
  }
}

.p-collection {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2px;
  width: 100%;
}
.p-collection__remove {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  z-index: 2;
  background: rgb(221, 221, 221);
  border-radius: 30px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-collection__remove {
    width: 22px;
    height: 22px;
    top: 10px;
    right: 10px;
  }
}
.p-collection__remove img,
.p-collection__remove svg {
  display: block;
  width: 16px;
}
@media screen and (max-width: 960px) {
  .p-collection__remove img,
  .p-collection__remove svg {
    width: 12px;
  }
}
.p-collection__img {
  display: block;
  position: relative;
  aspect-ratio: 4/5.8;
  width: 100%;
  height: auto;
}
.p-collection__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-collection__img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.p-collection__img--colorItem {
  display: none;
}
.p-collection__img--colorItem.is-current {
  display: block;
}
.p-collection__img--first {
  z-index: 0;
}
.p-collection__img--second {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.p-collection__link:hover .p-collection__img--second {
  opacity: 1;
  visibility: inherit;
}
@media screen and (max-width: 960px) {
  .p-collection__link:hover .p-collection__img--second {
  opacity: 0;
  visibility: hidden;
}
}
.p-collection__txt {
  position: relative;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 14px;
  font-family: "helvetica_light";
}
@media screen and (max-width: 960px) {
  .p-collection__txt {
    padding: 0 3px;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .p-collection__txt .c-icon {
    position: static;
  }
}
.p-collection__name {
  max-width: 20em;
  height: 36px;
  line-height: 1.3;
  font-family: "helvetica_light";
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 960px) {
  .p-collection__name {
    padding-right: 12px;
  }
}
.p-collection__price {
  display: block;
  margin-top: 8px;
  line-height: 1.4;
  font-family: "helvetica_light";
}
.p-collection__price s {
  margin-right: 12px;
  text-decoration: line-through;
}
.p-collection__price small {
  font-size: 10px;
}
.p-collection__variations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .p-collection__variations {
    margin-top: 12px;
    padding: 0 3px;
  }
}
.p-collection__variations li {
  cursor: pointer;
}
.p-collection__variations li span {
position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: var(--color_main);
    border: 1px solid var(--color_main);
    overflow: hidden;
}
.p-collection__variations li span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-collection__variations li.is-current {
  padding: 1px;
  border: 1px solid #fff;
  border-radius: 20px;
}
.p-collection__item.is-soldout .p-collection__name,
.p-collection__item.is-soldout .p-collection__price {
  color: #AAAAAA;
}
.p-collection__item.is-hidden {
  display: none !important;
}
.p-collection.is-3column .p-collection__item {
  width: calc((100% - 4px) / 3);
}
@media screen and (max-width: 960px) {
  .p-collection.is-3column .p-collection__item {
    width: calc((100% - 2px) / 2);
  }
}
.p-collection.is-4column .p-collection__item {
  position: relative;
  width: calc((100% - 6px) / 4);
}
@media screen and (max-width: 960px) {
  .p-collection.is-4column .p-collection__item {
    width: calc((100% - 2px) / 2);
  }
}
.p-collection.is-6column .p-collection__item {
  width: calc((100% - 10px) / 6);
}
@media screen and (max-width: 960px) {
  .p-collection.is-6column .p-collection__item {
    width: calc((100% - 2px) / 2);
  }
}
.p-collection.is-8column {
  gap: 32px 8px;
}
@media screen and (max-width: 960px) {
  .p-collection.is-8column {
    gap: 32px 2px;
  }
}
.p-collection.is-8column .p-collection__item {
  width: calc((100% - 56px) / 8);
}
@media screen and (max-width: 960px) {
  .p-collection.is-8column .p-collection__item {
    width: 38vw;
    min-width: 38vw;
  }
}
@media screen and (max-width: 960px) {
  .p-collection.is-8column:after {
    display: block;
    content: "";
    width: 20px;
    min-width: 20px;
    height: 1px;
  }
}
.p-collection__slide {
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-collection__slide {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2px;
  }
}
.p-collection__slide .p-collection__item {
  width: calc((100% - 2px) / 2);
}

.p-itemList {
  padding: 40px 40px 80px;
}
@media screen and (max-width: 960px) {
  .p-itemList {
    padding: 40px 20px 80px;
  }
}

.p-recently {
  padding: 80px 40px;
  background: var(--color_main);
  color: var(--color_bg);
}
@media screen and (max-width: 960px) {
  .p-recently {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-recently__inner {
    overflow: auto;
    width: calc(100vw - 20px);
  }
}
.p-recently .c-contTtl {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-recently .c-contTtl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-recently .p-collection {
    flex-wrap: inherit;
  }
}
.p-recently .p-collection .p-collection__txt {
  padding: 0;
}

.p-related {
  /*padding: 80px 40px;*/
  background: var(--color_main);
  color: var(--color_bg);
}
@media screen and (max-width: 960px) {
  .p-related {
    /*padding: 40px 20px;*/
  }
}
.p-related__inner {
  display: block;
  padding: 80px 40px;
}
@media screen and (max-width: 960px) {
  .p-related__inner {
    overflow: auto;
    padding: 40px 20px;
    /*width: calc(100vw - 20px);*/
    width: 100%;
  }
}
.p-related .c-contTtl {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-related .c-contTtl {
    margin-bottom: 40px;
  }
}
.p-related .p-collection__variations span {
  border: 1px solid var(--color_bg);
}
.p-related .p-collection__variations li.is-current {
  border: 1px solid #000;
}

.p-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  transform: scale(-1, 1);
}

@media only screen and (min-width: 960px) {
  .p-loading {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.p-loading__spinner {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}

.spinner-bg {
  fill: none;
  stroke: rgb(54, 54, 54);
  stroke-width: 4;
}

.spinner-progress {
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-width: 2;
  stroke-dasharray: 100;
  stroke-dashoffset: 100; /* 初期は非表示 */
  transition: stroke-dashoffset 0.4s linear;
}

.p-form__flex {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-form__flex {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
  }
}
.p-form__flex .p-form__item {
  width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .p-form__flex .p-form__item {
    width: 100%;
  }
}
.p-form__item {
  margin-bottom: 28px;
}
@media screen and (max-width: 960px) {
  .p-form__item {
    margin-bottom: 28px;
  }
}
.p-form__item:last-child {
  margin-bottom: 0;
}
.p-form__item input[type=text],
.p-form__item input[type=tel],
.p-form__item input[type=email],
.p-form__item input[type=password] {
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 1px solid var(--color_bg);
}
@media screen and (max-width: 960px) {
  .p-form__item input[type=text].is-small__sp,
  .p-form__item input[type=tel].is-small__sp,
  .p-form__item input[type=email].is-small__sp,
  .p-form__item input[type=password].is-small__sp {
    width: 50%;
  }
}
.p-form__item select {
  width: 100%;
  height: 40px;
  padding-right: 24px;
  background-color: none;
  appearance: none;
  border: 0;
  background-image: url(//obsidian-ec.jp/cdn/shop/t/7/assets/icon-select-black.svg?v=170979931371445562311744719486);
  background-size: 12px;
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--color_bg);
}
@media screen and (max-width: 960px) {
  .p-form__item select {
    background-position: 100% center;
  }
}
.p-form__item textarea {
  width: 100%;
  height: 180px;
  border: 0;
  border-bottom: 1px solid var(--color_bg);
}
@media screen and (max-width: 960px) {
  .p-form__item textarea {
    height: 140px;
  }
}
.p-form__item dt {
  margin-bottom: 6px;
}
.p-form__item dt, .p-form__item dd {
  font-family: "helvetica_light";
  font-size: 12px;
  color: var(--color_bg);
}
.p-form__item dd.is-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.p-form__link {
  white-space: nowrap;
}
.p-form__link a {
  text-decoration: underline;
}
.p-form__note {
  margin: 20px 0;
  font-size: 12px;
  color: var(--color_bg);
}
.p-form__btm {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .p-form__btm {
    flex-direction: column;
    margin-top: 20px;
  }
}
.p-form__btm .p-form__check {
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .p-form__btm .p-form__check {
    margin-top: 20px;
  }
}
.p-form__btm label {
  font-size: 12px;
}
.p-form__check {
  display: flex;
  margin-top: 20px;
  font-size: 12px;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .p-form__check {
    width: 100%;
  }
}
.p-form__check input {
  display: none;
}
.p-form__check label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.p-form__check label a {
  text-decoration: underline;
}
.p-form__check label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #eee;
}
.p-form__check label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--color_bg);
  border-bottom: 2px solid var(--color_bg);
  transform: rotate(-45deg);
  opacity: 0;
}
.p-form__check input:checked + label:after {
  opacity: 1;
}

.p-page {
  margin-top: 32px;
}
.p-page * {
  margin: 8px 0;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .p-page * {
    margin: 12px 0;
  }
}
.p-page h2 {
  margin: 40px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--color_header);
}
@media screen and (max-width: 960px) {
  .p-page h2 {
    margin: 40px 0 16px;
  }
}
.p-page h3 {
  margin: 28px 0 8px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color_header);
}
.p-page p {
  font-size: 14px
  line-height: 2;
}
.p-page ul {
  margin: 10px 0 20px;
  list-style: disc;
  padding-left: 1.2em;
  text-indent: 0.3em;
}
.p-page ul li {
  margin: 0;
  text-indent: 0;
  font-size: 14px;
  line-height: 2;
}
.p-page a {
  text-decoration: underline;
}

/*///////////////
// Compornent
///////////////*/
.c-contTtl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "helvetica_light";
}
@media screen and (max-width: 960px) {
  .c-contTtl {
    flex-direction: column;
    gap: 12px;
    font-size: 18px;
  }
}
.c-contTtl__search {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.c-contTtl__black {
  color: var(--color_bg);
}
.c-contTtl small {
  position: relative;
  margin-left: 32px;
  padding-left: 32px;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .c-contTtl small {
    font-size: 14px;
  }
}
.c-contTtl small:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--color_bg);
  transform: rotate(30deg);
}
.c-contTtl__white small:after {
  background: var(--color_main);
}

.c-collectionTtl {
  display: flex;
  justify-content: space-between;
  padding: 64px 0 40px;
  margin: 0 40px;
  border-bottom: 1px solid var(--color_border);
}
@media screen and (max-width: 960px) {
  .c-collectionTtl {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding: 32px 0 0;
    margin: 0;
    border-bottom: 0;
  }
}

.c-sort {
  display: flex;
  align-items: center;
  gap: 44px;
  font-family: "helvetica_light";
}
@media screen and (max-width: 960px) {
  .c-sort {
    gap: 0;
    width: 100%;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
  }
}
.c-sort__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .c-sort__item {
    width: 100%;
    height: 100%;
    gap: 16px;
    border-right: 1px solid #555555;
  }
}
.c-sort__item:first-child {
  display: none;
}
.c-sort__item:last-child {
  border-right: 0;
}
.c-sort__item select {
  max-width: 260px;
  width: 100%;
  height: 45px;
  padding: 0 76px 0 20px;
  background-color: #333333;
  border: 0;
  color: var(--color_main);
  text-align: left;
  border-radius: 50px;
  font-size: 14px;
  background-image: url(//obsidian-ec.jp/cdn/shop/t/7/assets/icon-select.svg?v=162224798582857810421744719487);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  appearance: none;
}
@media screen and (max-width: 960px) {
  .c-sort__item select {
    width: 100%;
    max-width: 100%;
    height: 60px;
    opacity: 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .c-sort__item dd {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .c-sort__item dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 14px 20px;
    text-align: center;
    background-color: var(---color_bg);
    background-image: url(//obsidian-ec.jp/cdn/shop/t/7/assets/icon-select.svg?v=162224798582857810421744719487 );
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 12px;
    font-size: 13px;
  }
}

.c-icon {
  display: inline-block;
  padding: 3px 6px;
  line-height: 1.2;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  .c-icon {
    margin-left: 0;
    padding: 3px 6px 4px;
  }
}
.c-icon__sold {
  color: var(--color_note);
  border: 1px solid var(--color_note);
}
.c-icon__sale {
  color: var(--color_main);
  border: 1px solid var(--color_main);
}

@media screen and (max-width: 960px) {
  .c-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    padding: 20px;
    background: var(--color_main);
    transform: translate(-50%, -50%);
    z-index: 3;
  }
}
.c-modal__close {
  display: none;
  position: absolute;
  top: -44px;
  right: 0px;
  width: 18px;
  cursor: pointer;
}
.c-modal__close img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .c-modal__close {
    display: block;
  }
}
.c-modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
.c-modal p {
  color: var(--color_bg);
  font-size: 12px;
}

.c-sizeGuide {
  margin-top: 40px;
  font-family: "helvetica_light";
}
@media screen and (max-width: 960px) {
  .c-sizeGuide {
    margin-top: 0;
    color: var(--color_bg);
  }
}
.c-sizeGuide caption {
  font-size: 14px;
  font-family: "helvetica_regular";
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .c-sizeGuide caption {
    margin: -20px 0 0 -20px;
    width: calc(100vw - 40px);
    padding: 14px 40px;
    border-bottom: 1px solid var(--color_bg);
  }
}
@media screen and (max-width: 960px) {
  .c-sizeGuide tr:first-child td {
    padding: 23px 2px 12px;
  }
}
.c-sizeGuide td {
  padding: 12px 4px;
  border-bottom: 1px solid var(--color_main);
  line-height: 1.5;
  vertical-align: middle;
  width: 20% !important;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-sizeGuide td {
    padding: 20px 2px;
    font-size: 11px;
    border-bottom: 1px solid var(--color_border);
  }
}
.c-sizeGuide td:first-child {
  min-width: 160px !important;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .c-sizeGuide td:first-child {
    min-width: 90px !important;
  }
}
.c-sizeGuide th {
  padding: 12px 4px;
  border-bottom: 1px solid var(--color_main);
  line-height: 1.3;
  font-size: 12px;
  vertical-align: middle;
  width: 20% !important;
}
.c-sizeGuide__btn {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-sizeGuide__btn {
    display: inline-block;
  }
}
@media screen and (max-width: 960px) {
  .c-sizeGuide__btm {
    margin-top: 8px;
  }
}

.c-pageTtl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 73px 0 32px;
  color: var(--color_bg);
  border-bottom: 1px solid var(--color_border);
}
@media screen and (max-width: 960px) {
  .c-pageTtl {
    padding: 40px 0 12px;
  }
}
.c-pageTtl__main {
  font-size: 24px;
  font-weight: 400;
  font-family: "helvetica_light";
  line-height: 1.4;
  color: var(--color_header);
}
@media screen and (max-width: 960px) {
  .c-pageTtl__main {
    font-size: 18px;
  }
}
.c-pageTtl__link {
  font-size: 12px;
}
.c-pageTtl__link a {
  text-decoration: underline;
}

.c-linkList {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 14px;
}
.c-linkList__select {
  height: 40px;
  padding-right: 32px;
  background-color: none;
  appearance: none;
  border: 0;
  background-image: url(//obsidian-ec.jp/cdn/shop/t/7/assets/icon-select-black.svg?v=170979931371445562311744719486 );
  background-size: 12px;
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  text-align: right;
}

.c-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 14px;
  color: var(--color_main);
  background: var(--color_bg);
}
.c-form__btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-form__cancel {
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
}

.c-pagenavi {
  margin-top: 40px;
  padding-left: 360px;
}
@media screen and (max-width: 960px) {
  .c-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    padding-left: 0;
    padding: 0 20px;
  }
}
.c-pagenavi__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  color: var(--color_bg);
}
@media screen and (max-width: 960px) {
  .c-pagenavi__list {
    gap: 20px;
  }
}
.c-pagenavi__list span, .c-pagenavi__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding-top: 2px;
  padding-left: 1px;
  border: 1px solid var(--color_bg);
  border-radius: 32px;
  font-size: 14px;
  font-family: "helvetica_light";
}
@media screen and (max-width: 960px) {
  .c-pagenavi__list span, .c-pagenavi__list a {
    width: 26px;
    height: 26px;
    padding-top: 1px;
    border-radius: 26px;
    font-size: 12px;
  }
}
.c-pagenavi__list span {
  color: var(--color_main);
  background: var(--color_bg);
}
.c-pagenavi__list a {
  color: rgb(170, 170, 170);
  background: var(--color_main);
  border: 1px solid rgb(170, 170, 170);
}

.cart-item__error {
  margin-left: 0;
} 

.c-error {
  color: #da4545;
  font-size: 14px;
}

.c-error * {
    color: #da4545;
    font-size: 14px;
}

.c-error__top {
  margin-bottom: 32px;
}

.c-error__btm {
  margin-top: 32px;
}

.c-error__cart {
  margin-top: 0;
}

.c-datanone {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .c-datanone {
  font-size: 13px;
  text-align: center;
  }
}
/*///////////////
// Utility
///////////////*/
.u-pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .u-pc {
    display: none;
  }
}
.u-pc__flex {
  display: flex;
}
@media screen and (max-width: 960px) {
  .u-pc__flex {
    display: none;
  }
}
.u-pc__inline {
  display: inline;
}
@media screen and (max-width: 960px) {
  .u-pc__inline {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-sp {
    display: block;
  }
}
.u-sp__flex {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-sp__flex {
    display: flex;
  }
}
.u-sp__inline {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-sp__inline {
    display: inline;
  }
}

.section-header.shopify-section-group-header-group{
  z-index: 10;
}


/*ソーシャルicon*/
@media screen and (min-width: 960px) {
  .l-footer .p-footer__last .list-social__link{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: .3em;
    text-transform: uppercase;
  }
  .l-footer .p-footer__last .visually-hidden{
    position: static !important;
    overflow: visually;
    width: auto;
    height: auto;
    margin: 0;
    clip: unset;
  }
}

.l-body .p-header__icon a:nth-child(2) svg path.heart02{
  fill: transparent;
}