.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;
	}
  }
  
  /* Add 181119 */
  /* Slick */
  /* Slider */
  .slick-slider
  {
	  position: relative;
  
	  display: block;
	  box-sizing: border-box;
  
	  -webkit-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
  
	  -webkit-touch-callout: none;
	  -khtml-user-select: none;
	  -ms-touch-action: pan-y;
		  touch-action: pan-y;
	  -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
	  position: relative;
  
	  display: block;
	  overflow: hidden;
  
	  margin: 0;
	  padding: 0;
  }
  .slick-list:focus
  {
	  outline: none;
  }
  .slick-list.dragging
  {
	  cursor: pointer;
	  cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
	  -webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
		  -ms-transform: translate3d(0, 0, 0);
		   -o-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
	  position: relative;
	  top: 0;
	  left: 0;
  
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after
  {
	  display: table;
  
	  content: '';
  }
  .slick-track:after
  {
	  clear: both;
  }
  .slick-loading .slick-track
  {
	  visibility: hidden;
  }
  
  .slick-slide
  {
	  display: none;
	  float: left;
  
	  height: 100%;
	  min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
	  float: right;
  }
  .slick-slide img
  {
	  display: block;
  }
  .slick-slide.slick-loading img
  {
	  display: none;
  }
  .slick-slide.dragging img
  {
	  pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
	  display: block;
  }
  .slick-loading .slick-slide
  {
	  visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
	  display: block;
  
	  height: auto;
  
	  border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	  display: none;
  }
  
  /* Slick Theme */
  /* Slider */
  .slick-loading .slick-list
  {
	  background: #fff url('./ajax-loader.gif') center center no-repeat;
  }
  
  /* Icons */
  @font-face
  {
	  font-family: 'slick';
	  font-weight: normal;
	  font-style: normal;
  
	  src: url('./fonts/slick.eot');
	  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
  }
  /* Arrows */
  .slick-prev,
  .slick-next
  {
	  font-size: 0;
	  line-height: 0;
  
	  position: absolute;
	  top: 50%;
  
	  display: block;
  
	  width: 20px;
	  height: 20px;
	  padding: 0;
	  -webkit-transform: translate(0, -50%);
	  -ms-transform: translate(0, -50%);
	  transform: translate(0, -50%);
  
	  cursor: pointer;
  
	  color: transparent;
	  border: none;
	  outline: none;
	  background: transparent;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus
  {
	  color: transparent;
	  outline: none;
	  background: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before
  {
	  opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before
  {
	  opacity: .25;
  }
  
  .slick-prev:before,
  .slick-next:before
  {
	  font-family: 'slick';
	  font-size: 20px;
	  line-height: 1;
  
	  opacity: .75;
	  color: white;
  
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev
  {
	  left: -25px;
  }
  [dir='rtl'] .slick-prev
  {
	  right: -25px;
	  left: auto;
  }
  .slick-prev:before
  {
	  content: '¢«';
  }
  [dir='rtl'] .slick-prev:before
  {
	  content: '¢ª';
  }
  
  .slick-next
  {
	  right: -25px;
  }
  [dir='rtl'] .slick-next
  {
	  right: auto;
	  left: -25px;
  }
  .slick-next:before
  {
	  content: '¢ª';
  }
  [dir='rtl'] .slick-next:before
  {
	  content: '¢«';
  }
  
  /* Dots */
  .slick-dotted.slick-slider
  {
	  margin-bottom: 30px;
  }
  
  .slick-dots
  {
	  position: absolute;
	  bottom: -25px;
  
	  display: block;
  
	  width: 100%;
	  padding: 0;
	  margin: 0;
  
	  list-style: none;
  
	  text-align: center;
  }
  .slick-dots li
  {
	  position: relative;
  
	  display: inline-block;
  
	  width: 20px;
	  height: 20px;
	  margin: 0 5px;
	  padding: 0;
  
	  cursor: pointer;
  }
  .slick-dots li button
  {
	  font-size: 0;
	  line-height: 0;
  
	  display: block;
  
	  width: 20px;
	  height: 20px;
	  padding: 5px;
  
	  cursor: pointer;
  
	  color: transparent;
	  border: 0;
	  outline: none;
	  background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus
  {
	  outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before
  {
	  opacity: 1;
  }
  .slick-dots li button:before
  {
	  font-family: 'slick';
	  font-size: 6px;
	  line-height: 20px;
  
	  position: absolute;
	  top: 0;
	  left: 0;
  
	  width: 20px;
	  height: 20px;
  
	  content: '&#8226;';
	  text-align: center;
  
	  opacity: .25;
	  color: black;
  
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before
  {
	  opacity: .75;
	  color: black;
  }
  
  /* Custom */
  .p-top-logo {
	  margin: 0;
	  padding: 30px 28%;
	  background-color: #000;
	  border-bottom: #B1874F solid 1px;
  }
  .indexTopArea {
	  background-color: #F9F8F6;
	  padding: 0;
  }
  
  #p-slider .slick-slide {
	  padding: 0 5px;
  }
  #p-slider .slick-slide a {
	  position: relative;
	  display: block;
  }
  #p-slider .slick-slide a::after {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0,0,0,0);
	  z-index: 1;
	  display: block;
	  top: 0;
	  left: 0;
	  transition: background 0.3s linear;
  }
  #p-slider .slick-slide a:hover::after {
	  background-color: rgba(0,0,0,.5);
  }
  
  #sp-slider {
	  margin-bottom: 30px;
  }
  
  .indexTopBox01 {
	  padding: 0;
  }
  .indexTopBox01__info {
	  padding: 30px 7%;
  }
  .indexTopBox01__event {
	  border-top: #DDD solid 1px;
	  padding: 30px 7%;
  }
  
  .hlLv02--index02 {
	  margin-top: 0;
	  margin-bottom: 30px;
	  text-align: center;
	  font-size: 16px;
	  font-weight: 500;
	  color: #3A0000;
  }
  .hlLv02--index02 img {
	  transform: scale(.8);
  }
  .hlLv02--index02 img,
  .hlLv02--index02 br {
	  display: none;
  }
  
  .hlLv02--index02 span {
	  display: inline-block;
	  position: relative;
  }
  .hlLv02--index02.ichioshi span {
	  color: #E90000;
	  font-size: 26px;
	  padding-left: 60px;
  }
  .hlLv02--index02.recom span,
  .hlLv02--index02.prodlist span,
  .hlLv02--index02.ranking span {
	font-size: 20px;
	padding-left: 48px;
}

  .hlLv02--index02 span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
  }

  .hlLv02--index02.ichioshi span::before {
	width: 48px;
	height: 40px;
	background: url(https://file003.shop-pro.jp/PA01424/585/img/index/icn_ichioshi.svg) no-repeat center center / contain;
}
.hlLv02--index02.recom span::before {
	width: 35px;
	height: 35px;
	background: url(https://file003.shop-pro.jp/PA01424/585/img/index/icn_recom.svg) no-repeat center center / contain;
}
.hlLv02--index02.prodlist span::before {
	width: 31px;
	height: 23px;
	top: 5px;
	background: url(https://file003.shop-pro.jp/PA01424/585/img/index/icn_list.svg) no-repeat center center / contain;
}
.hlLv02--index02.ranking span::before {
	width: 35px;
	height: 27px;
	background: url(https://file003.shop-pro.jp/PA01424/585/img/index/icn_ranking.svg) no-repeat center center / contain;
}

  .indexInfoBox {
	  margin-top: 0;
	  margin-bottom: 20px;
  }
  
  .indexInfo_date {
	  white-space: nowrap;
	  font-size: 12px;
  }
  .indexInfo_ttl {
	  font-size: 14px;
	  margin-left: 0;
	  margin-bottom: 10px;
  }
  
  .indexEventBox {
	  margin-top: 0;
	  margin-bottom: 20px;
  }
  
  .indexEvent_date {
	  white-space: nowrap;
	  font-size: 12px;
	  color: #FA1300;
  }
  .indexEvent_ttl {
	  font-size: 14px;
	  margin-left: 0;
	  margin-bottom: 10px;
  }
  .btnMoreBox {
	  margin-top: 30px;
	  text-align: center;
  }
  
  /* Contents */
  .indexContents {
	  padding: 30px 4%;
  }
  .indexContents:nth-of-type(n+2) {
	  border-top: #EAEAEA solid 1px;
  }
  .indexPickupBox {
	  /*margin-bottom: 50px;*/
  }
  .indexPickup__item__inner {
	  margin-top: 4%;
  }
  .indexPickup__item__link {
	  position: relative;
  }
  .indexPickup__item__link a::after {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0,0,0,0);
	  z-index: 1;
	  display: block;
	  top: 0;
	  left: 0;
	  transition: background 0.3s linear;
	  display: none;
  }
  .indexPickup__item__link a:hover::after {
	  background-color: rgba(0,0,0,.5);
  }
  .indexPickup__item__link__txt {
	  position: absolute;
	  bottom: 10px;
	  text-align: center;
	  width: 100%;
	  color: #FFF;
	  font-family: "Yu-mincho", "ÞâÌÀÄ«";
	  font-weight: bold;
	  font-size: 14px;
	  z-index: 2;
  }
  .indexPickup__item__link__img {
	  margin: 0;
	  text-align: center;
  }
  .indexPickup__item__link__txt::after {
	  content: "";
	  display: inline-block;
	  width: 16px;
	  height: 16px;
	  background: url(https://img21.shop-pro.jp/PA01424/585/etc/arrow_banner.png?cmsp_timestamp=20181119173232) no-repeat center center;
	  vertical-align: middle;
	  margin-left: 10px;
	  margin-top: -3px;
  }
  .indexPickup__item__txt {
	  margin-top: 20px;
	  font-size: 14px;
  }
  
  .indexCatBox {
	  margin: 0 auto;
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
  }
  .indexCat__item {
	  width: 48%;
	  margin-right: 4%;
	  margin-bottom: 4%;
  }
  .indexCat__item:nth-child(2n) {
	  margin-right: 0;
  }
  
  .indexCat__item__link {
	  position: relative;
  }
  .indexCat__item__link a::after {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0,0,0,0);
	  z-index: 1;
	  display: block;
	  top: 0;
	  left: 0;
	  transition: background 0.3s linear;
	  display: none;
  }
  .indexCat__item__link a:hover::after {
	  background-color: rgba(0,0,0,.5);
  }
  .indexCat__item__link__img {
	  margin: 0;
	  text-align: center;
  }
  .indexCat__item__link__txt {
	  position: absolute;
	  bottom: 10px;
	  text-align: center;
	  width: 100%;
	  color: #FFF;
	  font-family: "Yu-mincho", "ÞâÌÀÄ«";
	  font-weight: bold;
	  font-size: 14px;
	  z-index: 2;
  }
  .indexCat__item__link__txt::after {
	  content: "";
	  display: inline-block;
	  width: 16px;
	  height: 16px;
	  background: url(https://img21.shop-pro.jp/PA01424/585/etc/arrow_banner.png?cmsp_timestamp=20181119173232) no-repeat center center;
	  vertical-align: middle;
	  margin-left: 8px;
	  margin-top: -3px;
  }
  .indexCat__item__txt {
	  margin-top: 20px;
	  font-size: 14px;
  }
  
  /* Contents Library */
  
  .sectionIndexBox03 {
	  padding: 30px 7% 50px;
	  border-top: #EAEAEA solid 1px;
  }
  .indexSlideContents {
	  margin-bottom: 20px;
  }
  .indexSlideContents__item {
	  padding: 0 20px;
  }
  .indexSlideContents__item a {
	  color: #000;
	  text-decoration: none;
  }
  .indexSlideContents__img {
	  width: auto;
	  max-width: 100%;
	  margin: 0 auto;
	  position: relative;
  }
  .indexSlideContents__img img {
	  margin: 0px auto;
  }
  /*.indexSlideContents__item a .indexSlideContents__img::after {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0,0,0,0);
	  z-index: 1;
	  display: block;
	  top: 0;
	  left: 0;
	  transition: background 0.3s linear;
  }*/
  .indexSlideContents__item a:hover .indexSlideContents__img::after {
	  background-color: rgba(0,0,0,.5);
  }
  .indexSlideContents__ttl {
	  font-size: 14px;
	  margin-bottom: 8px;
	  text-align: center;
  }
  .indexSlideContents__body {
	  font-size: 14px;
  }
  
  /* Arrows */
  .slick-prev,
  .slick-next
  {
	  font-size: 0;
	  line-height: 0;
  
	  position: absolute;
	  top: 92px;
  
	  display: block;
  
	  width: 15px;
	  height: 30px;
	  z-index: 1;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus
  {
	  color: transparent;
	  outline: none;
	  background: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before
  {
	  opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before
  {
	  opacity: .25;
  }
  
  .slick-prev:before,
  .slick-next:before
  {
	  font-family: 'slick';
	  font-size: 20px;
	  line-height: 1;
  
	  opacity: .75;
	  color: white;
  
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  content: "";
	  width: 15px;
	  height: 30px;
	  display: block;
  }
  
  .slick-prev
  {
	  left: -5px;
  }
  [dir='rtl'] .slick-prev
  {
	  right: -5px;
	  left: auto;
  }
  .slick-prev:before
  {
  
	  content: '';
	  background: url(https://img21.shop-pro.jp/PA01424/585/etc/btn_prev01.png?cmsp_timestamp=20181119173153) no-repeat center center;
  }
  [dir='rtl'] .slick-prev:before
  {
	  content: '';
	  background: url(https://img21.shop-pro.jp/PA01424/585/etc/btn_next01.png?cmsp_timestamp=20181119173145) no-repeat center center;
  }
  
  .slick-next
  {
	  right: -5px;
  }
  [dir='rtl'] .slick-next
  {
	  right: auto;
	  left: -5px;
  }
  .slick-next:before
  {
	  content: '';
	  background: url(https://img21.shop-pro.jp/PA01424/585/etc/btn_next01.png?cmsp_timestamp=20181119173145) no-repeat center center;
  }
  [dir='rtl'] .slick-next:before
  {
	  content: '';
	  background: url(https://img21.shop-pro.jp/PA01424/585/etc/btn_prev01.png?cmsp_timestamp=20181119173153) no-repeat center center;
  }
  
  /* Dots */
  .slick-dots {
	  bottom: -35px;
  }
  .slick-dots li button:before
  {
	  font-family: 'slick';
  
	  position: absolute;
	  top: 0;
	  left: 0;
  
	  width: 12px;
	  height: 12px;
  
	  content: '';
	  background: black;
	  border-radius: 50%;
	  display: inline-block;
	  
	  text-align: center;
  
	  opacity: .25;
  
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before
  {
	  opacity: .75;
	  background: black;
  }
  
  /* Pallarax Box */
  .indexBgContentWrap {
	  width: 100%;
	  height: 420px;
	  position: relative;
  }
  .indexBgContent {
	  width: 100%;
	  height: 420px;
	  background-position:center center;
	  background-size: cover;
  }
  
  /* Hover Image Effect */
  .hoverImg .hover_ {
	  display: none;
  }
  
  /* Ranking */
  .indexContents--ranking {
	  padding-top: 20px;
  }
  .indexRankingList,
  .indexRankingList__item {
	  margin: 0;
	  padding: 0;
	  list-style: none;
  }
  /*.indexRankingList {
	  display: flex;
	  flex-wrap: wrap;
  }*/
  .indexRankingList__item:nth-of-type(n+2) {
	  margin-top: 4%;
  }
  .indexRankingList__item__inner {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  .indexRankingList__item__inner--img {
	  width: 100px;
  }
  .indexRankingList__item__inner--txt {
	  width: calc(100% - 4% - 100px);
  }
  .indexRankingList__item a {
	  color: #555;
	  text-decoration: none;
	  display: block;
  }
  .indexRankingList__item a:hover {
	  text-decoration: underline;
  }
  .indexRankingList__item.is-hidden {
	  display: none;
  }
  .indexRankingList__index {
	  display: block;
	  margin-bottom: 5px;
  }
  .indexRankingList__index.pcOnly {
	  display: none;
	  margin-bottom: 5px;
  }
  .indexRankingList__image-box--otherimg {
	  display: none;
  }
  .indexRankingList__name {
	  font-size: 12px;
	  font-weight: bold;
	  margin-top: .5em;
  }
  .indexRankingList-info__price {
	  font-family: 'Montserrat', sans-serif;
	  margin-top: 1em;
	  font-size: 12px;
  }
  
  .indexRankingList__button {
	  text-align: center;
	  margin-top: 40px;
  }
  .indexRankingList__button .c-button--border {
	  padding: 10px 30px;
  }
  
  /* Special */
  .indexSpecialBox {
	  display: flex;
	  flex-wrap: wrap;
  }
  .indexSpecial__item {
	  width: 48%;
  }
  .indexSpecial__item:nth-of-type(2n) {
	  margin-left: 4%;
  }
  .indexSpecial__item:nth-of-type(n+3) {
	  margin-top: 4%;
  }
  .indexSpecial__item a {
	  color: #555;
	  text-decoration: none;
  }
  .indexSpecial__item figure {
	  margin: 0;
	  width: 100%;
	  position: relative;
  }
  .indexSpecial__item figure::before {
	  content: "";
	  display: block;
	  padding-top: 100%;
  }
  .indexSpecial__item figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
  }
  .indexSpecial__item p.figcaption {
	  margin-top: 10px;
  }
  .indexSpecial__item p.figcaption br {
	  display: none;
  }
  .indexSpecial__item .indexRankingList-info__price {
	  text-align: center;
  }
  
  @media screen and (max-width: 599px) {
	  #p-slider {
		  display: none;
	  }
	  .indexSpBnrArea {
		  margin-top: 60px;
		  width: 100%;
		  padding: 0 6%;
		  display: flex;
		  justify-content: center;
		  box-sizing: border-box;
	  }
	  .indexSpBnr__item figure {
		  margin: 0 0 10px;
	  }
	  .indexSpBnr__item  p {
		  text-align: center;
	  }
  
  }
  
  @media screen and (min-width: 600px) {
	  #sp-slider {
		  display: none;
	  }
	  
	  .indexTopArea {
		  padding: 20px 0 0;
	  }
	  .indexTopBox01 {
		  margin-top: 50px;
	  }
	  /* Ranking */
	  .indexRankingList__index {
		  font-size: 14px;
	  }
	  .indexRankingList__name {
		  font-size: 14px;
		  font-weight: 500;
	  }
	  .indexRankingList-info__price {
	  }
	  
	  .indexSpBnrArea {
		  display: none;
	  }
  }
  
  @media screen and (min-width: 960px) {
	  .indexTopArea {
		  padding-top: 36px;
		  padding-bottom: 60px;
	  }
	  #p-slider .slick-slide {
		  padding: 0 18px;
	  }
  
	  .indexTopBox01 {
		  display: flex;
		  justify-content: space-between;
		  margin: 80px auto 0;
		  padding: 0 40px;
		  max-width: 1100px;
	  }
	  .hlLv02--index02 {
		  text-align: left;
		  margin-bottom: 40px;
		  font-size: 20px;
	  }
	  .hlLv02--index02 img {
		  transform: scale(1);
	  }
	  .btnMoreBox {
		  text-align: right;
	  }
	  .indexTopBox01__info {
		  width: 48%;
		  padding: 0 40px 0 0;
		  border-right: #EAEAEA solid 1px;
	  }
	  .indexTopBox01__event {
		  margin-top: 0;
		  width: 52%;
		  border-top: none;
		  padding: 0 0 0 40px;
	  }
	  .indexInfoBox {
		  display: flex;
		  flex-wrap: wrap;
		  margin-top: 0;
		  margin-bottom: 20px;
	  }
	  .indexInfo_date {
		  white-space: nowrap;
		  margin-right: 20px;
		  margin-bottom: 10px;
		  font-size: 12px;
	  }
	  .indexInfo_ttl {
		  width: calc(100% - 7em);
		  font-size: 14px;
		  margin-left: 0;
		  margin-bottom: 10px;
	  }
	  .indexEventBox {
		  display: flex;
		  flex-wrap: wrap;
		  margin-top: 0;
		  margin-bottom: 20px;
	  }
  
	  .indexEvent_date {
		  width: 9em;
		  white-space: nowrap;
		  margin-right: 20px;
		  margin-bottom: 10px;
		  font-size: 12px;
		  color: #FA1300;
	  }
	  .indexEvent_ttl {
		  width: calc(100% - 9em - 20px);
		  font-size: 14px;
  
		  margin-left: 0;
		  margin-bottom: 10px;
	  }
	  .indexInfo_ttl a,
	  .indexEvent_ttl a{
		  color: #555;
		  text-decoration: none;
	  }
	  .indexInfo_ttl a:hover,
	  .indexEvent_ttl a:hover {
		  color: #007ab8;
		  text-decoration: underline;
	  }
	  
	  .indexContents {
		  max-width: 1100px;
		  margin: 0 auto;
		  padding: 60px 40px 80px;
	  }
	  
	  .indexContents:nth-of-type(n+2) {
		  border-top: none;
		  padding-top: 0;
	  }
  
	  .indexPickupBox {
		  display: flex;
		  justify-content: space-between;
	  }
	  .indexPickup__item {
		  width: 48.36%;
	  }
	  .indexPickup__item__inner {
		  margin-top: 7%;
	  }
	  .indexPickup__item__inner:nth-child(1) {
		  margin-top: 0;
	  }
	  .indexPickup__item__link {
		  position: relative;
	  }
	  .indexPickup__item__link a::after {
		  content: "";
		  position: absolute;
		  width: 100%;
		  height: 100%;
		  background-color: rgba(0,0,0,0);
		  z-index: 1;
		  display: block;
		  top: 0;
		  left: 0;
		  transition: background 0.3s linear;
	  }
	  .indexPickup__item__link a:hover::after {
		  background-color: rgba(0,0,0,.5);
	  }
	  .indexPickup__item__link__txt {
		  position: absolute;
		  bottom: 15px;
		  text-align: center;
		  width: 100%;
		  color: #FFF;
		  font-family: "Yu-mincho", "ÞâÌÀÄ«";
		  font-weight: bold;
		  font-size: 20px;
		  z-index: 1;
		  display: none;
	  }
	  .indexPickup__item__link__img {
		  margin: 0;
	  }
	  /*.indexPickup__item__link__txt::after {
		  content: "";
		  display: inline-block;
		  width: 16px;
		  height: 16px;
		  background: url(https://img21.shop-pro.jp/PA01424/585/etc/arrow_banner.png?cmsp_timestamp=20181119173232) no-repeat center center;
		  vertical-align: middle;
		  margin-left: 10px;
		  margin-top: -3px;
	  }*/
	  .indexPickup__item__txt {
		  margin-top: 20px;
		  font-size: 14px;
	  }
  
	  .indexCatBox {
		  margin: 0 auto;
		  max-width: 1100px;
		  display: flex;
		  justify-content: space-between;
	  }
	  .indexCat__item {
		  width: 22.5%;
		  margin: 0;
	  }
	  .indexCat__item__link {
		  position: relative;
	  }
	  .indexCat__item__link a::after {
		  content: "";
		  position: absolute;
		  width: 100%;
		  height: 100%;
		  background-color: rgba(0,0,0,0);
		  z-index: 1;
		  display: block;
		  top: 0;
		  left: 0;
		  transition: background 0.3s linear;
	  }
	  .indexCat__item__link a:hover::after {
		  background-color: rgba(0,0,0,.5);
	  }
	  .indexCat__item__link__img {
		  margin: 0;
	  }
	  .indexCat__item__link__txt {
		  position: absolute;
		  bottom: 15px;
		  text-align: center;
		  width: 100%;
		  color: #FFF;
		  font-family: "Yu-mincho", "ÞâÌÀÄ«";
		  font-weight: bold;
		  font-size: 20px;
		  z-index: 1;
		  display: none;
	  }
	  .indexCat__item__link__txt::after {
		  content: "";
		  display: inline-block;
		  width: 16px;
		  height: 16px;
		  background: url(https://img21.shop-pro.jp/PA01424/585/etc/arrow_banner.png?cmsp_timestamp=20181119173232) no-repeat center center;
		  vertical-align: middle;
		  margin-left: 10px;
		  margin-top: -3px;
	  }
	  .indexCat__item__txt {
		  margin-top: 20px;
		  font-size: 14px;
	  }
  
	  /* Contents Library */
  
	  .sectionIndexBox03 {
		  width: 1100px;
		  margin: 0 auto;
		  padding: 0 0 100px;
		  border-top: none;
	  }
	  .indexSlideContents {
		  margin-bottom: 20px;
	  }
	  .indexSlideContents__item {
		  padding: 0 19px;
	  }
	  .indexSlideContents__item a {
		  color: #000;
		  text-decoration: none;
	  }
	  .indexSlideContents__img {
		  width: 225px;
		  margin: 0 auto;
		  position: relative;
		  overflow: hidden;
	  }
	  .indexSlideContents__img img {
		  margin: 0px auto;
		  transition: .3s;
	  }
	  /*.indexSlideContents__item a .indexSlideContents__img::after {
		  content: "";
		  position: absolute;
		  width: 100%;
		  height: 100%;
		  background-color: rgba(0,0,0,0);
		  z-index: 1;
		  display: block;
		  top: 0;
		  left: 0;
		  transition: background 0.3s linear;
	  }*/
	  .indexSlideContents__item a:hover .indexSlideContents__img::after {
		  background-color: rgba(0,0,0,.5);
	  }
	  .indexSlideContents__item a:hover .indexSlideContents__img img {
		  transform: scale(1.08);
	  }
	  .indexSlideContents__ttl {
		  font-size: 14px;
		  margin-bottom: 8px;
		  text-align: center;
	  }
	  .indexSlideContents__body {
		  font-size: 14px;
	  }
  
	  /* Arrows */
	  .slick-prev,
	  .slick-next
	  {
		  font-size: 0;
		  line-height: 0;
  
		  position: absolute;
		  top: 92px;
  
		  display: block;
  
		  width: 15px;
		  height: 30px;
	  }
	  .slick-prev:hover,
	  .slick-prev:focus,
	  .slick-next:hover,
	  .slick-next:focus
	  {
		  color: transparent;
		  outline: none;
		  background: transparent;
	  }
	  .slick-prev:hover:before,
	  .slick-prev:focus:before,
	  .slick-next:hover:before,
	  .slick-next:focus:before
	  {
		  opacity: 1;
	  }
	  .slick-prev.slick-disabled:before,
	  .slick-next.slick-disabled:before
	  {
		  opacity: .25;
	  }
  
	  .slick-prev:before,
	  .slick-next:before
	  {
		  font-family: 'slick';
		  font-size: 20px;
		  line-height: 1;
  
		  opacity: .75;
		  color: white;
  
		  -webkit-font-smoothing: antialiased;
		  -moz-osx-font-smoothing: grayscale;
		  content: "";
		  width: 15px;
		  height: 30px;
		  display: block;
	  }
  
	  .slick-prev
	  {
		  left: -25px;
	  }
	  [dir='rtl'] .slick-prev
	  {
		  right: -25px;
		  left: auto;
	  }
	  .slick-prev:before
	  {
		  
		  content: '';
		  background: url(https://img21.shop-pro.jp/PA01424/585/etc/btn_prev01.png?cmsp_timestamp=20181119173153) no-repeat center center;
	  }
	  [dir='rtl'] .slick-prev:before
	  {
		  content: '';
		  background: url(https://img21.shop-pro.jp/PA01424/585/etc/btn_next01.png?cmsp_timestamp=20181119173145) no-repeat center center;
	  }
  
	  .slick-next
	  {
		  right: -25px;
	  }
	  [dir='rtl'] .slick-next
	  {
		  right: auto;
		  left: -25px;
	  }
	  .slick-next:before
	  {
		  content: '';
		  background: url(https://img21.shop-pro.jp/PA01424/585/etc/btn_next01.png?cmsp_timestamp=20181119173145) no-repeat center center;
	  }
	  [dir='rtl'] .slick-next:before
	  {
		  content: '';
		  background: url(https://img21.shop-pro.jp/PA01424/585/etc/btn_prev01.png?cmsp_timestamp=20181119173153) no-repeat center center;
	  }
	  /* Pallarax Box */
	  /*.indexBgContentWrap {
		  height: 600px;
	  }
	  .indexBgContent {
		  height: 600px;
		  background-attachment: fixed;
	  }*/
	  
	  /***************** Hover Image Effect *****************/
	  .hoverImg {
		  position: relative;
	  }
	  .hoverImg a {
		  display: block;
		  overflow: hidden;
	  }
	  .hoverImg .image_ {
		  transition: 0.4s ease-out;
	  }
	  .hoverImg .image_:before {
		  content: '';
		  display: block;
		  background: rgba(0,0,0,0.4);
		  position: absolute;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  z-index: 1;
		  opacity: 0;
		  visibility: hidden;
		  transition: 0.4s;
	  }
	  .hoverImg .image_ img {
		  -webkit-transform: translateZ(0);
		  transform: translateZ(0);
	  }
	  .hoverImg .hover_ {
		  width: 100%;
		  max-width: 230px;
		  max-height: 50px;
		  color: #FFF;
		  font-size: 16px;
		  font-weight: bold;
		  letter-spacing: 0.12em;
		  text-align: center;
		  padding: 12px;
		  margin: auto;
		  position: absolute;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  z-index: 3;
		  opacity: 1;
		  /*visibility: hidden;*/
		  transition: 0.4s ease-out;
		  display: flex;
		  justify-content: center;
		  align-items: center;
	  }
	  .hoverImg--recom .hover_ {
		  max-width: 250px;
	  }
	  .hoverImg--shop .hover_ {
		  max-width: 180px;
	  }
	  
	  .hoverImg .hover_:before,
	  .hoverImg .hover_:after {
		  content: '';
		  display: block;
		  height: 1px;
		  background: #FFF;
		  position: absolute;
		  left: 0;
		  right: 0;
		  -webkit-transform: scale(0,1) translateZ(0);
		  transform: scale(0,1) translateZ(0);
		  transition: 0.4s ease-out;
	  }
	  .hoverImg .hover_:before {
		  top: 0;
	  }
	  .hoverImg .hover_:after {
		  bottom: 0;
	  }
	  .hoverImg a:hover {
		  opacity: 1;
	  }
	  .hoverImg a:hover .image_ {
		  -webkit-transform: scale(1.08) translateZ(0);
		  transform: scale(1.08) translateZ(0);
	  }
	  .hoverImg a:hover .image_:before,
	  .hoverImg a:hover .hover_ {
		  opacity: 1;
		  visibility: visible;
	  }
	  .hoverImg a:hover .hover_:before,
	  .hoverImg a:hover .hover_:after {
		  -webkit-transform: scale(1,1) translateZ(0);
		  transform: scale(1,1) translateZ(0);
	  }
	  
	  /* Ranking */
	  .indexRankingList {
		  display: flex;
		  flex-wrap: wrap;
	  }
	  .indexRankingList__item {
		  width: 18%;
		  margin-right: 2.5%;
	  }
	  .indexRankingList__item:nth-of-type(n+2) {
		  margin-top: 0;
	  }
	  .indexRankingList__item:nth-of-type(5n) {
		  margin-right: 0;
	  }
	  .indexRankingList__item:nth-of-type(n+6) {
		  margin-top: 30px;
	  }
	  .indexRankingList__item__inner {
		  display: block;
	  }
	  .indexRankingList__item__inner--img {
		  width: auto;
	  }
	  .indexRankingList__item__inner--txt {
		  width: auto;
	  }
	  .indexRankingList__index {
		  text-align: center;
		  margin-bottom: 5px;
	  }
	  .indexRankingList__index.pcOnly {
		  display: block;
	  }
	  .indexRankingList__index.spOnly {
		  display: none;
	  }
	  .indexRankingList__image-box {
		  overflow: hidden;
	  }
	  a .indexRankingList__image-box img {
		  transition: .3s;
	  }
	  a:hover .indexRankingList__image-box img {
		  transform: scale(1.08);
	  }
	  .indexRankingList__name {
		  text-align: center;
	  }
	  .indexRankingList-info__price {
		  text-align: center;
	  }
	  
	  /* Special */
	  .indexSpecialBox {
		  display: flex;
	  }
	  .indexSpecial__item {
		  width: 22%;
	  }
	  .indexSpecial__item:nth-of-type(n+3) {
		  margin-top: 0%;
	  }
	  .indexSpecial__item:nth-of-type(2n) {
		  margin-left: 0;
	  }
	  .indexSpecial__item:nth-of-type(n+2) {
		  margin-left: 4%;
	  }
	  .indexSpecial__item a:hover {
		  text-decoration: underline;
	  }
	  .indexSpecial__item p.figcaption {
		  margin-top: 10px;
		  text-align: center;
	  }
	  .indexSpecial__item p.figcaption br {
		  display: inline;
	  }
  }
  
  @media screen and (min-width: 1100px) {
	/* Pallarax Box */
	  .indexBgContentWrap {
		  height: 600px;
	  }
	  .indexBgContent {
		  height: 600px;
		  background-attachment: fixed;
	  }
  }