@charset "UTF-8";
/*------------------------
  goods category
------------------------*/
.goods_category {
  background-color: #fcf5ca;
  padding: 3.125rem 4.375rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .goods_category {
    padding: 2.5rem 2.25rem 5rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_category {
    padding: 1.5rem 1.25rem 3.75rem;
  }
}
.goods_category h3 {
  color: #da7881;
  font-size: 2rem;
  font-family: "Jua", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.0625rem;
  margin-bottom: 1.25rem;
}
.goods_category h3::before, .goods_category h3::after {
  content: "";
  height: 0.1875rem;
  width: 1.875rem;
  border-top: dotted 0.1875rem #da7881;
  display: block;
  margin: 0 0.625rem;
}
@media screen and (max-width: 576px) {
  .goods_category h3 {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 0.625rem;
  }
}
.goods_category .goods_category_list.top {
  max-width: 46.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .goods_category .goods_category_list.top {
    max-width: 37.5rem;
    margin: 0 auto;
  }
}
.goods_category .goods_category_list.top li {
  margin: 0 1.25rem 0;
}
@media screen and (max-width: 576px) {
  .goods_category .goods_category_list.top li {
    margin: 0 0.75rem 0;
  }
}
.goods_category .goods_category_list.top li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 576px) {
  .goods_category .goods_category_list.top li a:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.goods_category .goods_category_list.top li a .chara_icon {
  display: block;
  width: 8.75rem;
  height: 8.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: 100%;
}
@media screen and (max-width: 576px) {
  .goods_category .goods_category_list.top li a .chara_icon {
    width: 5rem;
    height: 5rem;
  }
}
.goods_category .goods_category_list.top li a .text {
  z-index: 2;
  position: absolute;
  bottom: -2.125rem;
  display: inline-block;
  min-width: 6.25rem;
  font-size: 1.125rem;
  color: #da7881;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  text-align: center;
  line-height: 1.875rem;
  word-break: keep-all;
  white-space: nowrap;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .goods_category .goods_category_list.top li a .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_category .goods_category_list.top li a .text {
    font-size: 0.75rem;
    line-height: 1.25rem;
    bottom: -1.5rem;
  }
}
.goods_category .goods_category_list.top li a:hover .chara_icon {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.goods_category .goods_category_list.top li.tab_26 .chara_icon {
  background-image: url(../../images/goods/category_icon_doll.png);
}
.goods_category .goods_category_list.top li.tab_27 .chara_icon {
  background-image: url(../../images/goods/category_icon_zakka.png);
}
.goods_category .goods_category_list.top li.tab_28 .chara_icon {
  background-image: url(../../images/goods/category_icon_food.png);
}

@media screen and (max-width: 1000px) {
  .p-goods-lst li {
    margin: 0.3125rem 0;
  }
  .p-goods-lst a {
    padding: 0 0.625rem;
    font-size: 0.875rem;
  }
}
/*------------------------
  goods list
------------------------*/
.sec-goods {
  background-color: #dff0f5;
}

@media screen and (max-width: 576px) {
  .goods_tab_wrap {
    margin-top: -1.875rem;
  }
}

.goods_tab:not(:last-child) {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 576px) {
  .goods_tab:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.goods_tab .goods_headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .goods_tab .goods_headline {
    margin-left: -1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_tab .goods_headline {
    margin-left: -0.75rem;
    margin-bottom: 1rem;
  }
}
.goods_tab .goods_headline .chara_icon {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  background-size: contain;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .goods_tab .goods_headline .chara_icon {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_tab .goods_headline .chara_icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.goods_tab .goods_headline .text {
  position: relative;
  font-size: 1.75rem;
  font-weight: 800;
  color: #FFF;
  background: #da7881;
  letter-spacing: 0.125rem;
  padding: 0.625rem 2.125rem 0.625rem 4.375rem;
  margin-left: -3.125rem;
}
.goods_tab .goods_headline .text::before {
  content: "";
  background-image: url(../../images/goods/ribbon.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.375rem;
  width: 1.4375rem;
  background-size: 100% auto;
  display: block;
  background-position: center left;
}
@media screen and (max-width: 767px) {
  .goods_tab .goods_headline .text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_tab .goods_headline .text {
    font-size: 0.875rem;
    padding: 0.5rem 1.125rem 0.5rem 3.75rem;
    margin-left: -3.125rem;
  }
}

#tab_26 .goods_headline .chara_icon {
  background-image: url(../../images/goods/category_icon_doll.png);
}

#tab_27 .goods_headline .chara_icon {
  background-image: url(../../images/goods/category_icon_zakka.png);
}

#tab_28 .goods_headline .chara_icon {
  background-image: url(../../images/goods/category_icon_food.png);
}

.sec-goods .goods_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-goods .goods_list::before, .sec-goods .goods_list::after {
  content: "";
  height: 0;
  -webkit-box-ordinal-group: 100000;
      -ms-flex-order: 99999;
          order: 99999;
  width: calc((100% - 5rem) / 3);
}
.sec-goods .goods_box {
  width: calc((100% - 5rem) / 3);
  margin-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-goods .goods_box {
    margin-bottom: 1.25rem;
  }
}
.sec-goods .goods_box a {
  display: block;
  height: 100%;
  width: 100%;
  color: #3f2222;
  text-decoration: none;
  background: #FFF;
  border-radius: 0.75rem;
  padding: 1.25rem;
}
@media screen and (max-width: 576px) {
  .sec-goods .goods_box a {
    border-radius: 0.75rem;
  }
}
.sec-goods figure.goods_img {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.25rem;
}
.sec-goods figure.goods_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sec-goods figure.goods_img img.watermark_img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-goods figure.goods_img.warter_on .watermark_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-goods .goods_desc .goods_ttl {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .sec-goods .goods_desc .goods_ttl {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.sec-goods .goods_desc .goods_price {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  color: #45679b;
}
.sec-goods .goods_desc .goods_price .taxin_text {
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .sec-goods .goods_desc .goods_price {
    font-size: 0.75rem;
    margin-top: 0.125rem;
  }
}
.sec-goods .goods_desc .goods_purchase_limit {
  display: none;
  font-size: 0.75rem;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .sec-goods .goods_desc .goods_purchase_limit {
    font-size: 0.625rem;
    margin-top: 0rem;
  }
}
.sec-goods .goods_desc .goods_disc {
  display: none;
}
.sec-goods .goods_desc .goods_icon_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.25rem;
  min-height: 1.375rem;
}
@media screen and (max-width: 767px) {
  .sec-goods .goods_desc .goods_icon_box {
    min-height: 1.0625rem;
  }
}
.sec-goods .goods_notes {
  font-size: 0.625rem;
  line-height: 1.375rem;
  letter-spacing: 1px;
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.goods_icon {
  margin-right: 0.5rem;
  color: #FFF;
  font-size: 0.6875rem;
  padding: 0.0625rem 0.5rem;
  display: inline-block;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .goods_icon {
    font-size: 0.625rem;
    line-height: 1.5;
    padding: 0.0625rem 0.375rem;
    margin-right: 0.25rem;
  }
}
.goods_icon.icon_new {
  color: #FFF;
  position: absolute;
  background-image: url(../../images/goods/ribbon_new.svg);
  background-size: auto 100%;
  background-position: center top;
  font-family: "Jua", sans-serif;
  font-weight: 400;
  font-style: normal;
  top: 0rem;
  left: 0.75rem;
  padding: 0.25rem 0.375rem 0.5rem;
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .goods_icon.icon_new {
    font-size: 0.75rem;
    line-height: 1.5;
    left: 0.5rem;
    padding: 0.25rem 0.375rem 0.5rem;
    margin-right: 0rem;
  }
}
.goods_icon.icon_order {
  background-color: #dff0f5;
  color: #45679b;
}
.goods_icon.icon_random {
  background-color: #fbe8eb;
  color: #da7881;
}
.goods_icon.icon_box {
  background-color: #fcf5ca;
  color: #b79835;
}
.goods_icon.icon_presale {
  background-color: #e8d3b6;
  color: #8a524b;
}

@media screen and (max-width: 767px) {
  .sec-goods .goods_list::before, .sec-goods .goods_list::after {
    width: calc((100% - 1.25rem) / 2);
  }
  .sec-goods .goods_box {
    width: calc((100% - 1.25rem) / 2);
    margin-bottom: 1.25rem;
  }
  .sec-goods .goods_box a {
    padding: 0.75rem;
  }
}
/*------------------------
  modal - slider
------------------------*/
.remodal {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}
.remodal .slick-active {
  background-color: #FFF;
}
.remodal .remodal-close {
  position: absolute;
  width: 2.1875rem;
  height: 2.1875rem;
  cursor: pointer;
  left: 0;
  top: -2.1875rem;
  color: #FFF;
}
.remodal .remodal-close::before {
  width: 100%;
  height: 100%;
  font-size: 3.125rem;
  line-height: 2.1875rem;
  text-align: left;
}
.remodal .slide_cont .slide_inner figure {
  width: 70%;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.remodal .slide_cont .slide_inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin: 0 auto;
}
.remodal .slick-slider {
  padding: 0;
}
.remodal .slick-slider .watermark_img {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.remodal .slick-slider.warter_on .watermark_img {
  display: block;
}
.remodal .slide {
  background: inherit;
  opacity: 0;
}
.remodal .slick-active {
  opacity: 1 !important;
}
.remodal .slick-dotted.slick-slider {
  margin: 0;
}
.remodal .slick-dots {
  top: 27.5rem;
  bottom: auto;
}
.remodal .slick-dots li {
  margin: 0;
}
.remodal .slick-dots li button {
  padding: 0;
}
.remodal .slide-arrow {
  position: absolute;
  z-index: 10;
  top: 11.5625rem;
  bottom: auto;
  width: 1.875rem;
  cursor: pointer;
}
.remodal .slide-arrow.prev-arrow {
  left: 1.875rem;
}
.remodal .slide-arrow.next-arrow {
  right: 1.875rem;
}
.remodal figure {
  width: 80%;
  height: 25rem;
  margin: 2.5rem auto 0;
  aspect-ratio: 1/1;
}
.remodal figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.remodal .goods_desc {
  width: 80%;
  margin: 2.5rem auto;
  text-align: left;
}
.remodal .goods_desc .goods_moda_ttl {
  margin: 0;
  font-size: 1.125rem;
}
.remodal .goods_desc .goods_moda_price {
  font-size: 0.875rem;
  color: #45679b;
}
.remodal .goods_desc .goods_moda_price::after {
  content: "（税込）";
}
.remodal .goods_desc .goods_moda_purchase_limit {
  display: none;
  font-size: 0.875rem;
}
.remodal .goods_desc .goods_icon_box {
  margin-bottom: 0.25rem;
}
.remodal .goods_desc .goods_moda_disc {
  font-size: 0.8125rem;
}

@media screen and (max-width: 1000px) {
  .remodal {
    padding: 0 !important;
    margin: 0 !important;
  }
  .remodal .remodal-close {
    position: absolute;
    width: 2.1875rem;
    height: 2.1875rem;
    cursor: pointer;
    left: 0;
    top: -2.1875rem;
    color: #FFF;
  }
  .remodal .remodal-close::before {
    width: 100%;
    height: 100%;
    font-size: 3.125rem;
    line-height: 2.1875rem;
    text-align: left;
  }
  .remodal .slide_cont .slide_inner figure {
    width: 70%;
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
  .remodal .slide_cont .slide_inner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: block;
    margin: 0 auto;
  }
  .remodal .slick-slider {
    padding: 0;
  }
  .remodal .slick-slider .watermark_img {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .remodal .slick-slider.warter_on .watermark_img {
    display: block;
  }
  .remodal .slide {
    background: inherit;
    opacity: 0;
  }
  .remodal .slick-dots {
    top: 21rem;
  }
  .remodal .slick-dots li {
    margin: 0;
  }
  .remodal .slick-dots li button {
    padding: 0;
  }
  .remodal .slide-arrow {
    position: absolute;
    z-index: 10;
    top: 11.25rem;
    bottom: auto;
    width: 1.875rem;
    cursor: pointer;
  }
  .remodal .slide-arrow.prev-arrow {
    left: 0.625rem;
  }
  .remodal .slide-arrow.next-arrow {
    right: 0.625rem;
  }
  .remodal figure {
    width: 70%;
    height: 18.75rem;
    margin: 1.875rem auto 0;
  }
  .remodal .goods_desc {
    width: 100%;
    margin: 2.5rem auto;
    padding: 0 1.5625rem;
  }
  .remodal .goods_desc .goods_moda_ttl {
    font-size: 0.9375rem;
  }
  .remodal .goods_desc .goods_moda_price {
    font-size: 0.8125rem;
  }
  .remodal .goods_desc .goods_moda_purchase_limit {
    font-size: 0.8125rem;
  }
  .remodal .goods_desc .goods_icon_box {
    margin-bottom: 0.25rem;
  }
}
.sec-goods-text {
  background-color: #FFF;
  margin-top: -4.375rem;
}
@media screen and (max-width: 767px) {
  .sec-goods-text {
    margin-top: -3.75rem;
  }
}
.sec-goods-text .ly-container {
  padding-top: 0;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .sec-goods-text .ly-container {
    padding-top: 0.625rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-goods-text .ly-container {
    padding-top: 0.25rem;
  }
}
.sec-goods-text p {
  color: #ADADAC;
  text-align: center;
  font-size: 1rem;
}
.sec-goods-text p br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-goods-text p {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-goods-text p {
    font-size: 0.6875rem;
    line-height: 1.3;
  }
  .sec-goods-text p br {
    display: block;
  }
}

.goods_memo {
  font-size: 0.6875rem;
  margin-top: 0.625rem;
  line-height: 2;
  color: #2e4a72;
}
@media screen and (max-width: 767px) {
  .goods_memo {
    font-size: 0.625rem;
    margin-top: 0.625rem;
    line-height: 2;
  }
}

.goods_contents_title {
  font-size: 1.875rem;
  font-weight: 800;
  text-align: center;
  color: #dff0f5;
  margin-top: -3.5rem;
  margin-bottom: 3.25rem;
}
@media screen and (max-width: 767px) {
  .goods_contents_title {
    font-size: 1.5rem;
    margin-bottom: 2.25rem;
    margin-top: -2.25rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_contents_title {
    font-size: 1.375rem;
    margin-bottom: 2.25rem;
    margin-top: -1rem;
    line-height: 2.5rem;
  }
}
.goods_contents_title br.sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .goods_contents_title br.sp {
    display: block;
  }
}
.goods_contents_title span {
  display: block;
  font-size: 0.875rem;
  color: gray;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .goods_contents_title span {
    font-size: 0.75rem;
    line-height: 1.8;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .goods_contents_title span {
    font-size: 0.625rem;
    line-height: 1.6;
  }
}