/******************************/
/* SLIDER */
/******************************/
.textpc-on{
display : none;
}


@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
.textpc-on{
display : inline;
}
}
.swiper-slide .main-visual__title--pc img{
  width: 200px !important;
  height: auto !important;
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}
.item__card list {
	text-align: center;
}
.c-item-list__price {
	font-size: 1.25rem;
	text-align: center;
	letter-spacing: 1.1;
	margin-bottom: 0.625rem;
}

.shop__ttl-stamp {
    width: 100%;
}

.japanfoodbox{
	border: 6px #EAEAEA solid;
   padding: 30px 30px 20px 70px;
  margin: 50px auto 50px auto;
    display: -webkit-flex;
    display: flex;
  width: 1150px;
}
.japanfood-left{
   width: 323px;
  padding-left: 0px;
}
.japanfood-left img{
	width: 300px;
  height: auto;
}
.japanfood-left p.news-photo1 img{
	width: 223px;
  height: auto;
}
.japanfood-right{
   width: 690px;
  padding: 20px 20px 20px 40px;
}
.japanfood-right p{
  margin: 10px 0;
    line-height: 1.86;
}
.japanfood-right h3{
font-size: 20px;
  line-height: 1.8;
  text-align: left;
}

.japanfoodbt a{
display: inline-block;
  text-decoration : none;
  color: #fff;
  background: #AA1919;
  padding: 16px 40px;
  margin-top: 6px;
  border-radius: 30px;
}


@media screen and (max-width: 767px) {
.japanfoodbox{
	border: 6px #EAEAEA solid;
   padding: 30px;
  margin: 50px auto 0 auto;
    display: block;
  width: 90%;
}
  .japanfood-left{
   width: 100%;
  padding-left: 0;
    text-align: center;
    margin-bottom : 20px;
}
  .japanfood-left img{
	width: 80%;
  height: auto;
    margin: auto;
}
.japanfood-right{
   width: 100%;
  padding: 0;
}

.japanfood-right p{
  margin: 10px 0;
  line-height: 1.86;
}
.japanfood-right h3{
font-size: 18px;
  line-height: 1.6;
}
  .japanfoodbt{
  text-align: center;
  }
  .japanfoodbt a{
display: inline-block;
  text-decoration : none;
  color: #fff;
  background: #AA1919;
  padding: 16px 40px;
  border-radius: 30px;
    margin: 6px auto;
}

  .smt_off{
  display: none;
  }
  
}

.info-box{
    border: 6px #EAEAEA solid;
    padding: 30px 70px 20px 70px;
    margin: 50px auto 50px auto;
    width: 1150px;
}
.info-box p{
	line-height: 1.8;
}
.info-box h4{
	padding: 20px;
  text-align: center;
  margin: 16px 0;
  border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.info-box h3{
text-align: center;
  margin-bottom: 14px;
}
.infobox-title{
    font-weight: bold;
  margin: 20px 0 0 0;
  text-align: center;
}
.infobox-link a{
  margin: 12px 0 12px 0;
  display: block;
  padding: 8px;
  text-align: center;
  background: #AA1919;
  color: #fff;
cursor: pointer;
}
.infobox-link a:hover{
background: #bd3737;
  color: #fff;
}
@media screen and (max-width: 767px) {
.info-box{
	border: 6px #EAEAEA solid;
   padding: 30px;
  margin: 50px auto 0 auto;
    display: block;
  width: 90%;
}
  .info-box h3{
text-align: left;
    font-size: 16px;
  margin-bottom: 14px;
}
}

.pcbn{
	display: block;
  margin: 40px auto 20px auto;
  text-align: center;
  width: 1150px;
}
  .spbn{
  display : none;
  }
@media screen and (max-width: 767px) {
  .pcbn{ display: none;}
  
  .spbn{
  display : block;
      margin: 50px auto 0px auto;
  text-align: center;
  width: 90%;
  }

.spbn img{
  width: 100%;
  height :autl;
  }
}

/*-- 2025626 トップ一覧文字 */
#item .list__name a {
  word-break: break-all;
}

/******************************/
/* 26.02.27バナー追加 */
/******************************/

.foundingbox{
  max-width: 1150px;
  width: 90%;
  margin:80px auto 0;
}

@media screen and (max-width: 768px) {
  .foundingbox{
  margin: 30px auto 0;
}
}

/* ------------------------------
  2026.05.27 ポップアップバナー_css
------------------------------*/
#guest-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.44);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

#guest-popup-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#guest-popup {
  max-width: 765px;
  width: 90%;
  position: relative;
}

#guest-popup-skip {
  background: #000;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(40%, -40%);
  cursor: pointer;
}

#guest-popup-skip:hover {
  opacity: 0.7;
}

#guest-popup-skip span {
  background: #fff;
  width: 25px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#guest-popup-skip span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width:600px) {
  #guest-popup-skip {
    width: 58px;
    height: 58px;
    transform: translate(25%, -40%);
  }
}

/* ------------------------------
  2026.05.27 トップお知らせ_css
------------------------------*/
#top_news .top_news-box {
  max-width: 1150px;
  width: 95%;
  margin: 75px auto;
}
#top_news .top_news-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  align-items: center;
}
#top_news .top_news-ttl {
  display: flex;
}
#top_news .top_news-ttl h3 {
  font-size: 38px;
  writing-mode: vertical-rl;
  letter-spacing: 8px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
}
#top_news .top_news-ttl h3::after {
  content: "";
  background: url(https://img21.shop-pro.jp/PA01498/434/etc/title3line.png);
  background-size: contain;
  width: 15px;
  height: 45px;
  display: block;
}
#top_news .top_news-ttl p {
  font-size: 14px;
  writing-mode: vertical-rl;
  letter-spacing: 1px;
}
#top_news .top_news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
#top_news .top_news-list li a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: end;
}
#top_news .top_news-list li a img {
  max-width: 125px;
}

#top_news .top_news-list li a .news_inner p {
  font-size: 14px;
}
#top_news .top_news-list li a .news_inner h3 {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.button__news {
  margin-left: auto;
  width: fit-content;
}
.button__news--text {
  text-align: center;
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 1.25rem 0;
  font-size: 16px;
  display: inline-block;
  width: 240px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border: 1px solid #707070;
}
.button__news--text::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.button__news--text:hover {
  background: #2e2e2e;
  color: #fff;
  text-decoration: none;
}
.button__news--text:hover::before {
  background-color: #fff;
}


@media screen and (max-width:767px) {
  #top_news .top_news-box {
    width: 90%;
  }
  #top_news .top_news-inner {
    grid-template-columns: 1fr;
  }
  #top_news .top_news-ttl {
    justify-content: center;
  }
  #top_news .top_news-list {
    grid-template-columns: 1fr;
  }
  .button__news {
    margin: 50px auto 0;
  }
}