@charset "UTF-8";
.c5-bgblue{
background-color: #bed8ef;
padding: 15px;
margin-top: 30px;
}

.c5-store-coupon{
  display: block;
  width: 60%;
  max-width: 320px;
}

.c5--border-Red {
	border: solid 1px #c93434;
	padding: 15px 15px;
}

.c5-linkbox{
	display: block;
    margin: auto;
}

.c5-linkbox ul{
	list-style:none;
	padding-left: 0;
	text-align: center;
}

.c5-linkbox ul li{
	list-style:none;
	display: inline-block;
	width: calc(100% / 4 - 5px);
	/*margin: auto 5px;*/
}
@media screen and (max-width: 639px){
	.c5-linkbox ul li{
		width: calc(100% / 2 - 5px) !important;
	}
}

.c5-linkbox ul li a:hover{
	opacity: 0.5;
	transition: 0.5s;
}

.c5-linkbox ul li a img{
	width: 100%;
}


/*追従見出し*/

.none{
	display: none !important;
	transition: 0.8s;
}

.c5--sticky {
    position: -webkit-sticky; /* Safari用 */
    position:sticky; /* 要素をスクロールに応じて固定 */
    top:0; /* 縦スクロールに追従 */
    z-index: 2; /* z-indexで最前面に持ってくる */
}

.c5--sticky2 {
    position: -webkit-sticky; /* Safari用 */
    position:sticky; /* 要素をスクロールに応じて固定 */
    top:50px; /* 縦スクロールに追従 */
    z-index: 1; /* z-indexで最前面に持ってくる */
    background-color: #fff;
	padding: 10px 0;
}

.c5-coupon{
	max-width: 600px;
	margin: 50px auto 0;
	padding: 25px 50px;
	border: 2px solid #c93434;
}
@media screen and (max-width: 639px){
	.c5-coupon{
		margin: 25px auto 0;
		padding: 25px;
	}
}

.c5-w600{
  max-width: 600px;
  margin: 0 auto;
}

.c5-number_area{
  padding: 30px 15px 20px;
  border: 3px solid #a0d5f3;
  border-radius: 10px;
  text-align: center;
}
.c5-number_area b{
  display: block;
  font-size: 1.75rem;
  line-height: 1.2;
}
.c5-number_area button{
  position: relative;
  margin-top: 10px;
  background: #ec4141;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 20px 5px 10px;
 }
 .c5-number_area button::after{
  content: url(../images/icon.png);
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
 }

 .c5-btn{
   font-size: 1.25rem;
   font-weight: bold;
   line-height: 1.2;
   max-width: 320px;
   width: 90%;
   padding: 30px 20px;
   margin: 0;
 }

 @media screen and (max-width: 639px){
.c5-btn{
   font-size: 1rem;
   padding: 20px 10px;
 }
 }


/* クーポン適用価格 */
 .c5-coupon-ribbon {
   display: inline-block;
   position: relative;
   height: 50px;
   line-height: 50px;
   text-align: left;
   padding: 0 26px 0 8px;
   box-sizing: border-box;
   margin: 0;
 }

 @media screen and (max-width: 368px) {
   .c5-coupon-ribbon {
     padding: 0 22px 0 8px;
     font-size: 0.8rem;
     height: 40px;
     line-height: 40px;
   }
 }

 .c5-coupon-ribbon::after {
   position: absolute;
   content: '';
   width: 14px;
   height: 50px;
   background-repeat: no-repeat;
   z-index: 1;
   top: 50%;
   transform: translate(0, -50%);
   right: -1px;
   background-image: url(../images/ribbon_white.png);
   background-size: contain;
 }

 @media screen and (max-width: 368px) {
   .c5-coupon-ribbon::after {
     height: 40px;
     right: -3px;
   }
 }

 .c5-coupon-ribbon--18 {
   background: linear-gradient(90deg, #ffde00, #fffdea 20%, #e8ca00 73%, #ffde00);
 }

 .c5-coupon-ribbon--15 {
   background: linear-gradient(90deg, #cccccc, #f6f6f6 20%, #b1b1b1 73%, #cccccc);
 }

 .c5-coupon-ribbon--13 {
   background: linear-gradient(90deg, #ca995a, #ffdfb5 20%, #cd9143 73%, #ca995a);
 }

 .c5-coupon-ribbon--12 {
   background: linear-gradient(90deg, #f9f9f9, #ffffff 20%, #efefef 73%, #f9f9f9);
   border-top: solid 1px #e8e8e8;
   border-bottom: solid 1px #e8e8e8;
   border-left: solid 1px #e8e8e8;
 }

 .c5-coupon-ribbon--12::after {
   width: 15px;
   height: 50px;
   right: -2px;
   background-image: url(../images/ribbon_white_border.png);
 }

 @media screen and (max-width: 368px) {
   .c5-coupon-ribbon--12::after {
     height: 40px;
     right: -3px;
   }
 }