@charset "UTF-8";
html {
  scroll-behavior: auto !important;
}

.page-top .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
}

.page-top .splide__arrow {
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: none;
  -webkit-transform: none;
  transform: none;
}

.page-top .splide__arrow:before {
  content: "";
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  width: 10px;
  height: 10px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.page-top .splide__arrow.splide__arrow--prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-top .splide__arrow.splide__arrow--next:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.page-top .splide__pagination {
  position: static;
  padding: 0 15px;
}

.page-top .splide__pagination li {
  display: -ms-grid;
  display: grid;
}

.page-top .splide__pagination__page {
  background: #dedede;
  margin: 0 4px;
  width: 6px;
  height: 6px;
}

.page-top .splide__pagination__page.is-active {
  background: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.common_ttl {
  font-size: 24px;
  letter-spacing: 1.2px;
  text-align: center;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.top_splide .splide__slide img {
  width: 100%;
}

.block_pickup {
  margin: 50px 15px 0;
}

.block_pickup .splide__slide_txt_wrap {
  margin: 25px 0 0;
}

.block_pickup ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 19px 21px;
  margin: 24px 0 0;
}

.block_pickup ul .ttl {
  font-size: 12px;
  text-align: center;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 12px 0 10px;
}

.block-about-mimc {
  background: url("/img/usr/top/sp/about_img.jpg") no-repeat center/cover;
  margin: 40px 0 0;
  padding: 60px 0;
}

.block-about-mimc .text_area {
  color: #fff;
  padding: 0 15px;
}

.block-about-mimc .text_area .ttl {
  font-size: 24px;
  letter-spacing: 1.3px;
}

.block-about-mimc .text_area .txt {
  padding: 20px 0 22px;
  line-height: 26px;
  font-weight: 400;
}

.block-about-mimc .text_area .link a {
  display: inline-block;
  color: #fff;
  text-align: left;
  letter-spacing: 1.8px;
}

.block-about-mimc .text_area .link a:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 5px 0 0;
}

.block-column {
  background: url("/img/usr/top/sp/column_img.jpg") no-repeat center bottom/cover;
  padding: 100px 0 50px;
}

.block-column .text_area {
  padding: 0 15px;
  color: #666;
  text-align: right;
}

.block-column .text_area .ttl {
  font-size: 24px;
  letter-spacing: 1.3px;
}

.block-column .text_area .txt {
  padding: 20px 0 22px;
  line-height: 26px;
}

.block-column .text_area .link a {
  display: inline-block;
  color: #666;
  letter-spacing: 1.8px;
}

.block-column .text_area .link a:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #666;
  display: block;
  margin: 5px 0 0;
}

.custom_ranking_container {
  margin: 72px 0 0;
}

.custom_ranking_container h2.custom_header_sub {
  text-align: center;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 1.3px;
  padding: 0;
}

.custom_ranking_container .custom_tubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 23px auto 0;
}

.custom_ranking_container .custom_tubs .custom_tub {
  text-align: center;
  margin: 0;
  padding: 0 12px;
  border-right: 1px solid #999;
}

.custom_ranking_container .custom_tubs .custom_tub:nth-child(1) {
  padding-left: 0;
}

.custom_ranking_container .custom_tubs .custom_tub:last-child {
  padding-right: 0;
  border: none;
}

.custom_ranking_container .custom_tubs .custom_tub.is_active span {
  color: #333;
  font-weight: 500;
}

.custom_ranking_container .custom_tubs .custom_tub.is_active span:before {
  opacity: 1;
}

.custom_ranking_container .custom_tubs .custom_tub span {
  position: relative;
  color: #999;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.75px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.custom_ranking_container .custom_tubs .custom_tub span:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -13%;
  background: #333;
  width: 126%;
  height: 2px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.custom_ranking_container .custom_items .custom_item {
  visibility: hidden;
  height: 0;
}

.custom_ranking_container .custom_items .custom_item.is_active {
  visibility: visible;
  height: auto;
}

.custom_ranking_container .custom_items .custom_item:nth-child(n+2) .block-ranking-r {
  margin: -10px 0 0;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r {
  position: relative;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r::-webkit-scrollbar {
  display: none;
  /* デフォルトスクロールバーを非表示 */
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r .custom-scrollbar {
  position: relative;
  width: auto;
  height: 2px;
  background-color: #dedede;
  border-radius: 5px;
  margin: 25px 15px 0;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r .custom-scrollbar-thumb {
  background-color: #333;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  /* 初期のサイズ */
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--items {
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 30px 0 0;
  gap: 15px;
  max-width: none;
  height: 100%;
  border: none;
  scrollbar-width: none;
  margin: 10px 0 0;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--items::-webkit-scrollbar {
  display: none;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--items li {
  display: contents;
  margin: 0;
  padding: 0;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--items li a {
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--items li:first-child a {
  margin-left: 15px;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--items li:last-child a {
  margin-right: 15px;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--goods {
  -ms-flex-preferred-size: 246px;
  flex-basis: 246px;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--goods-image {
  width: 180px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--goods-image figure {
  padding: 0;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--item .block-ranking-r--rank {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 1px;
  left: 0px;
  color: #000;
  font-size: 20px;
  line-height: 1;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--item .block-ranking-r--rank:after {
  content: none;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--description {
  display: contents;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--description .block-ranking-r--comment {
  display: none;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--description .block-ranking-r--goods-name {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.6px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 8px 0 0;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--description .block-icon {
  -webkit-box-ordinal-group: 201;
  -ms-flex-order: 200;
  order: 200;
  margin: 0;
  display: none;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--description .block-ranking-r--soldoutcomment {
  display: none;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--description .variation-name {
  -webkit-box-ordinal-group: 151;
  -ms-flex-order: 150;
  order: 150;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--description .block-ranking-r--price-infos {
  -webkit-box-ordinal-group: 301;
  -ms-flex-order: 300;
  order: 300;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--description .block-ranking-r--price {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin: 5px 0 0;
}

.custom_ranking_container .custom_items .custom_item .block-ranking-r--description .block-ranking-r--default-price {
  color: #222;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

.block-template01 {
  margin: 120px 0 0;
}

.block-template01 .block-top_category ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 0;
}

.block-template01 .block-top_category li p {
  text-align: center;
  margin: 12px 0 0;
}

.block-template01 .block-header-search,
.block-template01 .block-globalnav-menu {
  display: block;
  position: static;
}

.block-template01 .block-globalnav-menu {
  margin: 70px 15px 0;
}

.block-template01 .block-globalnav-menu .block-globalnav-menu-main {
  margin: 25px 0 0;
}

.block-template01 .block-globalnav-menu .block-header-menu-list--navi .navi-level01>a {
  padding: 14px 0;
}

.block-template01 .block-globalnav-menu .block-header-menu-list--navi .navi-level01 div>a {
  padding: 14px 0;
}

.block-template01 .block-globalnav-menu .block-header-menu-list--navi .navi-level01.active {
  padding-bottom: 13px;
}

.block-template01 .block-globalnav-menu .block-header-menu-list--navi .navi-level02 a {
  padding: 15px 40px 17px 20px;
}

.block-template01 .block-globalnav-menu .block-header-menu-list--navi .navi-level02 a:before {
  right: 24px;
}

.block-template01 .block-header-search {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.098);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.098);
  padding: 35px 30px 40px;
  margin: 80px 15px 0;
  width: auto;
}

.block-template01 .block-header-search .common_ttl {
  margin: 0 0 18px;
}

.block-template01 .block-header-search .block-header-word {
  margin: 30px 0 0;
}

.block-template01 .block-header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dedede;
}

.block-template01 .block-header-search input[type="text"] {
  width: 100%;
  border: none;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0;
}

.block-template01 .block-header-search .block-search-box--search-submit {
  background: #fff !important;
}

.block-template01 .block-header-search .block-header-word ul {
  gap: 9px 8px;
}

.block-template01 .block-header-search .block-header-word a {
  padding: 8px 12px;
}

.block-top-topic {
  border-top: none;
  margin: 63px 15px 0;
}

.block-top-topic--header {
  text-align: center;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 1.3px;
}

.block-icon-image--table {
  display: block;
}

.block-icon-image--table-cell {
  display: block;
}

.block-icon-image--table-cell-angle-right {
  display: none;
}

.block-top-topic--body .block-top-topic--items {
  margin: 15px 0 22px;
}

.block-top-topic--body .block-top-topic--items li {
  padding: 16px 0 21px;
  border-color: #dedede;
}

.block-top-topic--body .block-top-topic--items li .block-top-topic--icon {
  display: none;
}

.block-top-topic--body .block-top-topic--items dt {
  color: #999;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.block-top-topic--body .block-top-topic--items dd {
  line-height: 18px;
  margin: 5px 0 0;
}

.block-top-topic--next-page {
  text-align: center;
  padding: 0;
}

.block-top-topic--next-page a {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-decoration: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.block-top-topic--next-page a:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #333;
  display: block;
  margin: 5px 0 0;
}

#block_of_itemhistory {
  display: none;
}

.block-template02 {
  overflow: hidden;
}

.block-shop-area {
  margin: 74px 15px 0;
}

.block-shop-area section {
  margin: 25px 0 0;
}

.block-shop-area .top-shop-slide {
  max-width: 274px;
  margin: 25px auto 0;
}

.block-shop-area .swiper {
  overflow: visible;
}

.block-shop-area .swiper .swiper_slide_txt_ttl {
  font-size: 12px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin: 16px 0 0;
}

.block-shop-area .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 27px auto 0;
}

.block-shop-area .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  width: auto;
  height: 2px;
  margin: 0;
  border-radius: 0;
  background: #e6e6e6;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 !important;
}

.block-shop-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333;
  border-radius: 8px;
}

.block-banner-area {
  margin: 80px 15px 0;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.block-instagram-area {
  margin: 63px 0 0;
}

.block-instagram-area .common_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.block-instagram-area .common_ttl:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  margin-top: 4px;
  background: url("/img/usr/top/instagram_logo.png") no-repeat center/contain;
}