.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;
}

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

#p-slider .bx-viewport {
  height: 100%!important;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

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

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

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

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

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

.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;
}

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

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

  .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;
  }
}

@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;
  }
}

/* ここからオリジナル 250522 */

#p-slider {
  	width: 100vw;
	height: 760px;
	margin-left: calc((100vw - 1280px) / -2);
}
#p-slider .bx-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
	margin-bottom: 0;
}
#p-slider .bx-wrapper #slider {
	width: 100%!important;
	height: 100%!important;
}
#p-slider .bx-wrapper #slider div {
	width: 100%!important;
	height: 100%!important;
}
#p-slider .bx-wrapper #slider div img {
	width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.p-top-wrapper {
    width: 100vw;
	background-color: #f0f0f0;
	margin-left: calc((100vw - 1280px) / -2);
}
.p-top-wrapper__inner {
  	max-width: 1100px;
    margin: auto;
    padding-bottom: 126px;
}
.p-top-text {
    font-size: 22px;
    padding-top: 56px;
      line-height: 2.0;
}
.p-top-text span {
    font-size: 16px;
}

@media screen and (max-width: 1320px) {
  #p-slider,
  .p-top-wrapper {
    margin-left: -20px;
  }
}
@media screen and (max-width: 1360px) {
  .p-top-wrapper__inner{
    padding: 0 20px 100px;
  }
  .p-page-content.top .p-layout-container {
  	padding: 0;
  }
}
@media screen and (max-width: 599px) {
  #p-slider {
      height: 500px;
  }
  .p-top-wrapper__inner{
    padding-bottom: 60px;
  }
}


.p-shopping-section {
    margin-top: 90px;
}
.p-shopping-section__heading {
    width: 100%;
    font-size: 50px;
    font-weight: 400;
    border-bottom: 1px solid #005123;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.p-shopping-section__heading span {
    display: block;
    font-size: 18px;
}
.p-shopping-section__content {
    margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .p-shopping-section {
      margin-top: 45px;
  }
}

.p-category {
    display: flex;
    column-gap: 60px;
}
.p-category__item {
    display: block;
    width: calc((100% - 60px) / 2);
    transition: .3s;
}
.p-category__img-wrap {
  	display: block;
    width: 100%;
    aspect-ratio: 520 / 320;
    overflow: hidden;
}
.p-category__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: 0px -50px;
    transition: .3s;
}
.p-category__text {
    margin-top: 35px;
}
.p-category__heading {
    font-size: 26px;
    font-weight: 400;
}
.p-category__detail {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
}
.p-category__item:hover {
	opacity: 0.66;
	text-decoration: none;
}
.p-category__item:hover .p-category__img {
	transform: scale(1.1);
}
.p-category__item:hover p {
	text-decoration: none;
}

@media screen and (max-width: 599px) {
  .p-category {
    flex-direction: column;
	row-gap: 20px;
  }
  .p-category__item {
 	width: 100%;
  }
  .p-category__heading {
  	margin: 0;
  }
  .p-category__text,
  .p-category__detail {
  	margin-top: 10px;
  }
}

.p-shopping {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
}
.p-shopping__item {
    width: calc((100% - 120px) / 3);
    transition: .3s;
}
.p-shopping__img-wrap {
  	display: block;
    width: 100%;
    aspect-ratio: 330 / 310;
    overflow: hidden;
}
.p-shopping__img-wrap:has(.p-shopping__img-text) {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ddd;
}
.p-shopping__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.p-shopping__img-text {
    font-size: 16px;
    transition: .3s;
}
.p-shopping__name {
    font-size: 20px;
    margin-top: 24px;
  	margin-bottom: 0px;
}
.p-shopping__price {
    font-size: 15px;
    margin-top: 5px;
  	margin-bottom: 0px;
}
.p-shopping__solduot {
    font-size: 12px;
  	text-align: right;
}
.p-shopping__item:hover {
	opacity: 0.66;
	text-decoration: none;
}
.p-shopping__item:hover .p-shopping__img,
.p-shopping__item:hover .p-shopping__img-text {
	transform: scale(1.1);
}
.p-shopping__item:hover p {
	text-decoration: none;
}
@media screen and (max-width: 599px) {
  .p-shopping {
  	gap: 30px 10px;
  }
  .p-shopping__item {
  	width: calc((100% - 10px) / 2);
  }
  .p-shopping__name {
  	margin-top: 10px;
  }
}

.p-postage-section {
  background-color: #fff;
  padding: 58px 56px;
  margin-top: 80px;
}
.p-postage-section__heading {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.p-postage-section__text {
  font-size: 15px;
  margin-top: 10px;
}
.p-postage-section__table {
  width: fit-content;
  border: 1px solid #005123;
  margin-top: 20px;
}
.p-postage-section__table tr + tr th {
  border-top: 1px solid #fff;
}
.p-postage-section__table tr + tr td {
  border-top: 1px solid #005123;
}
.p-postage-section__table th {
  background-color: #005123;
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding: 15px 35px;
      font-weight: 500;
}
.p-postage-section__table th span {
  font-size: 14px;
  font-weight: 400;
}
.p-postage-section__table td {
  font-size: 18px;
  padding: 15px 35px;
}
.p-postage-section__table .sp-only {
  	display: none;
 }
@media screen and (max-width: 599px) {
  .p-postage-section {
	padding: 40px 20px;
  }
  .p-postage-section__heading {
  	font-size: 20px;
  }
  .p-postage-section__table th,
  .p-postage-section__table td {
    font-size: 14px;
    text-align: center;
    padding: 10px 15px;
  }
  .p-postage-section__table th {
  	width: 70%;
  }
  .p-postage-section__table td {
  	width: 30%;
  }
  .p-postage-section__table .sp-only {
  	display: block;
  }
}

.p-contact-link {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 55px;
}
.p-contact-link__item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  width: calc((100% - 120px) / 3);
  border-radius: 40px;
  border: 2px solid #005123;
  background-color: #fff;
  padding: 20px 10px;
  transition: opacity .3s;
  margin: 0;
}
a.p-contact-link__item:hover {
  opacity: .66;
}
.p-contact-link__icon {
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.p-contact-link__icon--tel {
  background-image: url("https://img07.shop-pro.jp/PA01458/271/etc_base64/aWNvbl9waG9uZQ.png?cmsp_timestamp=20250530104238");
}
.p-contact-link__icon--line {
  background-image: url("https://img07.shop-pro.jp/PA01458/271/etc_base64/aWNvbl9saW5l.png?cmsp_timestamp=20250530104238");
}
.p-contact-link__icon--mail {
  background-image: url("https://img07.shop-pro.jp/PA01458/271/etc_base64/aWNvbl9tYWls.png?cmsp_timestamp=20250530104238");
}
.p-contact-link__icon--fax {
  background-image: url("https://img07.shop-pro.jp/PA01458/271/etc_base64/aWNvbl9mYXg.png?cmsp_timestamp=20250530104238");
}
.p-contact-link__icon--sns {
  background-image: url("https://img07.shop-pro.jp/PA01458/271/etc_base64/aWNvbl9pbnN0YWdyYW0.png?cmsp_timestamp=20250530104238");
}
.p-contact-link__icon--youtube {
  background-image: url("https://img07.shop-pro.jp/PA01458/271/etc_base64/aWNvbl95b3V0dWJl.png?cmsp_timestamp=20250530104238");
}
.p-contact-link__text {
  font-size: 24px;
  margin: 0;
}
.p-contact-link__text span {
  font-size: 16px;
}

@media screen and (max-width: 890px) {
  .p-contact-link {
    gap: 10px;
  }
  .p-contact-link__item {
    width: calc((100% - 92px) / 3);
  }
  .p-contact-link__text {
    font-size: 16px;
  }
  .p-contact-link__text span {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .p-contact-link {
    gap: 15px 0;
    margin-top: 30px;
  }
  .p-contact-link__item {
    width: 100%;
  }
}