@charset "utf-8";
/* CSS Document */
#pokemonfrienda_cp_2608 img {
  display: block;
  width: 100%;
  height: auto;
}
#pokemonfrienda_cp_2608 h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}
#pokemonfrienda_cp_2608 dl, dt, dd, ul, li {
  margin: 0;
  list-style: none;
  padding: 0;
}
#pokemonfrienda_cp_2608 .regi {
  width: 93%;
  margin: 8% auto;
}
#pokemonfrienda_cp_2608 .meji {
  width: 83%;
  margin: 0 auto;
}
#pokemonfrienda_cp_2608 .item-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1rem;
}
#pokemonfrienda_cp_2608 .item-area .item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  /* --- ここから追記 --- */
  padding: 1rem; /* gapの代わりに余白を作る */
  box-sizing: border-box;
  border-bottom: 2px dashed #004098; /* 下側の点線 */
}
/* 2列目（右側）のアイテムだけに左側の点線を付ける */
#pokemonfrienda_cp_2608 .item-area .item:nth-child(even) {
  border-left: 2px dashed #004098;
  padding: 1rem 0 1rem 1rem;
}
/* 最後の2つ（下の行）は、下の点線を消す */
#pokemonfrienda_cp_2608 .item-area .item:nth-last-child(-n+2) {
  border-bottom: none;
}
#pokemonfrienda_cp_2608 .item-area .item:nth-child(odd) {
  padding: 1rem 1rem 1rem 0;
}
#pokemonfrienda_cp_2608 .item-area .item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
#pokemonfrienda_cp_2608 .item-area .item p.item-name, #pokemonfrienda_cp_2608 .item-area .item p.item-price {
  letter-spacing: -0.03rem;
  font-size: clamp(.85rem, 2.5vw, 1.18rem);
  line-height: 1.4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #004098;
}
#pokemonfrienda_cp_2608 .item-area .item p.item-name span {
  font-weight: 900;
  letter-spacing: -0.03rem;
  font-size: clamp(.8rem, 2.3vw, 1.1rem);
  line-height: 1.2;
  display: block;
  margin-bottom: .4rem;
}
#pokemonfrienda_cp_2608 .item-area .item p.item-price span {
  font-weight: 900;
  letter-spacing: -0.03rem;
  font-size: clamp(.8rem, 2.3vw, 1rem);
}
#pokemonfrienda_cp_2608 .item-area .item p.item-kome {
  letter-spacing: -0.03rem;
  font-size: .8rem;
  line-height: 1.4;
  margin: 1rem 0 0;
}
#pokemonfrienda_cp_2608 section.dessert .txt_note, #pokemonfrienda_cp_2608 section.pan .txt_note {
  position: relative;
}
#pokemonfrienda_cp_2608 section.dessert .txt_note .txt_kome, #pokemonfrienda_cp_2608 section.pan .txt_note .txt_kome {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%);
  font-size: clamp(0.8rem, 0.85vw, 0.9rem);
  font-weight: 500;
}
#pokemonfrienda_cp_2608 section.dessert .txt_note .txt-wrap, #pokemonfrienda_cp_2608 section.pan .txt_note .txt-wrap {
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translate(-50%);
  font-size: clamp(0.8rem, 0.85vw, 0.9rem);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  line-height: 1.2;
}
#pokemonfrienda_cp_2608 section.dessert .txt_note .txt-wrap .lt, #pokemonfrienda_cp_2608 section.dessert .txt_note .txt-wrap .rt {
  display: flex;
  flex-direction: row;
}
#pokemonfrienda_cp_2608 section.pan .txt_note .txt-wrap .lt, #pokemonfrienda_cp_2608 section.pan .txt_note .txt-wrap .rt {
  display: flex;
  flex-direction: row;
}
#pokemonfrienda_cp_2608 section.dessert, #pokemonfrienda_cp_2608 section.pan {
  background-color: #e60013;
}
#pokemonfrienda_cp_2608 .dot_sticker {
  background: url("../images/sticker/sticker_item_bg.webp");
  background-size: cover;
}
#pokemonfrienda_cp_2608 .dot_file {
  background: url("../images/top_bg.webp") no-repeat;
  background-size: cover;
  padding: 8% 6.5% 7%;
}
#pokemonfrienda_cp_2608 .products-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ly-wrp-breadcrumb, .ly-wrp-breadcrumb a, .ly-wrp-breadcrumb a:visited, .ly-wrp-breadcrumb a:after {
  color: #000 !important;
}
/*===============================================

●pc.css 画面の横幅が737px以上

===============================================*/
@media screen and (min-width:737px) {
  /*common*/
  .ly-contents-area {
    padding: 10px 0 0;
  }
  #pokemonfrienda_cp_2608 .pc-none {
    display: none;
  }
  #pokemonfrienda_cp_2608 {
    max-width: 490px;
    margin: 0 auto;
    padding: 0;
  }
  div#contents {
    background-image: url("../images/bg.webp");
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  #pokemonfrienda_cp_2608 .pin {
    background-color: #fff;
    padding: 20px 20px 5%;
  }
  #pokemonfrienda_cp_2608 .product-item_bg {
    border: .5rem solid #004098;
    background-color: #fff;
  }
  #ancl01 {
    margin-top: -147px;
    padding-top: 147px;
  }
  /*------ボタンエリア------*/
  #pokemonfrienda_cp_2608 .a-btn {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  #pokemonfrienda_cp_2608 .btn-area {
    padding: 3rem;
    background-color: #f4ec68;
  }
  #pokemonfrienda_cp_2608 .btn-oubo {
    padding: 2rem 3rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #pokemonfrienda_cp_2608 .dessert-btn {
    position: relative;
  }
  #pokemonfrienda_cp_2608 .dessert-btn .dessertTop {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  #pokemonfrienda_cp_2608 .dessert_btn-top {
    padding: 0 4rem 3rem;
    background-color: #e60013;
  }
  #pokemonfrienda_cp_2608 .pan-btn {
    position: relative;
  }
  #pokemonfrienda_cp_2608 .pan-btn .panTop {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  #pokemonfrienda_cp_2608 .pan_btn-top {
    padding: 0 4rem 3rem;
    background-color: #e60013;
  }
  #pokemonfrienda_cp_2608 .dot_sticker .tbtn {
    background-color: #f19e30;
    border-radius: 3rem;
  }
  #pokemonfrienda_cp_2608 .dot_file .tbtn {
    background-color: #e7343f;
    border-radius: 3rem;
  }
  #pokemonfrienda_cp_2608 .tbtn img, #pokemonfrienda_cp_2608 .hov img {
    transition: transform 0.2s ease-out, filter 0.2s ease-out;
  }
  #pokemonfrienda_cp_2608 .tbtn img:hover, #pokemonfrienda_cp_2608 .hov img:hover {
    transform: translate3d(0, -0.4rem, 0) scale(1.03);
    filter: brightness(1.1);
    filter: none;
    opacity: 1;
  }
  #pokemonfrienda_cp_2608 .poke-area {
    background-color: #ffa100;
  }
  #pokemonfrienda_cp_2608 .poke-area .ad {
    background-color: #fff;
  }
  #pokemonfrienda_cp_2608 .poke-area img:hover {
    opacity: .8;
    transition: .2s;
  }
  /*movie*/
  #pokemonfrienda_cp_2608 .movie-area {
    padding: 2.5%;
  }
  #pokemonfrienda_cp_2608 .movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
  }
  #pokemonfrienda_cp_2608 .movie-area .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*===============================================

●sp.css  画面の横幅が736pxまで

===============================================*/
@media screen and (max-width:736px) {
  /*common*/
  #contents {
    padding-top: 54px !important;
  }
  .ly-wrp-sp-cts {
    margin: 0;
  }
  .ly-contents-area {
    padding: 10px 0 0;
  }
  #pokemonfrienda_cp_2608 .sp-none {
    display: none;
  }
  #pokemonfrienda_cp_2608 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #pokemonfrienda_cp_2608 section.dessert .txt_note .txt_kome {
    bottom: 5%;
  }
  #pokemonfrienda_cp_2608 section.dessert .txt_note .txt-wrap {
    bottom: 30%;
    line-height: 1.1;
  }
  #pokemonfrienda_cp_2608 section.pan .txt_note .txt_kome {
    bottom: 5%;
  }
  #pokemonfrienda_cp_2608 section.pan .txt_note .txt-wrap {
    bottom: 30%;
    line-height: 1.1;
  }
  #pokemonfrienda_cp_2608 .pin {
    background-color: #fff;
    padding: 1rem;
  }
  #pokemonfrienda_cp_2608 .dot_file {
    padding: 8% 5% 7%;
  }
  #pokemonfrienda_cp_2608 .products-container {
    gap: 1rem;
  }
  #pokemonfrienda_cp_2608 .product-item_bg {
    border: .3rem solid #004098;
    background-color: #fff;
  }
  #pokemonfrienda_cp_2608 .item-area {
    padding: .5rem;
  }
  #pokemonfrienda_cp_2608 .item-area .item {
    padding: .8rem; /* gapの代わりに余白を作る */
  }
  /* 2列目（右側）のアイテムだけに左側の点線を付ける */
  #pokemonfrienda_cp_2608 .item-area .item:nth-child(even) {
    padding: .5rem 0 .5rem .5rem;
  }
  #pokemonfrienda_cp_2608 .item-area .item:nth-child(odd) {
    padding: .5rem .5rem .5rem 0;
  }
  #pokemonfrienda_cp_2608 .item-area .item p.item-kome {
    font-size: .7rem;
    margin: .8rem 0 0;
  }
  #ancl01 {
    margin-top: -56px;
    padding-top: 56px;
  }
  #pokemonfrienda_cp_2608 .poke-area {
    background-color: #ffa100;
  }
  /*movie*/
  #pokemonfrienda_cp_2608 .movie-area {
    padding: .9rem;
  }
  #pokemonfrienda_cp_2608 .movie {
    width: 100%;
    position: relative;
    padding-bottom: 55.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
  }
  #pokemonfrienda_cp_2608 .movie-area .movie.pc-none iframe {
    height: 45vw;
    width: 100%;
  }
  /*------ボタンエリア------*/
  #pokemonfrienda_cp_2608 .a-btn {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #pokemonfrienda_cp_2608 .btn-area {
    padding: 1.5rem;
    background-color: #f4ec68;
  }
  #pokemonfrienda_cp_2608 .btn-oubo {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #pokemonfrienda_cp_2608 .dessert-btn {
    position: relative;
  }
  #pokemonfrienda_cp_2608 .dessert-btn .dessertTop {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  #pokemonfrienda_cp_2608 .dessert_btn-top {
    padding: 0 2.5rem 1.5rem;
    background-color: #e60013;
  }
  #pokemonfrienda_cp_2608 .pan-btn {
    position: relative;
  }
  #pokemonfrienda_cp_2608 .pan-btn .panTop {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  #pokemonfrienda_cp_2608 .pan_btn-top {
    padding: 0 2.5rem 1.5rem;
    background-color: #e60013;
  }
}