@charset "utf-8";
/* CSS Document */
#pokemon_THrJxJdT_2604 img {
  display: block;
  width: 100%;
  height: auto;
}
#pokemon_THrJxJdT_2604 h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}
#pokemon_THrJxJdT_2604 dl, dt, dd, ul, li {
  margin: 0;
  list-style: none;
  padding: 0;
}
#pokemon_THrJxJdT_2604 .regi {
  width: 93%;
  margin: 8% auto;
}
#pokemon_THrJxJdT_2604 .meji {
  width: 83%;
  margin: 0 auto;
}
#pokemon_THrJxJdT_2604 .item-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1rem;
}
#pokemon_THrJxJdT_2604 .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列目（右側）のアイテムだけに左側の点線を付ける */
#pokemon_THrJxJdT_2604 .item-area .item:nth-child(even) {
  border-left: 2px dashed #004098;
  padding: 1rem 0 1rem 1rem;
}
/* 最後の2つ（下の行）は、下の点線を消す */
#pokemon_THrJxJdT_2604 .item-area .item:nth-last-child(-n+2) {
  border-bottom: none;
}
#pokemon_THrJxJdT_2604 .item-area .item:nth-child(odd) {
  padding: 1rem 1rem 1rem 0;
}
#pokemon_THrJxJdT_2604 .item-area .item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
#pokemon_THrJxJdT_2604 .item-area .item p.item-name, #pokemon_THrJxJdT_2604 .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;
}
#pokemon_THrJxJdT_2604 .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;
}
#pokemon_THrJxJdT_2604 .item-area .item p.item-price span {
  font-weight: 900;
  letter-spacing: -0.03rem;
  font-size: clamp(.8rem, 2.3vw, 1rem);
}
#pokemon_THrJxJdT_2604 .item-area .item p.item-kome {
  letter-spacing: -0.03rem;
  font-size: .8rem;
  line-height: 1.4;
  margin: 1rem 0 0;
}
#pokemon_THrJxJdT_2604 section.keychain {
  background-color: #95e1f3;
}
#pokemon_THrJxJdT_2604 section.towel {
  background-color: #fff251;
}
#pokemon_THrJxJdT_2604 section.towel .towel-kome li {
  font-size: clamp(.8rem, 2.3vw, 1rem);
  line-height: 1.5;
}
#pokemon_THrJxJdT_2604 section.keychain .keychain-kome li {
  font-size: clamp(.8rem, 2.3vw, 1rem);
  line-height: 1.5;
}
#pokemon_THrJxJdT_2604 section.keychain .keychain-item li {
  font-size: clamp(.8rem, 2.3vw, 1.03rem);
  line-height: 1.5;
  display: flex; /* 横並びにする魔法のプロパティ */
  margin-bottom: .1rem; /* 行間 */
}
#pokemon_THrJxJdT_2604 section.keychain .keychain-item .maker {
  width: 5em; /* 幅を「5文字分」などで固定する */
  flex-shrink: 0; /* スマホ等で画面が狭くなっても、メーカー名の幅を縮めない */
}
#pokemon_THrJxJdT_2604 section.keychain .keychain-item li::before {
  content: "・";
  margin-right: .1rem;
}
#pokemon_THrJxJdT_2604 section.towel .towel-kome {
  width: 90%;
  margin: auto;
  padding: 1rem 0 0;
}
#pokemon_THrJxJdT_2604 section.keychain .keychain-kome {
  width: 90%;
  margin: auto;
  padding: 1rem 0 0;
}
#pokemon_THrJxJdT_2604 section.keychain .taisyou {
  width: 90%;
  margin: auto;
  border: 5px solid #004098;
  border-radius: 2rem;
  background-color: #004098;
  overflow: hidden;
}
#pokemon_THrJxJdT_2604 section.keychain .taisyou-bg {
  background-color: #fff;
  padding: 1rem 0;
}
#pokemon_THrJxJdT_2604 section.keychain .taisyou h3 {
  width: 50%;
  margin: auto;
  padding: 1rem;
}
#pokemon_THrJxJdT_2604 section.keychain .keychain-item {
  padding: 1rem;
  background-color: #fff;
  list-style: none;
}
#pokemon_THrJxJdT_2604 .dot_sticker {
  background: url("../images/sticker/sticker_item_bg.webp");
  background-size: cover;
}
#pokemon_THrJxJdT_2604 .dot_file {
  background: linear-gradient(to right, #f28088 50%, #81b6db 50%);
  padding: 0 6.5% 13%;
}
#pokemon_THrJxJdT_2604 .dot_file .start {
  filter: drop-shadow(0px 2px 6px rgba(154, 192, 157, 0.6));
  padding: 1rem 0;
}
#pokemon_THrJxJdT_2604 .products-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#pokemon_THrJxJdT_2604 .product-item_bg.towel {
  width: 89%;
  margin: 1rem auto .5rem;
  border: .3rem solid #004098;
}
.ly-wrp-breadcrumb, .ly-wrp-breadcrumb a, .ly-wrp-breadcrumb a:visited, .ly-wrp-breadcrumb a:after {
  color: #313131 !important;
}
/*===============================================

●pc.css 画面の横幅が737px以上

===============================================*/
@media screen and (min-width:737px) {
  /*common*/
  .ly-contents-area {
    padding: 10px 0 0;
  }
  #pokemon_THrJxJdT_2604 .pc-none {
    display: none;
  }
  #pokemon_THrJxJdT_2604 {
    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;
  }
  #pokemon_THrJxJdT_2604 .pin {
    background-color: #fff;
    padding: 20px 20px 5%;
  }
  #pokemon_THrJxJdT_2604 .product-item_bg {
    border: .5rem solid #004098;
    background-color: #fff;
  }
  #ancl01 {
    margin-top: -147px;
    padding-top: 147px;
  }
  /*------ボタンエリア------*/
  #pokemon_THrJxJdT_2604 .a-btn {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 3rem 0 0;
  }
  #pokemon_THrJxJdT_2604 .btn-area {
    padding: 3rem;
    background-color: #f4ec68;
  }
  #pokemon_THrJxJdT_2604 .btn-oubo {
    padding: 3rem;
  }
  #pokemon_THrJxJdT_2604 .towel_btn-top {
    padding: 3rem;
    background-color: #004098;
  }
  #pokemon_THrJxJdT_2604 .dot_sticker .tbtn {
    background-color: #f19e30;
    border-radius: 3rem;
  }
  #pokemon_THrJxJdT_2604 .dot_file .tbtn {
    background-color: #e7343f;
    border-radius: 3rem;
  }
  #pokemon_THrJxJdT_2604 .tbtn img, #pokemon_THrJxJdT_2604 .hov img {
    transition: transform 0.2s ease-out, filter 0.2s ease-out;
  }
  #pokemon_THrJxJdT_2604 .tbtn img:hover, #pokemon_THrJxJdT_2604 .hov img:hover {
    transform: translate3d(0, -0.4rem, 0) scale(1.03);
    filter: brightness(1.1);
    filter: none;
    opacity: 1;
  }
  #pokemon_THrJxJdT_2604 .poko-area {
    background: linear-gradient(to right, #f28088 50%, #81b6db 50%);
  }
  #pokemon_THrJxJdT_2604 .poko-area .gps {
    background-color: #fff;
    margin-bottom: 2rem;
  }
  #pokemon_THrJxJdT_2604 .poko-area .ad {
    background-color: #fff;
  }
  #pokemon_THrJxJdT_2604 .poko-area img:hover {
    opacity: .8;
    transition: .2s;
  }
  /*movie*/
  #pokemon_THrJxJdT_2604 .movie-area {
    padding: 2.5%;
  }
  #pokemon_THrJxJdT_2604 .movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
  }
  #pokemon_THrJxJdT_2604 .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;
  }
  #pokemon_THrJxJdT_2604 .sp-none {
    display: none;
  }
  #pokemon_THrJxJdT_2604 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #pokemon_THrJxJdT_2604 .pin {
    background-color: #fff;
    padding: 1rem;
  }
  #pokemon_THrJxJdT_2604 .dot_file {
    padding: 0 5% 12%;
  }
  #pokemon_THrJxJdT_2604 .products-container {
    gap: 1rem;
  }
  #pokemon_THrJxJdT_2604 .product-item_bg {
    border: .3rem solid #004098;
    background-color: #fff;
  }
  #pokemon_THrJxJdT_2604 .item-area {
    padding: .5rem;
  }
  #pokemon_THrJxJdT_2604 .item-area .item {
    padding: .8rem; /* gapの代わりに余白を作る */
  }
  /* 2列目（右側）のアイテムだけに左側の点線を付ける */
  #pokemon_THrJxJdT_2604 .item-area .item:nth-child(even) {
    padding: .5rem 0 .5rem .5rem;
  }
  #pokemon_THrJxJdT_2604 .item-area .item:nth-child(odd) {
    padding: .5rem .5rem .5rem 0;
  }
  #pokemon_THrJxJdT_2604 .item-area .item p.item-kome {
    font-size: .7rem;
    margin: .8rem 0 0;
  }
  #pokemon_THrJxJdT_2604 section.keychain .taisyou {
    width: 91%;
    border: 3px solid #004098;
    border-radius: 1rem;
  }
  #pokemon_THrJxJdT_2604 section.keychain .taisyou h3 {
    padding: .7rem;
  }
  #pokemon_THrJxJdT_2604 section.keychain .keychain-item {
    padding: .5rem;
  }
  #ancl01 {
    margin-top: -56px;
    padding-top: 56px;
  }
  #pokemon_THrJxJdT_2604 .poko-area {
    background: linear-gradient(to right, #f28088 50%, #81b6db 50%);
  }
  #pokemon_THrJxJdT_2604 .poko-area .gps {
    margin-bottom: 1.5rem;
  }
  /*movie*/
  #pokemon_THrJxJdT_2604 .movie-area {
    padding: .9rem;
  }
  #pokemon_THrJxJdT_2604 .movie {
    width: 100%;
    position: relative;
    padding-bottom: 55.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
  }
  #pokemon_THrJxJdT_2604 .movie-area .movie.pc-none iframe {
    height: 45vw;
    width: 100%;
  }
  /*------ボタンエリア------*/
  #pokemon_THrJxJdT_2604 .a-btn {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 0 0;
  }
  #pokemon_THrJxJdT_2604 .btn-area {
    padding: 1.5rem;
    background-color: #f4ec68;
  }
  #pokemon_THrJxJdT_2604 .btn-oubo {
    padding: 1.5rem;
  }
  #pokemon_THrJxJdT_2604 .towel_btn-top {
    padding: 1.5rem;
    background-color: #004098;
  }
}