div#p-slider {
  margin-top: 0;
}

.banner_1 {
  max-width: 900px;
}
.banner_2 {
  max-width: 450px;
}
.banner_3 {
  max-width: 300px;
}
.banner_4 {
  max-width: 225px;
}

.slider {
  display: block;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

div.bx-wrapper .bx-pager.bx-default-pager a {
  background: burlywood;
  transition: none !important;
  transform: none !important;
}

div.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: brown;
}

div.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: brown;
}

div.bx-wrapper .bx-pager, .bx-wrapper {
  position: static;
}

.thin-banner {
  max-width: 900px;
}

.thin-banner.free-shipping {
  	margin-bottom: 20px;
}

.thin-banner.get-points {
  	margin: 20px 0;
}

.thin-banner img {
  	width: 100%;
  	max-width: max-content;
}

.middle-banner,
.bottom-banner {
  max-width: 900px;
    margin-bottom: 30px;
}

.recommend-unit.seller-unit{
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .recommend-unit.seller-unit {
/*		margin-bottom: 30px !important;*/
      	height: auto !important
    }
}

@media screen and (max-width: 480px) {
  	.top-info {
      	display: flex;
      	flex-direction: column;
  	}
  
	a.top-info-btn {
		max-width: unset;
	}
  
  	ul.gallery {
      	display: flex;
      	flex-wrap: wrap;
  	}
  
  	.new-items,
    .recommended-items,
  .seller-items {
		margin-bottom: 0 !important;
    }
}

.banners {
  display: grid;
  position: relative;
  grid-template-columns:24.5% 24.5% 24.5% 24.5%;
  grid-gap: 30px 5px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .banners {
    grid-template-columns: 50% 50%;
    grid-gap: 15px 5px;
  }
}

.banners > .banner {
  
}

.banners > .banner:nth-child(1),
.banners > .banner:nth-child(3),
.banners > .banner:nth-child(5),{
  margin-right: 1px;
}

.banners > .banner:nth-child(2),
.banners > .banner:nth-child(4),
.banners > .banner:nth-child(6),{
  margin-left: 1px;
}

.banners > .banner img {
  width: 100%;
  opacity: 1;
  transition: opacity .2s;
}

.banners > .banner img:hover {
  opacity: .8;
}

/* newデザイン用 */
	.calc {
		width: calc(50%);
		@media only screen and (max-width:768px) {
			width: calc(100%);
		}
	}
	.swiper {
		z-index: auto !important;
	}
	.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
		display: none !important;
	}
	.swiper-button-next {
		right: 0 !important;
	}
	.swiper-button-prev {
		left: 0 !important;
	}
	@media only screen and (min-width:769px) {
	.recommended-slider .swiper-button-next,
	.recommended-slider .swiper-button-prev,
  .maker-slider .swiper-button-next,
	.maker-slider .swiper-button-prev {
		display: none !important;
	}
		.recommended-slider .swiper-wrapper .swiper-slide,
		.maker-slider .swiper-wrapper .swiper-slide {
    width: auto !important;
    height: auto !important;
		}
	}
	.swiper-button-next,
	.swiper-button-prev {
		top: 0 !important;
		bottom: 0 !important;
		height: auto !important;
		margin-top: 0 !important;
		background-color: #ffffff90 !important;
		color: #666 !important;
	}
	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 32px !important;
	}
	.swiper-button-next:hover,
	.swiper-button-prev:hover {
		background-color: #00000050 !important;
    color: #eee !important;
	}
@media only screen and (max-width:768px) {
	.swiper-slide .mar_10 {
		margin: 0 !important;
	}
	}
	.all-guidance {
		display: flex;
		list-style: none;
		margin: 0 auto;
		@media (max-width: 768px) {
			display: block;
			margin: 0;
			padding: 0;
		}
	}
	.all-guidance li {
		padding: 10px;
	}
	@media (max-width: 768px) {
		.all-guidance li {
			padding: 0;
			padding-top: 5px;
		}
		.guidance-img {
			position: relative;
			width: 100%;
			padding-top: 40%;
			overflow: hidden;
		}
		.guidance-img img {
			position: absolute;
			top: 0; left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			transform: scale(1);
			transform-origin: center center;
		}
	}
	.all-guidance a:active, a img:active {
		transform: translate(0);
	}
@media only screen and (max-width:480px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
    [class*="col-sm-"] {
        padding-right: 0;
    }
}

/* バナースライダー */
.banner-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner-slider .swiper-slide img {
  width: 100%;
  height: auto;
}
    /* PC版（幅769px以上）のときに表示 */
    @media only screen and (min-width:769px) {
    .banner-slider_sp {
      display: none;
    }
      .banner-slider_pc {
        display: block;
      }
    }
    /* スマホ版（幅768px以下）のときに表示 */
    @media (max-width: 768px) {
    .banner-slider_pc {
      display: none;
    }
      .banner-slider_sp {
        display: block;
      }
    }
	
/* ページネーションのデザイン調整 */
.swiper-pagination-bullets {
  bottom: 10px !important;
  text-align: center !important;
}
.swiper-pagination-bullet {
  background: #333 !important;
  opacity: 0.4 !important;
}
.swiper-pagination-bullet-active {
  background: #ccc !important;
  opacity: 1 !important;
}

/* アニメーション定義 */
@keyframes modalFadeZoom {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* おすすめスライダー半透明 */
.swiper-slide.partial-slide {
  opacity: 0.4 !important;
  transition: opacity 0.3s ease !important;
}

/* リンクボタン定義 */
li a.gift_item_link {
  display: block;
  text-decoration: none;
	width: 100%;
}
li a.gift_cate_link {
  display: block;
  text-decoration: none;
}

.top_title {
  font-size: 25px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  margin: 0 !important;
}

.gift_item_button {
  width: calc(25% - 20px);
	min-height: 45px;
  background: #fff;
	border: 1px solid;
	border-radius: 10px;
  padding: 0.5em;
  margin: 10px;
	font-size: 17px;
  font-family: serif;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gid-3098226_txt .gift_item_button {
  
}
#gid-3098231_txt .gift_item_button {
  width: calc(33.33% - 20px);
}
	.gift_item_button:hover {
		background-color: #fffaf2;
	}
	@media (max-width: 768px) {
.gift_selection {
  background-image: url(https://img21.shop-pro.jp/PA01508/319/etc_base64/U1ClrqXVpcjH2LfK.jpg?cmsp_timestamp=<{$smarty.now-$smarty.now%300}>);
  background-size: contain;
  aspect-ratio: 9 / 16;
	background-color: rgba(255, 255, 255, 0.5);
	background-blend-mode: lighten;
}
.gift_item_button {
  width: calc(50% - 20px) !important;
  padding: 0.65em;
	font-size: 16px;
}
	}
.gift_item_title {
  padding: 0.5em;
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  margin: 0 !important;
}
.gift_item_look {
  font-size: 20px;
  font-family: serif;
  text-align: center;
  margin: 0 !important;
}
.gift_cate_area {
	display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  font-size: 18px;
  font-family: serif;
  text-align: center;
  background-color: #f2f2f2;
  padding: 10px;
	@media only screen and (max-width:768px) {
		padding: 5px 0;
	}
}

	@media only screen and (min-width:769px) {
  .span {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .bloc {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    aspect-ratio: 1/1;
    padding: 10px;
  }
  .rowspan2 {
    grid-row: 1 / span 2;
    grid-column: 1 / 2;
    aspect-ratio: auto;
  }
	}
	
	.modal-content_flex a {
		display: inline-flex !important;
	}
	
.modal-content_button {
	width: 250px;
	min-height: 45px;
  background: #fff;
	border: 1px solid;
	border-radius: 10px;
  padding: 0.5em;
  margin: 10px;
	font-size: 17px;
  font-family: serif;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
	.modal-content_button:hover {
		background-color: #fffaf2;
	}
div a.modal-content_link {
  display: block;
  text-decoration: none;
	width: 100%;
}
	
/* 会員登録 */
h2.sectiontitle {
	font-weight: 700;
	line-height: 32px;
}
p.lead {
	line-height: 1.4em;
	color: #555;
	border-bottom: 1px solid #ddd;
	margin-bottom: 14px;
	padding-bottom: 14px;
}
.a-section {
	margin-bottom: 22px;
}
.same_window {
	text-decoration: underline;
	color: #007185;
}
.same_window:hover {
	text-decoration: underline;
	color: #C60;
}
	
  img.lazy-img {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
  }
  img.lazy-img.loaded {
    opacity: 1;
  }