@charset "UTF-8";
/*** Header main gnavi menu ***/
.p-header__news {
  height: 55px;
  background-color: #bababa;
}

@media screen and (max-width: 979px) {
  .p-header__news {
    height: 40px;
  }
}

.p-header__news-link {
  color: #fff;
  text-align: center;
  display: block;
  padding: 17.5px 0px;
  font-size: 13px;
}

@media screen and (max-width: 979px) {
  .p-header__news-link {
    font-size: 11px;
    padding: 10px 0;
  }
}

.p-header__news-link:hover {
  color: #fff;
}

@media screen and (max-width: 979px) {
  .p-header__logo {
    height: 70px;
  }
}

.p-header__logo-img {
  width: 89px;
  position: absolute;
  top: 25px;
  left: 30px;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

@media screen and (max-width: 979px) {
  .p-header__logo-img {
    width: 70px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 15px;
  }
}

.p-header__content {
  position: relative;
  padding-top: 125px;
}

@media screen and (max-width: 979px) {
  .p-header__content.is-fixed {
    position: fixed;
    top: 0;
    height: 70px;
    width: 100%;
    background: #fff;
    z-index: 9;
  }
}

@media screen and (max-width: 979px) {
  .p-header__content {
    padding-top: 0;
  }
}

.p-header__content .p-side__area {
  display: none;
  padding: 0;
}

@media screen and (max-width: 979px) {
  .p-header__content .p-side__area {
    display: block;
    padding: 15px 0 18px;
    border-bottom: 1px solid #ebebeb;
  }
}

.p-header__content .p-side__area-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.p-header__content .p-side__area-li {
  padding: 0 22px;
  margin-bottom: 0;
  position: relative;
}

.p-header__content .p-side__area-li:last-child:after {
  border-right: none;
}

.p-header__content .p-side__area-li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 20px;
  border-right: 1px solid #ebebeb;
}

.p-header__content .p-side__area-txt {
  writing-mode: inherit;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.68px;
  margin-bottom: 0;
}

.p-header__content .p-side__area-red {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.6px;
  text-align: center;
}

.p-header__icons-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.p-header__icons {
  padding: 40px 0;
  margin-left: auto;
  margin-right: 40px;
}

@media screen and (max-width: 979px) {
  .p-header__icons {
    display: none;
  }
}

.p-header__icons .p-side__icons-li {
  margin: 0 25px 0 0;
}

.p-header__icons .p-side__icons-li.p-side__icon-search {
  margin-right: 20px;
}

.p-header__icons .p-side__icons-li.p-side__icon-cart {
  margin-right: 5px;
}

.p-header__item-ttl {
  margin-left: 166px;
  display: flex;
  padding: 25px 0 35px;
  align-items: center;
  z-index: 2;
}

@media screen and (max-width: 979px) {
  .p-header__item-ttl {
    padding: 18px 25px;
  }
}

.p-header__ttl {
  display: flex;
  padding: 0 0 35px;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 979px) {
  .p-header__ttl {
    padding: 18px 0;
    margin: 0;
  }
}

.p-header__ttl.w-auto {
  width: auto;
}

.p-header__area-txt {
  font-size: 28px;
  line-height: 23px;
  color: #000000;
}

@media screen and (max-width: 979px) {
  .p-header__area-txt {
    font-size: 22px;
  }
}

.p-header__area-red {
  margin-left: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  color: #b53233;
  position: relative;
  top: 4px;
  font-family: "gillsans", sans-serif;
}

@media screen and (max-width: 979px) {
  .p-header__area-red {
    margin-left: 10px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.p-header__flexbox {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .p-header__flexbox {
    margin: 0 25px;
  }
}

.p-header__event-nav-only {
  justify-content: space-around;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 25px 35px;
  align-items: flex-end;
}

@media screen and (max-width: 979px) {
  .p-header__event-nav-only {
    width: 100vw;
    background: #e8e8e8;
    position: absolute;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    text-align: center;
    left: 0;
    justify-content: space-around;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 35px 25px;
  }
  .p-header__event-nav-only.is-show {
    pointer-events: all;
    opacity: 0.9;
    visibility: visible;
  }
}

.p-header__event-nav {
  width: 100%;
  background: #e8e8e8;
  position: absolute;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  justify-content: space-around;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}

@media screen and (max-width: 979px) {
  .p-header__event-nav {
    padding: 35px 25px;
  }
}

.p-header__event-nav.is-show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.p-header__event-nav.p-header__event-shop .p-arrow {
  right: 8px;
}

.p-header__event-shop-search {
  position: relative;
}

@media screen and (max-width: 979px) {
  .p-header__event-shop-search {
    width: 100%;
  }
}

.p-header__event-shop-search .p-arrow::before,
.p-header__event-shop-search .p-arrow::after {
  width: 1px;
}

.p-header__event-shop-search-select {
  width: 100%;
  height: 55px;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
}

.p-header__event-shop-search-select::-ms-expand {
  display: none;
}

.p-header__event-list {
  font-size: 18px;
  letter-spacing: 1.14px;
  font-family: "gillsans", sans-serif;
  margin-left: 30px;
}

@media screen and (max-width: 979px) {
  .p-header__event-list {
    font-size: 13px;
    letter-spacing: 1.04px;
    margin-left: 0;
  }
}

.p-header__event-category {
  display: none;
}

@media screen and (max-width: 979px) {
  .p-header__event-category {
    display: flex;
    padding: 20px 0;
    margin: 0 0 0 auto;
  }
}

.p-header__banner-text {
  font-size: 13px;
  background-color: #bababa;
  color: #fff;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 17.5px 0px;
  margin: 0;
}

@media screen and (max-width: 979px) {
  .p-header__banner-text {
    font-size: 11px;
    padding: 10px 0px;
  }
}

.p-header__area {
  display: flex;
  flex-wrap: wrap;
}

.p-header__list {
  width: calc(100% / 4);
}

@media screen and (max-width: 979px) {
  .p-header__list {
    width: calc(100% / 2);
  }
}

.p-header__list:nth-child(-n + 4) {
  margin-bottom: 50px;
}

@media screen and (max-width: 979px) {
  .p-header__list:nth-child(-n + 4) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 979px) {
  .p-header__list:nth-child(-n + 6) {
    margin-bottom: 30px;
  }
}

.p-header__prefectures {
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 979px) {
  .p-header__prefectures {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.p-header__area-li {
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
}

@media screen and (max-width: 979px) {
  .p-header__area-li {
    margin-bottom: 10px;
  }
}

.p-header__area-neme {
  margin: 0;
}

.p-header__area-link {
  font-size: 20px;
  color: #777777;
}

.p-header__area-link:hover {
  color: #777777;
  opacity: 0.7;
}

@media screen and (max-width: 979px) {
  .p-header__area-link {
    font-size: 14px;
  }
}

.p-header__store {
  display: none;
  padding: 10px 30px 0px 10px;
}

.p-header__store li {
  padding: 5px 0;
}

.p-header__store a {
  font-size: 14px;
  color: #777777;
}

@media screen and (max-width: 979px) {
  .p-header__store a {
    font-size: 12px;
  }
}

.p-top-main {
  margin-bottom: 150px;
}

@media screen and (max-width: 979px) {
  .p-top-main {
    margin-bottom: 0;
  }
}

.p-top-main__blockin {
  width: 100%;
  z-index: 9;
}

.p-top-movie__li-ratios {
  padding: 60% 0 0 0;
  position: relative;
  z-index: -1;
}

.p-top-movie__li-ratios > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 979px) {
  .p-top-movie__li-ratios {
    padding: 142.26% 0 0 0;
  }
}

.p-top-main .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border: 1px solid #fff;
  border-radius: 0;
  margin: 0 5px;
  box-sizing: border-box;
  background-color: transparent;
  outline: none;
}

@media screen and (max-width: 979px) {
  .p-top-main .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
  }
}

.p-top-main .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
  outline: none;
}

.p-top-main .swiper-pagination {
  bottom: 40px;
  right: 45px;
  left: auto;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 979px) {
  .p-top-main .swiper-pagination {
    bottom: 25px;
    left: 25px;
    text-align: left;
  }
}

.p-top-main__caption {
  position: absolute;
  bottom: 43px;
  padding: 0 50px;
}

@media screen and (max-width: 979px) {
  .p-top-main__caption {
    bottom: 60px;
    padding: 0 25px;
  }
}

.p-top-main__ttl {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  margin: 0;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 979px) {
  .p-top-main__ttl {
    font-size: 22px;
    line-height: 30px;
  }
}

.p-top-main__txt {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 20px;
  color: #fff;
}

@media screen and (max-width: 979px) {
  .p-top-main__txt {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.p-top-main__li-ratios picture {
  overflow: hidden;
}

.p-top-main__li-ratios picture img,
.p-top-main__li-ratios picture source {
  width: 100%;
  height: auto;
  object-fit: cover;
  font-family: "object-fit: cover;";
  aspect-ratio: 67 / 41;
}

@media screen and (max-width: 979px) {
  .p-top-main__li-ratios picture img,
  .p-top-main__li-ratios picture source {
    aspect-ratio: 414 / 589;
  }
}

.p-side {
  width: 100px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 11;
  border-left: 1px solid #eaeaea;
}

@media screen and (max-width: 979px) {
  .p-side {
    display: none;
  }
}

.p-side.ps-container .ps-scrollbar-y {
  display: none;
}

.p-side::-webkit-scrollbar {
  width: 10px;
}

.p-side::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}

.p-side::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

.p-side__menu {
  background: transparent;
  border: none;
  margin: 40px 0 60px;
}

.p-side__menu:hover,
.p-side__menu:active,
.p-side__menu:focus {
  background-color: transparent;
}

.p-side__area {
  padding-top: 100px;
}

.p-side__area-li {
  margin-bottom: 25px;
}

.p-side__area-link {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.p-side__area-link:hover,
.p-side__area-link.is-active {
  opacity: 1;
}

.p-side__area-link:hover .p-side__area-red,
.p-side__area-link.is-active .p-side__area-red {
  color: #b53233;
}

.p-side__area-txt {
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-family: "fot-cezanne-pron", sans-serif;
}

.p-side__area-red {
  font-size: 12px;
  color: #a3a3a3;
  letter-spacing: 0.72px;
  font-family: "gillsans", sans-serif;
}

.p-side-area__link:hover .p-side__area-red {
  color: #b53233;
}

.p-side__icons {
  margin: auto 0 25px;
}

@media screen and (max-width: 979px) {
  .p-side__icons {
    margin: 0;
  }
}

.p-side__icons-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-side__icons-li {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.p-side__icons-li.p-side__menu .p-gnavi__btn {
  position: static;
}

.p-side__icon-bookmark {
  width: 16px;
}

@media screen and (max-width: 979px) {
  .p-side__icon-bookmark {
    width: auto;
  }
}

.p-side__cart-amount {
  width: 10px;
  height: 10px;
  background-color: #b6101b;
  display: block;
  border-radius: 8px;
  position: absolute;
  top: -1px;
  right: -4px;
}

@media screen and (max-width: 979px) {
  .p-side__cart-amount {
    width: 9px;
    height: 9px;
    top: 4px;
    right: 8px;
  }
}

.p-gnavi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1450;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  /* .p-gnavi.is-open {
    right: 35px;
  } */
}

@media screen and (max-width: 979px) {
  .p-gnavi {
    height: calc(100% - 120px);
  }
}

.p-gnavi__inner {
  padding: 40px 50px 50px 50px;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 979px) {
  .p-gnavi__inner {
    padding: 25px 25px 50px 25px;
    width: 100%;
  }
}

.p-gnavi__inner:last-of-type {
  border-top: 1px solid #ebebeb;
  padding: 50px;
}

@media screen and (max-width: 979px) {
  .p-gnavi__inner:last-of-type {
    padding: 45px 25px;
    width: 100%;
  }
}

.p-gnavi__logo-img {
  margin-bottom: 20px;
}

.p-gnavi__wrapper {
  position: absolute;
  top: 0;
  right: -414px;
  background-color: #fff;
  width: 414px;
  height: 100vh;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
  pointer-events: all;
  /* .c-change-items {
      padding: 50px;
    } */
}

@media screen and (max-width: 979px) {
  .p-gnavi__wrapper {
    right: -100%;
    width: 100%;
    height: calc(100% + 60px);
  }
}

.p-gnavi__wrapper .ps-scrollbar-x-rail,
.p-gnavi__wrapper .ps-scrollbar-y-rail {
  display: none !important;
}

.p-gnavi__wrapper .ps-scrollbar-y {
  display: none;
}

.p-gnavi__wrapper::-webkit-scrollbar {
  width: 10px;
}

.p-gnavi__wrapper::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}

.p-gnavi__wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

.p-gnavi__wrapper.is-active {
  overflow-y: hidden;
}

.p-gnavi__wrapper.is-active .p-gnavi__inner:last-of-type {
  display: none;
}

.p-gnavi__wrapper.is-active .p-gnavi__inner {
  height: 100%;
}

.p-gnavi__wrapper.is-active .ps-scrollbar-x-rail,
.p-gnavi__wrapper.is-active .ps-scrollbar-y-rail {
  display: none !important;
}

.p-gnavi.is-open .p-gnavi__wrapper {
  right: 0;
  overflow-y: scroll;
}

.p-gnavi.is-open .p-gnavi__bg {
  opacity: 0.65;
  pointer-events: all;
  display: block;
}

.p-gnavi__inner-btn.is-active {
  opacity: 1;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

.p-gnavi__btn.is-active span,
.p-gnavi__inner-btn.is-active {
  top: 28px;
  right: 54px;
}

@media screen and (max-width: 979px) {
  .p-gnavi__btn.is-active span,
  .p-gnavi__inner-btn.is-active {
    display: block;
    height: 30px;
  }
}

.p-gnavi__btn.is-active span,
.p-gnavi__inner-btn.is-active span {
  margin: 0;
  width: 40px;
}

@media screen and (max-width: 979px) {
  .p-gnavi__btn.is-active span,
  .p-gnavi__inner-btn.is-active span {
    width: 20px;
    position: relative;
    top: 15px;
  }
}

.p-gnavi__btn.is-active span:nth-of-type(1),
.p-gnavi__inner-btn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}

.p-gnavi__btn.is-active span:nth-of-type(3),
.p-gnavi__inner-btn.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.p-gnavi__btn.is-active span:nth-of-type(2),
.p-gnavi__inner-btn.is-active span:nth-of-type(2) {
  display: none;
}

.p-gnavi__bg {
  display: none;
  width: 100%;
  height: calc(100% + 120px);
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.p-gnavi__btn,
.p-gnavi-inner__btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 30px;
  height: 45px;
  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;
  position: absolute;
  top: 27px;
  right: calc(50% - 15px);
  z-index: 1;
  cursor: pointer;
  pointer-events: all;
}

@media screen and (max-width: 979px) {
  .p-gnavi__btn,
  .p-gnavi-inner__btn {
    display: none;
  }
}

.p-gnavi__btn.is-active,
.p-gnavi-inner__btn.is-active {
  width: 40px;
  right: 30px;
}

.p-gnavi__btn.is-no-scroll:not(.is-active),
.p-gnavi-inner__btn.is-no-scroll:not(.is-active) {
  right: 35px;
}

.p-gnavi__btn-bar {
  display: block;
  width: 30px;
  border-top: 1px solid #555;
  margin: 4px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-gnavi__icons .p-side__icons-nav {
  flex-direction: row;
}

.p-gnavi__icons .p-side__icons-li {
  margin: 0 25px 0 0;
}

.p-gnavi__icons .p-side__icons-li.p-side__menu {
  margin: 0 -20px 0 auto;
}

.p-gnavi__icons .p-side__home {
  display: none;
}

.p-gnavi__icons .p-side__icons-li.p-side__search {
  margin: 0 17px 0 0;
}

.p-gnavi__icons {
  margin-bottom: 50px;
}

@media screen and (max-width: 979px) {
  .p-gnavi__icons {
    display: none;
  }
}

.p-gnavi__user {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-gnavi__user-name {
  font-size: 16px;
}

.p-gnavi__user-mrmrs {
  font-size: 12px;
  margin-left: 3px;
}

.p-gnavi__user-rank {
  font-weight: bold;
  font-size: 16px;
}

.p-gnavi__menbers-code-inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.p-gnavi__member {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -50px;
  background-color: #f7f7f7;
  padding: 20px 15px;
}

@media screen and (max-width: 979px) {
  .p-gnavi__member {
    margin-bottom: 50px;
  }
}

.p-gnavi__member-list {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  text-align: center;
  position: relative;
}

.p-gnavi__member-list::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  border-right: 1px solid #cccccc;
  position: absolute;
  top: 3px;
  right: 0;
}

.p-gnavi__member-list:last-child::after {
  display: none;
}

.p-gnavi__member-link {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
}

.p-gnavi__cont-ttl {
  font-size: 22px;
  margin: 50px 0 32px;
}

@media screen and (max-width: 979px) {
  .p-gnavi__cont-ttl {
    margin: 35px 0 28px;
  }
}

.p-gnavi__cont-list {
  margin-bottom: 20px;
}

.p-gnavi__cont-list > .c-change-items.is-hide {
  top: 110px;
}

@media screen and (max-width: 979px) {
  .p-gnavi__cont-list > .c-change-items.is-hide {
    top: 0;
  }
}

.p-gnavi__cont-list:last-child {
  margin-bottom: 0;
}

.p-gnavi__cont-link,
.p-gnavi__cont-parents {
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #777777;
  font-family: "gillsans", sans-serif;
}

.p-gnavi__cont-link:hover,
.p-gnavi__cont-parents:hover {
  color: #7777;
}

.p-gnavi__cont-parents {
  display: block;
  position: relative;
  cursor: pointer;
}

.p-gnavi__cont-parents:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  top: 0%;
  right: -15px;
  display: block;
  background: url(/assets/images/icon/left-arrow-gray.svg) center/8px 15px
    no-repeat;
  transform: rotate(180deg);
  border: none;
}

@media screen and (max-width: 979px) {
  .p-gnavi__cont-parents:before {
    right: 0px;
  }
}

.p-gnavi__shop {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.p-gnavi__shop:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: relative;
  bottom: -5px;
  left: 3px;
  border-top: 1px solid #cccccc;
}

.p-gnavi__shop:last-of-type {
  margin-bottom: 45px;
  padding-bottom: 0;
}

.p-gnavi__shop:last-of-type:after {
  display: none;
}

.p-gnavi__shop-list {
  margin-bottom: 8px;
}

.p-gnavi__shop-link {
  color: #777;
}

.p-gnavi__shop-link:hover {
  color: #777;
}

.p-gnavi__sns-nav {
  display: flex;
  align-items: center;
}

.p-gnavi__sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 979px) {
  .p-gnavi__sns {
    margin-bottom: 0;
  }
}

.p-gnavi__sns-li {
  align-items: center;
}

.p-gnavi__sns-li:last-of-type {
  margin-left: 10px;
}

.p-gnavi__sns-company-en {
  text-decoration: underline;
}

.p-gnavi__sns-company-link {
  font-weight: bold;
  color: #777;
  letter-spacing: 0.24px;
}

.p-gnavi__sns-company-li {
  color: #777;
  letter-spacing: 0.24px;
}

.p-gnavi__sns-company-li:last-of-type {
  margin-left: 20px;
}

.p-gnavi__sns-company {
  margin: 0 -10px 0 auto;
}

.p-smp-menu {
  display: none;
}

@media screen and (max-width: 979px) {
  .p-smp-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 14.5px 20px;
    margin: 0;
    z-index: 1450;
    position: fixed;
    background-color: #fff;
    bottom: 0;
    border-top: 1px solid #ebebeb;
    padding-bottom: calc(env(safe-area-inset-bottom) + 14.5px);
  }
}

.p-smp-menu__btn {
  border: none;
  background: transparent;
}

@media screen and (max-width: 979px) {
  .p-smp-menu__btn {
    display: flex;
    position: static;
    flex-direction: column;
    margin: 0;
    padding: 0 2vw;
    text-align: center;
    justify-content: center;
  }
}

.p-smp-menu__bar {
  width: 20px;
  height: 1px;
  margin: 3px 0;
  border-top: 1px solid #555;
  display: block;
  transition: 0.3s ease-in-out;
}

.p-smp-menu.is-fixed {
  position: fixed;
}

@media screen and (max-width: 979px) {
  .p-smp-menu .p-side__icons {
    width: 100%;
  }
}

.p-smp-menu .p-side__icons-nav {
  flex-direction: row;
}

@media screen and (max-width: 979px) {
  .p-smp-menu .p-side__icons-nav {
    justify-content: space-between;
  }
}

.p-smp-menu .p-side__icons-li {
  margin: 0 1.5vw;
}

.p-smp-menu .p-side__icons-li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 979px) {
  .p-smp-menu .p-side__icons-li {
    line-height: 30px;
    white-space: nowrap;
  }
}

@media (max-width: 375px) {
  .p-smp-menu .p-side__icons-li {
    margin: 0 6px;
  }
}

.p-smp-menu .p-side__icons-link {
  padding: 10px;
}

.p-smp-menu .p-side__icons-img {
  width: 46%;
}

/*** Top ***/
.p-bg-gray {
  background-color: #e8e8e8;
  overflow: hidden;
  padding: 140px 0 150px;
}

@media screen and (max-width: 979px) {
  .p-bg-gray {
    width: auto;
    padding: 75px 25px 80px;
  }
}

.p-bg-gray__ttl {
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 23px;
  font-family: "gillsans", sans-serif;
}

@media screen and (max-width: 979px) {
  .p-bg-gray__ttl {
    font-size: 22px;
    letter-spacing: 1px;
  }
}

.p-bg-gray__li {
  font-size: 16px;
  line-height: 15px;
}

@media screen and (max-width: 979px) {
  .p-bg-gray__li {
    font-size: 12px;
  }
}

.p-bg-gray__li:last-child {
  margin-left: 30px;
}

@media screen and (max-width: 979px) {
  .p-bg-gray__li:last-child {
    margin-left: 20px;
  }
}

.p-bg-gray__flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 80px;
}

@media screen and (max-width: 979px) {
  .p-bg-gray__flex {
    align-items: center;
    margin-bottom: 50px;
  }
}

.p-bg-gray__nav {
  margin-left: auto;
  display: flex;
}

.p-bg-gray__img-search {
  margin-right: 15px;
  width: 22px;
}

@media screen and (max-width: 979px) {
  .p-bg-gray__img-search {
    width: 16px;
    margin-right: 10px;
  }
}

.p-bg-gray__img-filter {
  margin-right: 15px;
}

@media screen and (max-width: 979px) {
  .p-bg-gray__img-filter {
    width: 16px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .p-bg-gray .p-tab-items__tab-content {
    padding-top: 85px;
  }
}

.p-bg-gray .swiper-button-disabled {
  display: none;
}

.p-pickup__link:hover,
.p-pickup__li-daily .daily__a:hover {
  opacity: 1;
}

@media (min-width: 980px) {
  .p-pickup__link:before,
  .p-pickup__li-daily .daily__a:before {
    content: "";
    display: block;
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.3s ease-in-out;
  }
  .p-pickup__link::after,
  .p-pickup__li-daily .daily__a::after {
    content: "VIEW MORE";
    position: absolute;
    top: calc(50% - 10px);
    left: 50%;
    text-align: center;
    color: #fff;
    transform: translateX(-50%);
    font-size: 18px;
    letter-spacing: 1.8px;
    font-family: "gillsans", sans-serif;
    transition: 0.3s ease-in-out;
    opacity: 0;
  }
  .p-pickup__link:hover::before,
  .p-pickup__li-daily .daily__a:hover::before,
  .p-pickup__link:hover::after,
  .p-pickup__li-daily .daily__a:hover::after {
    opacity: 0.9;
  }
}

@media screen and (max-width: 979px) {
  .p-pickup {
    margin: 0 25px 58px;
  }
}

.p-pickup__head {
  display: none;
}

@media screen and (max-width: 979px) {
  .p-pickup__head {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    font-family: "gillsans", sans-serif;
  }
}

.p-pickup__head .p-viewall {
  letter-spacing: 1.04px;
  position: relative;
  left: 10px;
}

@media screen and (max-width: 979px) {
  .p-pickup__head .p-viewall {
    font-size: 13px;
    left: 5px;
    border: none;
    display: inline-block;
    padding-right: 30px;
  }
}

.p-pickup__ttl {
  font-size: 24px;
  letter-spacing: 1.04px;
  font-family: "gillsans", sans-serif;
}

@media screen and (max-width: 979px) {
  .p-pickup__ttl {
    font-size: 22px;
    letter-spacing: 2.4px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 979px) {
  .p-pickup__scroll {
    width: calc(100% + 25px);
    display: inline-block;
    overflow-x: scroll;
    overflow-scrolling: touch;
  }
}

@media (min-width: 980px) {
  .p-pickup__nav {
    width: 79.166666vw;
    margin: 0 auto 45px;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 35px;
    column-gap: 35px;
  }
}

@media screen and (max-width: 979px) {
  .p-pickup__nav {
    overflow: visible;
    width: 2115px;
  }
}

@media (min-width: 980px) {
  .p-pickup__li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: block;
    margin-bottom: 35px;
    cursor: pointer;
    position: relative;
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
}

@media screen and (max-width: 979px) {
  .p-pickup__li {
    display: block;
    visibility: visible;
    border-top: none;
    padding-top: 0;
    padding: 0 15px 15px 0;
    margin-left: 0;
    float: left;
  }
  .p-pickup__li.js-clear__both {
    clear: both;
  }
}

@media screen and (max-width: 979px) {
  .p-pickup__li img {
    height: 268px;
    width: auto;
  }
}

.p-pickup__li-pos {
  position: relative;
}

.p-pickup__li-daily {
  text-align: center;
}

.p-pickup__li-daily .daily {
  background-color: #f0f0f0;
  padding-bottom: 100%;
}

@media screen and (max-width: 979px) {
  .p-pickup__li-daily .daily {
    width: 268px;
    height: 268px;
  }
}

.p-pickup__li-daily .daily__a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-pickup__li-daily .daily__ttl {
  font-family: "Caslon Classico W90 Regular", "Noto Serif JP", serif;
  font-weight: 600;
  margin: 6% 0 3%;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 2.108vw;
}

@media screen and (max-width: 979px) {
  .p-pickup__li-daily .daily__ttl {
    margin: 6% 0 3%;
    font-size: 20px;
  }
}

.p-pickup__li-daily .daily__date {
  font-family: "ScheherazadeNew", sans-serif;
  font-size: 2.37vw;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

@media screen and (max-width: 979px) {
  .p-pickup__li-daily .daily__date {
    font-size: 26px;
  }
}

.p-pickup__li-daily .daily__date.daily__date--sat {
  color: #003F8E;
}

.p-pickup__li-daily .daily__date.daily__date--sun,
.p-pickup__li-daily .daily__date.daily__date--holiday {
  color: #b53233;
}

.p-pickup__li-daily .daily__img {
  max-width: 13.034vw;
  margin-bottom: 1.109vw;
  margin: 2% 0;
}

@media screen and (max-width: 979px) {
  .p-pickup__li-daily .daily__img {
    max-width: 58%;
    height: auto;
    margin: 0;
  }
}

.p-pickup__li-daily .daily__brand {
  font-family: "HelveticaNeuebold", sans-serif;
  font-size: 1.333vw;
  line-height: 1;
  margin-bottom: 3%;
}

@media screen and (max-width: 979px) {
  .p-pickup__li-daily .daily__brand {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

.p-pickup__li-daily .daily__name {
  margin-bottom: 0;
  font-family: "HelveticaNeuebold", sans-serif;
  font-size: 0.988vw;
  line-height: 1;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 979px) {
  .p-pickup__li-daily .daily__name {
    font-size: 10px;
  }
}
@media (max-width: 1280px) and (min-width: 979px) {
  .p-tab-items .swiper-container {
    overflow: hidden;
  }
}

.p-tab-items__inner {
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 979px) {
  .p-tab-items__inner {
    padding-bottom: 30px;
    border-bottom: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .p-brand-modal__range .p-tab-items__inner {
    padding-bottom: 20px;
  }
  .p-brand-modal .p-brand-modal__range .p-tab-items__inner {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.p-tab-items__li {
  border: none;
  color: #333;
  cursor: pointer;
  display: block;
  width: 90px;
  text-align: center;
  border: none;
  font-family: "gillsans", sans-serif;
}

.p-brand-modal__range .p-tab-items__li.g-all {
  margin: 0 20px 0 16px;
}

@media screen and (max-width: 979px) {
  .p-tab-items__li {
    width: calc(100% / 3);
  }

  .p-brand-modal__range .p-tab-items__li, .p-brand-modal__range .p-tab-items__li.g-all {
    width: calc(100% / 4);
    margin: 0;
  }
}

.p-tab-items__li.g-women {
  width: 112px;
}

@media screen and (max-width: 979px) {
  .p-tab-items__li.g-women {
    width: calc(100% / 3);
  }
}

.p-tab-items__li.g-men {
  margin: 0 20px 0 28px;
}

@media screen and (max-width: 979px) {
  .p-tab-items__li.g-men {
    margin: 0 auto;
  }
}

.p-tab-items__link {
  border: none;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 23px;
  color: #bcbcbc;
}

@media screen and (max-width: 979px) {
  .p-tab-items__link {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.p-tab-items__link.active {
  color: #000;
}

.p-tab-items__buttons {
  width: 370px;
  margin: 0;
  border: none;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.p-brand-modal__range .p-tab-items__buttons {
  width: 496px;
}

@media screen and (max-width: 979px) {
  .p-tab-items__buttons, .p-brand-modal__range .p-tab-items__buttons {
    width: 100%;
    flex-wrap: nowrap;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
}

.p-tab-items__search-cat-nav {
  margin: 0 35px 0 auto;
}

@media screen and (max-width: 979px) {
  .p-tab-items__search-cat-nav {
    margin: 0;
    text-align: center;
    width: 100%;
  }
}

.p-tab-items__search-cat-li {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 979px) {
  .p-tab-items__search-cat-li {
    text-align: left;
    padding: 17.5px 20px;
    background-color: #f4f4f4;
    font-size: 14px;
  }
}

.p-tab-items__tab-content {
  position: relative;
}

@media screen and (max-width: 979px) {
  .p-tab-items__tab-content {
    padding-top: 50px;
  }
  .l-brand-list .p-tab-items__tab-content,
  .p-brand-modal .p-tab-items__tab-content {
    padding-top: 0px;
  }
}

.p-tab-items__tab-content .tab-pane {
  width: 100%;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .p-tab-items__tab-content .tab-pane#women,
  .p-tab-items__tab-content .tab-pane#men,
  .p-tab-items__tab-content .tab-pane#kids {
    width: calc(100% + 25px);
  }
}

.p-tab-items__tab-content .tab-pane.active {
  overflow: auto;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.p-tab-items__tab-content .p-newitem__li:first-child {
  margin-left: 0;
}

.p-tab-items__tab-content .p-newitem__li {
  width: calc(100% / 5 - 16px);
  margin-right: 20px;
}

@media screen and (max-width: 979px) {
  .p-tab-items__tab-content .p-newitem__li {
    width: calc(100% / 2 - 12px);
    margin-right: 12px;
  }
}

.p-tab-items__search-cat-li {
  z-index: 1;
}

.p-tab-items__search-cat-li.is-open {
  z-index: 2;
}

.p-tab-items__search-cat-li.is-open .p-arrow:before,
.p-tab-items__search-cat-li.is-open .p-arrow:after {
  top: 0px;
  transform: rotate(90deg);
}

@media screen and (max-width: 979px) {
  .p-tab-items .p-viewall {
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-tab-items .p-viewall {
    margin: 0 25px 30px 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-tab-items .p-newitem__swiper-wrap {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-tab-items .p-hitlist__swiper-wrap {
    margin-bottom: 15px;
  }
}

.p-tab-items .p-hitlist .swiper-button-disabled {
  display: none;
}

.p-tab-items .p-recommend {
  margin-bottom: 50px;
}

@media screen and (max-width: 979px) {
  .p-tab-items .p-recommend {
    margin-bottom: 30px;
  }
}

.p-tab-items .p-recommend .swiper-button-disabled {
  display: none;
}

#p-lamp {
  height: 2px;
  background: #b53233;
  display: block;
  position: absolute;
  top: 49px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 979px) {
  #p-lamp {
    top: 38px;
  }
}

#p-lamp.women {
  width: 30%;
  left: 0;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 979px) {
  #p-lamp.women {
    width: calc(100% / 3);
    left: 0;
  }
}

#p-lamp.men {
  width: 30%;
  left: 35%;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 979px) {
  #p-lamp.men {
    width: calc(100% / 3);
    left: 33%;
  }
}

#p-lamp.kids {
  width: 30%;
  left: 64%;
  transition: all 0.3s ease-in-out;
}

.p-brand-modal__range #p-lamp.all {
  width: calc(100% / 4);
  left: 0;
}

.p-brand-modal__range #p-lamp.women {
  width: calc(100% / 4);
  left: 24%;
}

.p-brand-modal__range #p-lamp.men {
  width: calc(100% / 4);
  left: 50%;
}

.p-brand-modal__range #p-lamp.kids {
  width: calc(100% / 4);
  left: 73%;
}

@media screen and (max-width: 979px) {
  .p-brand-modal__range #p-lamp.all {
    width: calc(100% / 4);
    left: 0;
  }

  .p-brand-modal__range #p-lamp.women {
    width: calc(100% / 4);
    left: 26%;
  }

  .p-brand-modal__range #p-lamp.men {
    width: calc(100% / 4);
    left: 53%;
  }

  .p-brand-modal__range #p-lamp.kids {
    width: calc(100% / 4);
    left: 75%;
  }
}

@media screen and (max-width: 979px) {
  #p-lamp.kids {
    width: calc(100% / 3);
    left: 67%;
  }
}

.p-box-title {
  width: 100%;
  padding: 80px 0 30px;
  margin: 0;
  color: #333;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  font-family: "gillsans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

@media screen and (max-width: 979px) {
  .p-box-title {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 30px 0 35px;
  }
}

.p-box-title .mb-0 {
  margin-bottom: 0;
}

.p-box-title h2 {
  font-size: 24px;
  letter-spacing: 1px;
}

@media screen and (max-width: 979px) {
  .p-box-title h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.p-viewall {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-viewall {
    padding-right: 0;
    border: 1px solid #ccc;
  }
}

.p-viewall__link {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  transition: 0.3s ease-in-out;
  position: relative;
  font-family: "gillsans", sans-serif;
  color: #333;
}

@media screen and (max-width: 767px) {
  .p-viewall__link {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    text-align: center;
    display: block;
    padding: 13.5px 0;
    padding: 16px 0;
  }
}

.p-viewall__link:hover {
  opacity: 1;
}

.p-viewall__link:hover .p-viewall__img.more {
  transition: all 0.3s;
  right: 0;
}

.p-viewall__link::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 110px;
  height: 1px;
  background: #000;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .p-viewall__link::before {
    content: none;
  }
}

.p-viewall__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: -24px;
  width: 10px;
  height: 1px;
  background: #000;
  transform: rotate(35deg);
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .p-viewall__link::after {
    content: none;
  }
}

.p-viewall__link:hover::before {
  left: 15px;
}

@media screen and (max-width: 767px) {
  .p-viewall__link:hover::before {
    content: none;
  }
}

.p-viewall__link:hover::after {
  right: -39px;
}

@media screen and (max-width: 767px) {
  .p-viewall__link:hover::after {
    content: none;
  }
}

.p-viewall__img {
  margin-left: 10px;
  position: relative;
  right: 5px;
}

@media screen and (max-width: 979px) {
  .p-viewall__img {
    margin-left: auto;
    margin: 0 10px;
    position: absolute;
    right: -20px;
    top: 6px;
  }
}

.p-viewall__img.more {
  position: absolute;
  right: 16px;
  top: 22px;
}

.p-arrow {
  right: -40px;
  top: calc(50% - 15px);
  bottom: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.02s;
}

@media screen and (max-width: 979px) {
  .p-arrow {
    right: 10px;
  }
}

.p-arrow:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 30px;
  display: block;
  background: url(/assets/images/icon/left-arrow.svg) center/8px 15px no-repeat;
  transform: rotate(270deg);
  transition: 0.02s;
}

.p-brand__nav {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 979px) {
  .p-brand__nav {
    margin-bottom: 35px;
  }
}

.p-brand__list {
  flex-basis: calc(100% / 5 - 16px);
  max-width: calc(100% / 5 - 16px);
  margin: 0 20px 20px 0;
  text-align: center;
  background-color: #f4f4f4;
}

@media screen and (max-width: 979px) {
  .p-brand__list {
    flex-basis: calc(100% / 3 - 8px);
    max-width: calc(100% / 3 - 8px);
    margin: 0 11px 12px 0;
  }
}

.p-brand__list picture {
  overflow: hidden;
}

.p-brand__list picture img,
.p-brand__list picture source {
  width: 100%;
  height: auto;
  aspect-ratio: 212 / 125;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (min-width: 980px) {
  .p-brand__list:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 979px) {
  .p-brand__list:nth-of-type(3n) {
    margin-right: 0;
  }
}

.p-brand__link {
  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.5s;
}

.p-brand__link:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.p-brand .p-viewall {
  padding-right: 50px;
}

@media screen and (max-width: 979px) {
  .p-brand .p-viewall {
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .p-brand .p-viewall {
    padding-right: 0;
  }
}

.p-shop-search {
  overflow: hidden;
  padding: 140px 0 150px;
}

@media screen and (max-width: 979px) {
  .p-shop-search {
    padding: 75px 25px 80px;
  }
}

.p-shop-search .p-bg-gray__ttl {
  margin-bottom: 78px;
}

@media screen and (max-width: 979px) {
  .p-shop-search .p-bg-gray__ttl {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 979px) {
  .p-shop-search .p-tab-items__inner {
    padding-bottom: 18px;
  }
}

.p-shop-search .p-tab-items__buttons {
  width: 100%;
}

.p-shop-search .p-tab-items__li {
  margin-right: 30px;
  width: auto;
}

@media screen and (max-width: 979px) {
  .p-shop-search .p-tab-items__li {
    margin-right: 9px;
  }
}

@media screen and (max-width: 979px) {
  .p-shop-search .p-tab-items__li:nth-last-child(2) {
    margin-right: 0;
  }
}

.p-shop-search .p-tab-items__link {
  font-size: 24px;
  letter-spacing: 0;
}

@media screen and (max-width: 979px) {
  .p-shop-search .p-tab-items__link {
    font-size: 17px;
  }
}

@media screen and (max-width: 401px) {
  .p-shop-search .p-tab-items__link {
    font-size: 16px;
  }
}

@media screen and (max-width: 385px) {
  .p-shop-search .p-tab-items__link {
    font-size: 14px;
  }
}

.p-shop-search .p-tab-items__area-buttons {
  display: flex;
  align-items: center;
  padding: 56px 0px 56px 0px;
}

@media screen and (max-width: 979px) {
  .p-shop-search .p-tab-items__area-buttons {
    padding: 0px 0px 26px 0px;
  }
}

.p-shop-search .p-tab-items__area-li {
  margin-right: 30px;
  cursor: pointer;
}

@media screen and (max-width: 979px) {
  .p-shop-search .p-tab-items__area-li {
    margin-right: 15px;
  }
}

.p-shop-search .p-tab-items__area-link {
  font-size: 18px;
  color: #bcbcbc;
}

@media screen and (max-width: 979px) {
  .p-shop-search .p-tab-items__area-link {
    font-size: 14px;
  }
}

.p-shop-search .p-tab-items__area-link.active {
  color: #000;
}

.p-shop-search .p-tab-items__Pref {
  display: flex;
  flex-wrap: wrap;
}

.p-shop-search .p-tab-items__Pref-li {
  flex-basis: calc(100% / 4 - 22.5px);
  max-width: calc(100% / 4 - 22.5px);
  margin: 0 30px 50px 0;
}

@media screen and (max-width: 979px) {
  .p-shop-search .p-tab-items__Pref-li {
    flex-basis: calc(100% / 2 - 10px);
    max-width: calc(100% / 2 - 10px);
    margin: 0 20px 25px 0;
  }
}

.p-shop-search .p-tab-items__Pref-li picture {
  overflow: hidden;
}

.p-shop-search .p-tab-items__Pref-li picture img,
.p-shop-search .p-tab-items__Pref-li picture source {
  width: 100%;
  height: auto;
  aspect-ratio: 131 / 87;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-shop-search .p-tab-items__Pref-li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 979px) {
  .p-shop-search .p-tab-items__Pref-li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.p-shop-search .p-tab-items__Pref-link {
  margin-bottom: 10px;
}

@media screen and (max-width: 979px) {
  .p-shop-search .p-tab-items__Pref-link {
    margin-bottom: 8px;
  }
}

.p-shop-search .p-tab-items__Pref-shop-name {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 0px;
}

@media screen and (max-width: 979px) {
  .p-shop-search .p-tab-items__Pref-shop-name {
    font-size: 12px;
  }
}

.p-shop-search .p-tab-items__Pref-google-link {
  width: 30px;
  margin-left: 10px;
  text-align: right;
}

@media screen and (max-width: 979px) {
  .p-shop-search .p-tab-items__tab-content {
    padding-top: 0;
  }
}

@media screen and (max-width: 979px) {
  .p-shop-search #p-lamp {
    top: 38px;
  }
}

.p-shop-search #p-lamp.tab-hokkaido-area {
  width: 80px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 979px) {
  .p-shop-search #p-lamp.tab-hokkaido-area {
    width: 54px;
    left: 0;
  }
}

@media screen and (max-width: 401px) {
  .p-shop-search #p-lamp.tab-hokkaido-area {
    width: 48px;
    left: 0;
  }
}

@media screen and (max-width: 385px) {
  .p-shop-search #p-lamp.tab-hokkaido-area {
    width: 42px;
    left: 0;
  }
}

.p-shop-search #p-lamp.tab-touhoku-area {
  width: 50px;
  left: 100px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 979px) {
  .p-shop-search #p-lamp.tab-touhoku-area {
    width: 38px;
    left: 58px;
  }
}

@media screen and (max-width: 401px) {
  .p-shop-search #p-lamp.tab-touhoku-area {
    width: 32px;
    left: 57px;
  }
}

@media screen and (max-width: 385px) {
  .p-shop-search #p-lamp.tab-touhoku-area {
    width: 28px;
    left: 51px;
  }
}

.p-shop-search #p-lamp.tab-kanto-area {
  width: 50px;
  left: 178px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 979px) {
  .p-shop-search #p-lamp.tab-kanto-area {
    width: 38px;
    left: 102px;
  }
}

@media screen and (max-width: 401px) {
  .p-shop-search #p-lamp.tab-kanto-area {
    width: 32px;
    left: 98px;
  }
}

@media screen and (max-width: 385px) {
  .p-shop-search #p-lamp.tab-kanto-area {
    width: 28px;
    left: 88px;
  }
}

.p-shop-search #p-lamp.tab-tokai-area {
  width: 50px;
  left: 257px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 979px) {
  .p-shop-search #p-lamp.tab-tokai-area {
    width: 38px;
    left: 145px;
  }
}

@media screen and (max-width: 401px) {
  .p-shop-search #p-lamp.tab-tokai-area {
    width: 32px;
    left: 139px;
  }
}

@media screen and (max-width: 385px) {
  .p-shop-search #p-lamp.tab-tokai-area {
    width: 28px;
    left: 125px;
  }
}

.p-shop-search #p-lamp.tab-kansai-area {
  width: 50px;
  left: 335px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 979px) {
  .p-shop-search #p-lamp.tab-kansai-area {
    width: 38px;
    left: 188px;
  }
}

@media screen and (max-width: 401px) {
  .p-shop-search #p-lamp.tab-kansai-area {
    width: 32px;
    left: 180px;
  }
}

@media screen and (max-width: 385px) {
  .p-shop-search #p-lamp.tab-kansai-area {
    width: 28px;
    left: 162px;
  }
}

.p-shop-search #p-lamp.tab-cyugoku-area {
  width: 50px;
  left: 414px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 979px) {
  .p-shop-search #p-lamp.tab-cyugoku-area {
    width: 38px;
    left: 231px;
  }
}

@media screen and (max-width: 401px) {
  .p-shop-search #p-lamp.tab-cyugoku-area {
    width: 32px;
    left: 221px;
  }
}

@media screen and (max-width: 385px) {
  .p-shop-search #p-lamp.tab-cyugoku-area {
    width: 28px;
    left: 199px;
  }
}

.p-shop-search #p-lamp.tab-kyusyu-area {
  width: 50px;
  left: 492px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 979px) {
  .p-shop-search #p-lamp.tab-kyusyu-area {
    width: 38px;
    left: 273px;
  }
}

@media screen and (max-width: 401px) {
  .p-shop-search #p-lamp.tab-kyusyu-area {
    width: 32px;
    left: 262px;
  }
}

@media screen and (max-width: 385px) {
  .p-shop-search #p-lamp.tab-kyusyu-area {
    width: 28px;
    left: 236px;
  }
}

.p-shop-search #p-lamp.tab-korea {
  width: 50px;
  left: 570px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 979px) {
  .p-shop-search #p-lamp.tab-korea {
    width: 38px;
    left: 318px;
  }
}

@media screen and (max-width: 401px) {
  .p-shop-search #p-lamp.tab-korea {
    width: 32px;
    left: 303px;
  }
}

@media screen and (max-width: 385px) {
  .p-shop-search #p-lamp.tab-korea {
    width: 28px;
    left: 273px;
  }
}

.c-change-items__head {
  padding: 20px 52px 24px;
  margin: 0 -50px 48px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 979px) {
  .c-change-items__head {
    padding: 25px;
    margin: 0 -25px 30px;
  }
}

.c-change-items__wrapper.brand_wrap {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 70%;
}

@media screen and (max-width: 979px) {
  .c-change-items__wrapper.brand_wrap {
    height: 90%;
  }
}

.c-change-items__wrapper.brand_wrap::-webkit-scrollbar {
  width: 10px;
}

.c-change-items__wrapper.brand_wrap::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}

.c-change-items__wrapper.brand_wrap::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

.c-change-items__submenu_head {
  display: flex;
  position: relative;
}

.c-change-items__prevSubmenu {
  border: none;
  background: transparent;
  text-align: left;
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -25px;
  padding: 10px;
  background: url(/assets/images/icon/left-arrow-gray.svg) center/8px 15px
    no-repeat;
  z-index: 1;
}

.c-change-items__child-cat_name {
  text-align: center;
  width: calc(100% - 6px);
  font-size: 20px;
  color: #777;
  letter-spacing: 2px;
  position: relative;
  left: 8px;
  margin-bottom: 0;
}

.c-change-items.is-hide {
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 1000;
  background: white;
  width: 100%;
  height: 100%;
  padding: 0 50px 50px 50px;
  display: block !important;
  transition: all ease 0.3s;
  transform: translateX(100%);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: all;
  -webkit-overflow-scrolling: touch;
  font-family: "gillsans", sans-serif;
  background-attachment: fixed;
}

@media screen and (max-width: 979px) {
  .c-change-items.is-hide {
    padding: 0 25px 25px;
    top: 0;
  }
}

.c-change-items.is-hide.is-open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 2000;
  top: 110px;
}

@media screen and (max-width: 979px) {
  .c-change-items.is-hide.is-open {
    top: 0;
  }
}

.c-change-items.is-hide [data-child="1"],
.c-change-items.is-hide [data-child="2"],
.c-change-items.is-hide [data-child="3"] {
  top: 0;
}

.c-change-items.is-hide [data-child="1"] {
  margin-bottom: 0;
}

.c-change-items [class^="category-"] > a {
  color: #707070;
  letter-spacing: 2px;
  font-size: 16px;
  display: block;
  position: relative;
  padding: 10px 0px;
}

.c-change-items .category-sale > a {
  color: #b53233;
}

.c-change-items .category-sale::before {
  width: 20px;
  content: "";
  border-top: 1px solid #555;
  padding-top: 20px;
  margin-top: 20px;
  display: block;
}

.c-change-items .category-outlet::before {
  width: 20px;
  content: "";
  border-top: 1px solid #555;
  padding-top: 20px;
  margin-top: 20px;
  display: block;
}

.c-change-items .child-category li > a:after {
  display: none;
}

.c-change-items .has_child > a::after,
.c-change-items .child-category .has_child > a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  display: block;
  top: 30%;
  right: -15px;
  background: url(/assets/images/icon/left-arrow-gray.svg) center/8px 15px
    no-repeat;
  transform: rotate(180deg);
  border: none;
}

@media screen and (max-width: 979px) {
  .c-change-items .has_child > a::after,
  .c-change-items .child-category .has_child > a::after {
    right: 0;
  }
}

.c-change-items [class^="category-"] > a:hover,
.c-change-items [class^="category-"] > a:focus {
  background-color: transparent;
}

.c-change-items .has_child > a {
  cursor: pointer;
}

.p-sbanner {
  margin-bottom: 150px;
  position: relative;
}

@media screen and (max-width: 979px) {
  .p-sbanner {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .p-sbanner {
    padding-left: 25px;
  }
}

.p-sbanner__li-ratios picture {
  overflow: hidden;
}

.p-sbanner__li-ratios picture img,
.p-sbanner__li-ratios picture source {
  width: 100%;
  height: auto;
  aspect-ratio: 30 / 43;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-sbanner__ttl {
  width: 100%;
  position: absolute;
  top: calc(50% - 10px);
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.8px;
  font-family: "gillsans", sans-serif;
  transition: 0.3s ease-in-out;
  opacity: 0;
  margin: 0;
  z-index: 1;
}

@media screen and (max-width: 979px) {
  .p-sbanner__ttl {
    position: static;
    opacity: 1;
    font-size: 16px;
    line-height: 13px;
    letter-spacing: 1.2px;
    color: #000;
    transform: none;
    text-align: left;
    padding-top: 20px;
  }
}

.p-sbanner__link {
  position: relative;
  display: block;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.p-sbanner__link:hover {
  opacity: 1;
}

@media (min-width: 980px) {
  .p-sbanner__link:before {
    content: "";
    display: block;
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1s ease-in-out;
    z-index: 1;
  }
  .p-sbanner__link:hover::before,
  .p-sbanner__link:hover .p-sbanner__ttl {
    opacity: 0.9;
  }
}

.p-sbanner .swiper-button-prev {
  background: url("/assets/images/icon/left-arrow.svg") center center no-repeat;
  left: -40px;
  top: 50%;
}

@media screen and (max-width: 979px) {
  .p-sbanner .swiper-button-prev {
    display: none;
  }
}

.p-sbanner .swiper-button-next {
  background: url("/assets/images/icon/left-arrow.svg") center center no-repeat;
  transform: rotate(180deg);
  right: -40px;
  top: 50%;
}

@media screen and (max-width: 979px) {
  .p-sbanner .swiper-button-next {
    display: none;
  }
}

.breakfast {
  background-color: #f7f7f7;
}

.breakfast .breadcrumb {
  margin: 0;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb > li {
  text-shadow: none;
  font-size: 14px;
}

@media screen and (max-width: 979px) {
  .breadcrumb > li {
    font-size: 13px;
  }
}

.breadcrumb > li > a {
  color: #777777;
}

.breadcrumb > .active,
.breadcrumb > li > .divider {
  color: #777777;
}

@media screen and (max-width: 979px) {
  .breakfast {
    width: 100%;
  }
  .breakfast .breadcrumb {
    padding: 12px 0 12px 25px;
    margin: 0;
  }
}

@media (min-width: 980px) {
  .breakfast .breadcrumb {
    max-width: 79.166666vw;
  }
  .l-item_view .breakfast .breadcrumb,
  .l-item_list .breakfast .breadcrumb {
    max-width: 86.11vw;
  }
}

.p-footer {
  width: calc(100%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 80px 0px 40px 0px;
  overflow: hidden;
}

@media screen and (max-width: 979px) {
  .p-footer {
    width: calc(100% - 50px);
    margin: 0 auto;
    flex-wrap: nowrap;
    padding: 10px 0px 60px 0px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
}

.p-footer__top-contents-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 979px) {
  .p-footer__top-contents-wrapper {
    flex-direction: column;
    justify-content: normal;
    margin-bottom: 40px;
  }
}

.p-footer__top-contents-left-items {
  display: flex;
  width: 80%;
  justify-content: space-between;
}

@media screen and (max-width: 979px) {
  .p-footer__top-contents-left-items {
    width: 100%;
    flex-direction: column;
  }
}

@media screen and (max-width: 979px) {
  .p-footer__top-contents-item {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
  }
}

.p-footer__top-contents-item:last-child {
  border-bottom: none;
}

.p-footer__top-contents-title {
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #777777;
  margin-bottom: 25px;
}

@media screen and (max-width: 979px) {
  .p-footer__top-contents-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.p-footer__top-contents-link {
  font-size: 13px;
  color: #777777;
  line-height: 30px;
}

@media screen and (max-width: 979px) {
  .p-footer__top-contents-link {
    line-height: 27px;
  }
}

.p-footer__item-anchor {
  display: block;
  color: #777777;
  font-size: 12px;
  letter-spacing: 0;
}

.p-footer__item-anchor:hover {
  color: #777777;
}

.p-footer__bottom-contents--wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.p-footer__sns-nav {
  width: 140px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

@media screen and (max-width: 979px) {
  .p-footer__sns-nav {
    justify-content: flex-start;
    align-items: normal;
  }
}

.p-footer__sns-li {
  margin-left: 10px;
}

@media screen and (max-width: 979px) {
  .p-footer__sns-li {
    margin-left: 0px;
    margin-right: 10px;
  }
}

.p-footer__bottom-contents-item {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 979px) {
  .p-footer__bottom-contents-item {
    align-items: center;
  }
}

.p-footer__bottom-english {
  text-decoration: underline;
}

.p-footer__bottom-copyright {
  color: #777;
  letter-spacing: 0.24px;
}

@media screen and (max-width: 979px) {
  .p-footer__bottom-copyright {
    margin-left: 20px;
  }
}

/*** Item product ***/
@media screen and (max-width: 979px) {
  .p-itemlist__item {
    margin-bottom: 28px;
  }
}

.p-itemlist__image {
  position: relative;
}

.p-itemlist .icon {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 3px;
}

.p-itemlist .icon .label:nth-of-type(n + 3) {
  display: none;
}

.p-itemlist .label {
  margin-top: 10px;
  background: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 0px 10px;
  color: #999999;
  font-family: "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 979px) {
  .p-itemlist .label {
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 0px 10px;
    margin-top: 0px;
  }
  .p-itemlist .label:first-of-type {
    margin-top: 6px;
  }
}

.c-item-image__bookmark {
  position: absolute;
  top: 3px;
  right: 7px;
  padding: 10px;
}

@media screen and (max-width: 979px) {
  .c-item-image__bookmark {
    top: 1px;
  }
}

.c-item-image__bookmark:before {
  content: "";
  background: url("/assets/images/icon/bookmark.svg") no-repeat center center;
  background-size: 19px 16px;
  display: block;
  cursor: pointer;
  width: 13px;
  height: 16px;
  position: relative;
  font-size: 0;
  margin: 0;
  padding: 0 !important;
  line-height: 0;
  z-index: 100;
}

@media screen and (max-width: 979px) {
  .c-item-image__another-photo::after {
    content: "";
    background: url("/assets/images/icon/switch.svg") no-repeat center center;
    background-size: 17px 17px;
    display: block;
    cursor: pointer;
    width: 17px;
    height: 17px;
    position: absolute;
    bottom: 0;
    font-size: 0;
    margin: 0;
    padding: 12px;
    line-height: 0;
    z-index: 100;
  }
}

.c-item-image__another-photo-link {
  display: block;
  padding: 10px;
}

.c-item-image__another-photo-img {
  width: 17px;
  height: 17px;
}

.c-item-text {
  padding: 19px 0 20px 0;
  text-align: left;
  min-height: 94px;
}

@media screen and (max-width: 979px) {
  .c-item-text {
    padding-top: 12px;
    padding-bottom: 0;
  }
}

.c-item-text__brand-name {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 5px;
  word-break: break-all;
}

@media screen and (max-width: 979px) {
  .c-item-text__brand-name {
    font-size: 13px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
  }
}

.c-item-text__product-name {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 979px) {
  .c-item-text__product-name {
    margin-bottom: 2px;
  }
}

.c-item-text__product-name a {
  font-size: 13px;
  color: #777777;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 979px) {
  .c-item-text__product-name a {
    font-size: 12px;
  }
}

.c-item-text__product-price {
  color: #000;
  margin-bottom: 2px;
  font-size: 13px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 979px) {
  .c-item-text__product-price {
    margin-bottom: 2px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

.c-item-text .red {
  color: #b53233;
  font-weight: bold;
}

.c-item-text__product-color-variation {
  letter-spacing: 0.5px;
  color: #bcbcbc;
}

.c-item-text__rank-num {
  position: absolute;
  top: 3%;
  left: 6%;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #888888;
}

.icon .label-new {
  color: #b53233;
}

.icon .label-sale {
  color: #155993;
}

.icon .label-soldout {
  color: #bebebe;
}

.icon .label-pre-prder {
  color: #888888;
}

.icon .label-rearrival {
  color: #bebebe;
}

.icon .label-exclusive {
  color: #0d2533;
}

/*** Popup modal ***/
.p-search-cat__nav .category-kids > a,
.p-search-cat__li[data-num="2"] > .p-search-cat__link,
.p-search-cat__li-grand-c[data-num="2"] > .p-search-cat__link,
.p-search-cat__link.sale {
  color: #000;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 23px;
  display: block;
}

.p-search-cat__nav .category-kids > a:hover,
.p-search-cat__li[data-num="2"] > .p-search-cat__link:hover,
.p-search-cat__li-grand-c[data-num="2"] > .p-search-cat__link:hover,
.p-search-cat__link.sale:hover {
  background-color: transparent;
}

.p-search-cat {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #e8e8e8;
  padding: 80px 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

@media screen and (max-width: 979px) {
  .p-search-cat {
    padding: 0;
    left: 0;
    right: 0;
    margin: 0;
    top: 55px;
    background-color: #f4f4f4;
    width: 100%;
  }
}

.p-search-cat.is-visible {
  transform: translateY(0);
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 979px) {
  .p-search-cat__nav {
    display: none;
  }
}

.p-search-cat__nav.nav-women,
.p-search-cat__nav.nav-men {
  display: flex;
  flex-wrap: wrap;
}

.p-search-cat__nav .category-women > a,
.p-search-cat__nav .category-men > a {
  display: none;
}

.p-search-cat__li[data-num="1"] > a {
  display: none;
}

.p-search-cat__li[data-num="2"] {
  flex-basis: 25%;
  margin-bottom: 58px;
}

.p-search-cat__li-grand-c[data-num="2"] {
  flex-basis: 25%;
}

.p-search-cat__link {
  color: #777;
  font-size: 15px;
  line-height: 2;
  font-family: "gillsans", sans-serif;
  letter-spacing: 1px;
}

.p-search-cat__link:hover {
  background-color: transparent;
  color: #777;
}

.p-search-cat__link.sale {
  color: #b53233;
}

.p-search-cat .c-change-items {
  transform: none;
  transition-timing-function: unset;
  top: 0;
  background-color: #f4f4f4;
}

.p-search-cat .c-change-items.is-hide {
  height: 70vh;
  width: 87.9227vw;
  left: 2.823vw;
}

@media screen and (max-width: 979px) {
  .p-search-cat .c-change-items.is-hide {
    height: 0;
    min-height: 100%;
    width: 100%;
    left: 0;
    overflow-y: hidden;
  }
    .p-search-cat .c-change-items.is-open {
    height: auto;
    min-height: 100%;
    width: 100%;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.p-search-cat .c-change-items[data-child="1"] {
  transform: none;
  transition-timing-function: unset;
  padding-top: 40px;
}

@media screen and (max-width: 979px) {
  .p-search-cat .c-change-items[data-child="1"] {
    padding-top: 25px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: auto;
    min-height: 100%;
    max-height: 415px;
  }
}

.p-search-cat .c-change-items[data-child="2"] {
  transform: translateX(100%);
}

.p-search-cat .c-change-items[data-child="2"].is-open {
  transform: translateX(0%);
}

.p-search-cat .c-change-items[data-child="3"] {
  transform: translateX(100%);
}

.p-search-cat .c-change-items[data-child="3"].is-open {
  transform: translateX(0%);
}

.p-search-cat .c-change-items__head {
  border-top: none;
}

.p-search-cat .c-change-items [class^="category-"] > a {
  font-size: 14px;
}

.p-search-cat .c-change-items__child-cat_name {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 18px;
}

.p-search-cat .c-change-items[data-child="1"] {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 40px;
}

.p-search-cat .c-change-items[data-child="1"] > .c-change-items__head {
  display: none;
}

.p-search-cat__kids-list .c-change-items {
  padding-top: 40px;
  border-top: 1px solid #e8e8e8;
}

.p-search-cat__kids-list .c-change-items__head {
  display: none;
}

.p-search-cat__upside {
  position: absolute;
  top: 0;
  width: 100%;
}

.p-keyword-search {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  z-index: 1450;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.p-keyword-search.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 1450;
  background-attachment: fixed;
}

.p-keyword-search.is-visible .p-keyword-search__plus {
  transform: rotate(45deg);
  cursor: pointer;
}

.p-keyword-search__close-btn-img {
  transform: rotate(45deg);
  margin: 0 0 0 auto;
  transition: all 0.3s ease-in;
}

.p-keyword-search__close-btn-button {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 10px;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__close-btn-button {
    top: 32px;
    right: 28px;
  }
}

.p-keyword-search__inner {
  width: 100%;
  height: 100%;
  top: 0;
  padding: 100px 0;
  background-color: #ececec;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__inner {
    padding: 60px 25px;
  }
}

.p-keyword-search__close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 20px;
  cursor: pointer;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__close-btn {
    width: 15px;
    height: 15px;
    padding: 0px;
  }
}

.p-keyword-search__container {
  max-width: 86.11vw;
  margin: 0 auto;
}

.p-keyword-search__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__flex {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 979px) {
  .p-keyword-search .p-tab-items {
    margin-bottom: 10px;
  }
  .p-keyword-search .p-tab-items__tab-content {
    margin: 0 auto;
    padding-top: 0;
  }
}

.p-keyword-search__ttl {
  font-size: 20px;
  line-height: 18px;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__ttl {
    font-size: 16px;
    margin-bottom: 52px;
  }
}

.p-keyword-search__ttl-sub {
  margin: 0;
  color: #888888;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 18px;
  font-family: "gillsans", sans-serif;
  padding-left: 20px;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__ttl-sub {
    font-size: 11px;
    letter-spacing: 2px;
  }
}

.p-keyword-search__nav-tab {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -6px;
}

.p-keyword-search__li {
  margin-right: 30px;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__li {
    margin-right: 24px;
  }
}

.p-keyword-search__li.g-styling {
  margin-right: 0;
}

.p-keyword-search__link {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 23px;
  color: #bcbcbc;
  font-family: "gillsans", sans-serif;
  cursor: pointer;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__link {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

.p-keyword-search__link.active {
  color: #000;
}

.p-keyword-search__search-text {
  width: 100%;
  position: relative;
  height: 80px !important;
  margin: 0;
  padding: 0 90px !important;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__search-text {
    font-size: 11px;
    height: 55px !important;
    padding: 0 20px 0 50px !important;
  }
}

.p-keyword-search__icons-img {
  position: absolute;
  top: 27px;
  left: 40px;
  z-index: 1;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__icons-img {
    top: 20px;
    left: 20px;
    width: 16px;
  }
}

.p-keyword-search__btn {
  border: none;
  background: transparent;
  position: absolute;
  top: 0px;
  right: 5px;
  padding: 30px;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__btn {
    padding: 17px;
    right: 3px;
  }
}

.p-keyword-search #p-lamp {
  top: 25px;
}

.p-keyword-search #p-lamp.tab-item {
  width: 58px;
  right: 237px;
}

@media screen and (max-width: 979px) {
  .p-keyword-search #p-lamp.tab-item {
    width: 45px;
    left: 0px;
  }
}

.p-keyword-search #p-lamp.tab-article {
  right: 120px;
  width: 95px;
}

@media screen and (max-width: 979px) {
  .p-keyword-search #p-lamp.tab-article {
    width: 80px;
    left: 70px;
  }
}

.p-keyword-search #p-lamp.tab-styling {
  right: -1px;
  width: 97px;
}

@media screen and (max-width: 979px) {
  .p-keyword-search #p-lamp.tab-styling {
    width: 84px;
    left: 176px;
  }
}

.p-keyword-search__form {
  position: relative;
}

.p-keyword-search__header {
  display: flex;
  align-items: flex-end;
  align-items: center;
  padding: 29px 35px;
  background-color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #ececec;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__header {
    padding: 19px 20px 20px;
  }
}

.p-keyword-search__ttl {
  font-size: 20px;
  margin: 0;
  color: #000;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__ttl {
    font-size: 16px;
  }
}

.p-keyword-search__wrapper {
  padding: 50px 35px;
  max-width: 72.22vw;
  margin: 0 auto;
}

@media screen and (max-width: 979px) {
  .p-keyword-search__wrapper {
    padding: 20px 20px;
    max-width: 100%;
  }
}

.p-keyword-search__plus {
  margin: 0 0 0 auto;
  transition: all 0.3s ease-in;
}

.p-keyword-search__w-bg {
  background-color: #fff;
}

.p-keyword-search .p-hot-word__list {
  border: none;
}

.p-keyword-search .p-hot-word__title {
  padding: 70px 0 40px;
}

@media screen and (max-width: 979px) {
  .p-keyword-search .p-hot-word__title {
    padding: 40px 0 20px;
  }
}

.p-hot-word__wrapper {
  display: flex;
}

@media screen and (max-width: 979px) {
  .p-hot-word__inner {
    width: 100%;
  }
}

.p-hot-word .p-box-title {
  text-align: left;
  padding: 70px 0 40px;
}

@media screen and (max-width: 979px) {
  .p-hot-word .p-box-title {
    padding: 40px 0 20px;
  }
}

@media screen and (max-width: 979px) {
  .p-hot-word__title {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
    padding: 30px 0 20px;
  }
}

.p-hot-word__cont {
  display: flex;
  flex-wrap: wrap;
}

.p-hot-word__list {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 40px;
  margin-right: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.28px;
}

@media screen and (max-width: 979px) {
  .p-hot-word__list {
    font-size: 13px;
    margin: 0 10px 10px 0;
  }
}

.p-hot-word__list.no-border {
  border: none;
}

@media screen and (max-width: 979px) {
  .p-hot-word__list:nth-of-type(n + 11) {
    display: none;
  }
}

.p-hot-word__link {
  width: 100%;
  display: block;
  padding: 9px 25px 10px 25px;
  border-radius: 40px;
  letter-spacing: 0.3px;
  background: #fff;
}

@media screen and (max-width: 979px) {
  .p-hot-word__link {
    padding: 7.5px 15px;
    letter-spacing: 0;
  }
}

.p-hot-word__link:hover {
  background-color: #bababa;
  color: #ffffff;
  cursor: pointer;
}

.p-hot-word__pop-search {
  background: #ececec;
}

.p-hot-word__pop-search .p-hot-word__list {
  border: none;
}

/*** Recently viewed ***/
.p-recently-viewed {
  border-top: 1px solid #ebebeb;
  margin-bottom: 100px;
}

@media screen and (max-width: 979px) {
  .p-recently-viewed {
    margin-bottom: 60px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 979px) {
  .p-recently-viewed__container {
    padding-left: 25px;
  }
}

.p-recently-viewed__container .swiper-button-disabled {
  display: none;
}

.p-recently-viewed .swiper-button-prev {
  top: 50%;
}

@media screen and (max-width: 979px) {
  .p-recently-viewed .swiper-button-prev {
    display: none;
  }
}

.p-recently-viewed .swiper-button-next {
  top: 50%;
}

@media screen and (max-width: 979px) {
  .p-recently-viewed .swiper-button-next {
    display: none;
  }
}

/*** utility ***/
.u-text-left {
  text-align: left;
}

.u-word-break-all {
  word-break: break-all;
}
