@charset "UTF-8";
/* =====================

	グローバル系

 ======================= */
/** -------------------- HEADER -------------------- **/
.p-header__shipping-fee {
  background: var(--c_black);
  text-align: center;
  color: var(--c_wht);
  padding: 8px 20px 12px;
  position: relative;
  z-index: 800;
}

.p-header__shipping-fee__txt span {
  color: #FF80B7;
}

.p-header__sp {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  width: 100%;
  height: 60px;
  padding: 12px 16px;
  background: var(--c_wht);
  border-bottom: 1px solid var(--c_border);
}

.p-header__sp__mask {
  width: 100%;
  height: 100%;
  background: var(--c_black);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-header__sp__mask.is-show {
  opacity: 0.6;
  visibility: visible;
}

.p-header__sp__menu-btn {
  width: 28px;
  height: 15px;
  position: relative;
}

.p-header__sp__menu-btn span {
  background: #222222;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-header__sp__menu-btn span:first-child {
  top: 0;
}

.p-header__sp__menu-btn span:nth-child(2), .p-header__sp__menu-btn span:nth-child(3) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-header__sp__menu-btn span:last-child {
  bottom: 0;
}

.p-header__sp__menu-btn.is-open span:first-child, .p-header__sp__menu-btn.is-open span:last-child {
  opacity: 0;
}

.p-header__sp__menu-btn.is-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-header__sp__menu-btn.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header__sp__search__label {
  display: block;
  width: 34px;
  padding: 0 8px;
}

.p-header__sp__search__label img {
  display: block;
}

.p-header__sp__search__contents {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--c_wht);
  padding: 20px 20px 30px;
  display: none;
}

.p-header__sp__search__contents__inner {
  position: relative;
}

.p-header__sp__search__input {
  border-color: var(--c_border);
}

.p-header__sp__search__btn {
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
}

.p-header__sp__logo {
  width: 120px;
  margin: 0 auto;
}

.p-header__sp__member__label {
  width: 30px;
}

.p-header__sp__member__contents {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--c_wht);
  padding: 30px 20px;
  display: none;
}

.p-header__sp__pagelink__mypage__item {
  margin: 0 0 16px;
}

.p-header__sp__pagelink__mypage__item:last-child {
  margin-bottom: 0;
}

.p-header__sp__pagelink__history {
  font-size: 1.4rem;
  text-align: center;
  margin: 20px 0 0;
}

.p-header__sp__pagelink__history a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.p-header__sp__pagelink__history a img {
  width: 24px;
  -webkit-filter: var(--filter_text);
          filter: var(--filter_text);
}

.p-header__sp__pagelink__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 16px;
}

.p-header__sp__pagelink__member__point span {
  font-family: var(--font_eng);
  font-size: 2.0rem;
}

.p-header__sp__pagelink__logout {
  margin: 12px 0 0;
  text-align: center;
}

.p-header__sp__pagelink__logout a {
  color: var(--c_text_lg);
  font-weight: 500;
  letter-spacing: 0.15em;
}

.p-header__sp__pagelink__logout a:active, .p-header__sp__pagelink__logout a:visited {
  color: var(--c_text_lg);
}

.p-header__sp__cart {
  width: 30px;
  position: relative;
}

.p-header__sp__menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: calc(100vh - 100% - 1px);
  background: var(--c_wht);
  overflow-y: auto;
  display: none;
}

.p-header__sp__menu__title {
  background: var(--c_main);
  color: var(--c_wht);
  border-bottom: 1px solid var(--c_border);
  padding: 12px 20px;
  font-family: var(--font_eng);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.26667;
}

.p-header__sp__menu__member {
  padding: 16px 20px;
  background: var(--c_bg_w);
  border-bottom: 1px solid var(--c_border);
}

.p-header__sp__menu__member--guest {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.p-header__sp__menu__member__logout {
  text-align: center;
  margin: 16px 0 0;
}

.p-header__sp__menu__member__logout a {
  color: var(--c_text_lg);
  font-weight: 500;
  letter-spacing: 0.15em;
}

.p-header__sp__menu__member__logout a:active, .p-header__sp__menu__member__logout a:visited {
  color: var(--c_text_lg);
}

.p-header__sp__menu__nav {
  border-bottom: 1px solid var(--c_border);
}

.p-header__sp__menu__nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 80px;
}

.p-header__sp__menu__nav__list__item {
  border-right: 1px solid var(--c_border);
}

.p-header__sp__menu__nav__list__item:last-child {
  border-right: 0;
}

.p-header__sp__menu__nav__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4px;
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
}

.p-header__sp__menu__nav__list__item a img {
  width: 30px;
  -webkit-filter: var(--filter_main);
          filter: var(--filter_main);
}

.p-header__sp__menu__products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-header__sp__menu__products__list__parent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 8px 0;
  border-bottom: 1px solid var(--c_border);
  background: var(--c_bg_w);
  -webkit-transition: var(--anim);
  transition: var(--anim);
  font-size: 1.2rem;
}

.p-header__sp__menu__products__list__parent > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 8px 30px 8px 16px;
  line-height: 1.23077;
  position: relative;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-header__sp__menu__products__list__parent > * img {
  width: 30px;
}

.p-header__sp__menu__products__list__parent > *:before, .p-header__sp__menu__products__list__parent > *:after {
  content: "";
  width: 9px;
  height: 1px;
  background: var(--c_text);
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-header__sp__menu__products__list__parent > *:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-header__sp__menu__products__list__parent:nth-child(odd) > * {
  border-right: 1px solid var(--c_border);
}

.p-header__sp__menu__products__list__parent.is-open {
  border-bottom: 1px solid transparent;
  background: var(--c_wht);
}

.p-header__sp__menu__products__list__parent.is-open > * {
  color: var(--c_main);
}

.p-header__sp__menu__products__list__parent.is-open > *:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-header__sp__menu__products__list__children {
  background: var(--c_wht);
  width: 100%;
  display: none;
  font-size: 1.2rem;
}

.p-header__sp__menu__products__list__children > p {
  text-align: right;
  padding: 8px 0;
  border-bottom: 1px solid var(--c_border);
}

.p-header__sp__menu__products__list__children > p a {
  color: var(--c_text_g);
  padding: 6px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.p-header__sp__menu__products__list__children > p a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/common/arrow.png) no-repeat center/contain;
  -webkit-filter: var(--filter_main);
          filter: var(--filter_main);
}

.p-header__sp__menu__products__list__children > p.sub {
  text-align: left;
  padding: 8px 16px;
  background: var(--c_bg_g);
}

.p-header__sp__menu__products__list__children > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid var(--c_border);
}

.p-header__sp__menu__products__list__children > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 8px 0;
  border-bottom: 1px solid var(--c_border);
  margin: 0;
}

.p-header__sp__menu__products__list__children > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  line-height: 1.5;
  padding: 8px 16px;
}

.p-header__sp__menu__products__list__children > ul > li:nth-child(even) a {
  border-left: 1px solid var(--c_border);
}

.p-header__sp__menu__products__list__children > ul > li:last-child {
  border-bottom: 0;
}

.p-header__sp__menu__products__list__children > ul > li:last-child:nth-child(odd) a {
  border-right: 1px solid var(--c_border);
}

.p-header__sp__menu__products__list__children > ul > li:nth-child(odd):nth-last-child(2) {
  border-bottom: 0;
}

.p-header__sp__menu__products__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-top: 1px solid var(--c_border);
  border-bottom: 1px solid var(--c_border);
  margin: -1px 0 0;
}

.p-header__sp__menu__products__list__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding: 24px 20px;
}

.p-header__sp__menu__products__list__item > a .eng {
  font-family: var(--font_eng);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.1875;
}

.p-header__sp__menu__products__list__item > a .jp {
  color: var(--c_main);
  font-size: 1.2rem;
  letter-spacing: 0;
}

.p-header__sp__menu__products__list__item > a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/arrow.png) no-repeat center/contain;
  margin-left: auto;
  -webkit-filter: var(--filter_text);
          filter: var(--filter_text);
}

.p-header__sp__menu__support__list {
  padding: 16px 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
}

.p-header__sp__menu__support__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.p-header__sp__menu__close {
  padding: 0 20px 56px;
}

.p-header__sp__menu__close__btn {
  width: 70%;
  margin: 0 auto;
  border: 1px solid var(--c_border);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.0;
  padding: 15px;
}

.p-header.is-fixed .p-header__sp {
  position: fixed;
  top: 0;
  left: 0;
}

/** -------------------- FOOTER -------------------- **/
.p-footer__pagetop {
  display: none;
}

.p-footer__pagetop a {
  width: 42px;
  height: 42px;
  background: url(../images/common/arrow.png) no-repeat center/12px, var(--c_bg_w);
  border: 1px solid var(--c_text);
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-footer__contact {
  border-top: 1px solid var(--c_border);
  background: var(--c_bg_w);
  padding: 48px 0 12px;
}

.p-footer__contact__container {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 24px;
}

.p-footer__contact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.p-footer__contact__title:before {
  content: attr(data-eng);
  font-family: var(--font_title);
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  line-height: 1.0;
}

.p-footer__contact__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--c_main);
}

.p-footer__contact__title span:before {
  content: "";
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer__contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.p-footer__contact__tel:before {
  content: "";
  width: 64px;
  height: 64px;
  background: url(../images/global/icon_phone.png) no-repeat center/28px, var(--c_main);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer__contact__tel__num a {
  font-family: var(--font_title);
  font-size: 3.6rem;
  line-height: 1.0;
}

.p-footer__contact__tel__num span {
  font-family: var(--font_mix);
  letter-spacing: 0.1em;
  display: block;
  margin-top: 4px;
}

.p-footer__contact__mail__btn {
  display: block;
  background: var(--c_black);
  color: #E8E8E8;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  padding: 20px;
  border: 1px solid var(--c_black);
  z-index: 2;
}

.p-footer__contact__mail__btn:before {
  content: "";
  width: 0;
  height: 100%;
  background: var(--c_wht);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-footer__contact__mail__btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.p-footer__contact__mail__btn span:before {
  content: "";
  width: 21px;
  height: 16px;
  background: url(../images/global/icon_mail.png) no-repeat center/contain;
  -webkit-filter: var(--filter_gray);
          filter: var(--filter_gray);
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-footer__contact__mail__btn span:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/arrow.png) no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-filter: var(--filter_wht);
          filter: var(--filter_wht);
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-footer__contact__mail__btn:visited, .p-footer__contact__mail__btn:active {
  color: var(--c_wht);
}

.p-footer__contact__mail__btn:hover {
  color: var(--c_black);
  opacity: 1.0;
}

.p-footer__contact__mail__btn:hover:before {
  width: 100%;
}

.p-footer__contact__mail__btn:hover span:before, .p-footer__contact__mail__btn:hover span:after {
  -webkit-filter: none;
          filter: none;
}

.p-footer__guide {
  background: var(--c_bg_w);
  padding: 12px 0 48px;
}

.p-footer__guide__title span {
  display: block;
  background: var(--c_wht);
  color: var(--c_black);
  padding: 24px 16px;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.p-footer__guide__title span:before, .p-footer__guide__title span:after {
  content: "";
  width: 13px;
  height: 1px;
  background: currentColor;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-footer__guide__title span:after {
  -webkit-transition: var(--anim);
  transition: var(--anim);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-footer__guide__title.is-open span:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-footer__guide__contents {
  border-top: 1px solid var(--c_border);
  padding: 16px 0;
  background: var(--c_wht);
  display: none;
}

.p-footer__guide__block {
  padding: 16px 20px;
}

.p-footer__guide__subtitle {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
}

.p-footer__guide__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}

.p-footer__sitemap {
  background: var(--c_bg_b);
  padding: 24px 0 64px;
  color: var(--c_wht);
}

.p-footer__sitemap a {
  color: var(--c_wht);
}

.p-footer__sitemap a:visited, .p-footer__sitemap a:active {
  color: var(--c_wht);
}

.p-footer__sitemap__title {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 24px 0;
  border-bottom: 1px solid var(--c_text_g);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.p-footer__sitemap__title:before {
  content: attr(data-eng);
  font-family: var(--font_eng);
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
  color: var(--c_blk-pnk);
}

.p-footer__sitemap__title span {
  width: 13px;
  height: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
}

.p-footer__sitemap__title span:before, .p-footer__sitemap__title span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--c_bg_w);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p-footer__sitemap__title span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-footer__sitemap__title.is-open span:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-footer__sitemap__category {
  padding-top: 24px;
  display: none;
}

.p-footer__sitemap__category > li {
  margin-bottom: 8px;
}

.p-footer__sitemap__category > li:last-child {
  margin-bottom: 0;
}

.p-footer__sitemap__other {
  margin-top: 40px;
}

.p-footer__sitemap__brand {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid var(--c_text_g);
}

.p-footer__sitemap__brand__title {
  text-align: center;
  font-family: var(--font_eng);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin: 0 0 32px;
}

.p-footer__sitemap__brand__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.p-footer__sitemap__copyright {
  margin-top: 40px;
  font-family: var(--font_eng);
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.p-footer__logo {
  width: 165px;
  margin: 0 auto 32px;
}

.p-footer__logo img {
  -webkit-filter: var(--filter_wht);
          filter: var(--filter_wht);
}

.p-footer__sns {
  margin: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.p-footer__sns__item {
  width: 40px;
}

.p-footer__mailmag {
  margin: 32px 0;
}

.p-footer__mailmag__btn {
  color: #E8E8E8 !important;
  border: 1px solid #E8E8E8;
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding: 16px;
  position: relative;
  z-index: 2;
}

.p-footer__mailmag__btn:before {
  content: "";
  width: 0;
  height: 100%;
  background: #E8E8E8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-footer__mailmag__btn:hover {
  opacity: 1.0;
  color: var(--c_text) !important;
}

.p-footer__mailmag__btn:hover:before {
  width: 100%;
}

/* スマホのみ

  ------------------------ */
/* タブレット縦以上

  ------------------------ */
@media (min-width: 768px) {
  .p-header__sp__menu__products__list__children > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
  }
  .p-header__sp__menu__products__list__children > ul > li a {
    border-left: 1px solid var(--c_border);
  }
  .p-header__sp__menu__products__list__children > ul > li:nth-child(3n+1) a {
    border-left: 0;
  }
  .p-header__sp__menu__products__list__children > ul > li:last-child:nth-child(3n+2) a, .p-header__sp__menu__products__list__children > ul > li:last-child:nth-child(3n+1) a {
    border-right: 1px solid var(--c_border);
  }
  .p-header__sp__menu__products__list__children > ul > li:last-child:nth-child(3n) a {
    border-right: 0;
  }
  .p-header__sp__menu__products__list__children > ul > li:nth-last-child(2):nth-child(3n+2), .p-header__sp__menu__products__list__children > ul > li:nth-last-child(3):nth-child(3n+1), .p-header__sp__menu__products__list__children > ul > li:nth-last-child(2):nth-child(3n+1) {
    border-bottom: 0;
  }
  .p-footer__contact__container {
    grid-template-columns: 1fr 1fr;
  }
  .p-footer__contact__block:first-child {
    grid-column: 1 / 3;
  }
  .p-footer__sitemap__brand__list {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* タブレット横以上

  ------------------------ */
@media (min-width: 981px) {
  .p-header__shipping-fee {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .p-header__pc {
    width: 100%;
    height: 80px;
    background: var(--c_wht);
    border-bottom: 1px solid var(--c_border);
    position: relative;
    z-index: 1000;
  }
  .p-header__pc__container {
    padding: 0 16px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.5%;
       -moz-column-gap: 1.5%;
            column-gap: 1.5%;
    max-width: 1300px;
    margin: 0 auto;
  }
  .p-header__pc__logo {
    width: 10.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header__pc__logo img {
    display: block;
  }
  .p-header__pc__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .p-header__pc__category__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-header__pc__category__item > a {
    font-family: var(--font_jp);
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .p-header__pc__category__item--parent > label {
    font-family: var(--font_jp);
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    -webkit-transition: var(--anim);
    transition: var(--anim);
  }
  .p-header__pc__category__item--parent > label:after {
    content: "";
    width: 9px;
    height: 5px;
    background: url(../images/global/icon_expand.png) no-repeat center/contain;
    -webkit-filter: var(--filter_text);
            filter: var(--filter_text);
    -webkit-transition: var(--anim);
    transition: var(--anim);
  }
  .p-header__pc__category__item--parent.is-current > label {
    color: var(--c_main);
  }
  .p-header__pc__category__item--parent.is-current > label:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-filter: var(--filter_main);
            filter: var(--filter_main);
  }
  .p-header__pc__category__children {
    position: absolute;
    top: calc(100% + 1px);
    height: calc(90vh - 100%);
    max-height: 490px;
    left: 0;
    right: 0;
    width: 96%;
    max-width: 1000px;
    margin: auto;
    background: var(--c_wht);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--anim);
    transition: var(--anim);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.16);
    border: 1px solid var(--c_border);
    border-top: 0;
  }
  .p-header__pc__category__children__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    height: 100%;
  }
  .p-header__pc__category__children__nav {
    width: 275px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
    overflow-y: auto;
  }
  .p-header__pc__category__children__nav__list > li {
    padding: 12px 24px 14px 32px;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid var(--c_border);
    background: var(--c_bg_w);
    position: relative;
    -webkit-transition: var(--anim);
    transition: var(--anim);
    cursor: pointer;
  }
  .p-header__pc__category__children__nav__list > li:after {
    content: "";
    width: 9px;
    height: 5px;
    background: url(../images/global/icon_expand.png) no-repeat center/contain;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-filter: var(--filter_border);
            filter: var(--filter_border);
    -webkit-transition: var(--anim);
    transition: var(--anim);
  }
  .p-header__pc__category__children__nav__list > li:last-child {
    border-bottom: 0;
  }
  .p-header__pc__category__children__nav__list > li:hover, .p-header__pc__category__children__nav__list > li.is-current {
    color: var(--c_main);
    background: var(--c_wht);
  }
  .p-header__pc__category__children__nav__list > li:hover:after, .p-header__pc__category__children__nav__list > li.is-current:after {
    -webkit-filter: var(--filter_main);
            filter: var(--filter_main);
  }
  .p-header__pc__category__children__contents {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 24px 0;
    height: 100%;
    overflow-y: auto;
  }
  .p-header__pc__category__children__block {
    display: none;
  }
  .p-header__pc__category__children__block.is-current {
    display: block;
  }
  .p-header__pc__category__children__block ul {
    margin: 16px 0 64px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    gap: 0 48px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .p-header__pc__category__children__block ul:last-child {
    margin-bottom: 0;
  }
  .p-header__pc__category__children__block ul li {
    max-width: 165px;
    margin: 0;
  }
  .p-header__pc__category__children__block ul li a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    display: block;
    padding: 16px 16px 16px 0;
  }
  .p-header__pc__category__children__block ul li a:hover {
    color: var(--c_main);
    text-decoration-color: var(--c_main);
    opacity: 1.0;
  }
  .p-header__pc__category__children__header > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .p-header__pc__category__children__header > a img {
    width: 80px;
  }
  .p-header__pc__category__children__header > a:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/common/arrow.png) no-repeat center/contain;
    -webkit-filter: var(--filter_main);
            filter: var(--filter_main);
  }
  .p-header__pc__category__children__label {
    color: var(--c_text_lg);
    margin: 36px 0 0;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .p-header__pc__category__children__label:before {
    content: "";
    width: 8px;
    height: 4px;
    background: url(../images/global/icon_expand.png) no-repeat center/contain;
    -webkit-filter: var(--filter_border);
            filter: var(--filter_border);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .p-header__pc__search {
    width: 17%;
    margin: 16px 0 16px auto;
  }
  .p-header__pc__search__form {
    position: relative;
  }
  .p-header__pc__search__input {
    background: var(--c_bg_w);
    border-radius: 0;
    padding: 12px 32px 12px 12px;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  .p-header__pc__search__btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 18px;
    height: 18px;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-header__pc__search__btn img {
    display: block;
  }
  .p-header__pc__pagelink__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    height: 100%;
  }
  .p-header__pc__pagelink__list__item {
    width: 32px;
    position: relative;
  }
  .p-header__pc__pagelink__list__item--parent {
    cursor: pointer;
  }
  .p-header__pc__pagelink__list__item--parent > span {
    -webkit-transition: var(--anim);
    transition: var(--anim);
  }
  .p-header__pc__pagelink__list__item--parent:hover > span {
    opacity: 0.6;
  }
  .p-header__pc__pagelink__list__item--parent:hover .p-header__pc__pagelink__list__item__children {
    visibility: visible;
    opacity: 1.0;
  }
  .p-header__pc__pagelink__list__item__children {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 324px;
    background: var(--c_wht);
    padding: 32px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--anim);
    transition: var(--anim);
  }
  .p-header__pc__pagelink__list__item__children--mypage {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
  .p-header__pc__pagelink__guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    font-size: 1.3rem;
  }
  .p-header__pc__pagelink__guide a {
    display: block;
  }
  .p-header__pc__pagelink__guide a:hover {
    color: var(--c_main);
  }
  .p-header__pc__pagelink__mypage {
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
  .p-header__pc__pagelink__member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
    font-size: 1.3rem;
    line-height: 1.46154;
  }
  .p-header__pc__pagelink__member__point {
    margin-left: auto;
  }
  .p-header__pc__pagelink__member__point span {
    font-family: var(--font_eng);
    font-size: 2.0rem;
  }
  .p-header__pc__pagelink__history {
    text-align: center;
    margin: 16px 0 0;
  }
  .p-header__pc__pagelink__history a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    letter-spacing: 0.15em;
  }
  .p-header__pc__pagelink__history a img {
    width: 24px;
    -webkit-filter: var(--filter_text);
            filter: var(--filter_text);
  }
  .p-header__pc__pagelink__logout {
    text-align: center;
    margin: 12px 0 0;
  }
  .p-header__pc__pagelink__logout a {
    color: var(--c_text_lg);
    font-size: 1.3rem;
    font-weight: 500;
  }
  .p-header.is-fixed .p-header__pc {
    position: fixed;
    top: 0;
    left: 0;
  }
  .p-footer__pagetop a {
    width: 56px;
    height: 56px;
    background-size: 16px;
    right: 32px;
    bottom: 60px;
  }
  .p-footer__contact {
    padding: 60px 0 52px;
    border-bottom: 1px solid var(--c_border);
  }
  .p-footer__contact__container {
    display: grid;
    grid-template-columns: 200px auto auto;
  }
  .p-footer__contact__block {
    padding: 8px 24px;
    border-right: 1px solid var(--c_border);
  }
  .p-footer__contact__block:first-child {
    grid-column: auto;
  }
  .p-footer__contact__block:last-child {
    border-right: 0;
  }
  .p-footer__contact__title {
    display: block;
  }
  .p-footer__contact__title:before {
    font-size: 3.6rem;
  }
  .p-footer__contact__title span {
    font-size: 1.4rem;
    font-weight: 400;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin-top: 8px;
    padding-left: 4px;
  }
  .p-footer__contact__title span:before {
    width: 0.5em;
    height: 0.5em;
  }
  .p-footer__contact__tel {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-footer__contact__tel:before {
    width: 64px;
    height: 64px;
    background-size: 28px;
  }
  .p-footer__contact__tel__num a {
    font-size: 4.0rem;
    pointer-events: none;
  }
  .p-footer__contact__mail__btn {
    max-width: 295px;
    margin: 0 auto;
  }
  .p-footer__guide {
    padding: 60px 0 72px;
  }
  .p-footer__guide__container {
    display: grid;
    grid-template-columns: 200px 1fr;
  }
  .p-footer__guide__title {
    padding: 8px 24px;
  }
  .p-footer__guide__title:before {
    content: attr(data-eng);
    font-family: var(--font_title);
    font-size: 3.6rem;
    line-height: 1.0;
    display: block;
    margin-bottom: 8px;
  }
  .p-footer__guide__title span {
    background: none;
    color: var(--c_main);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .p-footer__guide__title span:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    right: auto;
    top: auto;
    margin: 0;
  }
  .p-footer__guide__title span:after {
    display: none;
  }
  .p-footer__guide__contents {
    background: none;
    border: 0;
    padding: 0 24px 0 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 40px;
  }
  .p-footer__guide__block {
    padding: 0;
  }
  .p-footer__guide__subtitle {
    font-size: 1.4rem;
  }
  .p-footer__guide__txt {
    row-gap: 16px;
    font-size: 1.3rem;
    line-height: 1.69231;
  }
  .p-footer__sitemap {
    padding: 80px 0 88px;
  }
  .p-footer__sitemap__container {
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: auto 215px;
  }
  .p-footer__sitemap__contents {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    gap: 64px 36px;
  }
  .p-footer__sitemap__block:first-child {
    grid-row: span 2;
  }
  .p-footer__sitemap__title {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    border: 0;
  }
  .p-footer__sitemap__title:before {
    margin: 0;
  }
  .p-footer__sitemap__title span {
    display: none;
  }
  .p-footer__sitemap__category {
    padding-top: 32px;
    display: block;
    font-size: 1.3rem;
  }
  .p-footer__sitemap__category > li {
    margin-bottom: 4px;
  }
  .p-footer__sitemap__other {
    margin-top: 0;
  }
  .p-footer__sitemap__brand {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
  .p-footer__sitemap__brand + .p-footer__sitemap__brand {
    margin-top: 25px;
  }
  .p-footer__sitemap__brand__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
  .p-footer__sitemap__brand__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .p-footer__sitemap__brand__list__item {
    width: 145px;
  }
  .p-footer__sitemap__copyright {
    margin-top: 80px;
    font-size: 1.3rem;
  }
  .p-footer__logo {
    width: 215px;
    margin: 0 auto 56px;
  }
  .p-footer__sns {
    margin: 56px 0 40px;
    colum-gap: 12px;
  }
  .p-footer__sns__item {
    width: 32px;
  }
  .p-footer__mailmag {
    margin: 40px 0 0;
  }
  .p-footer__mailmag__btn {
    font-size: 1.3rem;
  }
}

/* スマホ・タブレットのみ

  ------------------------ */
/* PCのみ

  ------------------------ */
@media (min-width: 1241px) {
  .p-header__pc__container {
    padding: 0 32px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .p-header__pc__category {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 24px;
    margin-left: 15px;
}
  .p-header__pc__search {
    width: 225px;
  }
  .p-header__pc__pagelink__list {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .p-header__pc__pagelink__list__item__children--mypage {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  .p-footer__contact__container {
    grid-template-columns: 275px auto auto;
  }
  .p-footer__contact__block {
    padding: 8px 64px;
  }
  .p-footer__guide__container {
    grid-template-columns: 275px 1fr;
  }
  .p-footer__guide__title {
    padding: 8px 64px;
  }
  .p-footer__guide__contents {
    padding: 0 40px 0 56px;
  }
  .p-footer__sitemap__contents {
    gap: 64px 80px;
  }
}



.revico-comment-outer-head .revico-logo{
	display: none;
}

#revico-review-zone .revico-logo-wrapper , .revico-logo , .ecbn-selection-footer2{
display:none;
}


.ecbn-selection-right-footer2 {
    display: none;
}

/* ダークモード時のみ
  ------------------------ */
@media (prefers-color-scheme: dark) {
  .p-header__sp__menu-btn span {
    background: #000;
  }
}