/* ------------------------------------------------
  共通
------------------------------------------------ */
/* フレックス */
.cardUnit {
  display: flex;
}

/**
 * carousel pager
 */
.carouselPager {
  --carousel-pager-gap: 10px;
  --carousel-pager-space: 20px;
  --carousel-pager-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--carousel-pager-gap);
  margin-block-start: var(--carousel-pager-space);
}
.carouselPager__dot {
  display: block;
  width: var(--carousel-pager-size);
  height: var(--carousel-pager-size);
  border: 1px solid var(--grey-of-darkness);
  border-radius: 100vh;
  background-color: var(--carouse-pager-active-color, transparent);
  transition: all 0.3s;
}
.carouselPager__dot.is-active {
  --carouse-pager-active-color: var(--grey-of-darkness);
}
/* ------------------------------------------------
    ヘッダー
------------------------------------------------ */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

@keyframes slideIn {
  0% {
    transform: translatey(-180px);
    opacity: 0;
  }

  100% {
    transform: translatey(0);
  }

  40%,
  100% {
    opacity: 1;
  }
}

#Header svg {
  width: 100%;
  height: auto;
}

/* ロゴカラー変更 */
.mainHead_PC .switchColor--vector svg {
  --fill: var(--black);
  --stroke: var(--black);
}

.mainHead_PC.scrolled .switchColor--vector svg,
.mainHead_PC.mainHead_PC-lower .switchColor--vector svg {
  --fill: var(--black);
  --stroke: var(--black);
}

.mainHead_PC .switchColor--text {
  color: var(--black);
}

.mainHead_PC.scrolled .switchColor--text,
.mainHead_PC.mainHead_PC-lower .switchColor--text {
  color: var(--black);
}

::placeholder {
  color: var(--baby-talk-grey);
}

.header-item__icon .header__hover-content {
  background: var(--silver-medal);
  padding-top: 7rem;
  padding-bottom: 7.5rem;
}

/**
 * global search box
 */
.c-search__container {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 30px;
  padding-inline: 15px;
}
.c-search__container img,
.c-search__container svg,
.c-search__container video {
  display: block;
  width: 100%;
  height: auto;
}
.c-search__field {
  display: grid;
  grid-template-columns: 1fr 20px;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5em;
  padding-block: 0.5em;
  border-radius: 10px;
  border: var(--border, 1px solid var(--grey-of-darkness));
  background: var(--white);
  overflow: hidden;
}
.c-search__field input {
  width: 100%;
}
.c-search__tags {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 2em;
  width: min(100%, 1200px);
  margin-inline: auto;
  overflow: hidden;
  text-align: center;
}
.c-search__tags-title {
  font-size: 18px;
}
.c-search__tags-list {
  display: flex;
  align-items: center;
  column-gap: 15px;
  row-gap: 7.5px;
  margin-inline: auto;
  padding-block-end: 10px;
}
.c-search__tags-list-item {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  padding-block: 0.5em;
  padding-inline: 1.5em;
  border-radius: 100vh;
  border: 1px solid #d9d6d2;
  background: #fffefc;
  font-size: 12px;
  color: var(--black);
}
.modal-search_inner .c-search__field {
  --border: none;
}
/* --- for small viewport --- */
@media screen and (max-width: 767px) {
  .c-search__field {
    font-size: 14px;
  }
  .c-search__tags-list {
    flex-wrap: wrap;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 768px) {
  .c-search__field {
    font-size: 16px;
  }
  .c-search__tags-list {
    flex-wrap: nowrap;
    overflow: auto;
  }
}

/* ------------------------------------------------
    フッター
------------------------------------------------ */
#Foot {
  background: var(--black);
}

.footer__inner {
  width: 100%;
  margin: 0 auto;
}

.footer__inner_main {
  display: flex;
}

.footer__inner__content-container {
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-content {
  line-height: 1;
  color: var(--white);
}

.footer-content h3 {
  font-weight: 600;
}

.footer-contentList,
.footer-contentList .userInfo {
  display: flex;
  flex-direction: column;
}

.categoryList {
  display: flex;
}

.companyInfo a.icon_instagram {
  display: block;
}

.footer__inner_sub {
  display: flex;
  justify-content: space-between;
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.copy {
  font-family: var(--just);
  letter-spacing: 0.04em;
}

/* ページトップボタン */
#page-top {
  position: fixed;
  pointer-events: none;
  transition: all 0.3s;
}

#page-top.btnVisible {
  opacity: 1;
  pointer-events: all;
}

#page-top a {
  display: block;
}

/****************** ▽▽ログイン後に価格表示 特定商品のみ▽▽ ******************/

/***********************************************************************
■特定商品のみログインボタンを表示する
.block_loginAnnounce.btn_○○○○の○○○○を商品IDに変更して追加してください。
「,(カンマ)」区切りで、最後のみ「,(カンマ)」なし 
***********************************************************************/
.block_loginAnnounce {
  display: none;
}

.block_loginAnnounce.btn_PA0008,
.block_loginAnnounce.btn_PA0012,
.block_loginAnnounce.btn_PA0013,
.block_loginAnnounce.btn_PA0014,
.block_loginAnnounce.btn_PB0033,
.block_loginAnnounce.btn_PB0029,
.block_loginAnnounce.btn_PB0032,
.block_loginAnnounce.btn_PB0057,
.block_loginAnnounce.btn_PF0004,
.block_loginAnnounce.btn_LS0005,
.block_loginAnnounce.btn_PB0042,
.block_loginAnnounce.btn_PB0065,
.block_loginAnnounce.btn_PB0069,
.block_loginAnnounce.btn_PF0006,
.block_loginAnnounce.btn_PB0044 {
  display: block;
}

/***********************************************************************
■特定商品のみ価格を非表示にする
.price_area.price_○○○○の○○○○を商品IDに変更して追加してください。
「,(カンマ)」区切りで、最後のみ「,(カンマ)」なし 
***********************************************************************/
.price_area {
  display: block;
}

.price_area.price_PA0008,
.price_area.price_PA0012,
.price_area.price_PA0013,
.price_area.price_PA0014,
.price_area.price_PB0033,
.price_area.price_PB0029,
.price_area.price_PB0032,
.price_area.price_PB0057,
.price_area.price_PF0004,
.price_area.price_LS0005,
.price_area.price_PB0042,
.price_area.price_PB0065,
.price_area.price_PB0069,
.price_area.price_PF0006,
.price_area.price_PB0044 {
  display: none;
}

/****************** △△ログイン後に価格表示 特定商品のみ△△ ******************/

.ChangesByVariation .block_loginAnnounce {
  display: block;
}

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------
        共通
    ------------------------------------------------ */
  /*-- 表示非表示 ----------*/
  .hidden-SP {
    display: none;
  }

  .visible-SP {
    display: block;
  }

  /* ------------------------------------------------
    ヘッダー
  ------------------------------------------------ */
  /* .pc-header_inner{display: none;} */
  /* ------------------------------------------------
    サーチ
  ------------------------------------------------ */
  /* inputにフォーカスが当たっている時 */
  input:focus {
    border-bottom: 1px solid#e74c3c;
  }

  /* ------------------------------------------------
        フッター
    ------------------------------------------------ */
  .footer__inner {
    padding: calc(35 * (100vw / 375)) calc(20 * (100vw / 375))
      calc(70 * (100vw / 375));
  }

  .footer__inner_main {
    flex-direction: column;
  }

  .footer__inner_main h1 {
    text-align: center;
    margin: 0 auto calc(50 * (100vw / 375));
  }

  .footer__inner_main h1 img {
    width: calc(177.22 * (100vw / 375));
    height: calc(84.84 * (100vw / 375));
  }

  .footer__inner__content-container {
    flex-direction: column;
  }

  .footer-content {
    font-size: calc(13 * (100vw / 375));
  }

  .footer-content + .footer-content {
    font-size: calc(13 * (100vw / 375));
    margin-top: calc(40 * (100vw / 375));
    padding-top: calc(40 * (100vw / 375));
    border-top: 1px solid var(--dugong);
  }

  .footer-content h3 {
    font-size: calc(14 * (100vw / 375));
    margin-bottom: calc(26 * (100vw / 375));
  }

  .footer-contentList.footInfo {
    flex-direction: row;
  }

  .footer-contentList a + a {
    margin-top: calc(17 * (100vw / 375));
  }

  .companyInfo a.icon_instagram {
    margin-top: calc(20 * (100vw / 375));
  }

  .footer-content-categoryList {
  }

  .footer-contentList .userInfo {
    flex-shrink: 0;
  }

  .companyInfo {
    display: flex;
    flex-direction: column;
    margin-left: calc(31 * (100vw / 375));
    flex-shrink: 0;
  }

  /* .footer-content-contents{margin-right: 7rem;} */
  .footer-content-category_category + .footer-content-category_category {
    margin-left: calc(65 * (100vw / 375));
  }

  .footer__inner_sub {
    margin-top: calc(60 * (100vw / 375));
  }

  .copy {
    font-size: calc(11 * (100vw / 375));
    letter-spacing: 0.04em;
    margin: 0 auto;
  }

  /* ページトップボタン */
  #page-top {
    opacity: 1;
    bottom: calc(15 * (100vw / 375));
    right: calc(15 * (100vw / 375));
  }

  #page-top a {
    width: calc(42 * (100vw / 375));
    height: calc(42 * (100vw / 375));
    pointer-events: all;
  }
}

@media only screen and (min-width: 768px) {
  /* ------------------------------------------------
        共通
    ------------------------------------------------ */
  /*-- 表示非表示 ----------*/
  .hidden-PC {
    display: none;
  }

  .visible-SP {
    display: none;
  }

  /* ------------------------------------------------
        フッター
    ------------------------------------------------ */
  .footer__inner {
    max-width: 128rem;
    padding: 8rem 2rem 5rem;
  }

  .footer__inner a {
    transition: all 0.3s;
  }

  .footer__inner a:hover {
    opacity: var(--opacity-normal);
  }

  .footer__inner_main {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .footer__inner_main h1 img {
    width: 25.274rem;
    height: 12.1rem;
  }

  .footer-content {
    font-size: 1.3rem;
  }

  .footer-content h3 {
    margin-bottom: 2.6rem;
  }

  .footer-contentList a + a {
    margin-top: 1.7rem;
  }

  .companyInfo a.icon_instagram {
    margin-top: 2.4rem;
  }

  .footer-content-categoryList {
    margin-right: 8rem;
  }

  .footer-content-contents {
    margin-right: 7rem;
  }

  .footer-content-category_category + .footer-content-category_category {
    margin-left: 5rem;
  }

  .footer__inner_sub {
    display: flex;
    justify-content: space-between;
    margin-top: 7.7rem;
  }

  .footer-subContent {
    display: flex;
    font-size: 1.2rem;
  }

  .footer-subContent a + a {
    margin-left: 4rem;
  }

  .copy {
    font-size: 1.1rem;
    letter-spacing: 0.04em;
  }
}

@media only screen and (max-width: 767px) {
  /* .pc-header_inner{display: none;} */
  /* ------------------------------------------------
    ヘッダー
    ------------------------------------------------ */
  .head-text {
    width: 100%;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    color: var(--white);
    height: 35px;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mainHead_PC {
    display: none;
  }

  .mainHead_SP {
    position: absolute;
    top: calc(35px + var(--header-ex-banner-height));
    left: 0;
    display: block;
    width: 100%;
    padding-block: 10px;
    padding-inline: 15px;
    z-index: 3;
    background: var(--white);
  }

  .mainHead_SP.scrolled {
    position: fixed;
    top: var(--header-ex-banner-height);
    z-index: 3;
  }

  .header__body {
    --logo-width: minmax(200px, 250px);
    position: relative;
    display: grid;
    grid-template-columns: 1fr var(--logo-width) 1fr;
    column-gap: 15px;
    align-items: center;
  }

  .header__logo {
    --fill: var(--black);
  }

  .header__drawerBtn {
    width: 40px;
    height: 40px;
    padding-block: 12px;
    padding-inline: 10px;
    transition: all 0.3s;
    z-index: 3;
  }

  .drawerBtn__inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .drawerBtn__inner span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--black);
    transition: 0.35s ease-in-out;
  }

  .drawerBtn__inner span:nth-child(1) {
    top: 0;
  }

  .drawerBtn__inner span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .drawerBtn__inner span:nth-child(3) {
    bottom: 0;
  }

  .header__userNav {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-inline-start: auto;
  }

  .userNav__search {
    width: 15px;
  }

  .userNav__cart {
    width: 23px;
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    background: var(--black);
    color: var(--white);
    text-align: center;
    transform: translateX(-100%);
    width: calc(330 * (100vw / 375));
    -webkit-overflow-scrolling: touch;
  }

  /* nav.globalMenuSp h1 {
    display: flex;
    align-items: center;
    justify-content: center;
  } */
  /* nav.globalMenuSp h1 a {
    padding-top: calc(26 * (100vw / 375));
  } */

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }

  nav.globalMenuSp.transition {
    transition: transform 0.6s;
  }

  /* ナビ内 タイトル辺りを固定する */
  .sticky-container {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .sticky-container > * {
    pointer-events: auto;
  }

  .scrollable-body {
    position: absolute;
    top: calc(80 * (100vw / 375));
    left: 0;
    z-index: 0;
    width: 100%;
    padding-block-end: calc(60 * (100vw / 375));
    font-size: 14px;
  }

  .globalMenuSp__account-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: calc(12 * (100vw / 375));
    line-height: 1.5;
    text-align: left;
  }

  .globalMenuSp__favo {
    width: 20px;
  }

  .sticky-container-ttl {
    --fill: var(--white);
    --closeBtn-width: calc(20 * (100vw / 375));
    position: sticky;
    top: 0;
    width: 100%;
    display: grid;
    grid-template-columns: var(--closeBtn-width) 1fr var(--closeBtn-width);
    align-items: center;
    column-gap: calc(15 * (100vw / 375));
    /* height: calc(80 * (100vw / 375)); */
    padding-block: calc(20 * (100vw / 375));
    padding-inline: calc(10 * (100vw / 375));
    background: var(--black);
  }

  .btn-naviClose {
    /* position: fixed;
    top: calc(20 * (100vw / 375));
    left: calc(20 * (100vw / 375));
    z-index: 6; */
  }

  .scrollable-container {
    position: relative;
    overflow: scroll;
    width: 100%;
    height: 100%;
  }

  .scrollable-container .c-search__container {
    padding-inline: 0;
  }

  .scrollable-container .c-search__field {
    color: var(--black);
    text-align: left;
  }

  .scrollable-container .c-search__tags-list-item {
    background-color: var(--white);
    color: var(--black);
  }

  .scrollable-body-inner {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 20px;
    padding-inline: calc(15 * (100vw / 375));
  }

  .globalMenuSp .cardUnit-userCheck {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 * (100vw / 375));
  }

  .card-userCheck {
    height: calc(48 * (100vw / 375));
    font-size: calc(13 * (100vw / 375));
    font-weight: 600;
    border: 1px solid var(--white);
  }

  .card-userCheck a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
  }

  .card-userCheck--fill {
    grid-column: 1 / span 2;
  }

  /* アコーディオン */
  .accordion_list,
  .accordion_list * {
    text-align: left;
  }

  .wrap.accordion_list {
    margin: 0 auto;
  }

  .accordion_list *:has(> .menu-category-thumbnail) {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    column-gap: 8px;
  }

  .accordion_list .trigger {
    position: relative;
    padding-block: calc(20 * (100vw / 375));
    padding-inline: calc(20 * (100vw / 375));
    font-size: calc(13 * (100vw / 375));
    background-color: var(--white);
    line-height: 1;
    color: var(--black);
    cursor: pointer;
    transition-duration: 400ms;
  }

  .accordion_list .box {
    font-size: calc(12 * (100vw / 375));
    line-height: 1;
    background-color: var(--white);
    color: var(--black);
    padding: calc(9 * (100vw / 375)) calc(22 * (100vw / 375));
  }

  .accordion_list .Category-child .box:first-child {
    padding: calc(20 * (100vw / 375)) calc(22 * (100vw / 375))
      calc(9 * (100vw / 375));
  }

  .accordion_list .trigger.menu-contents-ttl {
    font-size: calc(14 * (100vw / 375));
  }

  .accordion_list .trigger .accordion-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(20 * (100vw / 375));
    display: block;
    width: calc(12 * (100vw / 375));
    height: calc(12 * (100vw / 375));
    margin: auto;
  }

  .accordion_list .trigger .accordion-icon::before,
  .accordion_list .trigger .accordion-icon::after {
    -webkit-transition: all 0.6s;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: var(--black);
    content: "";
    transition: all 0.6s;
  }

  .accordion_list .trigger .accordion-icon::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .accordion_list .trigger.open .accordion-icon::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .accordion_list .menu-category-thumbnail {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 100vh;
    background-color: #fff;
    box-shadow: var(--box-shadow, 0 4px 4px rgba(0, 0, 0, 0.1));
    border: var(--border, 1px solid rgba(204, 204, 204, 0.3));
    transition: all 0.3s;
  }

  .accordion_list_second > li {
    border-bottom: 1px solid var(--silver-medal);
  }

  .Category-child {
    font-size: calc(13 * (100vw / 375));
    line-height: 1;
    background-color: var(--white);
    color: var(--black);
    padding: 0 0 calc(20 * (100vw / 375));
    border-top: 1px solid var(--silver-medal);
  }

  .Category-single a {
    font-size: calc(13 * (100vw / 375));
    line-height: 1;
    background-color: var(--white);
    color: var(--black);
    padding: calc(19 * (100vw / 375)) calc(22 * (100vw / 375))
      calc(20 * (100vw / 375));
    position: relative;
    display: block;
  }

  .accordion_list_second li:first-child {
    border-top: 1px solid var(--silver-medal);
  }

  .Category-single a + .Category-single a {
    border-top: 1px solid var(--silver-medal);
  }

  .Category-single a::after {
    width: calc(7 * (100vw / 375));
    height: calc(11 * (100vw / 375));
    top: 0;
    bottom: 0;
    right: calc(24 * (100vw / 375));
    z-index: 2;
    position: absolute;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.078%22%20height%3D%2211.737%22%20viewBox%3D%220%200%207.078%2011.737%22%3E%20%3Cpath%20d%3D%22M476.877%2C1787.906l-.676-.737%2C5.6-5.131-5.6-5.131.676-.737%2C6.4%2C5.869Z%22%20transform%3D%22translate(-476.201%20-1776.169)%22%2F%3E%3C%2Fsvg%3E");
  }

  .menu-single {
    background-color: var(--white);
    display: flex;
    margin-top: calc(8 * (100vw / 375));
  }

  .menu-single a {
    font-size: calc(13 * (100vw / 375));
    line-height: 1;
    color: var(--black);
    width: 100%;
    text-align: left;
    padding: calc(19 * (100vw / 375)) calc(22 * (100vw / 375))
      calc(20 * (100vw / 375));
  }

  .menu-company {
    display: flex;
    justify-content: space-between;
  }

  .menu-companyInfo {
    font-size: calc(13 * (100vw / 375));
    line-height: 1;
    text-align: left;
  }

  .menu-companyInfo li + li {
    margin-top: calc(17 * (100vw / 375));
  }

  /* メニューだけをスクロールさせる工夫 */
  .overflowHidden {
    overflow: hidden;
    /* position: fixed;
        left:0; */
    /* width: 100%; */
  }

  .navi_back {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 1;
    left: 0;
    /* pointer-events: none; */
    /* transition: 1s; */
  }

  /* .overflowHidden .navi_back {
        transition: 1s;
        opacity: 1;
        pointer-events: visible;
    } */
  .globalMenuSp__sns {
    padding: calc(20 * (100vw / 740)) 0 calc(30 * (100vw / 740));
    margin: 0 calc(100 * (100vw / 750)) calc(20 * (100vw / 750))
      calc(40 * (100vw / 750));
    text-align: left;
  }

  .globalMenuSp__sns::before {
    content: "";
    display: block;
    width: 48%;
    height: 1px;
    background: #fff;
    padding-left: -2rem;
    padding-left: calc(30 * (100vw / 750));
  }

  .globalMenuSp__sns img {
    width: calc(32 * (100vw / 750));
    text-align: left;
    margin: calc(40 * (100vw / 750)) auto 0 0;
  }

  /* モーダル表示時に背景固定 */
  body.stop {
    position: fixed;
    left: 0;
    overflow: hidden;
  }

  .modal-search {
    display: none;
    /* 初期状態 */
    position: fixed;
    top: 0;
    width: 100%;
    /* モーダルは画面いっぱいに */
    height: 100vh;
    /* モーダルは画面いっぱいに */
    z-index: 10;
  }

  .overlay {
    width: 100%;
    /* 黒背景も画面いっぱいに */
    height: 100vh;
    /* 黒背景も画面いっぱいに */
    background-color: rgba(0, 0, 0, 0.5);
  }

  /* 配置関連。モーダル自体とは関係なし */
  .modal {
    position: absolute;
    background-color: var(--white);
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    /* height: 300px; */
  }

  .modal-search_inner {
    padding-top: calc(80 * (100vw / 375));
    padding-bottom: calc(45 * (100vw / 375));
    background: var(--silver-medal);
    position: relative;
  }

  .modal__close {
    position: absolute;
    top: calc(10 * (100vw / 375));
    right: calc(20 * (100vw / 375));
  }

  #dvUserBox {
    margin-top: 90px;
  }

  /*-- 特定商品のみログイン ヒストリー ----------*/
  .card-DetailItemList .block_loginAnnounce-history.block_loginAnnounce,
  .block_loginAnnounce-history.block_loginAnnounce {
    margin-top: calc(10 * (100vw / 375));
    border: none;
    padding: calc(10 * (100vw / 375)) 0 calc(10 * (100vw / 375));
  }

  .card-DetailItemList .block_loginAnnounce-history.block_loginAnnounce p,
  .block_loginAnnounce-history.block_loginAnnounce p {
    font-size: calc(12 * (100vw / 375));
    text-align: center;
    margin-bottom: calc(10 * (100vw / 375));
  }

  .card-DetailItemList .btn_type-square.btn_type-square-loginAnnounce-parts,
  .btn_type-square.btn_type-square-loginAnnounce-parts {
    width: 100%;
    padding: 0 calc(9 * (100vw / 375));
    height: calc(31 * (100vw / 375));
    font-size: calc(13 * (100vw / 375));
    line-height: calc(31 * (100vw / 375));
    text-align: center;
    opacity: 1;
    border-radius: 4px;
  }

  /*-- 特定商品のみログイン 一覧ページ ----------*/
  .block_loginAnnounce.block_loginAnnounce-list {
  }

  .block_loginAnnounce.block_loginAnnounce-list p {
    font-size: calc(12 * (100vw / 375));
    text-align: center;
    margin-bottom: calc(10 * (100vw / 375));
    line-height: 1.4;
  }

  /* 特定商品のみログイン ランキングパーツ */
  .ranking-category-contents .block_loginAnnounce {
    margin-top: calc(10 * (100vw / 375));
    border: none;
    padding: calc(10 * (100vw / 375)) 0 0;
  }

  .ranking-category-contents .block_loginAnnounce p {
    font-size: calc(12 * (100vw / 375));
    text-align: center;
    margin-bottom: calc(10 * (100vw / 375));
    line-height: 1.4;
  }

  .ranking-category-contents
    .btn_type-square.btn_type-square-loginAnnounce-parts {
    width: 100%;
    height: calc(31 * (100vw / 375));
    line-height: calc(31 * (100vw / 375));
    font-size: calc(11 * (100vw / 375));
    text-align: center;
    opacity: 1;
    border-radius: 4px;
  }

  /* 特定商品のみログイン ランキングパーツレコメンド */
  .c-block-recommend .block_loginAnnounce {
    margin-top: calc(10 * (100vw / 375));
    border: none;
    padding: calc(10 * (100vw / 375)) 0 0;
  }

  .c-block-recommend .block_loginAnnounce p {
    font-size: calc(12 * (100vw / 375));
    text-align: center;
    margin-bottom: calc(10 * (100vw / 375));
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px) {
  /* ページトップボタン */
  #page-top {
    opacity: 0;
    bottom: 1.6rem;
    right: 2rem;
  }

  #page-top a {
    width: 4.5rem;
    height: 4.5rem;
    transition: all 0.3s;
  }

  #page-top a:hover {
    opacity: var(--opacity-normal);
  }
}

/* ヘッダータブレット対応用 */
@media only screen and (min-width: 768px) {
  /* ------------------------------------------------
    ヘッダー
    ------------------------------------------------ */
  .mainHead_SP {
    display: none;
  }

  .head-text {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    color: var(--white);
    height: 3.6rem;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mainHead_PC {
    position: absolute;
    top: calc(3.6rem + var(--header-ex-banner-height));
    left: 0;
    width: 100%;
    z-index: 3;
    background: linear-gradient(
      180deg,
      rgba(112, 112, 112, 0.5046393557422969) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    /* border-bottom: 1px solid var(--white); */
  }

  .mainHead_PC.mainHead_PC-top.scrolled {
    position: fixed;
    top: var(--header-ex-banner-height);
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    background: var(--white);
  }

  .mainHead_PC.mainHead_PC-lower.scrolled {
    position: fixed;
    top: var(--header-ex-banner-height);
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    background: var(--white);
  }

  .headerNavi {
    border-bottom: 1px solid var(--white);
  }

  .header_inner {
    position: relative;
    width: 100%;
    max-width: 140rem;
    display: grid;
    align-items: center;
    grid-template-columns: minmax(20rem, 40rem) auto 1fr;
    column-gap: 8rem;
    margin: 0 auto;
    padding-inline: 2rem;
  }

  /* .header__brand-logo {
        position: absolute;
    } */
  .header-item__text {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: auto;
    column-gap: 4rem;
  }

  .header-item__text-item > *:not(.mega-menu) {
    padding-block: 2.5rem;
  }

  .header-item__text-item-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    height: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.3s;
  }

  .header-item__text-item-title:hover {
    opacity: var(--opacity-normal);
  }

  .header-item__text-item-title.with-rect {
    padding-right: 2.2rem;
  }

  .mainHead_PC.scrolled .header-item__text-item-title,
  .mainHead_PC.scrolled .header-item__icon,
  .mainHead_PC.mainHead_PC-lower .header-item__text-item-title {
    color: var(--black);
  }

  .header-item__text-item-title.with-rect {
    position: relative;
  }

  .header-item__text-item-title.with-rect::after {
    width: 0.9rem;
    height: 0.5rem;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    /* transition: padding-bottom 0.5s, padding-top 0.5s;  */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.707%22%20height%3D%225.061%22%20viewBox%3D%220%200%208.707%205.061%22%3E%20%3Cpath%20d%3D%22M476.539%2C1784.537l4-4-4-4%22%20transform%3D%22translate(1784.89%20-476.185)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  }

  .mainHead_PC.scrolled .header-item__text-item-title.with-rect::after,
  .mainHead_PC.mainHead_PC-lower
    .header-item__text-item-title.with-rect::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.707%22%20height%3D%225.061%22%20viewBox%3D%220%200%208.707%205.061%22%3E%20%3Cpath%20d%3D%22M476.539%2C1784.537l4-4-4-4%22%20transform%3D%22translate(1784.891%20-476.185)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  }

  .header-item__icon {
    display: flex;
    align-items: center;
    column-gap: 2.5rem;
    margin-inline-start: auto;
    color: var(--color, var(--white));
  }

  .mainHead_PC-lower .header-item__icon {
    --color: var(--black);
  }

  /* .header__hover-content {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    padding-top: 2.9rem;
    padding-bottom: 5.8rem;
    background-color: var(--white);
  }

  .mainHead_PC .header__hover-content {
    top: calc(var(--top, calc(var(--header-height) + var(--header-text-height))) - 1px);
  }

  .mainHead_PC.scrolled .header__hover-content {
    --top: var(--header-height);
  }

  .header__hover-content--category .header__hover-content__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .header__hover-content__inner {
    display: block;
    width: 100%;
    max-width: 124rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .header__hover-content__inner--regular {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .header__hover-content--category .header__hover-content__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .header__hover-content--category .header__hover-content__inner--regular,
  .header__hover-content--category .header__hover-content__inner--limited {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .header__hover-content--category .header__hover-content__inner--regular {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .header__hover-content--category .header__hover-content__inner--regular div.header__hover-content--category-content__wrapper:first-of-type {
    margin-left: auto;
  }

  .header__hover-content--category .header__hover-content__inner--regular div.header__hover-content--category-content__wrapper:last-of-type {
    margin-right: auto;
  }

  .header__hover-content--category-content__wrapper {
    margin-right: 7%;
  }

  .header__hover-content--category-content__list {
    margin-top: 0;
  }

  .header__hover-content--category-content__list+.header__hover-content--category-content__list {
    margin-top: 2.3rem;
  }

  .header__hover-content--category-content__list li {
    padding-left: 1.5rem;
  }

  .header__hover-content--category-content__list li:first-of-type {
    font-weight: bold;
    padding-left: 0;
  }

  .header__hover-content--category-content__link-text {
    display: block;
    padding-left: 1.5rem;
    height: auto;
    font-size: 1.3rem;
    line-height: 2.5;
    text-align: left;
    word-break: keep-all;
    transition: all 0.3s;
  }

  .header__hover-content--category-content__link-text:first-of-type {
    padding-left: 0;
  }

  .header__hover-content--category-content__link-text:hover {
    opacity: var(--opacity-normal);
  } */

  .header__hamburger-menu__bg {
    display: none;
    position: fixed;
    top: 10.678rem;
    left: 0;
    width: 100%;
    height: calc(100% - 10.678rem);
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }

  .header-item__accountName {
    display: grid;
    place-items: center;
    font-size: 1.4rem;
  }

  .header-item__btn a {
    display: grid;
    place-items: center;
    width: 12.2rem;
    height: 3.4rem;
    color: var(--white);
    font-weight: bold;
    font-size: 1.4rem;
    background: var(--black);
    letter-spacing: 0.02em;
    border-radius: 4px;
    transition: all 0.3s;
  }

  .header-item__btn a:hover {
    opacity: var(--opacity-normal);
  }

  .header-item__icon-item-login {
    width: 2rem;
  }

  .header-item__icon-item-search {
    width: 1.6rem;
  }

  .header-item__icon-item-search .search_inner {
    width: 4.3rem;
    transition: all 0.3s;
  }

  .header-item__icon-item-cart {
    width: 2.2rem;
  }

  .header-item__icon
    .header-item__text-item-title.header-item__icon-item-login {
    padding-right: 0;
    margin-top: 0;
  }

  .modal-search {
    display: none;
  }

  .pchead_search-inner {
    display: none;
    /* 初期状態 */
    width: 100%;
    /* モーダルは画面いっぱいに */
    position: relative;
    height: 100%;
  }

  .pchead_search_overlay {
    width: 100%;
    /* 黒背景も画面いっぱいに */
    height: 100vh;
    /* 黒背景も画面いっぱいに */
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 12rem;
    left: 0;
  }

  /* 配置関連。モーダル自体とは関係なし */
  .pchead_search_contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .pchead_search_contents.c-block-search {
    padding-block: 0;
    background-color: var(--white);
  }

  .pchead_search_contents-inner {
    width: 100%;
    max-width: 148rem;
    margin: 0 auto;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
  }

  .pchead_search_btn-close {
    position: absolute;
    top: 2.6rem;
    right: 2.6rem;
    cursor: pointer;
  }

  /*-- 特定商品のみログイン ヒストリー ----------*/
  .block_loginAnnounce-history.block_loginAnnounce {
    margin-top: 1rem;
    border: none;
    padding: 1rem 0 2rem;
  }

  .block_loginAnnounce-history.block_loginAnnounce p {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .btn_type-square.btn_type-square-loginAnnounce-parts {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.5rem;
    text-align: center;
    opacity: 1;
    transition: all 0.1s linear;
    border-radius: 4px;
  }

  /* 特定商品のみログイン 商品詳細 */
  .block_loginAnnounce.block_loginAnnounce-list {
  }

  .block_loginAnnounce.block_loginAnnounce-list p {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.4;
  }

  /* 特定商品のみログイン ランキングパーツ */
  .ranking-category-contents .block_loginAnnounce {
    margin-top: 1rem;
    border: none;
    padding: 1rem 0 0;
  }

  .ranking-category-contents .block_loginAnnounce p {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.4;
  }

  .ranking-category-contents
    .btn_type-square.btn_type-square-loginAnnounce-parts {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.5rem;
    text-align: center;
    opacity: 1;
    transition: all 0.1s linear;
    border-radius: 4px;
  }

  /* 特定商品のみログイン ランキングパーツレコメンド */
  .c-block-recommend .block_loginAnnounce {
    margin-top: 1rem;
    border: none;
    padding: 1rem 0 0;
  }

  .c-block-recommend .block_loginAnnounce p {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.4;
  }

  .btn_type-square.btn_type-square-loginAnnounce-parts:hover,
  .ranking-category-contents
    .btn_type-square.btn_type-square-loginAnnounce-parts:hover {
    opacity: var(--opacity-normal);
  }
}

/* 一時追加 */
@media screen and (max-width: 767px) {
  #Header .icon-instagram {
    width: 22px;
  }
}

@media screen and (min-width: 768px) {
  #Header .pchead_search_btn-close {
    width: 3rem;
    height: 3rem;
  }

  #Header .btn-search_topcontents {
    width: 4.3rem;
    height: 4.3rem;
  }

  .header-item__icon-item-favo {
    width: 2rem;
  }
}

.cart--quantity {
  position: absolute;
  top: -10px;
  right: -10px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 100vh;
  background-color: #000;
  font-size: 10px;
  color: #fff;
}

*:has(.cart--quantity) {
  position: relative;
}

/**
 * large viewport用 mega menu
 */
@media screen and (min-width: 768px) {
  .mega-menu {
    position: absolute;
    left: 50%;
    width: 100vw;
    padding-block: 30px;
    padding-inline: 20px;
    background-color: #f8f7f6;
    transform: translateX(-50%);
    visibility: var(--visibility, hidden);
    opacity: var(--opacity, 0);
    z-index: var(--z-index, -1);
    pointer-events: var(--pointer-events, none);
    transition: all 0.3s;
  }
  .mega-menu.is-show {
    --visibility: visible;
    --opacity: 1;
    --z-index: 10;
    --pointer-events: auto;
  }
  .mega-menu__container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 10px;
    max-width: 1000px;
    width: 100%;
    margin-inline: auto;
  }
  .category-navigation * {
    font-size: var(--font-size, 14px);
  }
  .category-navigation__heading {
    display: flex;
    align-items: center;
    gap: 1em;
  }
  .category-navigation__heading--primary {
    --font-size: 20px;
    font-family: var(--nanum-myeongjo);
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .category-navigation__heading--seconadry {
    font-weight: 700;
  }
  .category-navigation__menu {
    height: 340px;
    padding-block: 20px;
    overflow: auto;
  }
  .category-navigation__menu-list {
    margin-block-start: 1em;
    font-size: 14px;
  }
  .category-navigation__menu-item {
    --size-triangle: 16px;
    position: relative;
    padding-inline-end: 16px;
  }
  .category-navigation__menu-item > * {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding-block: 1em;
    padding-inline: 1em;
    border-radius: 20px;
    transition: all 0.3s;
  }
  .category-navigation__menu-item > *:hover {
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .category-navigation__menu-item > *:hover::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: var(--size-triangle) solid #fff;
    border-right: 0;
  }
  .category-navigation__menu-item-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 100vh;
    background-color: #fff;
    box-shadow: var(--box-shadow, 0 4px 4px rgba(0, 0, 0, 0.1));
    border: var(--border, 1px solid rgba(204, 204, 204, 0));
    transition: all 0.3s;
  }
  .category-navigation__menu-item
    > *:hover
    .category-navigation__menu-item-icon {
    --box-shadow: none;
    --border: 1px solid rgba(204, 204, 204, 1);
  }
  .category-navigation__menu-item
    .category-navigation__menu-item-link:hover
    + .category-navigation__detail-container {
    display: block;
  }
  .category-navigation__detail-container {
    position: relative;
  }
  .category-navigation__detail-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-block: 20px;
    padding-inline: 30px;
    border-radius: 30px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
  }
  .category-navigation__detail-inner.is-active {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  }
  .category-navigation__detail-content {
    display: grid;
    grid-template-columns: 1fr 200px;
    column-gap: 30px;
    margin-block-start: 20px;
  }
  .category-navigation__detail-list {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
    column-gap: 60px;
    row-gap: 10px;
    border-right: 1px solid var(--silverblack);
  }
  .category-navigation__detail-item {
    align-self: start;
  }
  .category-navigation__detail-item-link {
    display: block;
    padding-block: 7px;
    font-size: 13px;
  }
  .category-navigation__detail-item a:hover {
    background-color: #f0f0f0;
  }
  .category-navigation__thumbnail {
    grid-column: 2;
  }
  .category-navigation__thumbnail img {
    width: 100%;
    height: auto;
  }
}

/**
 * 特集コンテンツ（静的）
 */
.feature__article-container {
  position: relative;
}

.feature__article-summary-list {
  display: grid;
}

.feature__article-summary-item {
  position: relative;
}

.feature__article-summary-link {
  display: grid;
  row-gap: 1em;
}

.feature__article-summary-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 10px;
}

.feature__article-summary-tags {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 5px;
  padding-block-end: 0.5em;
  overflow: auto;
  font-size: 12px;
}

.feature__article-summary-tags li {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  padding-block: 0.5em;
  padding-inline: 1.5em;
  border-radius: 100vh;
  background: var(--black);
  font-size: 12px;
  color: var(--white);
}

.feature__article-summary-date {
  font-size: 14px;
  color: var(--nickel);
}

.feature__article-summary-details {
  font-size: 14px;
}

/**
 * products column layouts
 */
.global-products {
}
.global-products__container {
}
.global-products__list[data-layout="grid"] {
  display: grid;
  gap: 10px;
}
.global-products__list[data-layout="grid"] .global-products__item {
  width: 100%;
}
.global-products__list[data-layout="scrollable"] {
  display: flex;
  overflow-x: auto;
}
.global-products__list[data-layout="scrollable"] .global-products__item {
  flex-shrink: 0;
}
.global-products__list[data-layout="scrollable"]::-webkit-scrollbar {
  height: 1px;
}
.global-products__list[data-layout="scrollable"]::-webkit-scrollbar-track {
  background-color: var(--ash-to-ash);
}
.global-products__list[data-layout="scrollable"]::-webkit-scrollbar-thumb {
  background-color: var(--white);
}
/* --- for small viewport --- */
@media only screen and (max-width: 767px) {
  .global-products__list[data-layout="grid"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .global-products__list[data-layout="scrollable"] {
    gap: calc(5 * (100vw / 375));
  }
  .global-products__list[data-layout="scrollable"] .global-products__item {
    width: calc(200 * (100vw / 375));
  }
  .global-products__item {
    padding-block-end: calc(20 * (100vw / 375));
  }
  .global-products__item > *:not(a:has(.card-item__img-wrapper)) {
    padding-inline: calc(10 * (100vw / 375));
  }
}
/* --- for large viewport --- */
@media only screen and (min-width: 768px) {
  .global-products__list[data-layout="grid"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .global-products__list[data-layout="scrollable"] {
    gap: 0.4rem;
  }
  .global-products__list[data-layout="scrollable"] .global-products__item {
    width: 21.88%;
    min-width: 28rem;
  }
  .global-products__item {
    padding-block-end: 3.5rem;
  }
  .global-products__item > *:not(a:has(.card-item__img-wrapper)) {
    padding-inline: 3rem;
  }
}
