/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    z-index: 1;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: 'Josefin Slab', serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

/* ----------14---------- */

    width: 100%;
    background: rgba(255, 255, 255, 0.0);
	margin: 0px 0px;
}
.swiper-slide.swiper1{
    max-width: 100%;
	margin: 0px 0px 0 0 !important;
}
.swiper-slide.swiper2{
    max-width: 100%;
	margin: 0px 0px 0 0 !important;
}

 
figure.snip1zz {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  background: #fff;
  color: #ffffff;
  text-align: center;
}
figure.snip1zz img {
  max-width: 100%;
  position: relative;
  opacity: 0.5;
}
figure.snip1zz figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: block;
}

@media screen and (max-width:740px) {
	.pc101 {
		display: none;
	}
}
@media screen and (min-width:740px) {
	.sp101 {
		display: none;
	}
}


figure.bexs {
  position: relative;
  overflow: hidden;
  margin: 10px 0px;
  min-width: 100px;
  max-width: 500px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
figure.bexs * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.bexs .image {
  position: relative;
}
figure.bexs img {
  max-width: 100%;
  vertical-align: top;
}
figure.bexs figcaption {
  padding: 25px 25px 10px 25px;
  background-color: #ffffff;
  color: #161616;
  position: relative;
  font-size: 0.9em;
  text-align: right;
}



	.main2 {
		padding: 1.5em !important;
	}

		.inner_z {
			max-width: 100% !important;
		}
		@media screen and (max-width: 736px) {
			.main2 {
				padding: 1em !important;
			}
		}

/* Image */

	.image2 {
		border-radius: 0px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image2 img {
			border-radius: 0px;
			display: block;
		}

		.image2.left2, .image2.right2 {
			max-width: 40%;
		}

			.image2.left2 img, .image2.right2 img {
				width: 100%;
			}

		.image2.left2 {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image2.right2 {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image2.fit2 {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image2.fit2 img {
				width: 100%;
			}

		.image2.fit3 {
			display: block;
			margin: 0 0 0em 0;
			width: 100%;
		}

			.image2.fit3 img {
				width: 100%;
			}

		.image2.main2 {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image2.main2 img {
				width: 100%;
			}

	a.image2 {
		overflow: hidden;
	}

		a.image2 img {
			-moz-transition: -moz-transform 2.0s ease-out;
			-webkit-transition: -webkit-transform 2.0s ease-out;
			-ms-transition: -ms-transform 2.0s ease-out;
			transition: transform 2.0s ease-out;
		}

		a.image2:hover img {
			-moz-transform: scale(1.05);
			-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
			transform: scale(1.05);
		}




.snip1581 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  border-radius: 0px;
  margin: 0 0 1.5em 0;
}
.snip1581 * {
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1581 img {
  width: 100%;
}

.snip1581 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  display: flex;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
}

.snip1581 figcaption.top {
  flex-direction: column;
  justify-content: flex-top;
}
.snip1581 figcaption.center {
  flex-direction: column;
  justify-content: center;
}
.snip1581 figcaption.end {
  flex-direction: column;
  justify-content: flex-end;
}
.snip1581 figcaption.right {
  justify-content: flex-end;
}


.snip1581 h3 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  margin: 10px;
}

.snip1581 h3.big2 {
  font-size: 60px;
}

.snip1581 .title1 {
  font-weight: 300;
}
.snip1581 .title2 {
  color: #a58e7c;
}
.snip1581 .title2-1 {
  color: #a58e7c;
}
.snip1581 .title2-2 {
  color: #fff;
}
@media screen and (max-width: 736px) {
  .snip1581 .title2 {
    font-size: 35px;
  }
  .snip1581 .title2-1 {
    font-size: 28px;
  }  .snip1581 .title2-2 {
    font-size: 35px;
  }
}
.snip1581 .title3 {
  font-size: 25px;
  font-weight: bold;
}
.snip1581 .title3-2 {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
    .snip1581 .title3-2 {
    font-size: 18px;
    font-weight: bold;
  }
}
.snip1581 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* .snip1581:hover img.hb,
.snip1581.hover img.hb {
  -webkit-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
} */



.wh {
	color: #fff;
}
.flmm {
	margin: 0.5em 0 0em 0;
}


.smallcont img {
	max-width: 250px;
	width: 100%;
}

.smallcont2 img {
	max-width: 350px;
	width: 100%;
}

p.resizeimage {
	max-width: 40%;
}
@media screen and (max-width: 736px) {
	p.resizeimage {
		max-width: 50%;
	}
}
p.resizeimage2 {
	max-width: 40%;
}
@media screen and (max-width: 736px) {
	p.resizeimage2 {
		max-width: 50%;
	}
}
p.resizeimage3 {
	max-width: 30%;
}
@media screen and (max-width: 736px) {
	p.resizeimage3 {
		max-width: 40%;
	}
}
p.resizeimage4 {
	max-width: 50%;
}
@media screen and (max-width: 736px) {
	p.resizeimage4 {
		max-width: 50%;
	}
}
p.resizeimage5 {
	max-width: 35%;
}
@media screen and (max-width: 736px) {
	p.resizeimage5 {
		max-width: 25%;
	}
}
p.resizeimage6 {
	max-width: 80%;
}
@media screen and (max-width: 736px) {
	p.resizeimage6 {
		max-width: 100%;
	}
}
p.resizeimage7 {
	max-width: 25%;
}
@media screen and (max-width: 736px) {
	p.resizeimage7 {
		max-width: 25%;
	}
}

.resizeimage img,
.resizeimage2 img,
.resizeimage3 img,
.resizeimage4 img,
.resizeimage5 img,
.resizeimage6 img { width: 100%; }



.sp-font-j { font-family: "Nico Moji", sans-serif;}

.sp-font-j2 { font-family: "M PLUS Rounded 1c";}

.sp-font-2 { font-family: 'Changa One', cursive; }

.fuchidori {
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media screen and (max-width: 736px) {
	.donek_pc {
		display: none;
	}
}
@media screen and (min-width: 736px) {
	.donek_sp {
		display: none;
	}
}

.box-xw2 {
	margin: -10px 0 -15px 5px;
}


.bk-7 {
	background: #161616;
	width: 100%;
}

.bk-14 {
	background: #f5f5f5;
	width: 100%;
}

.six7 {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 500px) {
	.six7 {
		width: 100%;
		max-width: 250px;
	}
}
.six8 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}





.six9 {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
      margin-top: 5px !important;
	text-align: center;
}
@media only screen and (max-width: 500px) {
	.six9 {
		width: 100%;
		max-width: 250px;
      margin-top: 5px !important;
      
	}
}

.color-34 {
  background-color: #e3c9ca;
}
.box-xw3 {
	margin: 0px 0px 15px 5px;
  padding: 0px -30px 0px 0;
}
@media only screen and (max-width: 500px) {
  .box-xw3 {
	margin: 0px 0px 15px 5px;
  padding: 0px -30px 0px 0;
  }
}
.snip1581-xx {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  border-radius: 0px;
  margin: 0 0 0 0;
}
.snip1581-xx * {
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1581-xx img {
  width: 100%;
}


.snip1581-xx a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* .snip1581-xx:hover img.hb,
.snip1581-xx.hover img.hb {
  -webkit-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
} */



/* lazyloaded */

.box-fadein img {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1;
}

/* switch */

@media screen and (max-width:740px) {
	.pc101 {
		display: none;
	}
}
@media screen and (min-width:740px) {
	.sp101 {
		display: none;
	}
}

/* ----------パターン2：下からふわっと---------- */

/* 画面外 */

.fade-block2 {
  opacity: .1;
  transition: all 1.5s;
  transform: translateY(100px);
  transition: all .5s ease-in;
}

/* 画面に入った時の動き */

.fade-block2.blockIn {
  opacity: 1;
  transform: translateY(0);
}

/* ----------パターン3：右からふわっと---------- */

/* 画面外 */

.fade-block3 {
  opacity: .1;
  transition: all 1.5s;
  transform: translateX(200px);
  transition: all .5s ease-in;
}

/* お気に入り */
.product-list__fav-items {
  margin: 0 0 0 auto;
  width: 30px;
  z-index:2;  
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 10px 5px;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: rgba(238, 201, 201, 1.0);
  border: 0;
  outline: none;
  background: transparent;
  border: 1px solid #f5f5f5;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.zooy {
	margin: 0 10px;
}

/**
icon-heart 
 */
.icon-b.icon-heart {
  background-position: -32px -16px;
  }

/* 付加画像 */
.icons-new {
  position: absolute !important;
  left: 5px !important;
  top: 8px !important;
  z-index: 5 !important;
  width: 100%;
  max-width: 23% !important;
}
 @media screen and (max-width: 736px) {
  .icons-new {
    max-width: 26% !important;
  }
}
/* バナー */
#fflap {
	left: 10px;
	bottom: 10px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 9999;
}

#fflap img {
	max-height: 150px;
}

@media only screen and (max-width: 780px) {
	#fflap {
		left: 10px;
		bottom: 10px;
		text-align: center;
		display: none;
		position: fixed;
		z-index: 9999;
	}
	
	#fflap img {
		max-height: 100px;
	}
}

#fflap:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.8;
}

