@charset "utf-8";
/* CSS Document */
.item_text_space {
  background-color: #fff;
  height: 40px;
  color: #333;
  margin-top: 5px;
  padding: 5px;
  font-size: 11px;
}
.item_text_subspace {
  background-color: #fff;
  height: 20px;
  color: #333;
  padding: 5px;
}
.item_name {
  color: #333;
}
.item_regular_price {
  color: #333;
}
.item_price item_price_discount {
  color: #333;
}
.item_discount_rate {
  color: #333;
}
.item_price show {
  color: #333;
}
.item_soldout show {
  color: #333;
}
.info_detail {
  font-size: 12px;
}
ul.info_list {
  list-style: none;
}
ul.info_list li dl {
  margin: 0;
}
ul.info_list li dl dt {
  line-height: 25.5px;
}
ul.info_list li dl dd {
  line-height: 21px;
}
#contents .news_info ul {
  border-radius: 5px;
  border: 1px solid #002CA4;
  display: block;
  margin: 3px;
  left: 3px;
  overflow-x: auto;
  overflow-y: scroll;
  width: 98%;
  height: 120px;
}
.news_info ul li {
  list-style: none;
  margin-left: 6px;
  padding-left: 4px;
  border-bottom: thin dotted #BFBFBF;
  line-height: 260%;
}
.free {
  margin: 10px 0;
}
.free a img {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block;
}
.free img {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block;
}
@media (max-width: 480px) {
  .container {
    width: auto;
    /* padding: 0 0px; */
  }
}
#postage01 {
  width: 90%;
  padding: 10px 10px 5px;
  background-color: #FDFDFD;
  margin: 10px 5% 10px 2%;
  -webkit-box-shadow: 2px 3px 7px 0px #B8B8B8;
  box-shadow: 2px 3px 7px 0px #B8B8B8;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  line-height: 181%;
  border: 1px solid #CBCBCB;
}
#postage01 p span {
  background-color: #C51E21;
  color: #FFFFFF;
  padding: 2px 3px;
}
/* スライダー */
/* carousel */
.carousel {
  box-sizing: border-box;
  position: relative;
  margin: 20px auto;
  padding: 0 20px;
}
.carousel li {
  margin: 0 5px;
}
.carousel_heading {
  margin: 0 -20px;
}
/* 新着商品 */
.new {
  margin: 20px 0;
  padding: 0 20px;
  overflow: hidden;
}
.new_lists {
  margin-top: 20px;
  font-size: 14px;
}
.new_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
/* 前へ、次へのボタン */
button.slick-prev, button.slick-next, a.bx-prev, a.bx-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid #182253 !important;
}
button.slick-prev {
  left: -20px !important;
}
button.slick-next {
  right: -20px !important;
}
a.bx-prev {
  left: 0 !important;
}
a.bx-next {
  right: 0 !important;
}
button.slick-prev::before, button.slick-next::before, a.bx-prev::before, a.bx-next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #182253;
  border-right: 2px solid #182253;
  border-radius: 1px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
button.slick-prev::before, a.bx-prev::before {
  left: 16px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
button.slick-next::before, a.bx-next::before {
  right: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.bx-prev::before {
  left: 14px;
}
a.bx-next::before {
  right: 14px;
}
/* ===== 要素を表示するコンテナのスタイル ===== */
.falling-container {
  position: relative;
  height: 100%; /* コンテナの高さ */
  width: 100%; /* コンテナの横幅 */
  overflow: hidden; /* コンテナからはみ出した要素を隠す */
}
/* ===== 要素のスタイル ===== */
/* 共通スタイル */
.fall {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  animation: animate-fall 12s ease-out;
}
/* 春 */
.fall-1 {
  background-image: url('https://img07.shop-pro.jp/PA01255/152/etc/sakura1.png?cmsp_timestamp=20220218143028');
}
.fall-2 {
  background-image: url('https://img07.shop-pro.jp/PA01255/152/etc/sakura2.png?cmsp_timestamp=20220218143048');
}
.fall-3 {
  background-image: url('https://img07.shop-pro.jp/PA01255/152/etc/chocho.png?cmsp_timestamp=20220218143107');
}
/* 秋 */
/* .fall-1 {
    background-image: url('https://img07.shop-pro.jp/PA01255/152/etc/leaf1.png?cmsp_timestamp=20211021111209'); 
}
.fall-2 {
    background-image: url('https://img07.shop-pro.jp/PA01255/152/etc/leaf2.png?cmsp_timestamp=20211021111238'); 
}
.fall-3 {
    background-image: url('https://img07.shop-pro.jp/PA01255/152/etc/leaf3.png?cmsp_timestamp=20211021111253'); 
} */
/* 冬 */
/* .fall-1 {
    background-image: url('https://img07.shop-pro.jp/PA01255/152/etc/snow1.png?cmsp_timestamp=20211122135626'); 
}
.fall-2 {
    background-image: url('https://img07.shop-pro.jp/PA01255/152/etc/snow2.png?cmsp_timestamp=20211122135008'); 
}
.fall-3 {
    background-image: url('https://img07.shop-pro.jp/PA01255/152/etc/snowman.png?cmsp_timestamp=20211122135024'); 
} */
/* ===== いろいろ降るアニメーション ===== */
@keyframes animate-fall {
  0% {
    opacity: 0;
    top: 0;
    transform: rotate(0);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(1080deg);
  }
}
/*
* slider
*/
.slider {
  position: relative;
  margin: 0 auto 40px;
  max-width: 1200px;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
  height: auto
}
.bx-wrapper {
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
a.bx-pager-link {
  background: #d2d8e3 !important;
}
a.bx-pager-link.active {
  background: #182253 !important;
}
.bx-caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(24, 34, 83, 0.60);
}
.bx-caption span {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 10px 10px 20px;
  color: #fff;
}
.search__form_box {
  width: 100%;
  margin: 0 10px;
}
.search_form_sp {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.search_box_sp {
  width: 75%;
  max-width: 440px;
}
.btn_search_sp {
  width: 15%;
  margin-left: 5px;
  max-width: 55px;
}
/* 商品紹介 */
.top_link {
  height: 120px;
  margin: 4px auto;
  padding: 10px 4px;
  border-radius: 4px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #003366;
  text-align: center;
}
@media (max-width: 480px) {
  .top_link {
    justify-content: center;
    flex-direction: column;
  }
}
.top_link_img {
  overflow: hidden;
}
.top_link_img img {
  height: 100%;
  transition-duration: 0.5s;
}
.top_link:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.top_link_name {
  display: inline-block;
  padding: 20px 0;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .top_link_name {
    padding: 10px 0;
  }
}
.product {
  margin: 0 auto 60px;
  padding: 10px 20px;
}
.product_img {
  width: 100%;
  margin-right: 10px;
}
.product_text {
  width: 100%;
  padding: 16px 0;
  text-align: center;
}