@charset "UTF-8";


.sp{
  display: none;
}

.pc{
  display: block;
}


@media(max-width: 768px){
  .sp{
    display: block;
  }

  .pc{
    display: none;
  }
}

.font-size-60per{
  font-size: 60%;
      line-height: 1.5;
    display: block;
}

.font-size-80per{
  font-size: 80%;
}

.underline{
  text-decoration: underline;
}

.bold{
  font-weight: bold;
}
.text-box-hasimage {
  overflow: hidden;
  margin: 2rem 2rem 0;
}
.text-box-hasimage .space {
  float: right;
  height: 70%;
}
.text-box-hasimage .img {
  float: right;
  clear: both;
  margin: 0 0 0 1.2rem;
  width: 28%;
}
.text-box-hasimage--left .img {
  float: left;
  clear: both;
  margin: 0 1.2em 0 1.2em;
  width: 28%;
}
.text-box-hasimage.--large .img,
.text-box-hasimage--left.--large .img {
  width: 38%;
}
.text-box-hasimage p{
  margin: 0 0 0;
}
@media screen and (max-width:640px){
  .text-box-hasimage .img {
    float: right;
    clear: both;
    margin: 0 1.2em 0 1.2em;
    width: 40%;
  }
  .text-box-hasimage--left .img {
    float: left;
    margin: 0 1.2em 0 1.2em;
  }
}

.imgblock {
  margin: 5% 0;
}
.item_category_block {
  display: flex;
  margin: 2% 0;
}
.item_category_block > div:first-of-type {
  width: 45%;
  margin-right: 5%;
}
.item_category_block > div:last-of-type {
  flex:1;
}
@media screen and (max-width:640px){
  .item_category_block {
    flex-direction: column;
  }
  .item_category_block > div {
    width: 100%!important;
  }
  .item_category_block > div:last-of-type {
    padding: 0 2rem!important;
  }
}
.p-news-titleimage {
  margin-bottom: 5%;
}


#column .topic .item > div {
    margin: 3.0rem auto 0;
    background: #fcf9e6;
    border-radius: 10px;
    padding: 2.0rem;
    width: 95%;
    max-width: 800px;
    color: #3c3c3c;
    text-decoration: none;
    font-size: 1.6rem;
}
#column .topic .item > div div:nth-of-type(1) {
  position: relative;
}
#column .topic .item > div div:nth-of-type(1) .fukidashi {
  position: absolute;
    top: -15%;
    left: -10%;
    height: 28%;
    width: auto;
}
#column .topic .item > div div:nth-of-type(2) {
  justify-content: center;
}
#column .topic .item > div div:nth-of-type(2) > span {
  margin-top: 0;
}
/* #column .topic .item > div .yahoo_paypaysale {
  margin-top: 10%!important;
  position: relative;
} */
/* #column .topic .item > div .yahoo_paypaysale::before {
  content: "＼超PayPay祭開催中／";
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  color: #f86601;
  position: absolute;
  top: -80%;
} */
#column .topic .item > div div:nth-of-type(2) a {
  width: 100%!important;
}
#column .topic .item h4{
  text-align: left;
  /* width: 95%; */
  margin:  4rem auto 2rem;
  font-weight: bold;
  /* max-width: 800px; */
  border-bottom: 4px solid #ccc;
}

#column .topic .item a{
  display: block;
  margin: 1.0rem auto 0;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.5rem 1.0rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all .2s ease;
  font-size: 1.4rem;
} 
.itemcategory_block_btn a{
  display: block;
  margin: 1.0rem auto 0;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 1rem 1.0rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all .2s ease;
  font-size: 1.4rem;
} 
#column .topic .item a:after{
  content: "▲";
  display: inline-block;
  line-height: 1.0;
  transform: rotate(90deg);
  margin-left:2.0rem;
} 
#column .topic .item .mainstore{
  background:#a33546;
  border: solid 2px #a33546;
} 
#column .topic .item a.rakuten,
.itemcategory_block_btn a.rakuten{
  background:#bf0000;
  border: solid 2px #bf0000;
} 
#column .topic .item a.yahoo,
.itemcategory_block_btn a.yahoo{
  background:#f86601;
  border: solid 2px #f86601;
} 
#column .topic .item a.mainstore:hover{
  color:#a33546;
  background: #fff;
} 
#column .topic .item a.rakuten:hover,
.itemcategory_block_btn a.rakuten:hover{
  color:#bf0000;
  background: #fff;
} 
#column .topic .item a.yahoo:hover,
.itemcategory_block_btn a.yahoo:hover{
  color:#f86601;
  background: #fff;
}
.itemcategory_block_btn {
  max-width: 800px;
  margin: 3% auto 5%;
}
.itemcategory_block_btn a {
  font-size: 2.6rem;
  position: relative;
}
.itemcategory_block_btn a:after{
  content: "▲";
  display: inline-block;
  line-height: 1.0;
  transform: rotate(90deg);
  margin-left:2.0rem;
}
/* .itemcategory_block_btn .yahoo_paypaysale {
  margin-top: 8%;
} */
/* .itemcategory_block_btn .yahoo_paypaysale::before {
  content: "＼超PayPay祭開催中／";
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  color: #f86601;
  position: absolute;
  top: -70%;
} */
@media screen and (max-width:991px){
  #column .topic .item h5 + p {
    margin: 1.0rem;
  }
  #column .topic .item .items_list{
    margin: 0 0 1.0rem;
    justify-content: flex-start;
  }
  #column .topic .item .items_list > div {
    width: 48%;
    margin: 1% 1% 4%;
  }
  #column .topic .item a {
    font-size: 1.1rem;
    /* padding: 1rem 0.5rem!important; */
  }
  #column .topic .item a:after{
    font-size: 1.0rem;
    margin-left: 0.2rem;
  }
  #column .topic .item > div div:nth-of-type(1) {
    margin-bottom: 3%;
  }
  .itemcategory_block_btn{
    margin: 0 2rem 4rem;
  }
  .itemcategory_block_btn a {
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
    position: relative;
  }
  .itemcategory_block_btn .yahoo_paypaysale {
    margin-top: 12%;
  }
  .itemcategory_block_btn .yahoo_paypaysale::before {
    top: -70%;
  }
}
#column .topic nav ul {
  background: #ffffeb;
}

#column p.yahoo{
  color: #f86601;
  margin: 2rem 0 -1rem;
  text-align: center;
}
#column p.rakuten{
  color: #bf0000;
  margin: 2rem 0 -1rem;
  text-align: center;
}