/*************
リセット
**************/

body {
	font-family: 'Century Gothic', sans-serif;
}


.centering {
	max-width: 1000px;
	margin: 0 auto;
}

 .link-tab {
		position: relative;
		display: inline-block;
		margin: 0;
	}

 .link-tab:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(https://www.amorosa-shop.jp/images/common/ap_icon_tab-w.png)no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: -15px;
	bottom: 0;
	margin: auto;
}

.header {
	font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #000000;
	padding: 10px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.header__block {
	width: 100%;
	height: 100px;
}

.header_wrap {
	display: flex;
	align-items: center;
}

.header__logo {
	width: 15%;
}

.header__nav {
	width: 60%;
	height: 90px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.header__link {
	width: 25%;
}

.header__logo h1 {
	width: 100px;
}

.header__nav > ul {
	display: flex;
	height: 100%;
}

.header__nav__item > a,
.header__nav__item > span {
	color: #fff;
	margin-right: 30px;
	font-weight: bold;
	cursor: pointer;
	height: 100%;
  display: flex;
  align-items: center;
}

.header__nav__sub {
	display: block;
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 100px;
	left: 0;
	padding: 10px 0 20px;
	display: none;
	opacity: 0;
	transition: all 0.5s ease;
	z-index: 9999;
}

.nav-open {
	display: block;
	opacity: 1;
	transition: all 0.5s ease;
}

.header__nav__sub__list {
	display: flex;
}
.nav01 {
	width: 33.333%;
}
.nav02 {
	width: 33.333%;	
}
.nav03 {
	width: 33.333%;
	margin-top: 32px;
}

.header__nav__sub__item {

}
.subNav {
	text-align: center;
}
.subNav > p {
	font-size: 14px;
  font-weight: bold;
}
.subNav__wrap {

}
.subNav__list {
	display: flex;
	flex-wrap: wrap;
}
.subNav__list > li {
	width: 33.333%;
	text-align: center;
	padding: 0 2%;
  box-sizing: border-box;
  margin-top: 15px;
}
.subNav__list > li span {
	font-size: 12px;
	line-height: 1.4;
  display: block;
  font-weight: bold;

}
.header__link > ul {
	display: flex;
	justify-content: space-between;
}

.header__link__hover {
	position: relative;
}

.header__link__hover__item {
	position: absolute;
	top: 30px;
	left: -85px;
	background-color: #000;
	padding: 20px;
	display: none;
}

.header__link__hover__item p {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.header__link__hover__item form {
	display: flex;
}

/*********
TOP
**********/
.top_mv {
  margin: 10px 0 20px;
}
.top_mv__area {
  position: relative;
}
.top_mv__area a {
  color: #000;
  text-decoration: none;
}
.top_mv__btn {
	position: absolute;
  bottom: 50px;
  right: 25px;
}
.top_mv__btn a {
	display: inline-block;
	width: 130px;
	padding: 10px 20px;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #e70012;
	position: relative;
	box-sizing: border-box;
}
.top_mv__btn a:after {
	content: "";
	display: block;
	width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.top_mv__txt {
	margin: 5px 0 0;
  text-align: center;
}
.top_mv__txt p {
	font-size: 14px!important;
	color: #000;
	line-height: 2!important;
}
.top_bnr {
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}
.top_bnr > div {
  width: 49%;
}
.top_bnr > div:nth-child(2n) {
  margin-left: 2%;
}
.top_bnr > div > a {
  display: block;
}
.top_bnr > div img {
  width: 100%;
}
.top_bnr > div p {
  width: auto!important;
  font-size: 10px!important;
  margin: 0!important;
  line-height: 1.4!important;
}
#contents .title {
	background: transparent;
  text-align: center;
  padding: 0;
  margin: 30px 0 20px;
}
.loadImgSliderpickup {
	padding: 0!important;
	margin: 0 0 30px;
}
#contents .title h1 {
	font-size: 20px;
	padding: 0;
  font-weight: bold;
  letter-spacing: 1px;
}
.sec_selec {
	text-align: center;
	margin: 30px 0 0;
}
.sec_ttl {
	font-size: 22px!important;
	font-weight: bold!important;
	background:transparent!important;
	border: transparent!important;
}
.selection_list {
	display: flex;
	justify-content: center;
	width: 85%;
  margin: 20px auto 0;
}

.selection_list > div {
	width: 25%;
	padding: 0 1%;
}

#main-column .newItem,
#main-column .ranking {
background: transparent!important;	
}
.newItem h2,
.ranking h2
 {
	margin: 0 0 20px!important;
  color: #333!important;
  line-height: 1.6!important;
  padding: 0!important;
  font-size: 22px!important;
  background: transparent!important;
  border: none!important;
  height: auto!important;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.6px;
}
.newItem .column4, .ranking .column5{
	padding: 0 5px;
	box-sizing: border-box;
}
/*.newItem .column4:nth-child(4n) {
	padding: 0 10px 0 0;
}*/
.newItem .column4:nth-child(4n+1),
.ranking .column5:nth-child(4n+1), {
	clear: none;
}
.newItem .column4 .item-list-span-img,
.ranking .column5 .item-list-span-img {
	width: auto;
}
.newItem .column4 .itemThumb a img,
.ranking .column5 .itemThumb a img {
	max-height: 100%;
  max-width: 100%;
}
.newItem .column-set,
.ranking .column-set {
	padding: 0 2%;
	margin: 0;
}
.ranking .column5:nth-child(5n+1) {
  clear: none;
}
.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
  align-items: center;
  z-index: 99;
}
.slick-arrow img {
	width: 10px;
	height: auto;
}
.prev {
	left: 0;
}
.next {
	right: 0;
}

.freeArea2 {
	margin: 0!important;
	padding: 0;
}

.top_cate {
	margin: 50px 0 60px;
}

.top_cate__ttl {
	text-align: center;
	font-size: 22px!important;
	font-weight: bold;
}

.top_cate p {
	width: auto!important;
	line-height: 1.4!important;
	margin: 0!important;
	font-size: 14px!important;
}

#pi_free3 {
	margin: 20px 0 50px;
}
.category {
}
.category h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
}
.category_list {
	margin-bottom: 20px;
}
.category_list h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}
ul.category_list__item {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
}
.category_list__item > li {
	width: 25%;
	padding: 0 1%;
	list-style: none;
	margin: 0 0 30px;
	box-sizing: border-box;
}
.category_list__item > li h5 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 5px;
}
.category_list__item > li > a {
	color: #000;
	text-decoration: none;
}
.category_list__item > li p {
	margin: 10px 0 0;
	line-height: 1.6;
	font-size: 11px!important;
}
.cate_center {
	justify-content: center;
}
.cate_bnr p {
	margin: 10px 0 0;
	line-height: 1.4;
}
.top_bnr_area {
	text-align: center;
}
.top_bnr_area span {
	display: block;
	line-height: 2;
	font-size: 12px;
}

.top_btn_area {
  margin: 20px 0 50px;
  text-align: center;
}
.top_btn {
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  width: 150px;
  background-color: #000;
  color: #fff!important;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  border-radius: 5px;
  line-height: 1.4;
}
.top_btn:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.shiny-blue {
  margin-top: 120px;
  margin-bottom: -97px;
}