/** Shopify CDN: Minification failed

Line 1152:17 Expected identifier but found "*"
Line 2921:1 Expected identifier but found whitespace
Line 4654:80 Unexpected "g"
Line 4720:2 Unexpected "}"

**/
@charset "UTF-8";

/********************************************************

	SANITIZE CSS 2022 ［SYZMA］

*********************************************************/

* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF !important;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

/* h1,
h2,
h3,
h4,
a,
p,
span,
em,
q,
code,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
footer,
img,
address,
video,
iframe,
form,
label,
table,
caption,
tbody,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
} */

/* table {
  border-spacing: 0;
} */

a {
  outline: none;
  color: inherit;
}

/* img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
} */

/* img[src$=svg] {
  width: 100%;
} */

/* video {
  max-width: 100%;
  height: auto;
}

code {
  font-size: inherit;
  font-family: monospace;
} */

ul {
  list-style: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

/* ======================================================
  base
====================================================== */

/* :root {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF; 
  color: #040000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.03em;
  text-align: justify;
  overflow-wrap: break-word;
} */

/*==========================
	link
============================*/

a {
  color: #040000;
  text-decoration: underline;
}

a:hover {
  opacity: 0.7;
}

/*==========================
	reCAPTCHA V3
============================*/

/* ======================================================
  header layout
====================================================== */

.l-header {
  z-index: 10;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* ======================================================
  wrapper layout
====================================================== */

.l-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background: #FFF;
}

.l-wrapper__inner {
  flex-direction: column;
}

/* ======================================================
  main layout
====================================================== */

.l-main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.l-main--column {
  margin: 0;
}

/* ======================================================
  sidebar layout
====================================================== */

.l-sidebar {
  width: 19rem;
  max-width: 19rem;
  padding: 4rem 0rem 0rem 1rem;
}

.l-sidebar--mypage {
  padding: 5rem 0rem 0rem 1rem;
  word-break: keep-all;
}

/* ======================================================
  block layout
====================================================== */

.l-block {
  width: 100%;
}

.l-block__inner {
  width: 100%;
  margin: 0 auto;
}

.l-block__component {
  width: 100%;
  margin: 0 auto;
  padding: 1.6rem 1.6rem 1.6rem 1.6rem;
  border: 1px solid #f1f1f1;
}

.l-block__button {
  margin: 0 auto;
}

.l-block__button--primary {
  width: 23rem; /* 村上edit */
}

.l-block__button--brand {
  margin: 1rem auto 0rem;
}

.l-block__button--category,
.l-block__button--recommend,
.l-block__button--reserve,
.l-block__button--newArrivals,
.l-block__button--topics,
.l-block__button--news,
.l-block__button--styling,
.l-block__button--ranking {
  margin: 2.5rem auto 0rem;
}

.l-block__button--profile {
  margin: 3.5rem auto 0rem;
}

.l-block__button--mypage {
  margin: 3.5rem auto 0rem;
}

.l-block__banner {
  margin: 0 auto;
  padding: 0rem 1rem 0rem 1rem;
}

/* ======================================================
  footer layout
====================================================== */

.l-footer {
  z-index: 9;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 4rem !important;
  background: #363636;
}

/* ======================================================
  form component
====================================================== */

input,
select {
  width: 100%;
}

::-moz-placeholder {
  color: #BABABA;
}

:-ms-input-placeholder {
  color: #BABABA;
}

::placeholder {
  color: #BABABA;
}

label {
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: pointer;
}

label:hover [type=text],
label:hover [type=search],
label:hover [type=url],
label:hover [type=email],
label:hover [type=number],
label:hover [type=month] {
  background: #FFF;
}

[type=text],
[type=search],
[type=url],
[type=email],
[type=number],
[type=month] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem 1rem 1rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  background: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  transition: background 0.3s ease-in-out;
}

[type=text]:hover,
[type=search]:hover,
[type=url]:hover,
[type=email]:hover,
[type=number]:hover,
[type=month]:hover {
  outline: none;
  background: #FFF;
  box-shadow: none;
}

[type=text]:focus,
[type=search]:focus,
[type=url]:focus,
[type=email]:focus,
[type=number]:focus,
[type=month]:focus {
  border: 1px solid #E5E5E5;
  outline: none;
  box-shadow: none;
}

[type=text]:disabled,
[type=search]:disabled,
[type=url]:disabled,
[type=email]:disabled,
[type=number]:disabled,
[type=month]:disabled {
  border: none;
  background: #F2F2F2;
  color: #BABABA;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  outline: none;
  box-shadow: none;
}

[type=submit]:hover,
[type=button]:hover {
  opacity: 0.7;
}

[type=submit]::-moz-foucus-inner,
[type=button]::-moz-foucus-inner {
  padding: 0;
  border: none;
}

[type=radio],
[type=checkbox] {
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

[type=checkbox] + .c-form__check {
  position: relative;
}

[type=checkbox] + .c-form__check::before,
[type=checkbox] + .c-form__check::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
}

[type=checkbox] + .c-form__check::before {
  left: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #E5E5E5;
  background: #FFF;
}

[type=checkbox] + .c-form__check::after {
  top: -0.8rem;
  left: 0.8rem;
  width: 0.8rem;
  height: 1.4rem;
  transform: rotate(45deg);
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  opacity: 0;
}

[type=checkbox]:checked + .c-form__check::before {
  border: none;
  background: #363636;
}

[type=checkbox]:checked + .c-form__check::after {
  opacity: 1;
}

[type=checkbox]:hover + .c-form__check {
  outline: none;
  box-shadow: none;
}

[type=checkbox]:focus + .c-form__check {
  outline: none;
  box-shadow: none;
}

[type=radio] + .c-form__radio {
  position: relative;
}

[type=radio] + .c-form__radio::before,
[type=radio] + .c-form__radio::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  content: "";
  transition: opacity 0.3s ease-in-out;
}

[type=radio] + .c-form__radio::before {
  left: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #E5E5E5;
  background: #FFF;
}

[type=radio] + .c-form__radio::after {
  left: 0.6rem;
  width: 1.4rem;
  height: 1.4rem;
  background: #040000;
  opacity: 0;
}

[type=radio]:checked + .c-form__radio::after {
  opacity: 1;
}

[type=radio]:hover + .c-form__radio {
  outline: none;
  box-shadow: none;
}

[type=radio]:focus + .c-form__radio {
  outline: none;
  box-shadow: none;
}

.c-form__input {
  margin: 0.7rem 0rem 0rem 0rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-form__select {
  margin: 0.7rem 0rem 0rem 0rem;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-form__checkText {
  position: relative;
  margin: 0rem 0rem 0rem 3.5rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-form__radioText {
  display: inline-block;
  margin: 0rem 0rem 0rem 3.5rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-form__selectBox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 1.4rem 1.5rem 1.4rem 1.5rem;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  border-radius: 0;
  background: #FFF;
  color: #040000;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.c-form__selectBox::-ms-expand {
  display: none;
}

.c-form__selectBox:hover {
  outline: none;
  box-shadow: none;
}

.c-form__selectBox:focus {
  outline: 0;
  box-shadow: none;
}

.c-form__selectBox--year {
  width: 8.5rem;
}

.c-form__selectBox--adj {
  width: 8.5rem;
}

/* ======================================================
  move component
====================================================== */

.c-show {
  visibility: hidden;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.c-show--burger {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

/* ======================================================
  arrow component
====================================================== */

.c-arrow::before,
.c-arrow::after {
  display: inline-block;
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
}

.c-arrow__triangle {
  position: relative;
}

.c-arrow__triangle--down::before {
  position: absolute;
  top: 56%;
  right: 1rem;
  transform: translateY(-56%);
  border: 5px solid transparent;
  border-top: 8px solid #040000;
  content: "";
}

.c-arrow__text--posiL-left::before {
  transform: rotate(-135deg);
  content: "";
}

.c-arrow__text--posiL-right::before {
  transform: rotate(45deg);
  content: "";
}

.c-arrow__align {
  position: relative;
}

.c-arrow__align::before,
.c-arrow__align::after {
  position: absolute;
  top: 50%;
}

.c-arrow__align--posiR-right::after {
  right: 0;
  transform: rotate(45deg) translate(0, -50%);
  content: "";
}

/* ======================================================
  breadcrumb component
====================================================== */

.c-breadcrumb {
  padding: 1rem 1rem 1rem 1rem;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.c-breadcrumb__listItem {
  display: inline-block;
  position: relative;
  margin: 0rem 2rem 0rem 0rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-breadcrumb__listItem::before {
  position: absolute;
  top: 42%;
  right: -1.4rem;
  transform: translateY(-50%);
  content: "›";
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.c-breadcrumb__listItem:last-child {
  margin-right: 0;
  padding-right: 0;
}

.c-breadcrumb__listItem:last-child::before {
  content: normal;
}

/* ======================================================
  burger component
====================================================== */

.c-burger__button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* ======================================================
  button component
====================================================== */

.c-button {
  display: block;
  position: relative;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

.c-button:hover {
  opacity: 0.7;
}

.c-button__text--reserve {
  margin: 0.5rem 0rem 0rem 0rem;
}

.c-button__icon {
  height: 5rem;
  padding: 1.4rem 0rem 1.5rem 0rem;
  font-weight: 500;
}

.c-button__icon::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}

.c-button__icon--cart {
  background: #363636;
}

.c-button__icon--cart::before {
  width: 2.4rem;
  height: 1.8rem;
  margin: -0.4rem 1rem 0rem 0rem;
  background: url(icon-cartWH.svg) no-repeat;
  background-size: contain;
}

.c-button__icon--reserve {
  background: #825DB1;
}

.c-button__icon--reserve::before {
  width: 2rem;
  height: 1.9rem;
  margin: -0.4rem 1rem 0rem 0rem;
  background: url(icon-reserveButton.svg) no-repeat;
  background-size: contain;
}

.c-button__icon--notificationMail {
  padding: 1.6rem 0rem 1.6rem 0rem;
  background: #BABABA;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-button__icon--notificationMail::before {
  width: 2.5rem;
  height: 1.8rem;
  margin: -0.6rem 0.5rem 0rem 0rem;
  background: url(icon-notificationMailButton.svg) no-repeat;
  background-size: contain;
}

.c-button__icon--notificationLine {
  padding: 1.6rem 0rem 1.6rem 0rem;
  background: #57BE38;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-button__icon--notificationLine::before {
  width: 1.9rem;
  height: 1.8rem;
  margin: -0.5rem 0.8rem 0rem 0rem;
  background: url(icon-notificationLineButton.svg) no-repeat;
  background-size: contain;
}

.c-button__icon--favoriteOff {
  border: 1px solid #363636;
  background: #FFF;
  color: #333;
  transition: all 0.3s ease-in-out;
}

.c-button__icon--favoriteOff::before {
  width: 2rem;
  height: 1.8rem;
  margin: -0.3rem 1rem 0rem 0rem;
  background: url(icon-favorite_offButton.svg) no-repeat;
  background-size: contain;
}

.c-button__icon--favoriteOff::after {
  display: inline-block;
  margin: -0.2rem 0rem 0rem 0rem;
  content: "お気に入りに追加";
}

.c-button__icon--favoriteOn {
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
  color: #333;
  transition: all 0.3s ease-in-out;
}

.c-button__icon--favoriteOn::before {
  width: 2rem;
  height: 1.8rem;
  margin: -0.3rem 0.9rem 0rem 0rem;
  background: url(icon-favorite_onButton.svg) no-repeat;
  background-size: contain;
}

.c-button__icon--favoriteOn::after {
  display: inline-block;
  margin: -0.2rem 0rem 0rem 0rem;
  content: "お気に入りに追加済み";
}

.c-button__link {
  padding: 1.3rem 0rem 1.5rem 0rem;
  font-weight: 500;
}

.c-button--secondary {
  height: 5rem;
  padding: 1.3rem 0rem 1.4rem 0rem;
  border: 1px solid #333;
  background: #FFF;
  color: #333;
}

.c-button__form {
  padding: 0.8rem 0rem 0.9rem 0rem;
  border: 2px solid #363636;
  border-radius: 0.5rem;
  background: #363636;
  color: #FFF;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.c-button__form:hover {
  border: 2px solid #363636;
  background: none;
  color: #040000;
  opacity: 1;
}

.c-button__form--back {
  border: 2px solid #BABABA;
  background: #BABABA;
}

.c-button__form--back:hover {
  opacity: 1;
}

.c-button__form--sm {
  padding: 0.7rem 0rem 0.7rem 0rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-button__topBack {
  display: block;
  z-index: 20;
  position: fixed;
  right: 1rem;
  bottom: 6.6rem;
  width: 5rem;
  height: 5rem;
  transform: translate(0, 0);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.c-button__topBack:hover {
  opacity: 1;
}

/* ======================================================
  card component
====================================================== */

.c-card__list {
  margin: 1.5rem 0rem 0rem 0rem;
  padding: 0rem 1rem 0rem 1rem;
  gap: 2.5rem 0rem;
}

.c-card__listItem {
  width: 49.46%;
}

.c-card__listItem--item {
  /*margin: 0rem 0.2rem 0rem 0.2rem;*/
  overflow: hidden;
}

.c-card__listItem--ranking:nth-child(n+5) {
  /*width: 32.436%;*/
}

.c-card__listItem--product {
  width: 32.436%;
}

.c-card__listItem--product:nth-child(n+7) {
  display: none;
}

.c-card__listImage {
  position: relative;
}

.c-card__listRanking {
  position: absolute;
  top: 0;
  left: 0;
}

.c-card__listIcon {
  position: absolute;
  bottom: 0;
  left: 0;
  gap: 0.2rem;
}

.c-card__listDetail {
  margin: 1rem 0rem 0rem 0rem; /* 村上edit */
}

.c-card__listBrand {
  font-weight: 600;
  font-size: 14px; /* 村上edit */
  font-size: 1.4rem; /* 村上edit */
  font-weight: 700; /* 村上add */
  font-family: "Hind Vadodara", "Noto Sans JP";
}

.c-card__listText {
  margin: 0rem 0rem 1rem 0rem;
  padding: 0rem 1rem 0rem 0rem; ; /* 村上edit */
  font-weight: 500;
  font-size: 11px; /* 村上edit */
  font-size: 1.1rem; /* 村上edit */
}

.c-card__listPrice {
  margin: 0.2rem 0rem -0.5rem 0rem;
  font-weight: 500;
  font-size: 12px; /* 村上add */
}

.c-card__listPrice--inline {
  display: inline-block;
}

.c-card__listPriceSale {
  margin: 0rem 0rem -0.5rem 0rem;
  color: #E31A41;
  font-weight: 500;
  font-size: 12px; /* 村上add */
}

.c-card__listPriceSale--inline {
  display: inline-block;
  margin: 0rem 0rem 0rem 0.5rem;
}

.c-card__listTax {
  display: inline-block;
  margin: 0rem 0rem 0rem 0.5rem;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-card__listColor {
  margin: 1.3rem 0rem 0rem 0rem;
  gap: 0.5rem;
}

/* ======================================================
  dropdown component
====================================================== */

.c-dropdown {
  display: block;
  position: relative;
  width: 100%;
}

.c-dropdown:hover {
  color: #000;
  opacity: 1;
}

.c-dropdown.-cross::before,
.c-dropdown.-cross::after {
  position: absolute;
  top: 40%;
  right: 1rem;
  width: 1.5rem;
  height: 0.1rem;
  transform: translate(0, -50%);
  transform-origin: center;
  background: #000;
  content: "";
  vertical-align: middle;
  transition: transform 0.3s ease-in-out;
}

.c-dropdown.-cross::after {
  transform: rotate(90deg);
}

/* ======================================================
  flex component
====================================================== */

.c-flex {
  display: flex;
}

.c-flex.-fxw-w {
  flex-wrap: wrap;
}

.c-flex.-jc-c {
  justify-content: center;
}

.c-flex.-jc-sa {
  justify-content: space-around;
}

.c-flex.-jc-sb {
  justify-content: space-between;
}

.c-flex.-ai-c {
  align-items: center;
}

.c-flex__gap--2 {
  gap: 0.2rem;
}

.c-flex__gap--5 {
  gap: 0.5rem;
}

.c-flex__gap--8 {
  gap: 0.8rem;
}

/* ======================================================
  grid component
====================================================== */

.c-grid {
  display: -ms-grid;
  display: grid;
}

.c-grid__category {
  grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  gap: 1.5rem 0.5rem;
}

.c-grid__2column_category {/* 2024/09/26 gf.E 追加 */
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: 1.5rem 0.5rem;
}

.c-grid__category--brand {
  gap: 0.5rem;
}

.c-grid__bland {
  grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  gap: 1.4rem 0.4rem;
}

.c-grid__header {
/*   3/15光武数値変更 */
  grid-template-columns: repeat(auto-fit, 11%);
  justify-content: center;
  /*gap: 2rem 1rem; カナ非表示によりマージン変更*/
  gap: 1rem 1rem;*/
}
.c-grid__header.c-grid__header--brand { /* 村上add */
  /*   3/15光武数値変更 */
  grid-template-columns: repeat(auto-fit, 11%);
}

.c-grid__mypage {
  /*grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));*/
  grid-template-columns: repeat(2, 50%);
  gap: 0.5rem;
}

li.p-mypage__menuListItem:first-child,
li.p-mypage__menuListItem:nth-child(2),
li.p-mypage__menuListItem:nth-child(3)
{
    grid-column: 1/3;
}

/* ======================================================
  label component
====================================================== */

.c-label__icon {
  color: #FFF;
  text-align: center;
}

.c-label__icon--list {
  padding: 0.1rem 0.5rem 0.2rem 0.5rem;
  font-weight: 500;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.c-label__icon--detail {
  padding: 0.1rem 0.7rem 0.2rem 0.7rem;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.c-label__icon--new {
  /*background: #2ECBD8;*/
  background: #040000;
}

.c-label__icon--reserve {
  background: #BABABA;
  /*background: #825DB1;*/
}

.c-label__icon--sale {
  background: #E31A41;
}
.c-label__icon--member-sale {
  background: #E31A41;
}

.c-label__icon--post {
  background: #BABABA;
}

.c-label__rank {
  width: 3rem;
  height: 3rem;
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Hind Vadodara";
  text-align: center;
}

.c-label__rank--1 {
  background: #F5EA6B;
}

.c-label__rank--2 {
  background: #8E8E8E;
}

.c-label__rank--3 {
  background: #A8781D;
}

.c-label__rank--4,
.c-label__rank--other {
  background: #C1C1C1;
}

.c-label__rank--other {
  width: 2.6rem;
  height: 2.6rem;
  font-size: 18px;
  font-size: 1.8rem;
}

.c-label__color {
  width: 1.5rem;
  height: 1.5rem;
}

.c-label__color--wht {
  border: 1px solid #BABABA;
  background: #FFF;
}

.c-label__color--pnk {
  background: #FF9393;
}

.c-label__color--blk {
  background: #444;
}

.c-label__color--blu {
  background: #35BBDB;
}

.c-label__color--ppl {
  background: #B920C6;
}

.c-label__color--brn {
  background: #86240D;
}

/* ======================================================
  line component
====================================================== */

.c-line__underLine {
  background: linear-gradient(transparent 60%, #FFF393 0%);
}

/* ======================================================
  link component
====================================================== */

.c-link {
  color: #040000;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.c-link:hover {
  color: initial;
  text-decoration: none;
  opacity: 0.7;
}

.c-link__button {
  display: block;
  padding: 1.1rem 0rem 1.4rem 0rem;
  /*font-weight: 500;*/
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center !important;
}

.c-link__button--primary {
  padding: 0.8rem 0rem 0.85rem 0rem;
  border: 2px solid #363636;
  border-radius: 0.5rem;
  background: #363636;
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  cursor: pointer;
  text-align: center !important;
}

.c-link__button--primary:hover {
  border: 2px solid #363636;
  background: none;
  color: #040000;
  opacity: 1;
}

.c-link__button--secondary {
  height: 5rem;
  padding: 1.2rem 0rem 1.5rem 0rem;
  border: 1px solid #363636;
  background: #FFF;
  color: #040000;
}

.c-link__button--tertiary {
  padding: 1.05rem 0rem 1.1rem 0rem;
  border: 1px solid #E5E5E5;
  font-size: 11px;
  font-size: 1.1rem;
}

.c-link__button--tertiary:hover {
  border: 1px solid #363636;
  background: #363636;
  color: #FFF;
  opacity: 1;
}

/* ======================================================
  loading component
====================================================== */

.c-loading {
  visibility: visible;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #363636;
  text-align: center;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

.c-loading__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20.5128205128vw;
  height: 20.5128205128vw;
  transform: translate(-50%, -50%);
}

.c-loading__inner--circle,
.c-loading__inner--circle::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.c-loading__inner--circle {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid #FFF;
  -webkit-animation: rotate 1.1s infinite linear;
          animation: rotate 1.1s infinite linear;
}

@-webkit-keyframes wbounce {
  0%, 100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes wbounce {
  0%, 100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ======================================================
  mask component
====================================================== */

/* ======================================================
  modal component
====================================================== */

/* ======================================================
  pager component
====================================================== */

/* ======================================================
  share button component
====================================================== */

/* ======================================================
  slider component
====================================================== */

.c-slider {
  position: relative;
  width: 100%;
  /* opacity: 0; */
  transition: opacity 0.3s ease;
}

.c-slider.is-visible {
  opacity: 1;
}

.c-slider__list--spSlide {
  display: flex;
/*   3/17光武 */
  justify-content: flex-start;
/*   padding: 0rem 1rem 0rem 1rem; */
  overflow-x: scroll;
}

.c-slider__list--mv {
  margin: 0rem 0rem 3em 0rem;
}

.c-slider__list--tag {
  gap: 0.4rem;
}

.c-slider__list--brand {
  margin: 1.3rem 0rem 0rem 0rem;
  gap: 0.5rem;
}

.c-slider__list--item {
  gap: 0.5rem;
}

.c-slider__list--item .slick-list {
  margin: 0rem 0rem 0rem -0.5rem;
/*   padding: 0rem 7.5rem 0rem 0rem; */
}

.c-slider__listItem--item {
  
}

@media screen and (max-width: 768px){
.c-slider__listItem--item {
  min-width: 45%;
}
/*   4/5光武　先行予約商品スライダー */
  .p-reserve__listItem{
    max-width: 45%;
  }
}

.c-slider__image {
  width: 100%;
}

.c-slider__image--tag{
  /*min-width: 9rem;*/
  min-width: 30%;
}
.c-slider__image--check {
  /*min-width: 8rem;*/
   min-width: 22%;
}

@media screen and (max-width: 768px){
.c-slider__image--check {
  /*max-width: 8rem;*/
  max-width: 22%;
}
}
.c-slider__image--brand {
  /*min-width: 13.3rem;*/
  min-width: 45%;
}

.c-slider__image--brand-override {
  min-width: 22%;
}

.c-slider__image img {
  width: 100%;
}

.c-slider__caption {
  font-weight: 500;
  text-align: center;
}

.c-slider__caption--tag {
  margin: 0.4rem 0rem 0rem 0rem;
  font-size: 11px;
  font-size: 1.1rem;
}

.c-slider__caption--brand {
  width: 15rem;
  margin: 0 auto;
}

.c-slider__arrow {
  z-index: 1;
  width: 3rem;
  height: 3rem;
}

.c-slider__arrow--prev {
  position: absolute;
  top: 50%;
  left: 3% !important;
  width: 1.012rem;
  height: 1.741rem;
  transform: translate(0, -50%);
  background: url(arrowSlideLeftBL.svg) center center no-repeat;
  background-size: cover;
}

.c-slider__arrow--next {
  position: absolute;
  top: 50%;
  right: 3% !important;
  width: 1.012rem;
  height: 1.741rem;
  transform: translate(0, -50%);
  background: url(arrowSlideRightBL.svg) center center no-repeat;
  background-size: cover;
}

.c-slider__arrow--tag {
  top: 42%;
  transform: translate(0, -42%);
}

.c-slider__arrow--brand {
  top: 40%;
  transform: translate(0, -40%);
}

.c-slider__arrow--item {
  top: 40%;
  transform: translate(0, -40%);
}

.c-slider__arrow--styling {
  top: 40%;
  transform: translate(0, -40%);
}

.c-slider__arrow--productLeft {
  left: 6.41%;
}

.c-slider__arrow--productRight {
  right: 6.41%;
}

.c-slider__dots {
  position: absolute;
  right: 0rem;
  bottom: -2.7rem;
  left: 0rem;
  margin: auto;
  gap: 0.8rem;
}
ul.c-slider__dots {
    padding-inline-start: 0px !important;
}

.c-slider__dots button {
  font-size: 0;
  text-indent: -9999px;
}

.c-slider__dots button::before {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #E1E1E1;
  content: "";
}

.c-slider .slick-active button::before {
  background: #000000;
}

.slick-track {
  margin-right: 0;
  margin-left: 0;
}

/* ======================================================
  table component
====================================================== */

.c-table {
  width: 100%;
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-table dt {
  padding: 1rem 1rem 1rem 1rem;
  border-bottom: 1px solid #E5E5E5;
  background: #F2F2F2;
}

.c-table dd {
  padding: 1rem 1rem 1rem 1rem;
  border-bottom: 1px solid #E5E5E5;
}

.c-table--product {
  margin: 1.5rem 0rem 0rem 0rem;
}

.c-table--product dt {
  width: 20%;
}

.c-table--product dd {
  width: 80%;
}

/* ======================================================
  text component
====================================================== */

.c-text--delete {
  text-decoration: line-through;
}

.c-text__size--md {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-text__align--center {
  text-align: center;
}

/* ======================================================
  title component
====================================================== */

.c-title {
  /*color: #040000;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Hind Vadodara", "Noto Sans JP";
  letter-spacing: 0.1em;
  line-height:2.5rem;*/
}

.c-title__product--outline {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: initial;
}

.c-title__mypage {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-title__brand {
  width: 22rem;
  margin: -1rem auto -1rem;
  font-size: 12px !important;
  text-align: center;
  height: 80px;
}

.c-title__brand--overview {
  font-size: 18px;
  font-size: 1.8rem;
}

.c-title__brand--overviewCaption {
  font-size: 12px;
  font-size: 1.2rem;
}

/* ======================================================
  video component
====================================================== */

/* ======================================================
  wpEditor component
====================================================== */

/* ======================================================
  404 project
====================================================== */

.p-404 {
  padding: 20.5128205128vw 0vw 20.5128205128vw 0vw;
}

.p-404__text {
  margin: 10.2564102564vw auto 0vw;
  text-align: center;
}

/* ======================================================
  header project
====================================================== */

.p-burger {
  position: absolute;
  top: 0;
  left: 0;
}

.p-burger__button {
  visibility: visible;
  z-index: 1;
  width: 2rem;
  margin: 1.4rem 2rem 1.4rem 2rem;
}

.p-burger__block {
  visibility: hidden;
  z-index: 31;
  position: fixed;
  top: 0;
  left: 0;
  width: 87%;
  height: 100%;
  overflow: hidden;
  transform: translate(-110%, 0);
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.p-burger__blockBgColor {
  -ms-overflow-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 0rem 2rem 0rem;
  overflow-x: hidden;
  overflow-y: scroll;
  transform: translate(-100%, 0);
  background: #FFF;
  scrollbar-width: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.p-burger__blockBgColor::-webkit-scrollbar {
  display: none;
}

.p-burger__blockBgColor--hierarchy {
  visibility: hidden;
  transform: translate(100%, 0);
}

.p-burger__back {
  margin: 0rem 0rem 0rem 2rem;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-burger__back::before {
  width: 1rem;
  height: 1rem;
  margin: -0.3rem 0.6rem 0rem 0rem;
  border-top: 1px solid #040000;
  border-right: 1px solid #040000;
}

.p-burger__login {
  margin: 2rem 0rem 0rem 0rem;
  padding: 0rem 2rem 0rem 2rem;
}

.p-burger__nav {
  margin: 2rem 0rem 0rem 0rem;
}

.p-burger__navListTitle {
  padding: 0.8rem 1.5rem 0.8rem 1.5rem;
  background: #BABABA;
  color: #FFF;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-burger__navList--tag {
  padding: 1rem 1.5rem 2rem 1.5rem;
  gap: 0.5rem;
}

.p-burger__navList--tagLink {
  display: block;
  padding: 0.5rem 0.8rem 0.5rem 0.8rem;
  border: 1px solid #E5E5E5;
  border-radius: 2rem;
  background: #FFF;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: none;
}

.p-burger__navList--tagLink:hover {
  background: #363636;
  color: #FFF;
  opacity: 1;
}

.p-burger__navListItemLink {
  display: block;
  padding: 1.2rem 1.6rem 1.2rem 1.6rem;
  border-bottom: 1px solid #E5E5E5;
  color: #333;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-burger__navListItemLink::after {
  top: 50%;
  right: 1.6rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #040000;
  border-right: 1px solid #040000;
}

.p-burger__bodyColor {
  visibility: hidden;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* ======================================================
  footer project
====================================================== */

footer {
  text-align: left;
}

.p-footer {
  padding: 2.5rem 2rem 3rem 2rem;
}

.p-footer__listItemLink {
  display: block;
  padding: 1.2rem 0rem 1.2rem 0rem;
  border-bottom: 1px solid #555555;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
}

/******** 村上add ********/
@media screen and (min-width: 769px){
  .footer_List{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 12px;
  }
  .footer_List a{
    text-decoration:none;
  }
  .footer_List{
    width:100%;
    overflow: hidden;
    padding-bottom:30px;
  }
  .footer_List ul.footer_List-menu{
    display: flex;
  }
  .footer_List-element{
    width:18%;
    padding: 0 20px;
    border-left: #555555 1px solid;
  }
  .footer_List-element:last-child{
    border-right: #555555 1px solid;
  }
  .footer_List-element ul{
    margin-top: 13px;
  }
  .footer_List-element li{
    padding-bottom:8px;
    /*-webkit-column-count: 1;
    column-count: 1;*/
  }

  .footer_List-element.footer_List-brand{
    width:38%;
  }
  .footer_List-element.footer_List-brand span{
    display: block;
    font-size: 11px;
  }
  .footer_List-element .footer_List-brandArea{
    display: flex;
    align-items: flex-start;
  }
  .footer_List-element .footer_List-brandArea ul{
    -webkit-column-count: 2;
    column-count: 2;
  }

  .footer_List-element span.footer_List-caption{
    font-size: 13px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px){
  .footer_List{
    display:none;
  }
}
/******** 村上add end ********/

.p-footer__explainText {
  margin: 3rem 0rem 0rem 0rem;
  color: #FFF;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}

.p-footer__copy {
  margin: 2rem 0rem 0rem 0rem;
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

/* ======================================================
  header project
====================================================== */

.p-header {
  border-bottom: 1px solid #E5E5E5;
  background: #FFF;
}
.p-header a{
  text-decoration: none;
}

.p-header__notice {
  padding: 0.9rem 0rem 0.9rem 0rem;
  background: #363636;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.p-header__inner {
  position: relative;
  /* 2024/06/19 gf.E 改修 */
  /* padding: 1.4rem 0rem 1.5rem 0rem;  */
  padding: 1.8rem 0rem;
}

.p-header__logo {
  width: 11.5rem;
  height: 2.4rem; /* 村上edit */
  margin: -3px auto 0; /* 村上edit */
}
@media screen and (max-width: 768px){ /* 村上add */
  .p-header__logo {
    width: 10.5rem;
  }
}

.p-header__link {
  position: absolute;
  top: 0rem;
  right: 1.5rem;
}

.p-header__link--burger {
  top: 0.7rem;
  right: 2rem;
}

@media screen and (min-width: 769px){ 
  .p-header__link--burger {
    width: 70px;
  }
}

.p-header__linkList {
  margin: 1.6rem 0rem 0rem 0rem;
}

.p-header__linkListItem {
  height: 1.9rem;
}

.p-header__linkListItem--favorite {
  width: 2.14rem;
  margin: 0rem 1.1rem 0rem 0rem; /*村上edit*/
}

/* 2024/06/19 gf.E 改修:CSS範囲スマホのみに変更 */
@media screen and (max-width: 768px){
  .p-header__linkListItem--search {
    width: 1.9rem;
    margin: 0rem 1rem 0rem 0rem; /*村上edit*/
  }
}

.p-header__linkListItem--cart {
  width: 2.368rem;
}

/* 2024/06/19 gf.E 改修 */
@media screen and (min-width: 769px){
  .p-header__linkListItem--cart {
    width: 2.5rem;
  }
}

.p-header__search {
  visibility: hidden;
  z-index: 31;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0, -100%);
  background: #FFF;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.p-header__search--burger {
  position: fixed;
}

.p-header__searchInner {
  padding: 1rem 2rem 1rem 2rem;
  gap: 1rem;
}

.p-header__searchIcon {
  width: 1.9rem;
  height: 1.9rem;
}

.p-header__searchForm {
  width: 80%;
}

.p-header__searchInput {
  padding: 0.6rem 0.8rem 0.6rem 0.8rem;
  border: none;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-header__searchInput:focus {
  border: none;
  border-bottom: 1px solid #CCC;
}

.p-header__searchInput:hover {
  background: #FFF;
}

.p-header__searchInput::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  width: 1rem;
  height: 1rem;
  padding-right: 0px;
  background-image: url(icon-close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.p-header__searchClose {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0rem 0rem 0rem 1rem;
}

.p-header__navListItemLink {
  display: block;
  padding: 1.1rem 0rem 1.2rem 0rem;
  font-weight: 500;
}

.p-header__navListItemDropListItemImage--brand {
  border: 1px solid #E5E5E5;
}

/* ======================================================
  topics project
====================================================== */

.p-banner img {
  width: 100%;
}

/* ======================================================
  brand project
====================================================== */

@media screen and (max-width: 768px){
  .p-tag{ /** 3/23光武 **/
    padding: 0 1rem;
  }
}

.p-brand__list--logo {
  margin: 1.5rem 0rem 0rem 0rem;
  padding: 0rem 2rem 0rem 2rem;
}

.p-brand__image--logo {
  border: 1px solid #E5E5E5;
}

.p-brand__name--logo {
  margin: 0.7rem 0rem 0rem 0rem;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}

.p-brand__overviewTextBlock {
  margin: 2rem 0rem 0rem 0rem;
  padding: 0rem 2rem 0rem 2rem;
}

.p-brand__overviewText {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.9166666667;
  text-align: center;
}

.p-brand__overviewText::before,
.p-brand__overviewText::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}

.p-brand__overviewText::before {
  margin-top: -0.4583333333em;
}

.p-brand__overviewText::after {
  margin-bottom: -0.4583333333em;
}

.p-brand__overviewSns {
  margin: 2.5rem 0rem 0rem 0rem;
}

.p-brand__overviewSnsList {
  gap: 1.5rem;
}

.p-brand__overviewSnsListItem {
  width: 4rem;
}

/* ======================================================
  category project
====================================================== */

.p-category__list--top {
  margin: 1.5rem 0rem 0rem 0rem;
  padding: 0rem 1rem 0rem 1rem;
}

.p-category__list--brand {
  margin: 0.5rem 0rem 0rem 0rem;/* 2024/09/26 gf.E 1.5 → 0.5 */
  padding: 0rem 1rem 0rem 1rem;
}

/* .p-category__listItem--brand:first-child { 2024/09/26 gf.E
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
} */

.p-category__listText--top {
  margin: 0.8rem 0rem 0rem 0rem;
  font-weight: 500;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

/* ======================================================
  tag project
====================================================== */

.p-check {
  margin: 4.5rem 0rem 0rem 0rem;
}

.p-check__list {
  margin: 1.5rem 0rem 0rem 0rem;
}

/* ======================================================
  footNav project
====================================================== */

.p-footNav {
  z-index: 9999;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #606060;
  background: #FFF;
}

.p-footNav__listItem {
  width: 20%;
  padding: 0.7rem 0rem 0.8rem 0rem;
  text-align: center;
}

.p-footNav__listItemImage {
  height: 2.2rem;
  margin: 0 auto;
}
/* 3/29光武 */
.p-footNav__listItemImage--cart {
  width: 3rem;
  padding-bottom: 0.1rem;
}

.p-footNav__listItemImage--favorite {
  width: 2.1rem;
}
/* 3/30光武 */
.p-footNav__listItemImage--favorite > svg {
    overflow: visible;
}

.p-footNav__listItemImage--new {
  width: 2rem;
}

.p-footNav__listItemImage--brand {
  width: 2.067rem;
}
/* 3/29光武 */
.p-footNav__listItemImage--search {
  width: 1.8rem;
  padding-bottom: 0.68rem;
}

.p-footNav__listItemImage--menu {
  width: 1.8rem;
}

.p-footNav__listItemText {
  margin: 0.3rem 0rem 0rem 0rem;
  transform: scale(0.9);
  color: #040000;
  font-weight: 500;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
}

.p-footNav__listItemText::before,
.p-footNav__listItemText::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}

.p-footNav__listItemText::before {
  margin-top: -0.2em;
}

.p-footNav__listItemText::after {
  margin-bottom: -0.2em;
}

/* ======================================================
  mainVisual project
====================================================== */

/* ======================================================
  mypage project
====================================================== */

.p-mypage {
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-mypage__inner {
  margin: 2rem 0rem 0rem 0rem;
  padding: 0rem 1rem 0rem 1rem;
}

.p-mypage__inner--sm {
  padding: 0rem 2.5rem 0rem 2.5rem;
}

.p-mypage__inner--profile {
  margin: 0.5rem 0rem 0rem 0rem;
}

.p-mypage__text--normal {
  padding: 1rem 1rem 1rem 1rem;
  background: #DEF0EF;
}

.p-mypage__text--url {
  display: block;
  margin: 1rem 0rem 0rem 0rem;
}

.p-mypage__text--anomaly {
  padding: 1rem 1rem 1rem 1rem;
  background: #F0DEDE;
  color: #E31A41;
}

.p-mypage__topics {
  padding: 2rem 0rem 2rem 0rem;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
}

.p-mypage__title {
  margin: 2.5rem 0rem 0rem 0rem;
}

.p-mypage__title--top {
  margin: 2rem 0rem 0rem 0rem;
}

.p-mypage__title--sub {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background: #F2F2F2;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-mypage__userStatus {
  font-family: "Hind Vadodara";
}

@media screen and (max-width:768px){
  .p-mypage__userStatus {
    font-family: "Hind Vadodara";
    flex-direction: column;
    align-items: center;
}

}

.p-mypage__userStatusDetail {
  width: 50%;
/*   4/10光武 */
  padding: 2.5rem 0rem 3.5rem 0rem;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}

/* 4/10光武 */
@media screen and (max-width:768px){
  #userStatusDetail__Rank {
    font-size: 18px;
  }
}
@media screen and (min-width:769px){
#userStatusDetail__Rank {
  font-size: 24px;
  margin-top: 7px;
}
}

.p-mypage__userStatusTitle {
  display: block;
  margin: 0.2rem 0rem 0rem 0rem;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
/* 4/10光武 */
@media screen and (min-width:769px){
#userStatusTitle__RankInfo{
  margin-top:7px;
}
}

.p-mypage__barcode {
  width: 20rem;
  margin: 0 auto;
}

.p-mypage__menu {
  position: relative;
}

.p-mypage__menuList {
  margin: 1.5rem 0rem 0rem 0rem;
  padding: 0rem 1rem 0rem 1rem;
}

/* 4/10光武 */
@media screen and (max-width: 768px){
.p-mypage__menuListItem a {
  font-size: 10px;
}
  }


.p-mypage__banner {
  flex-direction: column;
  margin: 4.5rem 0rem 0rem 0rem;
}

.p-mypage__bannerImage {
  margin: 0.5rem 0rem 0rem 0rem;
}

.p-mypage__bannerImage:first-child {
  margin: 0;
}

.p-mypage__form--app {
  margin: 1.5rem 0rem 0rem 0rem;
}

.p-mypage__formRow {
  flex-direction: column;
}

.p-mypage__formRow--row {
  flex-direction: row;
  gap: 1.5rem;
}

.p-mypage__formBlock {
  width: 100%;
  margin: 1.5rem 0rem 0rem 0rem;
}

.p-mypage__formBlock--year {
  width: 10.3rem;
  margin: 0;
}

.p-mypage__formBlock--row {
  width: 10.3rem;
  margin: 0;
}

.p-mypage__formTitle {
  font-weight: 700;
}

.p-mypage__formTitle--adj {
  margin: 2.2rem 0rem 0rem 0rem;
}

.p-mypage__formCaution {
  margin: 1rem 0rem 0rem 0rem;
  color: #BABABA;
}

.p-mypage__formCaution a {
  color: #BABABA;
}

.p-mypage__formText--ml {
  margin: 0rem 0rem 0rem 0.6rem;
}

.p-mypage__list {
  margin: 0.5rem 0rem 0rem 0rem;
}

.p-mypage__list--item {
  margin: 2rem 0rem 0rem 0rem;
}

.p-mypage__listItem {
  position: relative;
}

.p-mypage__listItem--frame {
  padding: 0.2rem 0rem 2rem 0rem;
  border: 1px solid #E5E5E5;
}

.p-mypage__listItem--frame:nth-child(n+2) {
  margin: 0.5rem 0rem 0rem 0rem;
}

.p-mypage__listItem--tab {
  padding: 0.2rem 0rem 0rem 0rem;
}

.p-mypage__listItem--item {
  padding: 0rem 1rem 0rem 1rem;
}

.p-mypage__listItem--item:nth-child(n+2) {
  margin: 1rem 0rem 0rem 0rem;
}

.p-mypage__deliverState {
  display: inline-block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  background: #363636;
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}

.p-mypage__dl--frame {
  margin: 1.5rem 0rem 0rem 0rem;
  padding: 0rem 1.5rem 0rem 1.5rem;
}

.p-mypage__dl--price {
  padding: 2rem 1rem 2rem 1rem;
  border-top: 1px solid #E5E5E5;
}

.p-mypage__dt--list {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background: #F2F2F2;
}

.p-mypage__dt--frame {
  width: 7.3rem;
  color: #BABABA;
  font-weight: 700;
}

.p-mypage__dt--lg {
  width: 10.5rem;
}

.p-mypage__dd--list {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.p-mypage__listButton {
  width: 21rem;
  margin: 0 auto;
  gap: 1rem;
}

.p-mypage__listButtonSize {
  width: 10rem;
  margin: 2rem 0rem 0rem 0rem;
}

.p-mypage__table {
  width: 100%;
  border-collapse: collapse;
}

.p-mypage__table--frame {
  margin: 2rem 0rem 0rem 0rem;
}

.p-mypage__table--frame tbody tr:last-child {
  border: none;
}

.p-mypage__table tbody tr {
  border-bottom: 1px solid #E5E5E5;
}
/* 4/11光武 */
.p-mypage__th {
  padding: 1rem 1rem 1rem 1rem;
  background: #F2F2F2;
  color: #040000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-mypage__th {
  padding: 1rem 1rem 1rem 1rem;
  background: #F2F2F2;
  font-size: 12px;
  color: #040000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif;
}
}

.p-mypage__th--item {
  width: 45%;
}

.p-mypage__th--num {
  width: 16%;
}

.p-mypage__td {
  padding: 2rem 1rem 2rem 1rem;
  text-align: left;
  vertical-align: top;
}

.p-mypage__tdText--num {
  display: block;
  margin: 1rem 0rem 0rem 0rem;
}

.p-mypage__tab {
  text-align: center;
  cursor: pointer;
}

.p-mypage__tabButton {
  width: 50%;
  padding: 1.2rem 0rem 1.2rem 0rem;
  background: #BABABA;
  color: #FFF;
  transition: background 0.3s ease-in-out;
}

.p-mypage__tabButton:hover {
  background: #363636;
}

.p-mypage__tabPanel {
  display: none;
  margin: 1rem 0rem 0rem 0rem;
  opacity: 0;
}

.p-mypage__itemImage {
  width: 20%;
}

.p-mypage__itemDetail {
  width: 60%;
  padding: 0rem 4rem 0rem 0rem;
}

.p-mypage__itemDetailColor {
  margin: 0.7rem 0rem 0rem 0rem;
}

.p-mypage__itemDetailNum {
  margin: 0.5rem 0rem 0rem 0rem;
  color: #BABABA;
}

.p-mypage__itemInformation {
  margin: 3.2rem 0rem 0rem 0rem;
}

.mypage__banner {
    width: 95%;
    margin: 0 auto 3%;
}

.mypage__banner_new {
    width: 95%;
    margin: 0 auto 3%;
}

/* ======================================================
  news project
====================================================== */

.p-news__list {
  margin: 1.5rem 0rem 0rem 0rem;
  padding: 0rem 2rem 0rem 2rem;
}

.p-news__listItem {
  flex-direction: column;
  padding: 1.5rem 0rem 1.5rem 0rem;
  border-bottom: 1px solid #E5E5E5;
}

.p-news__listItem:first-child {
  padding-top: 0;
}

.p-news__listDate {
  color: #BABABA;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Hind Vadodara";
  margin-right: 1.4rem;
}

.p-news__listText {
  /*margin: 0.3rem 0rem 0rem 0rem;*/
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

/* ======================================================
  product project
====================================================== */

.p-product {
  flex-direction: column;
}

.p-product__list {
  padding: 0rem 1rem 0rem 1rem;
}

.p-product__list--thumbnail {
  -ms-overflow-style: none;
  margin: 1rem 0rem 0rem 0rem;
  padding: 0rem 0rem 0rem 1rem;
  overflow: auto;
  gap: 0.4rem;
  scrollbar-width: none;
}

.p-product__list--thumbnail .current::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 3px solid #363636;
  content: "";
}

.p-product__list--thumbnail::-webkit-scrollbar {
  display: none;
}

.p-product__image--thumbnail {
  position: relative;
  flex-shrink: 0;
  width: 6.2rem;
}

.p-product__detail {
/*   padding: 2.5rem 1rem 0 1rem; */
  padding: 2.5rem 0;
}

.p-product__detail--inner {
  padding: 0rem;
}

.p-product__detailTitle {
  padding: 0rem 0rem 0.6rem 0rem;
  border-bottom: 1px solid #E5E5E5;
}
.p-product__detailTitle-override {/* 2024/09/30 gf.E 追加 */
  margin: 4% auto !important;
}
.p-product__icon {
  justify-content: center;
  gap: 0.5rem;
}

.p-product__brand {
  margin: 1rem 0rem 0rem 0rem;
  text-align: left;
}

.p-product__brandName {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Hind Vadodara", "Noto Sans JP";
}

.p-product__brandName--caption {
  font-size: 12px;
  font-size: 1.2rem;
}

.p-product__brandName--banner {
  width: 22rem;
  margin: 0rem auto 0rem;
  margin-top: 6.645%;
  margin-bottom: 8.309%;
}

.p-product__title {
  margin: 1rem 0rem 0rem 0rem;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-family: "Hind Vadodara", "Noto Sans JP";
  text-align: left;
}
.p-product__handle {/* 2024/09/25 gf.E 追加 */
  color: #555 !important;
  font-size: 1.2rem;
  margin: 10px 0;
  text-align: left;
}
.

.p-product__price {
  margin: 0.5rem 0rem 0rem 0rem;
  gap: 1rem;
}

.p-product__priceRegular,
.p-product__priceSale {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}

.p-product__priceTax {
  display: inline-block;
  margin: 0rem 0rem 0rem 0.5rem;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-product__priceExplain {
  margin: 0.4rem 0rem 0rem 0rem;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-product__point {
  margin: 0.6rem 0rem 0rem 0rem;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-product__form {
  padding: 1rem 0rem 0rem 0rem;
  border-bottom: 1px solid #E5E5E5;
}

.p-product__colorList {
  margin: 1rem 0rem 0rem 0rem;
  gap: 0.5rem;
}

.p-product__colorListItem {
  width: 6.6rem;
}

.p-product__colorListItem input {
  width: 0;
  height: 0;
  opacity: 0;
}

.p-product__colorListItem label {
  position: relative;
}

.p-product__colorListItem input:checked + label .p-product__colorListItemBorder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 3px solid #363636;
}

.p-product__colorListItemText {
  margin: 0rem 0rem 0rem 0rem;
  font-size: 9px;
  font-size: 0.9rem;
  text-align: center;
}

.p-product__size {
  margin: 2rem 0rem 0rem 0rem;
}

.p-product__sizeList {
  margin: 1rem 0rem 0rem 0rem;
  gap: 0.5rem;
}

.p-product__sizeListItem {
  min-width: 5.4rem;
}

.p-product__sizeListItem input {
  width: 0;
  height: 0;
  opacity: 0;
}

.p-product__sizeListItem input:checked + label {
  border: 3px solid #363636;
  background: #363636;
  color: #FFF;
}

.p-product__sizeListItem label {
  /*width: 5.4rem;*/
  height: 5.4rem;
  border: 1px solid #363636;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Hind Vadodara";
}

.p-product__button {
  margin: 3rem 0rem 0rem 0rem;
}

.p-product__button--favorite {
  margin: 1rem 0rem 0rem 0rem;
}

.p-product__outline {
  padding: 0rem;
}

.p-product__explain {
  margin: 4.5rem 0rem 0rem 0rem;
}

.p-product__explainText {
  margin: 0.8rem 0rem 0rem 0rem;
  font-size: 13px;
  font-size: 1.3rem;
}

/* .p-product__information { 2024/09/30 gf.E 
  margin: 4.5rem 0rem 0rem 0rem;
} */

.p-product__informationInner {
  display: none;
}

.p-product__informationText {
  margin: 1rem 0rem 0rem 0rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-product__review {
  margin: 4.5rem 0rem 0rem 0rem;
  padding: 0rem 1rem 0rem 1rem;
}

.p-product__reviewBlock {
  height: 43rem;
  margin: 1.5rem 0rem 0rem 0rem;
  background: #E5E5E5;
}

.p-product__banner {
  margin: 4.5rem 0rem 0rem 0rem;
  padding: 0rem 1rem 0rem 1rem;
}

.p-product__bannerInner {
/* 3/20 光武 */
/*   border: 1px solid #E5E5E5; */
}

.p-product__bannerImage {
  width: 100%;
}

.p-product__bannerLinkText {
  display: block;
  margin: 1rem 0rem 0rem 0rem;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

.p-product__bannerLinkText::before {
  width: 0.7rem;
  height: 0.7rem;
  margin: -0.3rem 1rem 0rem 0rem;
  border-top: 1px solid #040000;
  border-right: 1px solid #040000;
}

.p-product__keyword {
  margin: 4.5rem 0rem 0rem 0rem;
  padding: 0rem 1rem 0rem 1rem;
}

.p-product__keywordList {
  margin: 1.6rem 0rem 0rem 0rem;
  gap: 0.5rem;
}

.p-product__keywordListLink {
  display: block;
  padding: 0.5rem 0.8rem 0.5rem 0.8rem;
  border: 1px solid #E5E5E5;
  border-radius: 2rem;
  background: #FFF;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.p-product__keywordListLink:hover {
  background: #363636;
  color: #FFF;
  opacity: 1;
}

/* ======================================================
  sidebar project
====================================================== */

.p-sidebar__inner {
  margin: 4rem 0rem 0rem 0rem;
}

.p-sidebar__inner:first-child {
  margin: 0;
}

.p-sidebar__title {
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
}

.p-sidebar__list {
  margin: 1rem 0rem 0rem 0rem;
}

.p-sidebar__listItem {
  padding: 0.9rem 0rem 0.9rem 0rem;
  border-bottom: 1px solid #E1E1E1;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-sidebar__list--tag {
  gap: 0.5rem;
}

.p-sidebar__listLink--tag {
  display: block;
  padding: 0.5rem 0.8rem 0.5rem 0.8rem;
  border: 1px solid #E5E5E5;
  border-radius: 2rem;
  background: #FFF;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: none;
}

.p-sidebar__listLink--tag:hover {
  background: #363636;
  color: #FFF;
  opacity: 1;
}

/* ======================================================
  sns project
====================================================== */

.p-sns {
  margin: 4.5rem 0rem 0rem 0rem;
}

.p-sns--burger {
  margin: 2rem 0rem 0rem 0rem;
}

.p-sns__list {
  gap: 1.5rem;
}

.p-sns__list--burger {
  gap: 1.2rem;
}

.p-sns__listItem {
  width: 4rem;
  height: 4rem;
}

.p-sns__listItem--burger {
  width: 3.1rem;
  height: 3.1rem;
}

/* ======================================================
  tag project
====================================================== */

/* ======================================================
  topics project
====================================================== */

.p-topics__list {
  margin: 1.3rem 0rem 0rem 0rem;
  padding: 0rem 1rem 0rem 1rem;
  gap: 1.5rem 0rem;
}

.p-topics__listItem {
  width: 49.46%;
}

.p-topics__listText {
  margin: 0.8rem 0rem 0rem 0rem;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

/* ======================================================
  color utility
====================================================== */

.u-color__text--red {
  color: #E31A41 !important;
}

/* ======================================================
  display utility
====================================================== */

.u-disp--sp {
  display: block;
}

.u-disp--pc {
  display: none;
}

.u-disp--block {
  display: block;
}

.u-disp--scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.u-disp--scroll::-webkit-scrollbar {
  display: none;
}

/* ======================================================
  Javascript state utility
====================================================== */

.is-active {
  display: block;
  -webkit-animation: active 0.3s ease-in-out;
          animation: active 0.3s ease-in-out;
  opacity: 1;
}

.is-tabButton {
  background: #363636;
}

.is-hide {
  -webkit-animation-name: hide;
          animation-name: hide;
}

.is-show {
  visibility: visible;
  opacity: 1;
}

.is-move {
  visibility: visible;
  transform: translate(0, 0);
  opacity: 1;
  position: fixed;
}

.is-move--absX {
  visibility: visible;
  transform: translate(-50%, 0);
  opacity: 1;
}

.is-move--absY {
  visibility: visible;
  transform: translate(0, -50%);
  opacity: 1;
}

.is-move--absC {
  visibility: visible;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.is-move--mask {
  visibility: visible;
  width: 100%;
  opacity: 1;
}

.is-burgerLineMoveUpper {
  width: 80%;
  transform: translate(1.7948717949vw, 5.1282051282vw) rotate(-45deg);
}

.is-burgerLineMoveMiddle {
  opacity: 0;
}

.is-burgerLineMoveLower {
  width: 80%;
  transform: translate(1.7948717949vw, -5.1282051282vw) rotate(45deg);
}

.is-ddArrow.-cross::after {
  transform: rotate(0deg);
}

.is-topBackFooter {
  position: absolute;
  top: -6rem;
  right: 1rem;
}

/* ======================================================
  keyframes
====================================================== */

@-webkit-keyframes active {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes active {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@-webkit-keyframes move-up {
  0% {
    visibility: hidden;
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes move-up {
  0% {
    visibility: hidden;
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes move-down {
  0% {
    visibility: hidden;
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes move-down {
  0% {
    visibility: hidden;
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes move-left {
  0% {
    visibility: hidden;
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes move-left {
  0% {
    visibility: hidden;
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes move-right {
  0% {
    visibility: hidden;
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes move-right {
  0% {
    visibility: hidden;
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
}

/* ======================================================
  margin utility
====================================================== */

.u-margin__top--10 {
  margin-top: 1rem;
}

.u-margin__top--20 {
  margin-top: 2rem;
}

.u-margin__top--25 {
  margin-top: 2.5rem;
}

.u-margin__block {
  margin-top: 4.5rem; 
}
/* 3/31光武 */
.u-margin__block-list {
  margin-top: 15px; 
}

.u-margin__block--tag {
  margin-top: 3rem;
}

@media (min-width: 769px) {
/* 既存CSSに合わせるためコメントアウト */
/*   .l-header {
    position: fixed;
    top: 0;
    left: 0;
  } */

  .l-wrapper__inner {
    flex-direction: row-reverse;
    gap: 3rem;
  }

  .l-main {
    max-width: 117.2rem;
  }

  .l-block__inner {
    width: 96%;
    max-width: 1200px;
    margin: 3em auto;
    justify-content: center !important;
  }

  .l-block__component {
    width: 50rem;
    padding: 3rem 3rem 3rem 3rem;
  }

  .l-block__button--primary {
    width: 35rem; /* 村上edit */
  }

  .l-block__button--category,
  .l-block__button--recommend,
  .l-block__button--reserve,
  .l-block__button--newArrivals,
  .l-block__button--topics,
  .l-block__button--news,
  .l-block__button--styling,
  .l-block__button--ranking {
    margin: 3rem auto 0rem;
  }

  .l-block__button--profile {
    margin: 7rem auto 0rem;
  }

  .l-block__button--mypage {
    margin: 4.5rem auto 0rem;
  }

  .l-block__banner {
    padding: 0 15%;
  }

  .c-form__selectBox--year {
    width: 20rem;
  }

  .c-form__selectBox--adj {
    width: 15rem;
  }

  .c-arrow::before,
  .c-arrow::after {
    width: 0.8rem;
    height: 0.8rem;
  }

  .c-button__form {
    padding: 1.2rem 0rem 1.4rem 0rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-button__form--back:hover {
    opacity: 0.7;
  }

  .c-button__form--sm {
    padding: 0.8rem 0rem 0.8rem 0rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-button__topBack {
    right: 1rem;
    bottom: 1.5rem;
  }

  .c-button__topBack:hover {
    opacity: 0.7;
  }

  .c-card__list {
    margin: 2rem 0rem 0rem 0rem;
    padding: 0;
  }

  .c-card__listItem {
    width: 19.122%;
  }

  .c-card__listItem--item {
    margin: 0rem 0.5rem 0rem 0.5rem;
  }

  .c-card__listItem--ranking:nth-child(n+5) {
    width: 19.122%;
  }

  .c-card__listItem--product {
    width: 19.122%;
  }

  .c-card__listItem--product:nth-child(n+6) {
    display: none;
  }

  .c-grid__category {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: 2rem 1.5rem;
  }
  .c-grid__2column_category {/* 2024/09/26 gf.E 追加 */
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    gap: 2rem 1.5rem;
  }
  .c-grid__category img{
	  width: 100%;
  }

  .c-grid__category--brand {
    gap: 1rem;
  }

  .c-grid__bland {
    grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
    gap: 3rem 1.5rem;
  }

  .c-grid__mypage {
    grid-template-columns: repeat(auto-fit, minmax(23.75%, 1fr));
    gap: 1rem;
  }

  .c-link__button--primary {
    padding: 1.2rem 0rem 1.3rem 0rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-loading__inner {
    width: 24rem;
    height: 24rem;
  }

  .c-slider__list--spSlide {
    display: block;
    padding: 0;
    overflow: hidden;
  }

  .c-slider__list--tag .slick-list {
    margin: 0rem 0rem 0rem -0.5rem;
    padding: 0rem 7.5rem 0rem 0rem;
  }

  .c-slider__list--brand {
    margin: 2rem 0rem 0rem 0rem;
  }

  .c-slider__list--brand .slick-list {
    margin: 0rem 0rem 0rem -0.5rem;
    padding: 0rem 7.5rem 0rem 0rem;
  }

  .c-slider__listItem--item {
    min-width: auto;
  }

  .c-slider__image--mv {
    margin: 0rem 0.25rem 0rem 0.25rem;
  }

  .c-slider__image--tag,
  .c-slider__image--check {
    width: 197px !imporant;
    min-width: auto;
    margin: 0rem 0.5rem 0rem 0.5rem;
/*     4/6光武 */
    max-width: 197p;
  }

  .c-slider__image--brand {
    min-width: auto;
    margin: 0rem 0.5rem 0rem 0.5rem;
  }

  .c-slider__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 0%;
       object-position: 0% 0%;
  }

  .c-slider__caption--tag {
    margin: 1rem 0rem 0rem 0rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-slider__caption--brand {
    width: 15rem;
  }

  .c-slider__arrow--prev {
    left: 1.1% !important;
    width: 3rem;
    height: 3rem;
    background: url(slickArrow-prev.svg) center center no-repeat;
    background-size: cover;
  }

  .c-slider__arrow--next {
    right: 1.1% !important;
    width: 3rem;
    height: 3rem;
    background: url(slickArrow-next.svg) center center no-repeat;
    background-size: cover;
  }

  .c-slider__arrow--mvLeft {
    left: 8.7%;
  }

  .c-slider__arrow--mvRight {
    right: 8.7%;
  }

  .c-slider__arrow--productLeft {
    left: 2.2%;
  }

  .c-slider__arrow--productRight {
    right: 2.2%;
  }

  .c-slider__dots {
    gap: 1rem;
  }

  .c-title {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }

  .c-title__product--form {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }

  .c-title__product--outline {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-404 {
    padding: 12rem 0rem 12rem 0rem;
  }

  .p-404__text {
    margin: 4rem auto 0rem;
  }

  .p-footer__explainText {
    margin: 0.5rem 0rem 0rem 0rem;
  }

  .p-header__inner {
    display: block;
    border-bottom: 1px solid #E5E5E5;
  }

  .p-header__link {
    right: 4rem;
  }

  .p-header__linkListItem {
    height: 1.944rem;
  }

  .p-header__linkListItem--favorite {
    width: 2.108rem;
    margin: 0rem 2.48rem 0rem 0rem;
  }

  .p-header__linkListItem--mypage {
    width: 1.558rem;
    margin: 0rem 2.5rem 0rem 0rem;
  }

  /* 2024/06/19 gf.E 改修：コメントアウト */
  /* .p-header__linkListItem--search {
    margin: 0rem 2.44rem 0rem 0rem;
  }  */

  .p-header__searchInner {
    width: 45.5rem;
    margin-left: auto;
  }

  .p-header__navList {
    position: relative;
    gap: 2.4rem;
    font-size: 12px;
    font-size: 1.2rem;
  }

/* 2024.6.19 gf.E改修：ヘッダーブランド一覧表示修正対応 */
  /* .p-header__navListItem--drop:hover > .p-header__navListItemDrop {
    visibility: visible;
    opacity: 1;
    border-bottom: 1px solid #E5E5E5;
  }

  .p-header__navListItemDrop {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3rem 0rem 4.5rem 0rem;
    gap: 1.6rem;
    background: #FFF;
    opacity: 0;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .p-header__navListItemDropList {
    max-width: 92%;
    margin: 0 auto;
    padding: 0rem 3rem 0rem 3rem;
  } */

  .p-header__navListItemDropListItemTitle {
    margin: 1.5rem 0rem 0rem 0rem;
    padding: 0rem 0rem 1rem 0rem;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
  }

  .p-header__navListItemDropListItemTitle--brand {
    margin: 0.8rem 0rem 0rem 0rem;
    font-weight: 500;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
  }

  .p-header__navListItemDropListItemListItem {
    margin: 1rem 0rem 0rem 0rem;
  }

  .p-header__navListItemDropListItemListItemLink {
    display: block;
    font-weight: 500;
  }

  .p-brand__list--logo {
    margin: 2rem 0rem 0rem 0rem;
    padding: 0;
  }

  .p-brand__name--logo {
    margin: 0.8rem 0rem 0rem 0rem;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-category__list--top {
    margin: 2rem 0rem 0rem 0rem;
    padding: 0;
  }

  .p-category__list--brand {
    margin: 1rem 0rem 0rem 0rem;/* 2024/09/26 gf.E 2 → 1 */
    padding: 0;
  }

  /* .p-category__listItem--brand:first-child { 2024/09/26 gf.E
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  } */

  .p-category__listText--top {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .p-check {
    margin: 5rem 0rem 0rem 0rem;
  }

  .p-check__list {
    margin: 2.7rem 0rem 0rem 0rem;
  }

  .p-mypage {
    padding: 5rem 0rem 0rem 0rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-mypage__inner {
    margin: 3.4rem 0rem 0rem 0rem;
    padding: 0rem 5rem 2rem 5rem;
  }

  .p-mypage__inner--profile {
    margin: -0.6rem 0rem 0rem 0rem;
  }

  .p-mypage__text--normal {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }

  .p-mypage__text--anomaly {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }

  .p-mypage__topics {
    padding: 1.5rem 0rem 1.5rem 0rem;
    border-top: 1px solid #E5E5E5;
  }

  .p-mypage__title {
    margin: 0;
  }

  .p-mypage__title--top {
    margin: 3.5rem 0rem 0rem 0rem;
  }

  .p-mypage__title--sub {
    padding: 1.8rem 1.5rem 1.8rem 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-mypage__userStatus {
    max-width: 52.1rem;
    margin: 0 auto;
  }

  .p-mypage__userStatusDetail {
    padding: 3rem 0rem 4rem 0rem;
    font-size: 30px;
    font-size: 3rem;
  }

  .p-mypage__userStatusTitle {
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-mypage__menuList {
    margin: 2rem 0rem 0rem 0rem;
    padding: 0;
  }

  .p-mypage__banner {
    flex-direction: row;
    margin: 6rem 0rem 0rem 0rem;
  }

  .p-mypage__bannerImage {
    width: 45rem;
    margin: 1rem 0rem 0rem 0rem;
  }

  .p-mypage__bannerImage:nth-child(-n+2) {
    margin: 0;
  }

  .p-mypage__formRow {
    flex-direction: row;
  }

  .p-mypage__formRow--row {
    gap: 3.5rem;
  }

  .p-mypage__formBlock {
    width: 39rem;
    margin: 4rem 0rem 0rem 0rem;
  }

  .p-mypage-withdraw .p-mypage__formBlock {
    width: 100%;
    margin: 4rem 0rem 0rem 0rem;
  }

  .p-mypage__formBlock--year {
    width: 22.7rem;
    margin: 0.1rem 0rem 0rem 0rem;
  }

  .p-mypage__formBlock--row {
    width: 17.7rem;
    margin: 0.1rem 0rem 0rem 0rem;
  }

  .p-mypage__formBlock--width {
    width: 100%;
  }

  .p-mypage__formTitle--adj {
    margin: 4.5rem 0rem 0rem 0rem;
  }

  .p-mypage__formText--ml {
    margin: 0rem 0rem 0rem 1.4rem;
  }

  .p-mypage__list {
    margin: 1rem 0rem 0rem 0rem;
  }

  .p-mypage__list--item {
    margin: 2rem 0rem 0rem 0rem;
  }

  .p-mypage__listItem--frame {
    padding: 0.8rem 0rem 2.7rem 0rem;
  }

  .p-mypage__listItem--frame:nth-child(n+2) {
    margin: 1rem 0rem 0rem 0rem;
  }

  .p-mypage__listItem--tab {
    padding: 0.8rem 0rem 0rem 0rem;
  }

  .p-mypage__listItem--item:nth-child(n+2) {
    margin: 1rem 0rem 0rem 0rem;
  }

  .p-mypage__deliverState {
    padding: 1rem 1.4rem 1rem 1.4rem;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-mypage__dl--frame {
    margin: 2rem 0rem 0rem 0rem;
    padding: 0rem 2.5rem 0rem 2.5rem;
  }

  .p-mypage__dt--list {
    padding: 1.8rem 1.5rem 1.8rem 1.5rem;
  }

  .p-mypage__dt--frame {
    width: 10.8rem;
  }

  .p-mypage__dd--list {
    padding: 1.8rem 1.5rem 1.8rem 1.5rem;
  }

  .p-mypage__listButton {
    width: 41rem;
  }

  .p-mypage__listButtonSize {
    width: 20rem;
    margin: 4rem 0rem 0rem 0rem;
  }

  .p-mypage__th--item {
    width: 60%;
  }

  .p-mypage__itemDetail {
    width: 70%;
    padding: 0;
  }

  .p-news__list {
    margin: 2.4rem 0rem 0rem 0rem;
    padding: 0;
  }

  .p-news__listItem {
    flex-direction: row;
    align-items: center;
  }

  .p-news__listItem:first-child {
    padding: 1.5rem 0rem 1.5rem 0rem;
    border-top: 1px solid #E5E5E5;
  }

  .p-news__listDate {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .p-news__listText {
    margin: 0rem 0rem 0rem 3rem;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .p-product {
    flex-direction: row;
    margin: 5rem auto 0rem auto;
    gap: 4rem;
	max-width: 91rem;
  }

  .p-product__slider {
    width: 48%;
    max-width: 42rem;
  }

  .p-product__list {
    padding: 0;
  }

  .p-product__list--thumbnail {
    flex-wrap: wrap;
    padding: 0;
    gap: 0.7rem;
  }

  .p-product__image--thumbnail {
    width: 7rem;
  }

  .p-product__detail {
    padding: 0;
  }

  .p-product__icon {
    justify-content: flex-start;
  }

  .p-product__colorList {
    gap: 2.2rem 0.5rem;
  }

  .p-product__colorListItem {
    width: 5.7rem;
  }

  /* .p-product__information { 2024/09/30 gf.E 
    margin: 4rem 0rem 0rem 0rem;
  } */
  
  .p-product__banner {
    padding: 0;
/*     3/20光武 */
    width: 100%;
    max-width: 840px;
    margin: 6rem auto 0;
  }

/* 3/15光武  .p-product__bannerImage {
    max-width: 56.7rem;
  } */

  .p-product__bannerName {
    width: 37.69%;
    max-width: 34.3rem;
    padding: 2.2%;
    text-align: center;
  }

  .p-sns {
    margin: 7rem 0rem 0rem 0rem;
  }

  .p-topics__list {
    margin: 2rem 0rem 0rem 0rem;
    padding: 0;
  }

  .p-topics__listItem {
    width: 24.1775%;
  }

  .u-disp--sp {
    display: none;
  }

  .u-disp--pc {
    display: block;
  }

  .is-move {
    visibility: visible;
    transform: translate(0, 0);
    opacity: 1;
  }

  .is-burgerLineMoveUpper {
    transform: translate(0.8rem, 2.4rem) rotate(-45deg);
  }

  .is-burgerLineMoveLower {
    transform: translate(0.8rem, -2.3rem) rotate(45deg);
  }

  .u-margin__block {
    margin-top: 7rem;
  }

    .u-margin__block-list {
    margin-top: 30px;
  }

  .u-margin__block--tag {
    margin-top: 4rem;
  }
}

@media (min-width: 769px) and (max-width: 1171px) {
  .c-form__selectBox--year {
    width: 18rem;
  }

  .c-form__selectBox--adj {
    width: 12rem;
  }

  .p-header__navList {
    gap: 1.9rem;
  }

  .p-mypage__inner {
    padding: 0rem 0rem 2rem 0rem;
  }

  .p-mypage__banner {
    flex-direction: column;
    margin: 4.5rem 0rem 0rem 0rem;
  }

  .p-mypage__bannerImage:nth-child(-n+2) {
    margin: 1rem 0rem 0rem 0rem;
  }

  .p-mypage__formRow {
    flex-direction: column;
  }

  .p-mypage__formRow--row {
    flex-direction: row;
    gap: 1.5rem;
  }

  .p-mypage__formBlock {
    width: 100%;
  }

  .p-mypage__formBlock--year {
    width: 20.7rem;
  }

  .p-mypage__formBlock--row {
    width: 14rem;
  }

  .p-mypage__th--item {
    width: 55%;
  }

  .p-mypage__itemDetail {
    width: 60%;
  }

  .is-burgerLineMoveUpper {
    transform: translate(0.8rem, 2.4rem) rotate(-45deg);
  }

  .is-burgerLineMoveLower {
    transform: translate(0.8rem, -2.3rem) rotate(45deg);
  }
}

@media (max-width: 768px) {
  .l-block__inner {
    width: 96%;
    margin: 3em auto;
  }
}

/* 4/11マイページ住所追加css */
#add_address input {
    border: 1px solid #E5E5E5;
}

#add_address select {
    border: 1px solid #E5E5E5;
}

#add_address #add_address_btn {
   border: 2px solid #363636;
   background-color: #363636;
   color: #FFF;
}

#add_address #add_address_btn:hover {
   border: 2px solid #363636;
   background-color: #FFF;
   color: #363636;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}


#add_address button {
   border: 1px solid #363636;
    background-color: #FFF;
    color: #363636;
}

#add_address input::placeholder {
  color: #BABABA;
}
#add_address input::-moz-placeholder {
  color: #BABABA;
}

#add_address input:-ms-input-placeholder {
  color: #BABABA;
}


@media (min-width: 769px) and (max-width: 858px) {
  .p-header__navListItem {
    font-size: 10px;
    font-size: 1rem;
  }
}
/* 4/6光武　以下商品検索画面用css */
#itemSearchArea {
  width: 100%;
  max-width: 640px;
  font-size:13px;
  margin: 0 auto;
}
#itemSearchArea .inner {
  margin: 20px 0 30px;
  overflow: hidden;
}
#itemSearchArea .inner.list {
  margin: 0px;
}
#itemSearchArea h2 {
  font-size:14px;
  font-weight: bold;
  color: #FFF;
  background: #BABABA;
  padding: 2%;
}
#itemSearchArea .toggle {
  display: none;
  }
#itemSearchArea .title, #itemSearchArea .inside {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
#itemSearchArea .title{
  display: block;
  border-bottom: 1px solid #E5E5E5;
  padding: 12px 15px;
}
#itemSearchArea .titleall a{
  display: block;
  border-bottom: 1px solid #E5E5E5;
  padding: 12px 30px;
}
#itemSearchArea .title a,
#itemSearchArea .titleall a{
  text-decoration: none;
}
#itemSearchArea .title:hover,
#itemSearchArea .titleall:hover{
  background: #F0F0F0;
}
#itemSearchArea .inside .title{
  padding: 12px 30px;
}
#itemSearchArea .title::after, #itemSearchArea  .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 1px;
  height: 0.75em;
  background-color: #040000;
  transition: all 0.3s;
}
#itemSearchArea .title::after {
  transform: rotate(90deg);
}
#itemSearchArea .inside {
  max-height: 0;
  overflow: hidden;
}
#itemSearchArea .toggle:checked + .title {
  background: #F0F0F0;
}
#itemSearchArea .toggle:checked + .title + .inside {
  max-height: 1000px;
  transition: all 1.5s;
}
#itemSearchArea .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
#itemSearchArea li {
  display: block;
  border-bottom: 1px solid #E5E5E5;
  transition: all 0.3s;
}
#itemSearchArea li:hover {
  background: #F0F0F0;
  transition: all 0.3s;
}
#itemSearchArea li a {
  text-decoration: none;
  display: block;
  padding: 12px 15px;
}
#itemSearchArea .inside  li a {
  padding: 12px 30px;
}
#itemSearchArea .inside .inside  li a {
  padding: 12px 45px;
}
#itemSearchArea li a:hover {
  color: #040000;
}
#itemSearchArea li a.color__text--red{
  color: #E31A41
}
#itemSearchArea li a.color__text--red:hover {
  color: #E31A41
}

/* 4/12光武(在庫ボタン調整) */
@media screen and (max-width:768px) {
  /*#shop_stock_jancode {
    margin-bottom: 4rem;
  }*/
  .micromodal-slide .modal__container {
    padding-bottom: 70px;
  }
}
/* 4/18光武トピックスopacity調整 */
.article-image a:after{
/*     background-color: rgba(51,51,51,.5); */
    background:none; 
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-in-out 0s;
    width: 100%;
}
p.itemCouponComment-product { /**商品クーポンコメント（商品詳細）**/
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
p.itemCouponComment-collection { /**商品クーポンコメント（商品一覧）**/
    text-align: left;
    line-height: 1.4em;
    font-size: 11px;
    font-weight: 500;
}
p.itemCouponComment-cart { /**商品クーポンコメント（カート）**/
    font-size: 13px;
    text-align: left;
    margin: 0 0 10px 0;
}
.cart__meta-text {
    margin-top: 10px;
}
@media screen and (max-width: 768px){ /**予約ボタン文言改行（商品詳細）**/
  .gfe-css-br span::before {
  	content: "\A" ;
  	white-space: pre ;
  }
  .gfe-css-br {
    padding: 6px 30px !important;
  }
}
/* 4/19光武　コレクションページポップアップ */
.disclosure-has-popup[open]>summary+* {
    z-index: 4;
}
/* 4/19光武　商品詳細画面ランキング*/
#shopify-section-template--15518019747940__product-brand-ranking .c-flex.-jc-sb {
    justify-content: flex-start;
}

@media screen and (min-width: 769px){
#shopify-section-template--15518019747940__product-brand-ranking .c-card__listItem {
    width: 19.122%;
    margin: 0px 0.4%;
}
}

@media screen and (max-width: 768px){
#shopify-section-template--15518019747940__product-brand-ranking .c-card__listItem {
    width: 47.46%;
    margin: 0 0.45rem;
}

#shopify-section-template--15518019747940__product-brand-ranking .c-card__listItem--ranking:nth-child(n+5) {
    width: 30.436%;
} 
}


#shopify-section-template--15518019747940__product-type-brand-ranking .c-flex.-jc-sb {
    justify-content: flex-start;
}

@media screen and (min-width: 769px){
#shopify-section-template--15518019747940__product-type-brand-ranking .c-card__listItem {
    width: 19.122%;
    margin: 0px 0.4%;
}
}

@media screen and (max-width: 768px){
#shopify-section-template--15518019747940__product-type-brand-ranking .c-card__listItem {
    width: 47.46%;
    margin: 0 0.45rem;
}

#shopify-section-template--15518019747940__product-type-brand-ranking .c-card__listItem--ranking:nth-child(n+5) {
    width: 30.436%;
} 
}

/* 4/19ブランドトップランキング */
[id^="shopify-section-template--"][id$="__b1eccbbd-9626-4b41-bf03-4e2a60302810"] .c-flex.-jc-sb {
    justify-content: flex-start;
}

@media screen and (min-width: 769px){
[id^="shopify-section-template--"][id$="__b1eccbbd-9626-4b41-bf03-4e2a60302810"] .c-card__listItem {
    width: 19.122%;
    margin: 0px 0.4%;
}
}

@media screen and (max-width: 768px){
[id^="shopify-section-template--"][id$="__b1eccbbd-9626-4b41-bf03-4e2a60302810"] .c-card__listItem {
    width: 47.46%;
    margin: 0 0.45rem;
}

[id^="shopify-section-template--"][id$="__b1eccbbd-9626-4b41-bf03-4e2a60302810"] .c-card__listItem--ranking:nth-child(n+5) {
    width: 30.436%;
} 
}


[id^="shopify-section-template--"][id$="__b1eccbbd-9626-4b41-bf03-4e2a60302810"] .c-flex.-jc-sb {
    justify-content: flex-start;
}

@media screen and (min-width: 769px){
[id^="shopify-section-template--"][id$="__b1eccbbd-9626-4b41-bf03-4e2a60302810"]g .c-card__listItem {
    width: 19.122%;
    margin: 0px 0.4%;
}
}

@media screen and (max-width: 768px){
[id^="shopify-section-template--"][id$="__b1eccbbd-9626-4b41-bf03-4e2a60302810"] .c-card__listItem {
    width: 47.46%;
    margin: 0 0.45rem;
}

[id^="shopify-section-template--"][id$="__b1eccbbd-9626-4b41-bf03-4e2a60302810"] .c-card__listItem--ranking:nth-child(n+5) {
    width: 30.436%;
} 
}
/* 4/19ブランドトップトピックス */

[id^="shopify-section-template--"][id$="__6202e03e-1d35-425b-90f3-a5b3be0a9c0a"] .c-flex.-jc-sb {
    justify-content: flex-start;
}

[id^="shopify-section-template--"][id$="__6202e03e-1d35-425b-90f3-a5b3be0a9c0a"] .p-topics__listItem {
    width: 48.46%;
    margin: 0 0.7%;
}

@media screen and (min-width: 769px){
[id^="shopify-section-template--"][id$="__6202e03e-1d35-425b-90f3-a5b3be0a9c0a"] .p-topics__listItem {
    width: 24.1775%;
    margin: 0 0.4%;
}

}

/* 4/20商品詳細トピックス */

#shopify-section-template--15518019747940__product-topics .c-flex.-jc-sb {
    justify-content: flex-start;
}

#shopify-section-template--15518019747940__product-topics .p-topics__listItem {
    width: 48.46%;
    margin: 0 0.7%;
}

@media screen and (min-width: 769px){
#shopify-section-template--15518019747940__product-topics .p-topics__listItem {
    width: 24.1775%;
    margin: 0 0.4%;
}

}
/* 4/21同送不可ボタン */
    button#purchase.btn.gfe-css-br{
    background-color: #ffffff !important;
    height: 5rem;
    margin: 10px 0 0;
    border: 1px solid rgb(227, 26, 65);
    color: rgb(227, 26, 65); 
  }
/* 
    button#purchase.btn.gfe-css-br {
    opacity: 1 !important;
    background-color: #ffffff !important;
    color: rgb(227, 26, 65); */
  }
/* 商品詳細画面在庫状況コメント */
@media screen and (max-width: 768px){
  p[id*="product-variant-stock-"].itemComment {
    font-size: 13px;
    margin-bottom: 10px;
}

}
@media screen and (min-width: 769px){
  p[id*="product-variant-stock-"].itemComment {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
}
/* アイコン　背景色変更用0824 */
.icon_black{
  background:#000;
}


/*****  お気に入り非表示 *****/
button.wk-button { /* 一覧アイコン・詳細ボタン */
    /*display: none !important;*/
}
.p-header__linkListItem--favorite { /* ヘッダーアイコン */
    /*display: none !important;*/
}
li.p-footNav__listItem:nth-child(2) { /* スマホ下メニュー */
    /*display: none !important;*/
}

/* 【改修】COMINGSOONグレーアウト・アイコン位置修正対応 */
.comigsoon__image {
  position: relative;
}
.comigsoon-grayout {
  background-color: rgb(0 0 0 / 60%);
  height: 100%;
  width: 100%;
  z-index: 4;
  position: absolute;
  bottom: 0;
}
.comigsoon-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  width: 100%;
  text-align: center;
  color:white !important;
  font-size: 14px;
}


/* 2024/06/19 gf.E 追加：ハンバーガーメニュー表示修正 */
@media screen and (min-width: 769px){
  .p-burger__block {
    width: 25%;
  }
}

/* 2024/06/19 gf.E 追加：メインバナー画像表示修正 */
@media screen and (min-width: 769px){
  .slick-slide {
    margin: 20px 5px;
    position: relative;
  }
  .slick-active::before {
      content: none;
  }
  .c-slider__image img {
    border-radius: 5px;
  }

  .p-mv{
    position: relative;
  }
  .mv_gradation_L {
    position: absolute;
    width: 9vw;
    height: 28vw;
    top: 20px;
    left: 0;
    background: linear-gradient(90deg, white, transparent);
    z-index: 1;
  }
  .mv_gradation_R {
    position: absolute;
    width: 9vw;
    height: 28vw;
    top: 20px;
    right: 0;
    background: linear-gradient(90deg, transparent, white);
    z-index: 1;
  }
  .mv_gradation_L, .mv_gradation_R {
    display: block !important;
  }
}

/* 2024/06/19 gf.E 追加：ヘッダーブランド一覧表示修正 */
.p-header__navList {
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px){
  .p-header__linkListItem-override{
    height: 4.8rem !important;
    display: flex  !important;
    align-items: center  !important;
  }
}

@media screen and (max-width: 768px){
  .p-header__navList {
    margin: 1.6rem 0rem 0rem 0rem;
  }
}
.p-header__navListItemDrop {
  visibility: hidden;
  position: absolute;
  top: 5.2rem;
  left: 0;
  width: 100%;
  gap: 1.6rem;
  background: #FFF;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
  
.p-header__navListItemDropList {
  max-width: 100%;
}

.p-header__navListItemDropList--brand {
  height: 95vh;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-header__navListItemDropList--brand li{
  margin-bottom: 5px;
}
.p-header__navListItemDropList--brand li:last-child{
  margin-bottom: 17rem;
}

.toggle-icon-brand {
  display: flex;
  flex-direction: column;
}

.brand-arrow img {
  width: 1rem;
}
.js-button-megaMenu .brand-icon {
  width: 5.5rem;
}



.p-megaMenu.is-open .p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}

/* .p-megaMenu.is-open .p-megaMenu__open::after {
  rotate: 180deg;
} */

.p-megaMenu__open {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
}

/* .p-megaMenu__open::after {
  content: ''url(icon-brand-arrow-down.svg); 
  position: absolute;
  top: 3rem;
  padding-bottom: 0.2em;
  transition: rotate 0.3s;
} */

.p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw 100%);
  background-color: #fff;
  clip-path: inset(0 -50vw 100%);
  right: 0;
  padding: 10px;
  position: absolute;
  top: 5.4rem;
  transition: all 0.4s;
  visibility: hidden;
  width: 44%;
  box-shadow: 2px 0px 4px 0px #000;
}

.p-megaMenu__list {
  gap: 0;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: -moz-fit-content;
  width: fit-content;
}

.p-megaMenu__list-item a {
  gap: 0.5em;
  align-items: center;
  display: inline-flex;
  padding: 5px 10px;
}

.p-megaMenu__list-item a::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  width: 0.5em;
}

@media (min-width: 768px) {
  .p-navigation-global__list {
    gap: 2rem;
  }
  .p-megaMenu__navigation {
    padding: 10px;
  }
  .p-megaMenu__list {
    gap: 10px 30px;
    flex-direction: row;
  }
  .p-megaMenu__list-item a {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) {
  .p-header__linkListItem--favorite {
      display: none !important;
  }
  .feather {
    stroke-width: 1.5;
  }
}

/* 2024/06/19 gf.E 追加：TOP検索バーオーバーライド */
@media (min-width: 768px) {
  .p-header__link-override {
    right: 0 !important;
  }
  .p-navigation-global__list-item {
    margin-right: 4rem;
  }
  .p-header__linkListItem--search-override {
    width: 20rem;width: 20rem;/* 2024/09/25 gf.E 26 → 20rem */
    margin: 0 !important;
  }
  .p-header__linkListItem--search-override #search-wrapper{
    display: flex;
    width: 20rem;/* 2024/09/25 gf.E 26 → 20rem */
  }
  .p-header__linkListItem--search-override #search_submit{
    margin-left: 5px;
  }
  .p-header__linkListItem--search-override input{
    font-size: 1.3rem !important;
    padding: 0.5rem 0.5rem 0.5rem 3rem;
    background: #f5f5f5;
    border: 1px #f5f5f5 solid;
    border-radius: 5px;
  }
}

/* 2024/06/19 gf.E 追加：TOPカートアイコンアイテム数表示用 */
.cart-num {
  position: absolute;
 -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  background:#E31A41;
  margin: 0!important;
  padding: 0!important;
  height:2rem;
  width:2rem;
  border-radius:50%;
  text-align:center;
}
@media (max-width: 769px) {
  .cart-num {
    font-size: 1.2rem !important;
  }
}

#search-wrapper::before {
  content: ""; 
  width: 20px;
  height: 20px;
  background: url(icon-search.svg) no-repeat center center / auto 80%;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 8px;
}

.brand__box-shadow {
  position: absolute;
  width: 100rem;
  height: 15rem;
  background: linear-gradient(transparent, #fff 50%, #fff);
  bottom: 0;
  left: 0;
}

/* 2024/06/19 gf.E 追加：SPお気に入りアイコンオーバーライド */
@media (max-width: 769px) {
  .p-header__navList .swym-wishlist {
    margin-right: 14px;
  }
}

/* 2024/06/26 gf.E 追加：gfe-brand-main-banner.liquid */
@media (min-width: 768px) {
  .u-margin__block--override {
    margin-top: 4rem !important;
  }
  .banner-area_R--container {
    position: relative;
  }
  .banner-area_R {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 769px) {
  .u-margin__block--override {
    margin-top: 2.5rem !important;
    padding: 0rem !important;
  }
  .c-grid__bland--override {
    display: grid !important;
    grid-template-columns: 100% !important;
    padding: 0rem 1.3rem !important;
  }
  .banner-area_R .brand_logo, .banner-area_R svg{
    width: 50%;
  }
}
.banner-area_L .p-mv__image{
  margin: 0 !important;
}
.banner-area_L img, .banner-area_L svg{
  border-radius: 20px;
  padding: 0px 2px;
}
.banner-area_R {
  text-align: center;
}
.banner-area_R_sns {
  width: 100%;
  display: inline-block;
}
.banner-area_R_sns img{
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.c-slider__dots > li:first-child:last-child {
    display: none;
}


@media (min-width:767px) and (max-width:1040px) {
  /* 2024/07/02 gf.E 追加：デバイス別レスポンシブ（タブレット）ヘッダーアイコン調整用 */
  .p-header__link {
    right: 1.5rem !important;
  }
  .u-disp--sp {
    display: block !important;
  }
  .u-disp--pc {
  display: none !important;
  }
  .p-header__navList .swym-wishlist {
    width: 1.9rem;
    margin-right: 14px !important;
  }
  .p-header__linkListItem--search {
    width: 1.9rem;
    margin: 0rem 1rem 0rem 0rem; 
  }
  .p-navigation-global__list {
    gap: 0rem !important;
  }
  .swym-wishlist{
    margin-bottom:0px!important;
  }

  /* 2024/07/03 gf.E 追加：デバイス別レスポンシブ（タブレット）メインスライドバナー調整用 */
  .mv_gradation_L, .mv_gradation_R {
    height: 49vw;
  }
}

/* 2024/07/30 gf.E 追加：アナウンスバー画像 */
  .p-header__notice_img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
.p-header__notice_img .notice--pc {
  width: 1100px;
  display: block;
}
.p-header__notice_img .notice--sp {
  display: none;
}
@media (max-width: 769px) {
  .p-header__notice_img .notice--pc {
    display: none;
  }
  .p-header__notice_img .notice--sp {
    display: block;
  }
}

/* 2024/08/20 gf.E 追加：ページ遷移時要素の読み込み遅れフォロー */
#swym-wishlist-render-container {
  min-height: 500px
}
#staffstart-shopify-app-container {
  min-height: 1000px
}

/*240828_headerバナー消える_gf.E追記*/
.header__inner {
    /* will-change: transform; を他の要素に適用 */
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.header__inner.will-change-target {
    will-change: transform;
}
.p-burger__button,
.c-burger__button {
    position: relative;
    z-index: 100; /* メニューが他の要素の影響を受けないように調整 */
    cursor: pointer;
}
.header_fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}
.p-header__notice_img {
    position: relative;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.hidden {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    height: 0;
    pointer-events: none;
}
.p-burger__button, .c-burger__button {
  z-index: 29;
}

/*240411復活 240924 BDashのSALEアイコンをSPECIAL PRICEに変更 gf.E追記*/
#bdash_ranking_brand .c-label__icon--sale {
    font-size: 0;
    background: #040404;
}
#bdash_ranking_brand .c-label__icon--sale:before {
    font-size: 10px;
    /*content: "SALE";*/
    content: "SPECIAL PRICE";
}

/* 2024/09/26 gf.E 商品詳細 店舗在庫CSS調整 */
.p-product__button--stock 
, #ros_reserve_button_container{
  text-align: right;
}
.p-product__button--stock #shop_stock_button {
  border: 0 none;
  color: #0071e3;
  font-size: 15px;
}
.p-product__button--stock #ros_reserve_button {
  font-size: 15px;
}

/* 2024/09/26 gf.E スタッフスタートCSSオーバーライド */
#bdash_product_recommend ul, #bdash_product_viewing ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#bdash_product_recommend ul>li, #bdash_product_viewing ul>li {
    padding-right: 1rem;
    width: 19%;
    flex: 0 0 auto;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #bdash_product_recommend ul>li, #bdash_product_viewing ul>li {
      width: 24%;
  }
}
@media (max-width: 767px) {
  #bdash_product_recommend ul>li, #bdash_product_viewing ul>li {
      width: 48%;
  }
}

p.p-ranking__listText, p.c-card__listText {
  overflow-wrap: break-word;
}

/* 2024/09/27 gf.E バリエーション売切時に斜線 */
.line-sold-out::after {
  content: '';
  transform: rotate(135deg);
  width: 73px;
  border-top: 1px solid #363636;
  background: #fff !important;
  position: absolute;
  top: 48%;
  left: -10px;
}
.line-sold-out-selectd::after {
  border-top: 1px solid #9e9e9e !important;
}

/* 2024/09/27 gf.E CRI動画モーダル表示対応 */
/* 2024/11/07 gf.E 商品画像一覧表示対応 */
.p-product__media-Box {
    position: relative;
}
@media (min-width: 769px) {
  .p-product__media-Box .icon-CRI-Sofdec {
      position: absolute;
      right: 5%;
      bottom: 5%;
      width: 12%;
  }
  #product__image_gallery_button {
      display: none;
  }
}
@media (max-width: 768px) {
  .p-product__media-Box .icon-CRI-Sofdec {
      position: absolute;
      right: 3%;
      bottom: 14%;
      width: 12%;
  }
  .p-product__media-Box .icon-image-gallery {
      position: absolute;
      right: 3%;
      bottom: 3%;
      width: 12%;
  }
}

/* 2024/09/30 gf.E 商品詳細お気にりボタン調整 */
.swym-button-bar {
width: 100%;
margin: 0px 0 20px !important;
}

@media (min-width: 769px) {
  .product-handle--sp, .swatch-title-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-product__list--thumbnail {
      display:none;
  }
  .product-handle--sp p {
    text-align: center;
    font-size: 1.2rem;
    color: #9e9e9e !important;
    margin: 5px 0 10px 0;
  }
  .p-product__color {
    display: none;
  }
  .swatch-title-sp {
    margin: 0 !important;
  }
  .p-product__form {
    padding: 0;
  }
  .p-product__detail {
    padding: 0;
  }
  .p-product__handle {
    display: none;
  }
}

/* 2024/10/21 gf.E Product icon control 追加 */
.c-label__icon--img_tag {
  padding: 0 !important;
}
.c-label__icon--img_tag img{
  width: 17px;
  /*margin-top: 3.5%;*/
  margin-top: 7px;
  display: inline !important;
}

/* 2024/11/11 gf.E 商品詳細 - 商品画像ギャラリー（SP） 追加 */
.product-img-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  columns: 4;
}

.product-img-gallery img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 798px) {
  .product-img-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#hgallery {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  z-index: 99999;
}

.hg-disable-scrolling {
  overflow: hidden !important;
}

#hg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

#hg-bg::after {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOSA2LjQxTDE3LjU5IDUgMTIgMTAuNTkgNi40MSA1IDUgNi40MSAxMC41OSAxMiA1IDE3LjU5IDYuNDEgMTkgMTIgMTMuNDEgMTcuNTkgMTkgMTkgMTcuNTkgMTMuNDEgMTJ6Ii8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+Cjwvc3ZnPg==);
  background-position: center;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}

#hg-bg::after:hover {
  background-color: white;
}

#hgallery.open {
  visibility: visible !important;
  opacity: 1;
}

#hg-pic-cont {
  max-width: calc(70% - 40px);
  max-height: 90vh;
  cursor: default;
  z-index: 12;
  position: relative;
  background-color: white;
  transition: transform 0.3s;
  transform: scale(1);
}

#hg-pic-cont.hg-transition {
  transform: scale(0.1);
}

#hg-subtext {
  color: #ddd;
  font-size: 14px;
  position: absolute;
  display: block;
  left: 5px;
  top: calc(100% + 6px);
}

#hg-howmany {
  color: #aaa;
  font-size: 14px;
  position: absolute;
  display: block;
  right: 5px;
  bottom: -20px;
}

#hg-pic {
  width: auto;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  max-width: 100%;
  max-height: 90vh;
  box-sizing: border-box;
  display: block;
  cursor: default;
  object-fit: contain;
  margin: 0;
}

#hg-pic:hover {
  transform: none;
  box-shadow: none;
}

#hgallery button {
  position: absolute;
  display: block;
  margin: auto 0;
  width: 60px;
  height: 60px;
  z-index: 12;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}

#hgallery button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#hgallery.open button {
  visibility: visible;
  opacity: 0.7;
}

#hgallery button:hover {
  opacity: 1;
}

#hgallery button#hg-prev {
  left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#hgallery button#hg-prev:active {
  left: 7px;
}

#hgallery button#hg-next {
  right: 10px;
}

#hgallery button#hg-next:active {
  right: 7px;
}

#hgallery #hg-prev-onpic,
#hgallery #hg-next-onpic {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
  cursor: pointer;
}

#hgallery #hg-next-onpic {
  right: 0;
  left: auto;
  width: 66%;
}

.hg-unvisible {
  opacity: 0 !important;
  visibility: hidden;
}

@media (max-width: 1100px) {
  #hg-pic-cont {
    max-width: calc(100% - 40px);
  }
}
#hg-prev, #hg-next {
  background: transparent !important;
}


/* 2025/07/23 gf.E gfe-slider-brand-category.liquid CSS */
.js-slider--category > .p-brand__image > a > img {
  border-radius: 5px;
}