@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
.lang-en .pickup .item .shop-end::before,
html[lang=en] .pickup .item .shop-end::before {
  content: "Ended";
}

.lang-zh .pickup .item .shop-end::before,
html[lang=zh-CN] .pickup .item .shop-end::before {
  content: "结束";
}

.lang-en .item__price--kaitori,
.lang-zh .item__price--kaitori,
.translated-ltr .item__price--kaitori,
html[lang=en] .item__price--kaitori,
html[lang=zh-CN] .item__price--kaitori {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  transform: none !important;
  rotate: none !important;
}

.lang-en .item__price--prefix,
.lang-zh .item__price--prefix,
.translated-ltr .item__price--prefix,
html[lang=en] .item__price--prefix,
html[lang=zh-CN] .item__price--prefix {
  display: block;
  flex: 0 0 100%;
  width: 100%;
}

.lang-zh .head h1,
.lang-zh .head h1 * {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Noto Sans SC", sans-serif !important;
}

.js-currency,
.js-purchase-label {
  text-shadow: #1e2823 1.8px 0 0, #1e2823 1.58px 0.86px 0, #1e2823 0.97px 1.52px 0, #1e2823 0.13px 1.8px 0, #1e2823 -0.75px 1.64px 0, #1e2823 -1.44px 1.08px 0, #1e2823 -1.78px 0.25px 0, #1e2823 -1.69px -0.63px 0, #1e2823 -1.18px -1.36px 0, #1e2823 -0.38px -1.76px 0, #1e2823 0.51px -1.74px 0, #1e2823 1.28px -1.27px 0, #1e2823 1.71px -0.5px 0;
}

.js-purchase-label {
  text-shadow: #1e2823 1.5px 0 0, #1e2823 -1.5px 0 0, #1e2823 0 1.5px 0, #1e2823 0 -1.5px 0, #1e2823 1.06px 1.06px 0, #1e2823 -1.06px 1.06px 0, #1e2823 1.06px -1.06px 0, #1e2823 -1.06px -1.06px 0 !important;
}

body {
  margin: 0;
  overflow-x: clip;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.gtranslate_wrapper {
  text-align: right;
  margin-bottom: 30px;
}
.gtranslate_wrapper select {
  padding: 5px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
}

.wrap {
  font-family: "Hiragino Sans";
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.lang-zh body,
.lang-zh .wrap,
.lang-zh h1,
.lang-zh h2,
.lang-zh h3,
.lang-zh .head h1,
.lang-zh .head .lang-heading-text,
.lang-zh .item__price--yen,
.lang-zh .item__price--kaitori {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Noto Sans SC", sans-serif;
}

h2 {
  font-family: "Noto Sans JP", serif;
  background-color: #d70000;
  color: #fff;
  text-align: center;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.2rem;
    padding: 13px 0 15px;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.7rem;
    margin: 0 0 20px;
    padding: 18px 0 20px;
  }
}

h3 {
  font-family: "Noto Sans JP", serif;
  background-color: #231815;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.2rem;
    padding: 13px 0 15px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.7rem;
    margin: 0 0 20px;
    padding: 10px 0 12px;
  }
}

.head {
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .head {
    margin: 0 0 40px;
    padding: 35px 0;
  }
}
@media only screen and (min-width: 768px) {
  .head {
    margin: 0 0 50px;
    padding: 55px 0;
  }
}
.head__content {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .head__content {
    width: calc(100% - 35px);
  }
}
@media only screen and (min-width: 768px) {
  .head__content {
    max-width: 1100px;
    width: calc(100% - 60px);
  }
}
.head__ttl {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .head__ttl {
    width: calc(100% - 35px);
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .head__ttl {
    max-width: 900px;
    width: calc(100% - 60px);
    margin-bottom: 40px;
  }
}
.head h1 {
  font-family: "Noto Sans JP", serif;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .head h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .head h1 {
    font-size: 2.5rem;
  }
}
.head .lang-heading-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.lang-en .head h1, .lang-zh .head h1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.4;
  text-align: center;
}
.lang-en .head .lang-img, .lang-zh .head .lang-img {
  display: none;
}
.lang-en .head .lang-heading-text, .lang-zh .head .lang-heading-text {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
}
.lang-en .head .lang-heading-text--lead, .lang-zh .head .lang-heading-text--lead {
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .lang-en .head .lang-heading-text--lead, .lang-zh .head .lang-heading-text--lead {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .lang-en .head .lang-heading-text--lead, .lang-zh .head .lang-heading-text--lead {
    font-size: 1.8rem;
  }
}
.lang-en .head .lang-heading-text--title, .lang-zh .head .lang-heading-text--title {
  font-family: "Anton", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Noto Sans SC", sans-serif !important;
  font-weight: 800;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .lang-en .head .lang-heading-text--title, .lang-zh .head .lang-heading-text--title {
    line-height: 1.25;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .lang-en .head .lang-heading-text--title, .lang-zh .head .lang-heading-text--title {
    font-size: 5rem;
  }
}
.lang-en .head .head__date, .lang-zh .head .head__date {
  position: static;
  display: block;
  margin-top: 35px;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .lang-en .head .head__date, .lang-zh .head .head__date {
    margin-top: 20px;
  }
}
.head__date {
  margin: 0;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .head__date {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .head__date {
    font-size: 1rem;
  }
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .item-list {
    gap: 13px;
    margin: 0 0 50px;
  }
}
.item-list:last-of-type {
  margin: 0;
}
.item-list a {
  display: none;
}

.item {
  position: relative;
  background-color: #231815;
  border: 3px solid #231815;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .item {
    width: calc(50% - 7px);
  }
}
@media only screen and (min-width: 768px) {
  .item {
    width: calc(25% - 10px);
  }
}
.item__img {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
@media only screen and (max-width: 767px) {
  .item__img {
    height: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .item__img {
    max-height: 259px;
  }
}
.item__img img {
  height: auto;
  max-height: 100%;
  flex-shrink: 0;
}
.item__text {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .item__text {
    padding: 12px 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .item__text {
    padding: 15px 20px;
  }
}
.item__ttl {
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .item__ttl {
    font-size: 1rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .item__ttl {
    font-size: 0.9rem;
    margin: 0 0 10px;
  }
}
.item__price {
  font-weight: 600;
  color: #ffe300;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .item__price {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .item__price {
    font-size: 1.5rem;
  }
}
.item__price--yen, .item__price--kaitori {
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .item__price--yen, .item__price--kaitori {
    font-size: 0.9rem;
  }
}
.item__price--yen {
  margin-left: 2px;
}
.item__price--prefix {
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .item__price--prefix {
    font-size: 0.9rem;
  }
}
.item--clamp .item__img {
  background-color: #cfcfcf;
}

.pickup h2 {
  padding: 10px 0 14px;
}
@media only screen and (max-width: 767px) {
  .pickup h2 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .pickup h2 {
    margin: 0 0 30px;
    font-size: 2.2rem;
  }
}
.pickup .item-list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .pickup .item-list {
    flex-direction: column;
    gap: 13px 0;
  }
}
@media only screen and (min-width: 768px) {
  .pickup .item-list {
    justify-content: center;
    gap: 15px;
  }
}
.pickup .item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pickup .item {
    width: 100% !important;
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .pickup .item {
    width: calc(33.3333333333% - 10px);
  }
}
.pickup .item::after {
  content: "";
  background: url(../img/pickup.png) no-repeat top left/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .pickup .item::after {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .pickup .item::after {
    width: 80px;
    height: 80px;
  }
}
.pickup .item__img {
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .pickup .item__img {
    height: 200px;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .pickup .item__img {
    height: 300px;
    padding: 20px 15px;
  }
}
.pickup .item__img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.pickup .item__text {
  text-align: center;
  margin: auto 0 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .pickup .item__text {
    padding: 0 15px 20px;
  }
}
.pickup .item__ttl {
  font-weight: bold;
  color: #231815;
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 10px;
}
.pickup .item__price {
  font-family: "Anton", sans-serif;
  line-height: 1;
  margin: 0;
}
.pickup .item__price--num {
  color: #e00101;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pickup .item__price--num {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .pickup .item__price--num {
    font-size: 3.3rem;
  }
}
.pickup .item__price--prefix, .pickup .item__price--yen, .pickup .item__price--kaitori {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  color: #fff;
  text-shadow: #1e2823 1.8px 0px 0px, #1e2823 1.58px 0.86px 0px, #1e2823 0.97px 1.52px 0px, #1e2823 0.13px 1.8px 0px, #1e2823 -0.75px 1.64px 0px, #1e2823 -1.44px 1.08px 0px, #1e2823 -1.78px 0.25px 0px, #1e2823 -1.69px -0.63px 0px, #1e2823 -1.18px -1.36px 0px, #1e2823 -0.38px -1.76px 0px, #1e2823 0.51px -1.74px 0px, #1e2823 1.28px -1.27px 0px, #1e2823 1.71px -0.5px 0px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pickup .item__price--prefix, .pickup .item__price--yen, .pickup .item__price--kaitori {
    font-size: 1.3rem;
    top: -4px;
  }
}
.pickup .item__price--yen {
  margin-left: 1px;
}
@media only screen and (min-width: 768px) {
  .pickup .item__price--yen {
    font-size: 1.9rem;
    letter-spacing: 0.1rem;
    top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .pickup .item__price--kaitori {
    letter-spacing: 0.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .pickup .item__price--kaitori {
    writing-mode: vertical-rl;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    line-height: 1.17;
    top: 0.5px;
  }
}
.pickup .item--clamp {
  background-color: #cfcfcf;
}
.pickup .item--clamp .item__img {
  background-color: #cfcfcf;
}
.pickup .item--clamp .item__img img {
  box-shadow: none;
}
.pickup .item__shop {
  border: 2px solid #e00101;
  margin: -15px 10px 10px;
}
@media only screen and (max-width: 767px) {
  .pickup .item__shop {
    margin: 5px 0 0;
  }
}
.pickup .item__shop-ttl {
  text-align: center;
  line-height: 1;
  background-color: #e00101;
  color: #fff;
  margin-bottom: 10px;
  padding: 7px;
  font-weight: 600;
}
.pickup .item__shop-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 10px 10px;
}
.pickup .item__shop-item {
  background-color: #fafafa;
  border: 2px solid #999;
  color: #333;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 2px;
  font-size: 0.85rem;
  line-height: 1;
  width: calc((100% - 10px) / 3);
  text-align: center;
}
.pickup .item__shop-item--small {
  font-size: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .pickup .item__shop-item--small {
    font-size: 0.7rem;
  }
}
.pickup .item .shop-end {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
}
.pickup .item .shop-end::before {
  content: "終了";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.content {
  margin: 0 auto;
  padding: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .content {
    width: calc(100% - 35px);
  }
}
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1100px;
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 767px) {
  .list {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .list {
    margin: 0 0 60px;
  }
}

.note {
  background-color: #ffeded;
  border: 1px solid #d70000;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .note {
    font-size: 0.85rem;
    padding: 17px 13px;
  }
}
@media only screen and (min-width: 768px) {
  .note {
    font-size: 0.9rem;
    padding: 20px;
  }
}
.note ul {
  margin: 0 0 0 15px;
  padding: 0;
  display: grid;
  gap: 3px 0;
}

.link {
  background-color: #d70000;
  border-radius: 99px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 450px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .link {
    min-width: auto;
    height: 55px;
    margin: 40px auto;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .link {
    height: 70px;
    margin: 60px auto;
    transition: 0.3s;
  }
  .link:hover {
    background-color: #555;
  }
}
.link a {
  color: #fff;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  white-space: nowrap;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .link a {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .link a {
    font-size: 1.1rem;
  }
}
.link a:hover {
  text-decoration: none;
}

.search {
  margin-inline: calc(50% - 50vi);
}
@media only screen and (max-width: 767px) {
  .search {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .search {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .search .wrap1200 {
    max-width: 1100px;
  }
}
.search .indexsearchbar__wrap {
  background-color: #d4d4d4;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
@media only screen and (min-width: 768px) {
  .search .indexsearchbar__header {
    max-width: 1100px;
  }
}
.search .indexsearchbar__tab li {
  border: 1px solid #b2b2b2;
}
@media only screen and (min-width: 768px) {
  .search .indexsearchbar__content {
    width: 95%;
  }
}
.search .searchbar__tab--active {
  background-color: #d4d4d4 !important;
  border-bottom: 1px solid #d4d4d4 !important;
}

@media only screen and (min-width: 768px) {
  .lang-en .search .indexsearchbar__content,
  .lang-zh .search .indexsearchbar__content,
  .translated-ltr .search .indexsearchbar__content {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .lang-en .search .indexsearchbar__form,
  .lang-zh .search .indexsearchbar__form,
  .translated-ltr .search .indexsearchbar__form {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }
  .lang-en .search .indexsearchbar__advanced-search-button,
  .lang-zh .search .indexsearchbar__advanced-search-button,
  .translated-ltr .search .indexsearchbar__advanced-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 150px;
    width: auto;
    padding: 0 28px 0 14px;
  }
  .lang-en .search .indexsearchbar__advanced-search-button span,
  .lang-zh .search .indexsearchbar__advanced-search-button span,
  .translated-ltr .search .indexsearchbar__advanced-search-button span {
    position: static;
    white-space: nowrap;
  }
}
.back-to-top {
  background-color: #ccc;
  border-radius: 5px;
  display: inline-block;
  position: fixed;
  transition-property: opacity;
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .back-to-top {
    bottom: 20px;
    height: 35px;
    right: 20px;
    width: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .back-to-top {
    bottom: 50px;
    height: 40px;
    right: 50px;
    width: 40px;
    transition: 0.3s;
  }
  .back-to-top:hover {
    text-decoration: none;
    background-color: #ddd;
  }
}
.back-to-top .fa-chevron-up {
  color: #fff;
}

.local-nav {
  background-color: #f3f1f2;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .local-nav {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav {
    margin: 0 0 30px;
  }
}
.local-nav__link {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  list-style: none;
}
.local-nav__item {
  background-color: #231815;
  background-color: #fff;
  border: 1.5px solid #525252;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .local-nav__item {
    width: calc(33.3333333333% - 4.5px);
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__item {
    width: calc(16.6666666667% - 4.5px);
    height: 45px;
    transition: 0.3s;
  }
  .local-nav__item:hover {
    background-color: #f6f6f6;
  }
}
.local-nav__item a {
  color: #333;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .local-nav__item a {
    font-size: 0.95rem;
    padding: 5px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__item a {
    font-size: 0.85rem;
    padding: 0 10px;
  }
}
.local-nav__item a:hover {
  text-decoration: none;
}

body#toy .pickup .item__price,
body#doll .pickup .item__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}
body#toy .pickup .item__price > .item__price--yen:first-child, body#toy .pickup .item__price > .item__price--prefix:first-child,
body#doll .pickup .item__price > .item__price--yen:first-child,
body#doll .pickup .item__price > .item__price--prefix:first-child {
  width: 100%;
  display: block;
  margin-bottom: 2px;
}
body#toy .item__price,
body#doll .item__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}
body#toy .item__price > .item__price--yen:first-child, body#toy .item__price > .item__price--prefix:first-child,
body#doll .item__price > .item__price--yen:first-child,
body#doll .item__price > .item__price--prefix:first-child {
  width: 100%;
  margin-bottom: 3px;
  margin-left: 0;
  font-size: 0.9rem !important;
}
body#toy #limited-pickup-list .item__text,
body#doll #limited-pickup-list .item__text {
  justify-content: flex-start;
}

body#pokemon .local-nav {
  position: sticky;
  top: 0;
  z-index: 99;
  transition: background-color 0.2s, padding 0.2s;
}
@media only screen and (max-width: 767px) {
  body#pokemon .local-nav {
    top: 10px;
    overflow: hidden;
  }
}
body#pokemon .local-nav .local-nav__toggle {
  display: none;
}
body#pokemon .local-nav.is-sticky {
  background-color: #fff;
  padding: 5px 15px;
}
@media only screen and (max-width: 767px) {
  body#pokemon .local-nav.is-sticky {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 14px 15px;
  }
  body#pokemon .local-nav.is-sticky .local-nav__toggle {
    display: flex;
    align-items: center;
    gap: 13px;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #222;
    cursor: pointer;
  }
  body#pokemon .local-nav.is-sticky .local-nav__toggle-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
  body#pokemon .local-nav.is-sticky .local-nav__toggle-icon i {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #222;
    transition: transform 0.3s, opacity 0.3s;
  }
  body#pokemon .local-nav.is-sticky .local-nav__toggle-text {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1;
    padding-top: 1px;
  }
  body#pokemon .local-nav.is-sticky .local-nav__link {
    display: none;
  }
  body#pokemon .local-nav.is-sticky.is-open .local-nav__link {
    display: flex;
    margin-top: 15px;
  }
  body#pokemon .local-nav.is-sticky.is-open .local-nav__toggle-icon i:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  body#pokemon .local-nav.is-sticky.is-open .local-nav__toggle-icon i:nth-child(2) {
    opacity: 0;
  }
  body#pokemon .local-nav.is-sticky.is-open .local-nav__toggle-icon i:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
body#pokemon .local-nav__item a {
  display: block;
  padding: 5px 10px;
}
body#pokemon .local-nav__item.is-active a {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style-v2.css.map */