/* PC
----------------------------------*/
  .sp_break {
    display: none;
  }
	.pc_break {
    display: inline;
  }

  .pi_font h1, h2, h3, h4, h5 {
    font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","Helvetica","Arial",sans-serif;
    margin: auto;
  }

  .pi_main {
    text-align: center;
    margin: 0 auto 30px;
    padding: 30px 0 0;
  }

  .pi_main h1 {
    margin: 0 auto 40px;
    width: 810px;
  }

  .pi_main img {
    vertical-align: middle;
  }

  .pi_main h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: 0 auto 16px;
  }

  .cp_area {
    margin: 0 auto 40px;
  }

  .pi_tx {
    font-size: 16px;
    letter-spacing:  0.02em;
    line-height: 1.6;
    margin: 0 auto 15px;
  }

  .pi_brand_link {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto 40px;
    width: 760px;
  }

  .pi_brand_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    width: 31.53%;
  }

  .pi_brand_logo {
    width: 73.5%;
  }

  .cp_limit{
		font-size: 14px;
		font-weight: bold;
	}

  .pi_cap {
    font-size: 10px;
    text-align: left;
    border-top: solid 1px #DADADA;
    border-bottom: solid 1px #DADADA;
    padding: 8px 0;
    margin: 0 auto;
    width: 700px;
  }


/*------------------PICK UP ITEMS------------------*/

.pi_pickup {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", "sans-serif";
  color: #535353;
}

.pi_ttl {
  width: fit-content;
  text-align: center;
  margin: 50px auto 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #535353;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.25rem;
  font-family: "Avenir", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", "sans-serif";
}

.pi_subttl {
  font-size: 16px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 1;
}

/* -----------------------
iten
-------------------------- */
ul.pi_item_contents {
  width: 810px;
  margin: 30px auto 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 10px 10px;
}

ul.pi_item_contents li {
  width: 24%;
  padding: 10px;
  position: relative;
  list-style: none;
  border: 1px solid #dadada;
}

.pi_off {
  display: inline-block;
  padding: 13px 0 0 0;
  text-decoration: none;
  background: #f91a6a;
  color: #FFF;
  line-height: 13px;
  font-size: 12px;
  letter-spacing: 0.04em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  position: absolute;
  top: 5px;
  right: 5px;
}

.pi_off span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.pi_itemname {
  margin: 10px 0 0 0;
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
}
ul.pi_item_contents li a .pi_itemname,
ul.pi_item_contents li a:hover .pi_itemname{
  color: #535353;
}

.pi_price{
  font-size: 10px;
  line-height: 1;
  text-align: left;
}
ul.pi_item_contents li a .pi_price,
ul.pi_item_contents li a:hover .pi_price{
  color: #f91b6a;
}

.pi_price01{
  margin: 10px 0 0 0;
  font-size: 10px;
  line-height: 1;
}
.pi_price01 span{
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.pi_price02{
  margin: 10px 0 0 0;
  font-size: 10px;
  line-height: 1.5;
}
.pi_price02 span{
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.pi_price02 span.pi_arrow{
  font-size: 12px;
  vertical-align: text-bottom;
  margin-bottom: 2px;
  display: inline-block;
}


.pi_time {
  width: 78%;
  margin: 10px auto 0;
  padding: 9px 0 7px;
  background: #ffe5df;
  color: #f91b6a;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}




/* SP
----------------------------------*/
@media screen and (max-width: 768px){
  .sp_break {
    display: inline;
  }
	.pc_break {
    display: none;
  }

  .pi_main {
    margin: 0 auto;
    padding: 0;
  }

  .pi_main h1 {
    margin: 0 auto 8%;
    width: 100%
  }

  .pi_main img {
    vertical-align: middle;
  }

  .pi_main h2 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin: 0 auto 3%;
  }

  .cp_area {
    margin: 0 auto 8%;
  }

  .pi_tx {
    font-size: 1.4rem;
    letter-spacing:  0.02em;
    line-height: 1.6;
    margin: 0 auto 5%;
  }

  .pi_brand_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 10px;
    margin: 0 auto 8%;
    width: 90.6%;
  }

  .pi_brand_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    width: 29.45%;
  }

  .cp_limit {
    font-size: 1.4rem;
    font-weight: bold;
	}

  .pi_cap {
    border-top: solid 1px #DADADA;
    border-bottom: solid 1px #DADADA;
    font-size: 1rem;
    text-align: left;
    margin: 0 auto;
    padding: 2% 0;
    width: 92%;
  }



/*------------------PICK UP ITEMS------------------*/

.pi_ttl {
  font-size: 3rem;
}

.pi_subttl {
  font-size: 1.6rem;
}

/* -----------------------
iten
-------------------------- */
ul.pi_item_contents {
  width: 100%;
}

ul.pi_item_contents li {
  width: 44%;
  padding: 2%;
}

.pi_off {
  font-size: 1.2rem;
}

.pi_off span {
  font-size: 2.4rem;
}

.pi_itemname {
  font-size: 1rem;
}

.pi_price{
  font-size: 1rem;
}

.pi_price01{
  font-size: 1rem;
}
.pi_price01 span{
  font-size: 1.4rem;
}

.pi_price02{
  font-size: 1rem;
}
.pi_price02 span{
  font-size: 1.8rem;
}
.pi_price02 span.pi_arrow{
  font-size: 1.2rem;
}

.pi_time {
  font-size: 1.2rem;
}

}
