@charset "utf-8";
  .pickup .items .item .image {
	  position: relative;
    display: block;
    border-radius: 20px;
    border: 1px solid #4a423f;
    overflow: hidden;
    background: #FFFAE7;
    width: 285px;
    height: 190px;
  }
  .pickup .items .item .image img {
    object-fit: contain;
    max-width: 100%;
    height: 100%;
  }
	.pickUp .item .new{
		position: absolute;
		top: -20px;
		left: -20px;
		width: 70px;
		height: auto;
		z-index: 999;
	}

@media print, screen and (min-width: 851px) {
  .pickup {
    padding-bottom: 200px;
  }
  .pickup h2 {
    background-image: url(../images/pickup_tit.png);
    background-size: 100% 100%;
    width: calc(484px / 2);
    height: calc(106px / 2);
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .pickUp h2{
		background-image: url(../images/pickup_tit.png);
    background-size: 100% 100%;
    width: calc(484px / 2);
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
	}
	
  .pickup .items {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .pickup .items .item {
    width: 285px;
  }
  .pickup .items .item a {
    display: block;
    text-decoration: none;
  }

  .pickup .items .item .text {
    margin-top: 15px;
    display: block;
    background-image: url(../../common/images/ico_arrow_s_02.png);
    background-size: calc(24px * 0.75) calc(14px * 0.75);
    background-repeat: no-repeat;
    background-position: left 0.3em;
    padding-left: 30px;
    color: #231815;
    line-height: 1.35em;
  }
}
@media only screen and (max-width: 850px) {
  .pickup {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pickup h2 {
    background-image: url(../images/pickup_tit.png);
    background-size: 100% 100%;
    width: calc(484px / 3);
    height: calc(106px / 3);
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .pickUp h2{
		background-image: url(../images/pickup_tit.png);
    background-size: 100% 100%;
    width: calc(484px / 3);
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
	}
  .pickup .items {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
  }
  .pickup .items .item {
    margin-bottom: 10px;
  }
  .pickup .items .item a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .pickup .items .item .image {
    width: 40%;
    display: block;
    border-radius: 10px;
    border: 1px solid #4a423f;
    position: relative;
    overflow: hidden;
    background: #FFFAE7;
    /* background: -moz-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
    background: -webkit-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
    background: linear-gradient(to right, #fffbb4 0%, #ffec95 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb4', endColorstr='#ffec95', GradientType=1);
  }
  .pickup .items .item .image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .pickup .items .item .text {
    margin-left: 10px;
    flex: 1;
    display: block;
    background-image: url(../../common/images/ico_arrow_s_02.png);
    background-size: calc(24px * 0.5) calc(14px * 0.5);
    background-repeat: no-repeat;
    background-position: left 0.4em;
    color: #231815;
    line-height: 1.5em;
    padding-left: 20px;
    font-size: 90%;
  }
}