@charset "utf-8";
/*----------------------------------------------
　白抜き
------------------------------------------------ */	

article section .sironuki li {
	width: 480px;
	height: 280px;
	float: left;
	padding: 20px;
	margin: 0 0 250px;
	list-style: none;
	}
	

article section .sironuki li:last-child{
	clear:both;
	width: 480px;
	height: 280px;
	text-align: center;
	padding: 20px;
		margin: 0 0 250px;
	list-style: none;
	}

	
article section .sironuki li figure {
	margin: 0 0 5px;
	}

article section .sironuki li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #789eb7;
	}
	
article section .sironuki li a:hover {
	text-decoration: underline;
	}


article section .sironuki li p {
	font-size: 14px;
	margin: 0 0 10px;
	color: #789eb7;
	text-align: center;
	line-height: 18px;
	}
	
	
.wrapping {
  position: relative;
  display: inline-block;
  height: 32px;
  margin-left: 20px;
  padding: 0rem 1rem 1rem 1rem;
  color: #fff;
  background: #92453d;
}

.wrapping:before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
  border-width: 16px 15px 16px 0;
  border-style: solid;
  border-color: transparent #92453d transparent transparent;
}

.wrapping:after {
  position: absolute;
  top: calc(50% - 4px);
  left: -10px;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.card {
  position: relative;
  display: inline-block;
  height: 32px;
  margin-left: 20px;
  padding: 0rem 1rem 1rem 1rem;
  color: #fff;
  background: #043D78;
}

.card:before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
  border-width: 16px 15px 16px 0;
  border-style: solid;
  border-color: transparent #043D78 transparent transparent;
}

.card:after {
  position: absolute;
  top: calc(50% - 4px);
  left: -10px;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

/* 下から */

.popup{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
 }
/*----------------------------------------------
　おすすめ
------------------------------------------------ */	

article section .recommend {
	margin: 0 0 40px;
	}

article section .recommend figure {
	width: 100px;
	float: left;
	margin: 0 40px 0 0;
	}

article section .recommend figure img {
	width: 100%;
	}

article section .recommend p {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	}
	
/*----------------------------------------------
　かざり枠
------------------------------------------------ */	


.box16{
    padding: 1.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #fdfbfb, #fdfbfb 3px,#fdfbfb 3px, #fdfbfb 7px);
    background: repeating-linear-gradient(-45deg, #fdfbfb, #fdfbfb 3px,#f7f7f7 3px, #f7f7f7 7px);
}
.box16 p {
    margin: 0; 
    padding: 0;
}


.box15 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #92453d;
}
.box15 .box-title {
    position: absolute;
    display: inline-block;
    top: -35px;
    left: -3px;
    padding: 0 9px;
    height: 35px;
    line-height: 35px;
    font-size: 25px;
    background: #92453d;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box15 p {
    margin: 0; 
    padding: 0;
}


.ribbon {
    margin: 0; 
    padding: 0;
    background-image: url("https://www.rakuten.ne.jp/gold/koizumi-onlineshop/special/momday2022/img/ribbon.gif");
background-repeat: repeat-x;
}


.box19 {
    position: relative;
    padding:0.25em 1em;
}
.box19:before,.box19:after{ 
    content:'';
    width: 30px;
    height: 40px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 5px #595757;
    border-top: solid 5px #595757;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 5px #595757;
    border-bottom: solid 5px #595757;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}
