@charset "utf-8";

.jumbotitle {
text-align: center;
  max-width: 1170px;
  margin: 60px  auto 0;
}
@media screen and (max-width: 1200px) {
.jumbotitle {
    max-width: 100%;
}
}

#rollStopRespNav:not(.navbar-fixed-top) {
display: none;
}
#rollStopRespNav.navbar-fixed-top {
display: block;
}


/*--タブ表示---*/
.tab_container {
	font-size:120%;
  /*padding-bottom: 1em;*/
	pading:50px;
  background-color: #fff;
  /*border:1px solid #000;*/
  margin: 0 auto;}
.tab_item {
  width: calc(100%/3);
  padding:15px 0;
  border: 1px solid #eee ;
  background-color: #B90707;
  text-align: center;
 color: #FFF ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #ccc ;
  color: #B90707;
}

/*--タブ表示---*/




/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.align_center{
  text-align: center;
}
/* mv */
.sale_wrap .mv {
  max-width: 1080px;
  margin: 0 auto;
	padding:3% 3% 1% 5%;
	
}

.sale_wrap .mv h1{
	margin:30px; text-align: center;/*font-family: Meiryo, メイリオ, sans-serif; */font-size:300%;
}

.sale_wrap .mv_text {
  background: #F5F5F5;
  padding: 30px 0;
}

.sale_wrap .mv_text p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #FF0718;
  text-align: center;
}

.sale_wrap .mv_text ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.sale_wrap .mv_text ul li {
  list-style: none;
}

.sale_wrap .mv_text ul li a {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.sale_wrap .mv_text ul li:first-of-type a {
  padding: 13px 60px;
  background: #2A2A2A;
  color: #fff;
}

.sale_wrap .mv_text ul li:last-of-type a {
  margin: 0 0 0 40px;
  padding: 12px 75px;
  background: #fff;
  color: #2A2A2A;
  border: 1px solid #2A2A2A;
}

.sale_wrap .mv_text ul li a:hover {
  opacity: .8;
}

.sale_wrap .container {
  max-width: 1580px;
  margin: 0 auto;
}

/* off_navigation */
.sale_wrap .off_navigation ul {
  margin: 40px 0 52px;
  padding: 0;
  display: flex;
}

.sale_wrap .off_navigation ul li {
  width: calc((100% - (20px * 3)) / 4);
  margin: 0 20px 0 0;
  list-style: none;
}

.sale_wrap .off_navigation ul li:last-of-type {
  margin-right: 0;
}

.sale_wrap .off_navigation ul li a {
  display: inline-block;
  padding: 17px 93px;
  background: #fff;
  border: 1px solid #2A2A2A;
  font-size: 16px;
  text-decoration: none;
  color: #2A2A2A;
}

.sale_wrap .off_navigation ul li a:hover {
  opacity: .8;
}

/* off_item_list */
.sale_wrap .off_item_list {
  border-bottom: 1px solid #E6E6E6;
}

.sale_wrap .off_item_list:not(:first-of-type) {
  padding: 60px 0 0;
}

.sale_wrap .off_item_list:last-of-type {
  border: none;
}

.sale_wrap .off_item_list h2 {
  margin: 150px auto 80px;
  font-family: "Knockout-28JuniorFeathrwt";
  font-size: 80px;
  color: #ff0718;
  letter-spacing: 3px;
  text-align: center;
	border-bottom: solid 2px #ff0718;
	padding: 10px;
}

.sale_wrap .off_item_list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.sale_wrap .off_item_list ul li {
  /*width: calc((100% - (30px * 2)) / 4);均等割*/
	width: calc(100% / 5);
  margin: 0 30px 60px 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  flex: 1 0 auto; /* fix IE11 */
}
.sale_wrap .off_item_list ul li > * {
  flex-shrink: 0; /* fix IE11 */
	text-align: center;
}
.sale_wrap .off_item_list li:nth-of-type(4n) {
  margin-right: 0;
}

.sale_wrap .off_item_list ul li a {
  display: block;
}

.sale_wrap .off_item_list ul li a:hover {
  opacity: .8;
}

.sale_wrap .off_item_list .item_img img{
  display: block;
	margin: auto;
}

.sale_wrap .off_item_list .item_gender {
  margin: 20px 0 0;
  font-size: 12px;
  color: #141414;
}
.sale_wrap .off_item_list .item_name {
  margin: 0;
  font-size: 12px;
  color: #141414;
}

.sale_wrap .off_item_list .item_price {
  margin: 8px 0 0;
  font-size: 18px;
  text-decoration: line-through;
}
.sale_wrap .off_item_list .item_price::before {
	content: '¥';
}
.sale_wrap .off_item_list .item_price::after {
	content: '（税込）';
	font-size: 8px;
}

.sale_wrap .off_item_list .item_sale_price {
  margin: 8px 0 0;
  font-size: 25px;
  color: #FF0000;
	font-weight: bold;
}
.sale_wrap .off_item_list .item_sale_price::before {
	content: '→ ¥';
}
.sale_wrap .off_item_list .item_sale_price::after {
	content: '（税込）';
	font-size: 12px;
}


.sale_wrap .off_item_list .item_btn {
  margin-top: auto; /* 位置を下に揃える */
  margin-bottom: 0;
  text-align: center;
}

.sale_wrap .off_item_list .item_btn a {
  display: inline-block;
  margin: 10px 0 0;
  padding: 8px 33px;
  background: #B90707;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.sale_wrap .off_item_list .off_item_more_btn a {
  max-width: 330px;
  display: block;
  margin: 50px auto 60px auto;
  border: 1px solid #616161;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
	background: #000;
	color: #fff;
	font-weight: bold;
}

/* レスポンシブ */
@media all and (max-width: 1080px) {
  html {
    font-size: 62.5%;
  }

  .sale_wrap .off_navigation ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sale_wrap .off_navigation ul li {
    text-align: center;
  }

  .sale_wrap .off_navigation ul li a {
    padding: 17px 80px;
  }
}

@media all and (max-width: 1020px) {

  .sale_wrap .off_navigation ul {
    padding: 0 20px;
  }

  .sale_wrap .off_navigation ul li {
    width: calc((100% - (20px * 1)) / 2);
    margin: 0 0 15px;
    text-align: center;
  }

  .sale_wrap .off_navigation ul li a {
    display: block;
  }

  .sale_wrap .off_navigation ul li:nth-of-type(odd) {
    margin-right: 20px;
  }

  .sale_wrap .off_item_list:first-of-type h2 {
    margin: -40px 0 50px;
    padding: 40px 0 0;
  }

  .sale_wrap .off_item_list {
    padding: 0 20px;
  }

  .sale_wrap .off_item_list:not(:first-of-type) {
    padding: 60px 20px 0;
  }

}

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

  /* mv */
  .sale_wrap .mv_text {
    padding: 20px;
  }

  .sale_wrap .mv_text p {
    margin: 0 0 20px;
    text-align: left;
    font-size: 1.4rem;
  }

  .sale_wrap .mv_text ul {
    justify-content: space-between;
  }

  .sale_wrap .mv_text ul li {
    width: calc((100% - (15px * 1)) / 2);
  }

  .sale_wrap .mv_text ul li a {
    display: block;
    font-size: 1.4rem;
  }

  .sale_wrap .mv_text ul li:first-of-type a {
    padding: 12px 0;
  }

  .sale_wrap .mv_text ul li:last-of-type a {
    padding: 11px 0;
    margin: 0;
  }

  /* off_navigation */
  .sale_wrap .off_navigation ul {
    margin: 30px 0 35px;
    padding: 0 20px;
  }

  .sale_wrap .off_navigation ul li {
    width: calc((100% - (15px * 1)) / 2);
  }

  .sale_wrap .off_navigation ul li:nth-of-type(odd) {
    margin-right: 15px;
  }

  .sale_wrap .off_navigation ul li a {
    display: block;
    font-size: 1.4rem;
    padding: 12px 52px;
  }

  /* container */
  .sale_wrap .mv_text ul li a .sale_wrap .container {
    padding: 0 20px;
  }

  /* off_item_list */
  .sale_wrap .off_item_list {
    padding: 0 20px 20px;
  }

  .sale_wrap .off_item_list:not(:first-of-type) {
    padding: 50px 20px 20px;
  }

  .sale_wrap .off_item_list h2 {
    font-size: 4.6rem;
    margin: 0 0 30px;
  }

  .sale_wrap .off_item_list ul li {
    width: calc((100% - (20px * 1)) / 2);
    margin: 0 20px 40px 0;
     flex: 0 1 auto;
  }

  .sale_wrap .off_item_list ul li:nth-of-type(2n),
  .sale_wrap .off_item_list ul li:nth-of-type(6n) {
    margin-right: 0;
  }

  .sale_wrap .off_item_list li:nth-of-type(3n) {
    margin-right: 20px;
  }

  .sale_wrap .off_item_list .item_name {
    margin: 10px 0 0;
    font-size: 1.2rem;
  }

  .sale_wrap .off_item_list .item_price {
    margin: 0;
    font-size: 1.1rem;
  }

  .sale_wrap .off_item_list .item_sale_price {
    margin: 0;
    font-size: 1.4rem;
  }

  .sale_wrap .off_item_list .item_btn a {
    font-size: 1.4rem;
    padding: 10px 23px;
  }
  .sale_wrap .off_item_list .off_item_more_btn a{
    font-size: 1.4rem;
    margin: 0 auto 40px;
  }
}

@media all and (max-width: 320px) {

  .sale_wrap .mv_text ul li:first-of-type a,
  .sale_wrap .mv_text ul li:last-of-type a {
    padding: 11px 0px;
  }

  .sale_wrap .off_navigation ul li a {
    padding: 12px 0;
  }
}