#side {
 display: none;
}
#info-section {
 display: none;
}

/*メインビジュアル*/
.mainvisual {
 margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
    overflow-x: hidden;
 position: relative;
}
@media screen and (max-width: 767px) {
.mainvisual {
 margin-right: 0;
	margin-left: 0;
    overflow-x: hidden;
　}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
 .mainvisual {
 margin-right: calc(47% - 50vw);
	margin-left: calc(48% - 50vw);
    overflow-x: hidden;
　}
}

.main-pc {
  display: block;
  object-fit: cover;
	width: 100%;
	height:80vh!important;
}
.main-sp {
 display: none;
}
@media screen and (max-width: 767px) {
  .main-pc {
   display: none;
  }
  .main-sp {
    display: block;
    width: 100%;
  height: 60vh!important;
 object-fit: cover;
  }
}

.mainvisual p {
  position: absolute;
  top: 14%;
  left: 8%;
  font-size: 2.4rem;
  font-weight: bold;

  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;

  text-orientation: upright;
  -webkit-text-orientation: upright;

  letter-spacing: 1rem;

  /* ★LINE対策ここから */
  white-space: nowrap;
  word-break: keep-all;
  line-break: strict;
}
@media screen and (max-width: 767px) {
.mainvisual p {
 position: absolute;
  top: 7%;
  left: 7%;
 font-size: 2.0rem;
  font-weight: bold;
}
}

.main-low {
 text-align: center;
  margin: 30px;
}

.main-low p {
 display: inline-block;
 text-align: left;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
.main-low p {
  font-size: 1.2rem;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.main-low p {
  font-size: 1.6rem;
 }
}

/*お知らせ*/


/*LINEバナー*/
.line-bn {
 text-align: center;
 margin-bottom: 50px;
}

.line-bn .line {
 width: 40%;
  margin: 0 auto;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
 .line-bn .line {
 width: 60%;
  margin: 0 auto;
  border-radius: 20px;
}
}


.top-contents {
 display: flex;
}
@media screen and (max-width: 767px) { 
 .top-contents {
 flex-direction: column;
 }
}

/*サイドバー*/
/*共通*/
#top-side {
 width: 25%;
 margin-right: 30px;
  margin-top: 43px;
}
@media screen and (max-width: 767px) { 
 #top-side {
 width: 100%;
 margin-right: 0;
  margin-top: 0;
  order: 2;
　}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
 #top-side {
  width: 35%;
   margin-top: 48px;
　}
}

#top-side h3 {
  font-size: 1.5rem;
  border-bottom: 3px solid #3A87FA;
  font-weight: normal;
  padding: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
#top-side h3 {
 text-align: center;
 width: 80%;
  margin: 0 auto;
  font-size: 1.8rem;
　}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
#top-side h3 {
  font-size: 1.4rem;
}
}



.side-category-sp {
 display: none;
}
@media screen and (max-width: 767px) {
.side-category {
 display:none;
　}
 .side-category-sp {
 display: flex;
  justify-content: space-between;
   flex-wrap: wrap;
   margin-top: 30px;
　}
  .side-category-sp li {
   width: 30%;
　}
}

#top-side ul li .parent {
 display: flex;
  align-items: center;
  font-size: 1.3rem;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
#top-side ul li .parent {
  font-size: 1rem;
  flex-direction: column;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
#top-side ul li .parent {
  font-size: 1.1rem;
 }
}

#top-side li .ca-img {
 width: 40px;
  height: 40px;
  border-radius: 40%;
  object-fit: cover;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
#top-side li .ca-img {
 width: 90px;
  height: 120px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 0;
　}
}

@media screen and (max-width: 767px) {
.side-category-sp li a p  {
 text-align: center;
　}
}

#top-side ul li .child {
 font-size: 1rem;
  display: flex;
  justify-content: space-between;
  margin-left: 25px;
}

/*グループ*/
.group-icon {
 width: 60px;
 object-fit: contain;
  margin-right: 10px;
}

@media screen and (max-width: 767px) { 
.group-icon {
 width: 60px;
  display: block;
  margin-right: 0;
  margin-bottom: 10px!important;
 }
}

@media screen and (max-width: 767px) {
 .side-group {
 display: flex;
  justify-content: space-between;
   flex-wrap: wrap;
   margin-top: 30px;
　}
  .side-group li {
   width: 40%;
    border: 1px solid #848484;
    border-radius: 30px;
    padding: 20px 10px;
    margin-bottom: 20px;
　}
}

/*カレンダー*/
.tbl_calendar {
 width: 80%;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
.tbl_calendar {
 width: 60%;
 }
}

/*サイドバナー*/
.side-bn {
  margin-top: 30px;
text-align: center;
}

.side-bn a img {
 width: 80%;
 margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
 .side-bn a img {
 width: 60%;
 }
}

/*商品一覧*/
#product-section {
 width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
#product-section {
 width: 65%;
　}
}
@media screen and (max-width: 767px) { 
#product-section {
  order: 1;
 width: 100%;
 }
}

.product-list {
 display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) { 
.product-list {
  justify-content: space-between;
　}
}

.product-item {
 width: calc(90%/4);
margin: 10px 10px 30px 10px;
}
@media screen and (max-width: 767px) { 
.product-item {
 width: calc(90%/2);
margin: 10px 5px;
　}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.product-item {
 width: calc(90%/3);
margin: 10px 5px;
　}
}


.item-image {
 width: 100%;
  height: 200px!important;
  object-fit: cover;
  margin: 10px auto;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.item-image {
  height: 160px!important;
　}
}

.item-name {
 width: 100%;
}

.item-price {
  margin-top: 10px;
font-weight: bold;
 text-align: right;
}

.soldout {
  text-align: right;
 color: red;
}

.extra {
 text-align: center;
}

.c-btn {

}

/*ランキング*/
.ranking-container {
  position: relative;
}

.ranking-badge {
  position: absolute;
  top: 15px;
  left: 5px;
  padding: 5px 10px;
  background-color: #f000;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}

.is-hidden {
 display: none;
}

.c-btn::after {
  top: 16px;
 transform: rotate(135deg);
}
.c-btn:hover {
 opacity: 0.6;
}
/* LINE対策（改行崩れ防止） */
body {
  word-break: normal;
  overflow-wrap: break-word;
}

p {
  line-break: strict;
}