.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

._sp {
	display: none !important;
}

body {
	background: #fff !important;
}

main {
	color: #000;
}
main a {
	transition: all 0.3s ease-out;
}
main a:hover {
	opacity: 0.7;
}

main #mv {
	background: #fff;
}
main #mv .slider_main {
	max-width: 1060px;
	margin: 0 auto 50px auto;
	padding: 0;
	display: block;
}

main #item {
	background: #fff;
}
main #item .inner {
	min-width: 1060px;
	max-width: 1060px;
	width: 100%;
	margin: 0 auto 0 auto;
	position: relative;
}
main #item p.title {
	padding: 0 35px;
	margin-bottom: 10px;
	box-sizing: border-box;
	color: #c90536;
	font-size: 18px;
	font-weight: bold;
}
main #item p.title + ul {
	margin: 0 0 50px 35px;
}
main #item p.title + ul li {
	color: #c90536;
	font-size: 15px;
	font-weight: bold;
}
main #item .box {
	background: #f0f0f0;
	padding: 18px 35px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
main #item .box span {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
	margin-right: 25px;
	display: block;
	float: left;
}
main #item .box .select_box {
	overflow: hidden;
	width: 360px;
	margin: 0;
	position: relative;
	display: block;
}
main #item .box .select_box select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: url(../../../images/series/outlet/icon_arrow_select.png) #fff 100%
		50% no-repeat;
	background-size: 40px auto;
	border-radius: 5px;
}
main #item .box .select_box::-ms-expand {
	display: none;
}
main #item .box .select_box select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

main #item ul.list {
	text-align: center;
	margin-bottom: 45px;
}
main #item ul.list li {
	float: left;
	width: 50%;
}
main #item ul.list li a {
	background: url(../../../images/series/outlet/icon_arrow_red.png) 50% 100%
		no-repeat;
	background-size: 17px auto;
	display: block;
	padding-bottom: 30px;
}
main #item ul.list .title {
	display: inline-block;
	font-weight: bold;
	margin-top: 15px;
}
main #item ul.list .title span {
	font-size: 20px;
	color: #c90536;
	margin-right: 5px;
}
main #item ul.list .image {
	padding: 0 10%;
	box-sizing: border-box;
}

main #item .filter_list {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
}
main #item .filter_list li {
	width: calc(100% / 3) !important;
	margin: 0 0 60px 0 !important;
	padding: 0 20px !important;
	box-sizing: border-box;
	color: #333;
}
main #item h2 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 10px;
	height: 3em;
}
main #item .image {
	margin-bottom: 0;
	display: block;
}
main #item .price {
	font-size: 15px;
	font-weight: bold;
	display: block;
	/* margin-bottom: 5px; */
	margin-top: 30px;
  padding:0px;
}
main #item .price .list {
	text-decoration: line-through;
}
main #item .price .less {
	font-size: 20px;
	color: #c90536;
}
main #item .price .less span {
	font-size: 15px;
}

main #item .annotation {
  display: block;
  margin-bottom: 10px;
}

main #item .read {
	font-size: 15px;
	line-height: 1.2;
	display: block;
	margin-bottom: 10px;
	height: 5.4em;
}
main #item .read a {
	color: #c60e3b;
	font-weight: bold;
	padding-top: 5px;
	display: inline-block;
}
main #item .link a {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border: none;
	background: #ca0636;
	display: flex;
	align-items: center;
	justify-content: center;
}
main #item .link.blue a {
	background: #005695;
}

main .section_campaign {
	text-align: center;
	margin-bottom: 50px;
	min-width: 1060px;
	max-width: 1060px;
	width: 100%;
	margin: 0 auto 0 auto;
	position: relative;
}
main .section_campaign h2 {
	color: #c60e3b;
	font-size: 2.8rem;
	margin-bottom: 48px;
	font-weight: bold;
}
main .section_campaign a {
	transition: 0.3s;
}
main .section_campaign a:hover {
	opacity: 0.7;
}
main .section_campaign ul {
	display: block;
	width: 100%;
}
main .section_campaign ul li {
	width: 50%;
	padding: 0 15px 30px 15px;
	float: left;
	box-sizing: border-box;
}
main .section_campaign ul li img {
	width: 100%;
}

main .cart {
	background: #fff;
	padding-bottom: 80px;
}

main .cart section {
	position: absolute;
	display: none;
}
main .cart section {
	margin-top: 3rem;
	border: 1px solid #ccc;
	padding: 3rem;
	width: 100%;
	box-sizing: border-box;
}
main .cart .hide {
	display: none;
}

main .cart .select_box {
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
	position: relative;
}
main .cart .select_box select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: url(../../../images/series/outlet/icon_arrow_select.png) 100% 50%
		no-repeat;
	background-size: 40px auto;
	border-radius: 5px;
}
main .cart .select_box::-ms-expand {
	display: none;
}
main .cart .select_box select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

main .cart .title {
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	display: none;
}
main .cart .price {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	display: block;
	padding: 0 0 25px 0px;
}
main .cart .price .size {
	font-weight: normal;
}
main .cart .price .less {
	font-size: 28px;
	line-height: 1;
	color: #ca0636;
	display: inline-block;
}
main .cart .price .less span {
	font-size: 18px;
}
main .cart .price .arrow {
	font-weight: bold !important;
	color: #000;
	display: inline-block;
}
/*main .cart .image{display: block; width:calc(100% - 320px);/ *width:calc(100% - 340px);* / float:left; margin-bottom: 30px;}*/
main .cart .box {
	display: block;
	width: 100%; /*float:right;*/
	padding-top: 40px; /*padding-top: 30px;*/
	clear: both;
}
main .cart button {
	width: 49%;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border: none;
	background: #c3113b;
	margin-bottom: 10px;
}
main .cart button span {
	background: url(../../../images/series/outlet/icon_cart.png) 0 50% no-repeat;
	background-size: 22px auto;
	padding-left: 35px;
	display: inline-block;
}
main .cart p.link {
	width: 49%;
	max-width: 300px;
	float: right;
}
main .cart p.link a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #c3113b;
	text-align: center;
	border: none;
	border: 1px #c3113b solid;
	transition: all 0.3s ease-out;
	display: block;
}
main .cart p.link a:hover {
	opacity: 0.7;
}
main .cart li {
	width: 100% !important;
	text-align: left;
}

.slider.slick-dotted.slick-slider {
	margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
	.slider.slick-dotted.slick-slider {
		margin-bottom: 40px;
	}
}

.slick-slide {
	height: auto;
}
.slick-slide img {
	max-width: 80vw;
	width: 100%;
}

.slider_main .slick-slide img {
	max-width: 100vw;
	max-width: 1060px;
}

/*@media screen and (min-width:1280px) {
    .slider_main .slick-slide img {
      max-width:1280px;
    }
  }*/

/* 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;
	z-index: 999;
}

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

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #cccccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev,
.slick-next {
	width: 50px;
	height: 50px;
}

.slick-prev {
	left: 20px;
}

.slick-next {
	right: 20px;
}

.slick-dots li button:before {
	content: none;
}

.slick-dots {
	text-align: center;
	bottom: -25px;
}

.slider_main .slick-dots {
	text-align: center;
	bottom: -30px;
	position: relative;
	z-index: +1;
}
.slick-dots li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.slick-dots li button {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #979797;
	border-radius: 50%;
	padding: 0;
	color: transparent;
	outline: none;
}
.slick-dots li.slick-active button {
	background-color: #c4113c;
}
.flex {
	display: flex;
	justify-content: center;
}
.align-items-end {
	align-items: end;
}
.wd150 {
	max-width: 150px;
	width: auto;
}
