.form__button{margin: -13px auto 0;}



.sale_timer
{color: #CB0030;margin: 25px 0 25px -715px;font-size: 33px;font-weight: bold;}




.form__hide {
  color: #f00;
  display: none;
  font-size: 14px;
  text-align: center;
  margin: 0 340px 44px;
  }



.item_list_item_btn {
  margin-top: 15px;
}
.item_list_item_btn__link:link, .item_list_item_btn__link:visited {
  color: #00B982;
  font-weight: bold;
  font-size: 13px;
}
.item_list_item_btn__link {
  display: block;
  padding: 13px;
  border: 5px solid #00B982;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #fff;
  /* border-image: linear-gradient(45deg, #E96959, Orange); */
  /* border-image-slice: 1; */
}






@media screen and (min-width: 768px) {
	
	
	
	
	  .b_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .b_tag__new, .b_tag__free, .b_tag__category {
    display: inline-block;
    margin-top: 3px;
    margin-right: 3px;
    padding: 2px 5px;
    border: 1px solid #000;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
  }
  .b_tag__haru .b_tag__new, .b_tag__free {
    border: 1px solid #ca0030;
    color: #ca0030;
  }

	
	  .b_tag__haru{
    border: 1px solid #062663;
    color: #062663;
  }
	

	  .b_tag__aki {
    border: 1px solid #f15a23;
    color: #f15a23;
  }
	
	
		  .b_tag__tsu {
    border: 1px solid #282828;
    color: #282828;
  }
	

	
	
	
	
#anchorTlt .anchorTxt{font-family: fot-tsukuardgothic-std,sans-serif;color: #F8E6CF;font-weight: 700;font-style: normal;font-size: 41px;}

#anchorTlt {margin: 60px 0;text-align: center;}


	
.tltWrap{}
	

	
	
	.tltWrap p:after{
  content: "";
  display: block;
  width: 37%;
  border-bottom: solid #00B982 4px;
  padding: 0 0 0 0;
  }	
		
.tlt_inr a:link, a:visited {
    text-decoration: none;
}

	
	
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
  .btnLink .anchor_btn {
    position: relative;
    display: inline-block;
    padding: 0.50em 3.5em;
    text-decoration: none;
    color: #fff;
    background: #96232A;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
    margin-right: 10px;
  }
	
  .topBtn_02 .anchor_btn {
    width: 77%;
    position: relative;
    display: block;
    padding: 30px 0;
    text-decoration: none;
    color: #F8E7CD;
    color: #00B982;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
    margin-right: 10px;
    font-weight: bold;
    margin: 0 auto;
    border: 12px solid #00B982;
    /* border-image: linear-gradient(45deg, #E96959, Orange); */
    /* border-image-slice: 1; */
  }


  .topBtn_02 {
    text-align: center;
    margin: 0 0 50px 0;
  }

	
	
	
	
	
	
	
  .btnLink {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
	.form__button{margin: -5em auto 0;}

	
.sale_timer
{color: #CB0030;margin: 0 0 0.5em -1.5em;font-size: 33px;font-weight: bold;}
	
.form__hide {
  color: #f00;
  display: none;
  font-size: 14px;
  text-align: center;
  margin: -2em 1em 1em 2.1em;
  }

	
	
	
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
	

	
  .item_list_item_btn {
    margin-top: 20px;
  }
  .item_list_item_btn__link:link, .item_list_item_btn__link:visited {
  /* color: #F8E7CD; */
  }
  .item_list_item_btn__link {
    display: block;
    padding: 9px;
    /* border: 1px solid #D2441E; */
    font-size: 10px;
    text-align: center;
    color: #fff;
    /* background-color: #D2441E; */
  }
  .btnLink {
    text-align: center;
    margin: 30px 0;
  }
  .btnLink .anchor_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #fff;
    background: #96232A;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
  }
	
	.topBtn_02 {
    text-align: center;
    margin: -19px 0 30px 0;
  }
  .topBtn_02 .anchor_btn {
    width: 77%;
    position: relative;
    display: block;
    padding: 30px 0;
    text-decoration: none;
    color: #F55C14;
    /* background: #D3451E; */
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
    margin-right: 10px;
    font-weight: bold;
    margin: 0 auto;
    border: 12px solid #FF3334;
    border-image: linear-gradient(45deg, #E96959, Orange);
    border-image-slice: 1;
}
	

	
	
	
	
}


/*# sourceMappingURL=style.css.map */

/*---add---*/
@media screen and (min-width: 768px) {
  .text_03 {
    margin: 50px 0;
    font-size: 22px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 2.0;
  }
}
@media screen and (max-width: 767px) {
  .text_03 {
    margin: 50px 0;
    font-size: 18px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 2.0;
  }
}






.anchorWrap li {
 /* flex: 1 1 312px;*/
  margin-right: 2px;
}

.anchorWrap li a {
  position: relative;
  display: block;
  border: 3px solid #00B982;
  padding: 17px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #00B982;
}
.anchorWrap li a:hover,
.anchorWrap li a:active {
  text-decoration: none;
  color: #00B982;
  background: #fff;
}

.anchorWrap li:hover a::before,
.anchorWrap li:hover a::after,
.anchorWrap li:active a::before,
.anchorWrap li:active a::after {
  background: #fff;
  bottom: 10px;
}








  .anchorWrap li {
    max-width: initial;
    width: 100%;
    margin-right: 9px;
    margin-bottom: 20px;
  }

  .anchorWrap li a {
    padding: 16px 0;
    font-size: 11px;

  }
  .anchorWrap li a::before {
    right: 15px;
  }
  .anchorWrap li a::after {
	  right: 12px;}







@media screen and (min-width: 768px) {


  .anchorWrap li a {
    padding: 16px 0;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
  }
	
	.anchorWrap {
    display: flex;
    margin: 0;
  }


/*	LADIES_BTN_PC*/
	
	/*.btnLink a{background: #96232A; }*/
		
/*	.btnLink a:hover{background: #E96959;}*/
		

	
	
.btnLink .anchor_btna a:hover{background:#96232A}
	
	
	
	
	
	
}





@media screen and (max-width: 767px) {

	.anchorWrap{display: flex;}
	

	

	
}





.ttlCt{
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
  }








@media screen and (min-width: 767px) {
	

 

	

  .flexItems_itemLink .flex_items_itemLink_img {
    width: 100%;
  }
  .sanCol {
    -ms-flex-preferred-size: 23%;
        flex-basis: 24%;
  }

	
	  .sanCol {
    margin-left: 2.5%;
  }

  .flex_items_itemLink {
    display: block;}
	
	
	.text_box	{margin-bottom:22px;}
	
	
	
		
	
	
	.tlt_inr{font-family: fot-tsukuardgothic-std,sans-serif;color: #00B982;font-weight: 700;font-style: normal;font-size: 41px;}


	

 }





@media screen and (max-width: 767px) {
	
	
	
  .b_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .b_tag__new, .b_tag__free, .b_tag__category {
    display: inline-block;
    margin-top: 3px;
    margin-right: 3px;
    padding: 2px 5px;
    border: 1px solid #000;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
  }
  .b_tag__new, .b_tag__free {
    border: 1px solid #ca0030;
    color: #ca0030;
  }

		
		
	  .b_tag__haru{
    border: 1px solid #062663;
    color: #062663;
  }
	

	  .b_tag__aki {
    border: 1px solid #f15a23;
    color: #f15a23;
  }
	
	
		  .b_tag__tsu {
    border: 1px solid #282828;
    color: #282828;
  }
	

	.tltWrap{}
	

.tlt_inr{font-family: 'dnp-shuei-mincho-pr6n', 'sans-serif';color: #00B982;font-size: 23px;font-weight: 600;margin: 10px 0 0 0;}

	
	
	.tltWrap p:after{
  content: "";
  display: block;
  width: 55%;
  border-bottom: solid #00B982 4px;
  padding: 0 0 0 0;
  }	
	
	
	



 }
	


