

.clearance_2025{
	background-color:#f3eee7;
	color:#572d14;
 	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
 	font-style: normal;
}


/*-------------*/


.sp_img {
    display: none;
}

@media screen and (max-width:560px) {
    .sp_img {
        display: none;
    }

    .sp_img {
        display: block;
    }
}

.pc_img table td{
	border:4px solid #fff;
}
.pc_img{
	width:90%;
	margin:50px auto;
}

/*-------------*/

.main_contents{
    margin: 40px auto;
    width:90%;
    border:10px solid #572d14;
    padding:40px;
    box-shadow: 12px 12px 1px 1px rgb(87 45 20);
    background-color: #fff;
}


/*-------------*/

.ribbon {
	position: relative;
	width: 50%;
	margin:0 auto;
	text-align: center;
	font-size: 22px;
}

.ribbon:before,
.ribbon:after {
	position: absolute;
	z-index: 0;
	bottom: -10px;
	display: block;
	content: '';
	border: 1em solid #930600;
}

.ribbon:before {
  left: -20px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.ribbon:after {
  right: -20px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.ribbon span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.7rem 2rem;
  color: #fff;
  background: #b50700;
}

.ribbon span:before,
.ribbon span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #b70505 transparent transparent transparent;
}

.ribbon span:before {
  left: 0;
  border-width: 10px 0 0 15px;
}

.ribbon span:after {
  right: 0;
  border-width: 10px 15px 0 0;
}




/*-------------------------------*/
.contents_toptittle2{
  font-size:4rem;
  text-align:center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#b9172a;
  margin: 10px 0px 10px 0px;
}

.contents_toptittle3{
  font-size:3rem;
  text-align:center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#b9172a;
  margin-top: 15px;
}

.text{
  font-size:1.1rem;
  width: 90%;
  margin: 0 auto;
}

.contents_img{
  margin-top:20px;
  margin-bottom:20px;
  margin: 25px auto;
  text-align: center;
}

.contents_img2{
  width: 85%;
  margin: 30px auto;
  margin-top: 40px;
}

.big_text{
  font-size:1.5rem;
  text-align:center;
  margin-top: 20px;
}

.buttonRound {
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 64px;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 25px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #888888;
  border-radius: 32px; 
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: #bebebe;
  }
}


/*---------------------------*/

.contents_flex{
  display:flex;
}

.box{
  width: 45%;
  margin: 0 auto;
}

.box_title{
  font-size:1.4rem;
  text-align:center;
  background-color:#572d14;
  color:#fff;
  padding:5px 0px 5px 0px;
}

.box_text1{
  line-height: 1.4;
  font-size: 2rem;
  text-align: center;
  margin: 20px 0px 20px 0px;
}

.box_text1 span{
    font-size: 2.7rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#b9172a;
  line-height: 1.2;
  margin: 20px 0px 20px 0px;
}



.box_text2{font-size: 1.1rem;text-align: justify;margin-bottom: 20px;}

.box_text1_2{
  font-size: 3.6rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#b9172a;
  line-height: 1.2;
  margin: 20px 0px 20px 0px;
}

.st_b{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin: 10px auto;
  width: 95%;
}

.store_box li{
  width:50%;
  padding: 15px;
  text-align:center;
  font-size:1.3rem;
}


.st_b p{
  text-align:center;
  font-size:1.1rem;
}


.bbb {
  margin:8px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 45px;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 25px;
  color: #572d14;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #FFF;
  border: 1px solid #572d14;
}

@media (any-hover: hover) {
  .bbb {
    transition: background-color 0.2s;
  }

  .bbb:hover {
    background-color: #572d14;
    color:#fff;
  }
}


/*----------------*/
.buttonRound2 {
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 64px;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 25px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #ff6a13;
  border-radius: 32px; 
}

@media (any-hover: hover) {
  .buttonRound2 {
    transition: background-color 0.2s;
  }

  .buttonRound2:hover {
    background-color: #ff8d4b;
  }
}

/*----------------*/
.buttonRound3 {
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  height: 64px;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 25px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #589b35;
  border-radius: 32px; 
}

@media (any-hover: hover) {
  .buttonRound3 {
    transition: background-color 0.2s;
  }

  .buttonRound3:hover {
    background-color: #97d365;
  }
}

/*----------------*/
.buttonRound4 {
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 64px;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 25px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #7840c1;
  border-radius: 32px; 
}

@media (any-hover: hover) {
  .buttonRound4 {
    transition: background-color 0.2s;
  }

  .buttonRound4:hover {
    background-color: #7840c1;
  }
}

.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

.text_s{
  margin: 30px auto;
  width: 80%;
}