/******************************/
/* SLIDER */
/******************************/
.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    bottom: -25px;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #dddddd;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-line-informaiton {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
    margin-bottom: 15px;
  }
}

.p-line-informaiton-list__date {
  width: 120px;
}

.p-line-informaiton-list__ttl {
  flex: 1;
}

/******************************/
/* グループバナー */
/******************************/
.p-group-bnr {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-group-bnr {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -3px;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -3px;
  }
}

.p-group-bnr-list {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1070px) {
  .p-group-bnr-list {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.p-group-bnr-list__item {
  margin-left: 25px;
  margin-right: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-group-bnr-list__item {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.p-group-bnr-list__item img {
  width: 100%;
}

.p-group-bnr-list__ttl {
  margin-top: 15px;
}

/******************************/
/* INFORMATION */
/******************************/
.p-information {
  margin-top: 90px;
  margin-bottom: 90px;
  padding: 60px 90px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg-grid.png) repeat;
  color: #2d2d2d;
}
@media screen and (max-width: 1023px) {
  .p-information {
    margin-top: 60px;
    margin-bottom: 45px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 45px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-information {
    margin-left: 0;
    margin-right: 0;
    padding: 35px 25px;
  }
}

/******************************/
/* CONCEPT */
/******************************/
.p-concept-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: 105px;
}
@media screen and (max-width: 1023px) {
  .p-concept-box {
    margin-top: 45px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-concept-box__logo {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  width: 330px;
  min-height: 300px;
  background: #fafafa;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__logo {
    padding: 45px;
    width: 220px;
    min-height: 195px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__logo {
    padding: 30px 15px;
    width: auto;
    min-height: 80px;
  }
}
.p-concept-box__logo img {
  max-width: 210px;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__logo img {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__logo img {
    max-width: 120px;
  }
}

.p-concept-box__txt {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 60px 120px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) no-repeat center center #aaaaaa;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__txt {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__txt {
    padding: 20px 25px;
  }
}
.p-concept-box__txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.p-concept-box__body {
  position: relative;
  z-index: 10;
}

/******************************/
/* RECOMMEND ITEMS */
/******************************/
.c-ttl-bg.is-recommend:before {
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) center center no-repeat;
  background-size: cover;
}
.p-recommend {
  overflow: hidden;
  padding-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-recommend {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .p-recommend-list {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP PICK UP ITEMS */
/******************************/
.p-pickup {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fafafa;
}
@media screen and (max-width: 1023px) {
  .p-pickup {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

.p-pickup-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-pickup-list {
    margin-top: 0;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.p-pickup-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    max-width: 600px;
  }
}
.p-pickup-list__item:last-child {
  margin-bottom: 0;
}
.p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
  order: -1;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
    padding-left: 25px;
    padding-right: 60px;
  }
}

.p-pickup-list__img {
  overflow: hidden;
  position: relative;
  width: 53%;
  height: 28vw;
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 1270px) {
  .p-pickup-list__img {
    max-height: 365px;
  }
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__img {
    width: 53%;
    height: 28vw;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__img {
    width: auto;
    height: 55vw;
  }
}
.p-pickup-list__img:before, .p-pickup-list__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-pickup-list__img .p-pickup-list__img-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #000000;
}
.p-pickup-list__img:after {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
}
.p-pickup-list__img:before {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
}
.p-pickup-list__img.faded .p-pickup-list__img-bg, .p-pickup-list__img.faded:after {
  width: 0;
}
.p-pickup-list__img img {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__img img {
    top: 0;
    transform: translate(0, 0);
  }
}

.p-pickup-list__txt {
  box-sizing: border-box;
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__txt {
    padding-left: 60px;
    padding-right: 25px;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__txt {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
}

.p-pickup-list__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__ttl {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.p-pickup-list__ttl img {
  display: none !important;
}

.p-pickup-list__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__btn {
    margin-top: 20px;
  }
}

/******************************/
/* TOP RANKING */
/******************************/
@media screen and (max-width: 1023px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 35px;
  }
}
.c-ttl-bg.is-ranking:before {
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) center center no-repeat;
  background-size: cover;
}

.p-ranking {
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .p-ranking {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-top: 60px;
  }
}

.p-ranking-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.p-ranking-list .slick-dots {
  bottom: -45px;
}
.p-ranking-list .slick-dots li {
  margin: 0 2px;
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}

.p-ranking-list__img {
  margin-bottom: 20px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}

.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 3px;
  min-width: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  opacity: 0;
  transition: all ease 0.1s;
}
.p-ranking-list__num.is-1 {
  background: #c5b597;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #b1b9bb;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #714d3b;
  color: #ffffff;
}

@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ranking-list__ttl {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__ttl {
    font-size: 13px;
  }
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__price {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}

.p-ranking-list__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

/******************************/
/* TOP SHOP */
/******************************/
.p-shop {
  padding-top: 90px;
}
@media screen and (max-width: 1023px) {
  .p-shop {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop {
    padding-top: 30px;
  }
}

.p-shop-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-shop-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-shop-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-shop-wrap:before {
    content: none;
  }
}

.p-shop__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop__bg {
    position: static;
    width: auto;
    height: auto;
  }
}
.p-shop__bg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shop__bg img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-shop__bg .simpleParallax {
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__bg .simpleParallax {
    overflow: hidden !important;
  }
}

.p-shop-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop-contents {
    min-height: inherit;
  }
}

.p-shop-box {
  position: relative;
  z-index: 100;
  width: 660px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shop-box {
    margin-top: 15px;
    width: auto;
    color: #2d2d2d;
  }
}

.p-shop-box__ttl {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__ttl {
    font-size: 17px;
  }
}

.p-shop-box__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__body {
    margin-top: 0;
  }
}

.p-shop-box__url {
  margin-top: 15px;
}
.p-shop-box__url a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shop-box__url a {
    color: #2d2d2d;
  }
}

.p-shop-box__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__btn {
    margin-top: 20px;
  }
}


/* =================================================================
トップ共通
=================================================================*/

.cmn-title {font-size: 2.8rem; font-weight: 500; text-align: center;}
.cmn-title .sub {letter-spacing: 0.7px; font-size: 1.4rem; display: block; font-weight: 600;}
.title-wrap p {text-align: center;}

.link {display: flex; align-items: center; gap: 1.1rem; font-size: 1.3rem;}
.link::after {content: ""; display: block; width: 2rem; height: .6rem; background-image: url(https://file001.shop-pro.jp/PA01520/982/img/common/link_arrow.svg); background-size: cover;}

.link.black::after {background-image: url(https://file001.shop-pro.jp/PA01520/982/img/common/link_arrow_black.svg);}

.link.blank {gap: .5rem;}
.link.blank::after {background-image: url(https://file001.shop-pro.jp/PA01520/982/img/common/link_blank.svg); width: 2.2rem; height: 2.2rem;}


@media screen and (max-width: 999px) {
  .cmn-title {font-size: 2rem;}
  .cmn-title .sub {text-align: center;}
  .u-container {padding: 0 2rem;}
}

/* =================================================================
fv
=================================================================*/
.fv {padding-bottom: 8.2rem;}
.fv-inner {position: relative;}
.fv .swiper-pagination {bottom: -4.3rem !important;}
.fv .swiper-pagination-bullet {width: 2rem; height: .2rem; background: #CBCBCB; opacity: 1; margin: 0 2rem; border-radius: 0;}
.fv .swiper-pagination-bullet-active {background-color: #8C1D24;}

@media screen and (max-width: 999px) {
  .fv .swiper-pagination {bottom: -2.3rem !important;}
}

/* =================================================================
message
=================================================================*/
.message-area {background: #000;}
.message-area .top-message {height: 4rem; background: #8C1D24; display: flex; justify-content: center; align-items: center; color: #fff;}
.message-area .inner {display: flex; max-width: 100%;}
.message-area .text {width: 50%; height: 79.9rem; color: #fff; display: flex; align-items: center; padding-left: 10rem; position: relative;}
.message-area .cmn-title {text-align: left;}
.message-area .text::before {content: ""; display: block; width: 28rem; height: 17rem; background-image: url(https://file001.shop-pro.jp/PA01520/982/img/top/message-area_text_img01.png); background-size: cover; position: absolute; left: 0; top: 4.6rem;}
.message-area .text::after {content: ""; display: block; width: 20.4rem; height: 30.4rem; background-image: url(https://file001.shop-pro.jp/PA01520/982/img/top/message-area_text_img02.png); background-size: cover; position: absolute; right: -1.9rem; bottom: 4rem;}
.message-area .text p {margin-top: 5.5rem;}
.message-area .text a {color: #fff; margin-top: 6rem;}

.message-area .image {width: 50%; height: 79.9rem;}
.message-area .image img {width: 100%; height: 79.9rem; object-fit: cover;}

@media screen and (max-width: 999px) {
  .message-area .inner {flex-direction: column;}
  .message-area .text {width: 100%; height: auto; padding: 8rem 0 9.2rem}
  .message-area .text::before {width: 13.9rem; height: 8.4rem; top: 1.5rem;}
  .message-area .text::after {width: 7.1rem; height: 10.5rem; right: 2.7rem; bottom: 2.9rem;}
  .message-area .cmn-title {text-align: center; margin-bottom: 4rem;}
  .message-area .text p {padding: 0 2rem; margin-top: 4rem;}
  .message-area .text a {padding: 0 2rem; margin-top: 3rem;}
  .message-area .image {display: none;}
}


/* =================================================================
recommend
=================================================================*/
.p-recommend {padding: 11.7rem 0 0;}
.p-recommend .title-wrap p {margin-top: 4rem;}
.p-recommend-list {margin-top: 6rem;}

.u-container {max-width: 120rem;}
.c-item-list {margin-left: -1.9rem; margin-right: -1.9rem;}
.c-item-list__item {margin-bottom: 3.8rem; padding-left: 1.9rem; padding-right: 1.9rem;}
.c-item-list__txt {padding-bottom: 0;}
.c-item-list__ttl {font-size: 1.4rem;}
.c-item-list__price {margin-top: 1rem; font-size: 1.4rem; color: #8C1D24;}
.c-item-list__img {margin-bottom: 1.4rem;}

@media screen and (max-width: 999px) {
  .p-recommend {padding: 8rem 0 0;}
  .p-recommend .title-wrap p {margin-top: 2.4rem;}
  .p-recommend-list {margin-top: 4rem;}
  .c-item-list {margin: 0; gap: 3rem 2rem;}
  .c-item-list__item {padding: 0; width: calc((100% - 2rem) / 2); margin-bottom: 0;}

  .c-item-list__btn {height: 2.3rem;}
  .c-item-list__btn svg {width: 2.1rem;}
}


/* =================================================================
p-pickup
=================================================================*/
.p-pickup {background: none; padding-top: 7.7rem; padding-bottom: 0;}
.p-pickup .title-wrap {position: relative; height: 33rem; padding-top: 10.5rem; width: 100%; max-width: 120rem; margin: 0 auto -.9rem;}
.p-pickup .title-wrap::before {content: ""; display: block; width: 26.5rem; height: 15.6rem; background-image: url(https://file001.shop-pro.jp/PA01520/982/img/top/pickup_title_bg01.svg); background-size: cover; position: absolute; top: 0; left: 0;}
.p-pickup .title-wrap::after {content: ""; display: block; width: 10.8rem; height: 11.8rem; background-image: url(https://file001.shop-pro.jp/PA01520/982/img/top/pickup_title_bg02.svg); background-size: cover; position: absolute; right: 0; bottom: 0;}
.p-pickup .title-wrap p {margin-top: 4rem;}
.p-pickup-list {margin-top: 0;}
.p-pickup-list__img {max-height: 47rem; width: 50%; height: 47rem;}

.p-pickup-list__txt {padding-left: 11.9rem; padding-right: 10.1rem;}
.p-pickup-list__ttl {color: #8C1D24; font-size: 2.4rem; font-weight: 500; margin-bottom: 2.4rem;}
.p-pickup-list__btn {margin-top: 5rem;}
.p-pickup-list__btn .link {color: #000;}
.p-pickup-list__item {margin-bottom: 0;}

@media screen and (max-width: 999px) {
.p-pickup {padding-top: 3.7rem;}
.p-pickup .title-wrap::before {width: 9.7rem; height: 5.71rem; left: 2rem;}
.p-pickup .title-wrap::after {width: 5.1rem; height: 5.57rem; bottom: auto; top: 4.4rem; right: 2rem;}
.p-pickup .title-wrap {height: auto; margin: 0 auto 6rem;}

.p-pickup-list {margin: 0;}
.p-pickup-list__item:nth-child(even) .p-pickup-list__txt {padding: 3rem 2rem 4.5rem;}
.p-pickup-list__txt {padding: 3rem 2rem 6rem; margin-top: 0;}
.p-pickup-list__ttl {font-size: 2rem;}
.p-pickup-list__img {width: 100%; height: auto; max-height: 100%; aspect-ratio: 375 / 251;}
}

/* =================================================================
Seasonal Item
=================================================================*/
.seasonal-item {background: #000; color: #fff; padding: 12rem 0 17.5rem;}
.seasonal-item .inner {display: flex; gap: 6rem; align-items: center;}
.seasonal-item .image {flex-shrink: 0; width: 60rem;}
.seasonal-item .text {width: 48.4rem;}
.seasonal-item .text h3 {font-size: 2.4rem; margin-bottom: 1.5rem;}
.seasonal-item .text .bottom {border-top: 1px solid #fff; margin-top: 4rem;}
.seasonal-item .text h4 {font-size: 1.6rem; margin-bottom: 1.1rem;}
.seasonal-item .text .link {color: #fff; margin-top: 5rem;}

@media screen and (max-width: 999px) {
  .seasonal-item {padding: 8rem 0;}
  .seasonal-item .inner {flex-direction: column; gap: 4rem;}
  .seasonal-item .image {width: 100%;}
  .seasonal-item .text {width: 100%; padding: 0 2rem;}
  .seasonal-item .text h3 {font-size: 2rem;}
  .seasonal-item .text .bottom {margin-top: 3rem; padding-top: 3rem;}
  .seasonal-item .text .link {margin-top: 3rem;}
}

/* =================================================================
banner
=================================================================*/
.banner {display: flex; justify-content: center; flex-direction: column; align-items: center; gap: 6rem; margin-top: 16rem;}
.banner img {width: 80rem;}

@media screen and (max-width: 999px) {
  .banner {padding: 8rem 2rem 0; margin-top: 0; gap: 2rem;}
}


/* =================================================================
our-store
=================================================================*/
.our-store {padding-top: 11.2rem;}
.our-store .inner {display: flex; margin-top: 6rem; max-width: 100%;}
.our-store .inner .text {width: 50%; aspect-ratio: 700 / 470; background-image: url(https://file001.shop-pro.jp/PA01520/982/img/top/our-store_text_bg.jpg); background-size: cover; color: #fff; display: flex; flex-direction: column; justify-content: center; padding-left: 10rem;}
.our-store .inner .text h3 {font-size: 2.4rem; font-weight: 700;}
.our-store .inner .text table {margin-top: 3rem;}
.our-store .inner .text th {text-align: left; font-size: 1.6rem; font-weight: 700;}
.our-store .inner .text td {font-size: 1.6rem; padding-bottom: 1rem;}
.our-store .inner .text .link {margin-top: 6rem; color: #fff;}

.our-store .inner .map {width: 50%;}
.our-store .inner .map iframe {aspect-ratio: 700 / 470; filter: grayscale(1); display: block;}

.our-store .bottom-message {position: relative; display: flex; justify-content: center; align-items: flex-start; background-image: url(https://file001.shop-pro.jp/PA01520/982/img/top/our-store_bg.jpg); background-size: cover; height: 89.3rem;}
.our-store .bottom-message img {position: absolute;}
.our-store .bottom-message .img01 {top: 13.1rem; left: 0; width: 39.6rem; height: 23.9rem;}
.our-store .bottom-message .img02 {bottom: 0; left: 0; width: 38rem; height: 45.1rem;}
.our-store .bottom-message .img03 {top: 0; right: 0; width: 35rem; height: 55.6rem;}
.our-store .bottom-message .img04 {bottom: -1.9rem; right: 5.1rem; width: 26.1rem; height: 36.1rem;}

.our-store .bottom-message .center {width: 100%; max-width: 44.1rem; padding-top: 17.9rem;}
.our-store .bottom-message h3 {font-size: 2.4rem; font-weight: 500; margin-bottom: 4rem; color: #fff;}
.our-store .bottom-message p {margin-bottom: 6rem; color: #fff;}
.our-store .bottom-message ul {display: flex; justify-content: center; gap: 2.5rem;}
.our-store .bottom-message ul a {border: 1px solid #fff; color: #fff; padding: 1.2rem 2.3rem; width: 20.8rem; height: 5rem; display: flex; justify-content: center;}
.our-store .bottom-message ul a img {position: static;}
.our-store .bottom-message ul a:hover {color: #8C1D24; border-color: #8C1D24; opacity: 1;}
.our-store .bottom-message ul a:hover img {filter: brightness(0) saturate(100%) invert(14%) sepia(35%) saturate(6576%) hue-rotate(343deg) brightness(88%) contrast(91%);}

@media screen and (max-width: 999px) {
  .our-store .inner {flex-direction: column; margin-top: 4rem;}
  .our-store .inner .text {width: 100%; height: auto; padding: 5.5rem 2rem;}
  .our-store .inner .map {width: 100%;}
  .our-store .inner .text table {margin-top: 1rem;}
  .our-store .inner .text th,
  .our-store .inner .text td {display: block; width: 100%; font-size: 1.4rem;}
  .our-store .inner .text .link {margin-top: 1.9rem;}

  .our-store .bottom-message {height: 105.8rem;}
  .our-store .bottom-message .center {padding: 25.6rem 2rem 0;}
  .our-store .bottom-message h3 {font-size: 1.8rem; margin-bottom: 3rem;}
  .our-store .bottom-message p {margin-bottom: 3rem;}
  .our-store .bottom-message .img01 {width: 20.2rem; height: 12.2rem; top: 6.1rem;}
  .our-store .bottom-message .img02 {width: 14.5rem; height: 17.3rem;}
  .our-store .bottom-message .img03 {width: 14.1rem; height: 22.4rem;}
  .our-store .bottom-message .img04 {width: 9.6rem; height: 13.3rem; bottom: 2rem; right: 6rem;}

  .our-store .bottom-message ul a {width: 15.7rem; padding: 0; align-items: center;}
  .our-store .bottom-message ul a img {width: 2.1rem;}
}

/* =================================================================
news-area
=================================================================*/
.news-area {width: 95.5rem; margin: auto; padding: 13.5rem 0 0;}
.news-area .inner {display: flex; align-items: center; gap: 6rem;}
.news-area .cmn-title {text-align: left; flex-shrink: 0;}
.news-area ul {display: flex; flex-direction: column; gap: 1.5rem;}
.news-area li {display: flex; align-items: center; gap: 1.5rem;}
.news-area li .date {color: #8C1D24;}

@media screen and (max-width: 999px) {
  .news-area {width: 100%; padding: 10.6rem 2rem 0;}
  .news-area .inner {flex-direction: column; gap: 3rem;}
  .news-area ul {gap: 2rem;}
  .news-area li {flex-direction: column; align-items: flex-start; gap: 1rem;}
}


.top-search .search-type .list {gap: 2.4rem;}
.top-search .search-type .list a {width: calc((100% - 2.4rem * 4) / 5);}
@media screen and (max-width: 999px) {
  .top-search .search-type .list {gap: 2rem;}
  .top-search .search-type .list a {width: calc((100% - 2rem) / 2);}
}