#slider-wrapper {
  max-width: 1160px;
  padding: 0 12px;
  margin: 20px auto;
}

.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

#slider-wrapper .bx-controls-direction a {
  z-index: 100;
}

#slider-wrapper .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#slider-wrapper .bx-wrapper img {
  margin: 0 auto;
}

#slider-wrapper .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#slider-wrapper .bx-caption span {
  padding: 1.5em;
}

#slider-wrapper .bx-pager {
  bottom: -25px;
  padding-top: 0;
}

#slider-wrapper .bx-pager a {
  background: #E3E3E3;
  width: 30px;
  height: 4px;
}

#slider-wrapper .bx-pager a:hover,
#slider-wrapper .bx-pager a.active {
  background: #FF153F;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news.top-news-area {
  margin: 80px 20px;
  background: white;
  padding: 50px;
  border-radius: 10px;
}

.top-news-header {
  font-size: 30px;
  font-family: Shippori Mincho B1;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 7.5px;
}

.top-news-area .p-news__label {
  text-align: left;
  font-size: 12px;
  font-family: Shippori Mincho B1;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.8px;
  width: auto;
}

.top-news-area .p-news__label::before {
  content: '';
}

.top-news-area .p-news__content {
  font-size: 12px;
  font-family: Shippori Mincho B1;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.8px;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

.how-to-eat {
  width: 100%;
  align-items: center;
  flex-direction: column;
}

.how-to-eat-title {
  margin-top: 60px;
  margin-bottom: 20px;
}

.how-to-eat-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 100%;
}

.how-to-eat-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.how-to-eat-link {
  width: 172px;
  height: 188px;
  text-decoration: none;
  display: block;
  margin: 10px;
  position: relative;
}

.top-product-list__item {
  position: relative;
  float: left\9;
  box-sizing: border-box;
  padding: 20px 20px 50px;
  transition: opacity .2s;
  text-align: left;
  font-family: 'Shippori Mincho B1', serif;
}

.top-product-list__item.is-hidden {
  position: absolute;
  z-index: -10000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border: 0;
}

.top-product-list__item {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 40px;
}

.top-product-list__item:nth-child(3n) {
  border-right: 0;
}

.top-product-list__item:nth-child(3n + 1) {
  clear: both;
}

.top-product-list__item:nth-child(2n) {
  border-right: 0;
}

.top-product-list__item:nth-child(2n + 1) {
  clear: both;
}

.top-product-list__item .c-product-info__price {
  font-family: 'Shippori Mincho B1', serif;
}

.top-product-list__image {
  border-radius: 8px;
}

.top-product-list__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin-top: 0.5em;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.top-product-list__item > div {
  padding: 0 12px;
}

.top-product-list__item > .top-product-list__name {
  padding: 0 12px;
}

.top-product-list__item > .c-product-list__price {
  font-weight: 500;
  letter-spacing: 2.25px;
  font-size: 24px;
}

.top-product-list__item > .c-product-list__price > .mini {
  font-weight: 400;
  font-size: 15px;
}

.c-product-list.top-product-list {
  border: none;
}

.more-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px auto;
}

.top-feature-content {
  position: relative;
  width: 100%;
  height: 750px;
  background-image: url('https://img08.shop-pro.jp/PA01199/163/etc_base64/dG9wLWltYWdlcy0wMQ.png?cmsp_timestamp=20230623151908');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.top-feature-content.white {
  background-image: url('https://img08.shop-pro.jp/PA01199/163/etc_base64/dG9wLWltYWdlcy0wMg.png?cmsp_timestamp=20230623151908');
}

.top-feature-content-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

.top-feature-content-text {
  font-family: 'Shippori Mincho B1', serif;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2.4px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.top-feature-content-text.c-sp-only {
  font-size: 13px;
}

.top-feature-content-text.white {
  color: #fff;
}

.top-feature-content-btn {
  padding-top: 30px;
}

.how-to-eat-hover-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.how-to-eat-link:hover > .how-to-eat-hover-img {
  display: block;
}

.top-product-list__item:hover > .top-product-list__name {
  color: #FF153F;
}

.top-product-list__image > .c-image-box:hover {
  overflow: hidden;
}

.top-product-list__image > .c-image-box:hover > img {
  transform: scale(1.2);
}

.btn-display-area {
  position: relative;
}

.btn-hover-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-display-area:hover > .btn-hover-img {
  display: block;
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #slider-wrapper .bx-pager {
    bottom: -30px;
  }

  #slider-wrapper .bx-pager a {
    width: 100px;
    height: 4px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }

  .how-to-eat-column {
    max-width: 660px;
  }
  
  .how-to-eat-link {
    width: 200px;
    height: 218px;
    margin: 10px;
  }

  .top-product-list__item {
    margin-left: unset;
    margin-right: unset;
    width: 25%;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}
