/******************************/
/* swiper */
/******************************/
.swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 5%;
}
.swiper-slide img {
	width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0!important;
}
.swiper-pagination-bullet-active {
	background: #003067!important;
}

@media screen and (min-width: 768px) {
	.swiper {
		padding-bottom: 5%;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 5%!important;
	}
}


/******************************/
/* 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: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", 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__txt .is-1 {
  background: #9b7800;
}

.p-ranking-list__txt .is-2 {
  background: #878787;
}
.p-ranking-list__txt .is-3 {
  background: #be5a41;
}







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

/******************************/
/* 特集 */
/******************************/

#feature_contents {
	margin-top: 10%;
}
#feature_list {
	max-width: 1000px;
	margin: 0 auto 0;
}
#feature_list .feature_block {
	margin: 0 5% 2% 0;
	width: 47.5%;
	display: inline-block;
	vertical-align: top;
}

#feature_list .feature_block .feature_img {
	overflow:hidden;
}
#feature_list .feature_block:nth-of-type(2n) {
	margin-right: 0;
}
#feature_list .feature_block a {
	transition: all .5s;
	text-decoration: none;
	display: block;
}
#feature_list .feature_block a:hover {
	opacity: 0.6;
}
#feature_list .feature_block a .feature_img img {
	transition:0.3s all;
}
#feature_list .feature_block a:hover .feature_img img {
	transform:scale(1.05,1.05);
}

#feature_list .feature_block .feature_ttl {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 0em;
}

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

#feature_list .feature_block {
	margin: 0 0 2%;
	width: 100%;
	vertical-align: top;
}

}


/******************************/
/* CATEGORY */
/******************************/


#category_contents {
	box-sizing: border-box;
	position: relative;
	margin: 5% auto 0;
	width: 100%;
}
#category_contents ul {
	margin: 0;
	list-style: none;
}
#category_contents ul li {
	margin: 0;
	display: inline-block;
	text-align: left;
}
#category_contents ul li p {
	margin: 0;
	overflow: hidden;
}
#category_contents ul li a p img {
	transition:0.3s all;
}
#category_contents ul li a:hover p img {
	transform:scale(1.05,1.05);
}



#category_contents ul li a {
	transition: all .5s;
}
#category_contents ul li a:hover {
	opacity: .6;
	text-decoration: none;
}
@media screen and (min-width: 1030px) {
	#category_contents {
		padding-left: 15px;
		padding-right: 15px;
		width: 1030px;
	}
	#category_contents ul li {
		width: 193px;
		margin-right: 8px;
		margin-bottom: 20px;
	}
	#category_contents ul li:nth-child(5n) {
		margin-right: 0;
	}
	#category_contents ul img {
		width: 193px;
		height: 120px;
		background: #969696;
	}
}
@media screen and (max-width: 1030px) {
	#category_contents ul li {
		width: 32%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	#category_contents ul li:nth-child(3n) {
		margin-right: 0;
	}
	#category_contents ul img {
		width: 100%;
		background: #969696;
	}
	#category_contents ul li span{
		display: block;
	}
}
@media screen and (max-width: 767px) {
	#category_contents ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	#category_contents ul li:nth-child(3n) {
		margin-right: 2%;
	}
	#category_contents ul li:nth-child(2n) {
		margin-right: 0;
	}
}


/******************************/
/* コラム */
/******************************/

#column_list {
	max-width: 1000px;
	margin: 0 auto 0;
}
#column_list .column_block {
	margin: 0 5% 2% 0;
	width: 47.5%;
	display: inline-block;
	vertical-align: top;
}

#column_list .column_block .column_img {
	overflow:hidden;
}
#column_list .column_block:nth-of-type(2n) {
	margin-right: 0;
}
#column_list .column_block a {
	transition: all .5s;
	text-decoration: none;
	display: block;
}
#column_list .column_block a:hover {
	opacity: 0.6;
}
#column_list .column_block a .column_img img {
	transition:0.3s all;
}
#column_list .column_block a:hover .column_img img {
	transform:scale(1.05,1.05);
}

#column_list .column_block .column_ttl {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 0em;
}


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

	#column_list .column_block {
		margin: 0 0 2%;
		width: 100%;
		vertical-align: top;
	}
}

/******************************/
/* お知らせ */
/******************************/

#top_info dt,
#top_info dd {
	font-weight: bold;
}
#top_info dd p {
	font-weight: normal;
	margin: 1em 0;
}
#top_info dd span.new {
	background: #ff0000;
	color: #fff;
	font-size: 80%;
	border-radius: 5px;
	padding: 0 5px;
}
@media screen and (min-width: 768px) {
	#top_info dt {
		float: left;
		border-right: #000 solid 1px;
		width: 7em;
		margin: 0 -7.5em 0 0;
	}
	#top_info dd {
		margin: 0 0 0 7.5em;
		padding: 0 0 0.5em 0;
	}
	#top_info dd a {
		color: 1e96ff;
		text-decoration: underline;
		transition: all 0.3s;
	}
	#top_info dd a:hover {
		opacity: 0.6;
		text-decoration: none;
	}
	#top_info:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
}
@media screen and (max-width: 767px) {

	#top_info dt {
		color: #646464;
	}
	#top_info dd {
		margin: 0 0 1em 0;
		padding-bottom: 1em;
		border-bottom: #646464 solid 1px;
	}
	#top_info dd p:last-of-type {
		margin-bottom: 0;
	}
}
