.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 {
  top: 0;
  left: 0;
  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;
  }
}
/* ここから追加 */
/* [TOP:レイアウト] */

.l-top_container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 0 auto 20px;
}

.l-top_left {
	flex: 0 1 240px;
	width: 240px;
}

/* [トップページ] 右カラム */

.l-top_right { /* PC:クロス(Start:左画像&右テキスト) / SP:左画像&右テキスト */
}

.l-top_right .l-crossColumn .txt p {
	font-size: 12px;
	line-height: 1.33;
	margin: 0;
}

.p-top_items { /* [トップページ] ボーダー */ /* [トップページ] 新着 */ /* [トップページ] カテゴリー・タイトル・本文 */
}

.p-top_items.pickup {
	border: 1px solid #ccc;
}

.p-top_items.new {
	position: relative;
}

.p-top_items.new:before {
	content: "";
	background-image: url("https://file003.shop-pro.jp/PA01454/085/common/img/new_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.p-top_items .box {
	padding: 12px 16px;
}

.p-top_items .box .category {
	font-size: 12px;
	margin: 0 0 6px;
}

.p-top_items .box .category span {
	display: inline-block;
	padding: 4px 9px;
}

.p-top_items .box .category.news span {
	background-color: #f0f0f0;
	color: #333;
}

.p-top_items .box .title {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.666;
	margin: 0 0 8px;
}

.p-top_items .box .body {
	font-size: 12px;
	line-height: 1.333;
	margin: 0;
}

.p-top_items a {
	color: #333333;
}

/* [トップページ:左カラム] お知らせ */

.l-top_information {
	line-height: 1.5;
}

.l-top_information h1 {
	border-bottom: 1px solid #707070;
	font-size: 22px;
	padding-bottom: 8px;
	margin: 0 0 24px;
}

.l-top_information ul {
	list-style: none;
	padding: 0;
}

.l-top_information li:not(:last-child) {
	margin-bottom: 32px;
}

.l-top_information section h2 {
	font-size: 16px;
	margin: 0 0 10px;
}

.l-top_information section p {
	font-size: 14px;
}

.l-top_information a {
	color: #333333;
}

/* [トップページ] 左カラム */

@media screen and (min-width: 600px) {

.l-top_container {
	width: 100%;
}

.l-top_right {
	flex: 0 1 940px;
	width: 940px;
	margin-top: 23px;
}

.l-top_right .l-oneColumn,
.l-top_right .l-twoColumn,
.l-top_right .l-threeColumn,
.l-top_right .l-fourColumn,
.l-top_right .l-eightColumn,
.l-top_right .l-crossColumn {
	margin-bottom: 20px;
}

.l-top_right .l-oneColumn {
	margin-bottom: 20px;
}

.l-top_right .l-crossColumn .txt,
.l-top_right .l-crossColumn .img {
	flex: 0 1 460px;
	width: 460px;
}

}

@media screen and (min-width: 960px) {

.l-top_container {
	width: 1200px;
}

}

@media screen and (max-width: 599px) {

.l-top_container {
	width: 100%;
}

.l-top_right {
	flex: 0 1 auto;
	width: 100%;
}

.l-top_left {
	display: none;
}

.l-top_right .l-oneColumn,
.l-top_right .l-twoColumn,
.l-top_right .l-threeColumn,
.l-top_right .l-fourColumn,
.l-top_right .l-eightColumn,
.l-top_right .l-crossColumn {
	margin-bottom: 80px;
}

.l-top_right .l-oneColumn {
	margin-bottom: 20px;
}

.l-top_information {
	padding: 0 20px;
}

}

/* 20211016追加 */
.l-threeColumn--flexible {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}

.l-threeColumn--flexible > div {
	margin-bottom: 20px;
}

.l-threeColumn--flexible > div.full {
	flex: 1 0 460px;
	width: 100%;
}

.l-threeColumn--flexible > div.half {
	flex: 0 1 calc(50% - (20px / 2));
	width: calc(50% - (20px / 2));
}

@media screen and (min-width: 600px) {

.l-threeColumn--flexible > div.full {
	flex-basis: 48.936170212%;
}

.l-threeColumn--flexible > div.half {
	flex-basis: 23.4042553191%;
	width: 23.4042553191%;
}

.l-threeColumn--flexible > div:not(:nth-child(3n)) {
	margin-right: 2.1276595745%;
}

.l-threeColumn--flexible > div:nth-last-child(1),
.l-threeColumn--flexible > div:nth-last-child(2),
.l-threeColumn--flexible > div:nth-last-child(3) {
	margin-bottom: 0;
}

}

@media screen and (max-width: 599px) {

.l-threeColumn--flexible {
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px;
}

.l-threeColumn--flexible > div.full {
	max-width: 100%;
}

.l-threeColumn--flexible > div:nth-last-child(1),
.l-threeColumn--flexible > div:nth-last-child(2) {
	margin-bottom: 0;
}

.l-threeColumn--flexible > div img {
	width: 100%;
}

}

/* 20250608追記トップ表示調整 */

.top-r-about-us-saifuku-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 599px) {

.l-top_right_outer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#top-r-ranking {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

#top-r-feature {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

#top-r-about-us-saifuku {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

#top-r-items-pickup {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

#top-r-information {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

#top-r-block-area {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

#top-r-news {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7;
}

.top-r-about-us-saifuku-inner {
	margin-bottom: 80px;
	padding: 0 20px;
}

}

