@charset "EUC-JP";
.c-top-firstView{
  --firstViewSlideHeight:100vh;
}
.c-top-firstView.withNews{
 /* --firstViewSlideHeight:calc(100vh - 70px);*/
    --firstViewSlideHeight:none;
}
.c-top-firstView{
  width:100%;
  height:var(--firstViewSlideHeight);
  overflow:hidden;
}
.c-top-firstView a,
.c-top-firstView img,
.c-top-firstView picture{
  width:100%;
  height:var(--firstViewSlideHeight);
  display:block;
  outline:none;
}
.c-top-firstView img{
  object-fit:cover;
  object-position:center;
}
.c-top-firstView a:hover{
  opacity:1;
}
.top_message_txt {
  text-align:center;
}
@media screen and (max-width:1024px){
  .c-top-firstView{
    --firstViewSlideHeight:calc(100vh - 60px);
    --firstViewSlideHeight:calc(100svh - 60px);
  }
  .c-top-firstView.withNews{
    --firstViewSlideHeight:calc(100vh - 60px - 100px);
    --firstViewSlideHeight:calc(100svh - 60px - 100px);
  }
}
.c-top-news{
  --topNewsHeight:70px;
  width:100%;
  height:var(--topNewsHeight);
  position:relative;
  z-index:2;
}
.c-top-news::before{
  content:"";
  width:calc(100% - 120px);
  height:100%;
  left:0;
  top:0;
  position:absolute;
  background:var(--defaultColor);
  opacity:0.05;
}
.c-top-news .l-content{
  height:var(--topNewsHeight);
  overflow:hidden;
  position:relative;
}

@media screen and (min-width:1025px){
  .c-top-news .l-content{
    padding-right:120px;
  }
}
.c-top-news a,.c-top-news span{
  font-size:16px;
  height:var(--topNewsHeight);
  line-height:var(--topNewsHeight);
  white-space:nowrap;
  width:100%;
  text-overflow:ellipsis;
  display:block;
  color:var(--defaultColor);
  overflow:hidden;
}
.c-top-news a:hover{
  text-decoration:underline;
}
.c-top-newsListNext,.c-top-newsListPrev{
  width:60px;
  height:var(--topNewsHeight);
  position:absolute;
  top:0;
  right:0;
  cursor:pointer;
  z-index:3;
}
.c-top-newsListPrev{
  right:60px;
}
.c-top-newsListNext::before,.c-top-newsListPrev::before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background:var(--defaultColor);
  opacity:0.05;
}
.c-top-newsListNext::after,.c-top-newsListPrev::after{
  content:"";
  width:10px;
  height:10px;
  position:absolute;
  top:calc(50% - 5px);
  transition:right 0.2s ease-out,left 0.2s ease-out;
}
.c-top-newsListPrev::after{
  right:5px;
  border-top:1px solid var(--defaultColor);
  border-left:1px solid var(--defaultColor);
  transform:rotate(-45deg);
}
.c-top-newsListNext::after{
  left:5px;
  border-top:1px solid var(--defaultColor);
  border-right:1px solid var(--defaultColor);
  transform:rotate(45deg);
}

@media screen and (max-width:1024px){
  .c-top-news{
    --topNewsHeight:100px;
    display:flex;
    align-items:center;
  }
  .c-top-news::before{
    width:100%;
  }
  .c-top-news a,.c-top-news span{
    font-size:14px;
    line-height:20px;
    height:60px;
    white-space:normal;
    width:100%;
    padding-right:0;
    margin-top:20px;
    display:-webkit-box;
    display:box;
    overflow:hidden;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient:vertical;
    box-orient:vertical;
  }
  .c-top-newsListNext,.c-top-newsListPrev{
    width:35px;
    height:35px;
  }
  .c-top-newsListPrev{
    right:37px;
  }
  .c-top-newsListNext::before,.c-top-newsListPrev::before{
    content:none;
  }
  .c-top-newsListNext::after,.c-top-newsListPrev::after{
    content:"";
    width:6px;
    height:6px;
    position:absolute;
    top:calc(50% - 3px);
    transition:right 0.2s ease-out,left 0.2s ease-out;
  }
  .c-top-newsListPrev::after{
    right:5px;
    border-top:1px solid var(--defaultColor);
    border-left:1px solid var(--defaultColor);
    transform:rotate(-45deg);
  }
  .c-top-newsListNext::after{
    left:5px;
    border-top:1px solid var(--defaultColor);
    border-right:1px solid var(--defaultColor);
    transform:rotate(45deg);
  }
}
.c-top-information{
  margin-top:60px;
}
.c-top-informationImage{
  width:100%;
  position:relative;
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-top-informationImage::before{
  content:"";
  padding-top:59.61%;
  display:block;
}
.c-top-informationMessage{
  width:680px;
  max-width:80%;
  padding:60px 60px 0 60px;
  line-height:200%;
  margin:-100px 0 0 auto;
  background:var(--defaultBackgroundColor);
  position:relative;
  z-index:3;
}

@media screen and (max-width:1024px){
  .c-top-informationMessage{
    width:calc(100% - 8vw);
    max-width:100%;
    padding:30px 4vw 0 4vw;
    line-height:180%;
    margin:-4vw auto 0 auto;
  }
}
.c-top-interval,
.c-top-ranking,
.c-top-message,
.c-top-freespace{
  margin-top:120px;
}

@media screen and (max-width:1024px){
  .c-top-interval,
  .c-top-ranking,
  .c-top-message,
  .c-top-freespace{
    margin-top:90px;
  }
}
.c-top-intervalImage{
  width:100%;
  max-height: 40vw;
  position:relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-top-intervalImage img{
  position:static;
}
.c-top-ranking .c-sliderPrev{
  position:absolute;
  right:52px;
  top:50%;
  transform:translatey(-50%);
}
.c-top-ranking .c-sliderNext{
  position:absolute;
  right:0;
  top:50%;
  transform:translatey(-50%);
}

@media screen and (max-width:1024px){
  .c-top-ranking .c-sliderPrev{
    right:37px;
  }
}
.c-top-messageImage{
  width:100%;
  position:relative;
}
.c-top-messageImage::before{
  content:"";
  padding-top:48.08%;
  display:block;
}
.c-top-message .l-content{
  width:100%;
  margin-top:40px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.c-top-messageManager{
  width:33%;
}
.c-top-messageComment{
  width:calc(100% - 33% - 40px);
  line-height:200%;
  display:flex;
}
.c-top-messageComment img {
  margin-right:20px;
}
.c-top-messageManagerName{
  font-family:var(--boldfont);
  font-weight:bold;
  font-size:24px;
  line-height:150%;
}
.c-top-messageLink{
  display:inline-block;
  margin-top:1em;
  color:var(--defaultColor);
  font-size:16px;
  line-height:150%;
  position:relative;
}
.c-top-messageLink::before{
  content:"";
  position:absolute;
  width:100%;
  height:1px;
  left:0;
  bottom:0;
  background:var(--defaultColor);
  opacity:0.5;
}

@media screen and (max-width:1024px){
  .c-top-messageImage{
    width:100%;
    position:relative;
  }
  .c-top-message .l-content{
    display:block;
  }
  .c-top-messageManager{
    width:100%;
    text-align:center;
  }
  .c-top-messageComment{
    width:100%;
    line-height:180%;
    margin-top:40px;
    display:block;
  }
  .c-top-messageComment img {
    margin-bottom:20px;
        margin-right:0;
width:100%;
  }
  .c-top-messageManagerName{
    font-size:20px;
  }
  .c-top-messageLink{
    display:inline-block;
    margin-top:1em;
    color:var(--defaultColor);
    font-size:16px;
    line-height:150%;
    position:relative;
  }
}



/*ここからトップ*/
.main_top .c-top-informationImage {
  background-image: url(https://img11.shop-pro.jp/PA01058/044/etc_base64/c2hvcF9pbWcwMQ.jpg?cmsp_timestamp=20240426180006);
}
.main_top .c-top-informationMessage {
  background-image: url(https://img11.shop-pro.jp/PA01058/044/etc_base64/ZnZfYmc.png?cmsp_timestamp=20240426180006);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 70px 50px;
}
.main_top .recommend {
  background-color: #f5f5f5;
}
.main_top .recommend .l-content {
  padding-left: var(--contentSidePadding);
  padding-right: var(--contentSidePadding);
  padding-top: 45px;
  padding-bottom: 70px;
}

.main_top .c-top-message {
  padding: 70px 0;
}
.main_top .c-top-message {
  background-image: url(https://img11.shop-pro.jp/PA01058/044/etc_base64/bWVzc2FnZV9iZw.jpg?cmsp_timestamp=20240426180006);
  background-repeat: no-repeat;
  background-size: cover;
}
.main_top .top_message_ttl {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.main_top .c-items a {
  margin-top: 45px;

}
.main_top .c-items.rec_items a {
  width: 32%;
}
.main_top .c-top-message .l-content {
  display: block;
}
.main_top .top_message_in {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0;
}
.main_top .c-top-messageManager {
  margin: 0;
}
.main_top .top_message_map {
  display: flex;
  width: 100%;
  margin: 35px 0 0;
}
.top_message_map_in {
  width: 50%;
}
.main_top .top_message_about {
  margin: 50px 40px;
}
.main_top .top_message_about_address {
  margin: 0 0 20px;
  display: flex;
}

.main_top .br_pc {
  display: block;
}

.main_top .top_message_map_icon img {
  width: 40px;
  margin: 17px 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .main_top .c-top-informationMessage {
    padding: 10px 30px 25px;
  }
  .main_top .br_pc {
    display: none;
  }
  .main_top .top_message_in {
    display: block;
  }
  .main_top .c-top-messageComment {
    margin-top: 20px;
  }

  .main_top .c-top-message {
    padding: 60px 0 65px;
  }
  .main_top .top_message_map {
    display: block;
  }
  .main_top .top_message_map_in {
    width: 100%;
  }
  .main_top .top_message_about {
    margin: 20px 0 0;
  }
  .main_top .top_message_about_address {
    margin: 0 0 10px;
  }

  .main_top .c-items.rec_items a {
    width: 48%;
  }
  
.rec_items ul li {
        width: 48%;
    }
  
.l-content .rec_items  li {
          width: 48%;
  }
}


.rec_items {
      margin: 0;
}
.rec_items li {
width: 32%;
  list-style: none;
}

.main_top .c-items.rec_items li a {
width: 100%;
  position: relative;
    margin-bottom: 0.8em;
    background: var(--itemImageBackground);
}
}


.main_top .c-items.rec_items ul li price {
    margin-top: 0.5em;
}


.main_top .c-items.rec_items li a::before {
    content: "";
    padding-top: var(--itemImageHeightRatio);
    display: block;
}


.rec_items_img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: var(--itemImageDisplayMethod);
    object-position: center;
}

.top_message_in.top_message_shopdetail {
  margin: 35px 0 95px;
}

.c-top-firstView.fv_bg {
  background-image: url(https://img11.shop-pro.jp/PA01058/044/etc_base64/ZnZfYmdfMDI.jpg?cmsp_timestamp=20240604105047);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 878px;
}
.c-top-firstView.fv_bg a {
  background-color: #0fa82c;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin: 30px auto 0;
  padding: 10px 60px;
  width: fit-content;
  border-radius: 32px;
  height: auto;
}
.fv_txt {
  max-width: 550px;
  margin: 80px auto 0;
}
.fv_txt img {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-top-firstView.fv_bg {
    height: var(--firstViewSlideHeight);
  }
  .c-top-firstView.fv_bg a {
    font-size: 18px;
    padding: 5px 40px;
  }
  .fv_txt {
    margin: 40px auto 0;
  }
  .fv_txt img {
    height: auto;
    padding: 0 20px;
  }
}
/*ここまでトップ*/