@charset "UTF-8";
/**************************
分岐
**************************/
.adp-pc{
  display: block;
}
.adp-sp{
  display: none;
}
@media only screen and (max-width: 767px) {
    .adp-pc{
    display: none;
  }
  .adp-sp{
    display: block;
  }
}

/**************************
flex
**************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}

/**************************
季節限定カラー 用意
**************************/
.p-news-box dl dd.list ul li a,
.p-column-box dl dd .text p a,
.p-shop-box dl dd .text h3 a,
.p-box.archive .p-column-box dl dd .text h3 a{
  background-color: #fff;
}
.p-single-box .p-column-box dl dd .text p a{
  background-color: transparent;
}
.psR{
  position: relative;
}
.l-mv{
  z-index: 1;
}

/**************************
季節限定カラー
**************************/
body,
.swiper-button-next,
.swiper-button-prev{
  /* 春 */
  /* background-color: #fff0f2; */
  /* 新緑 or 初夏 */
  background-color: #f9ffea;
  /* 夏 */
  /* background-color: #f1ffff; */
  /* 秋 */
  /* background-color: #fff9f0; */
  /* 冬 */
  /* background-color: #f0f2ff; */
  /* 正月 */
  /* background-color: #fff2e0; */
}
.swiper-button-next,
.swiper-button-prev {
    max-height: 370px;
}
.fotlimi{
  /* 春 */
  /* border-top: 1px solid #d6ab8f; */
  /* 新緑 or 初夏 */
  border-top: 1px solid #74A456;
  /* 夏 */
  /* border-top: 1px solid #5671a4; */
  /* 秋 */
  /* border-top: 1px solid #e80000; */
  /* 冬 */
  /* border-top: 1px solid #BCC0E1; */
    /* 正月 */
    /* border-top: 1px solid #e80000; */
}

.fotlimi::before{
  content: "";
  position: absolute;
  top: -60%;
  height: 400px;
  width: 100%;
  z-index: -1;
}
/* 春 */
/* .fotlimi::before{
  background: url(../../images/top/toplimited/deco_2023_haru/decobg_haru.png) no-repeat center / cover;
} */
/* 新緑 or 初夏 */
/* .fotlimi::before{
  background: url(../../images/top/toplimited/deco_2023_shinryoku/decobg_shinryoku.png) no-repeat center / cover;
} */
/* 夏 */
/* .fotlimi::before{
  background: url(../../images/top/toplimited/deco_2023_natsu/decobg_shoka.png) no-repeat center / cover;
  top: 0%;
  height: 100%;
} */
/* 秋 */
/* .fotlimi::before{
  background: url(../../images/top/toplimited/deco_2023_aki/decobg_aki.webp) no-repeat center / cover;
    top: 0%;
  height: 100%;
} */
/* 冬 */
.fotlimi::before{
  background: url(../../images/top/toplimited/deco_2023_fuyu/decibg_fuyu.webp) no-repeat center / cover;
  top: 0%;
  height: 100%;
}
/* 正月 */
/* .fotlimi::before{
  background: url(../../images/top/toplimited/deco_newyear/decibg_newyear.webp) no-repeat center / cover;
  top: 0%;
  height: 100%;
} */
.circles {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.circles li {
  border-radius: 10%;
  display: block;
  list-style: none;
  opacity: 1;
  position: absolute;
  bottom: -150px;
  height: 120px;
  width: 120px;
  animation: animate 25s linear infinite;
}

.circles li:nth-child(1) {
  background: url(../../images/top/toplimited/deco_2023_fuyu/bg_deco_logo1.svg) no-repeat center/contain;
    left: 10%;
  height: 80px;
  width: 80px;
  animation-delay: 1s
}

.circles li:nth-child(2) {
  background: url(../../images/top/toplimited/deco_2023_fuyu/bg_deco_logo2.svg) no-repeat center/contain;
  left: 25%;
  height: 60px;
  width: 60px;
  animation-duration: 12s;
  animation-delay: 2s;
}

.circles li:nth-child(3) {
  background: url(../../images/top/toplimited/deco_2023_fuyu/bg_deco_logo3.svg) no-repeat center/contain;
  left: 70%;
  height: 60px;
  width: 60px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  background: url(../../images/top/toplimited/deco_2023_fuyu/bg_deco_logo4.svg) no-repeat center/contain;
  left: 40%;
  height: 30px;
  width: 30px;
  animation-duration: 18s;
  animation-delay: 0s;
}

.circles li:nth-child(5) {
  background: url(../../images/top/toplimited/deco_2023_fuyu/bg_deco_logo5.svg) no-repeat center/contain;
  left: 65%;
  height: 80px;
  width: 80px;
  animation-delay: 3s;
}

.circles li:nth-child(6) {
  background: url(../../images/top/toplimited/deco_2023_fuyu/bg_deco_logo6.svg) no-repeat center/contain;
  left: 75%;
  height: 75px;
  width: 75px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  background: url(../../images/top/toplimited/deco_2023_fuyu/bg_deco_logo7.svg) no-repeat center/contain;
  left: 35%;
  height: 120px;
  width: 120px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  background: url(../../images/top/toplimited/deco_2023_fuyu/bg_deco_logo8.svg) no-repeat center/contain;
  left: 50%;
  height: 55px;
  width: 55px;
  animation-duration: 45s;
  animation-delay: 15s;
}

.circles li:nth-child(9) {
  background: url(../../images/top/toplimited/deco_2023_fuyu/bg_deco_logo9.svg) no-repeat center/contain;
  left: 20%;
  height: 45px;
  width: 45px;
  animation-duration: 35s;
  animation-delay: 2s;
}

.circles li:nth-child(10) {
  background: url(../../images/top/toplimited/deco_2023_fuyu/bg_deco_logo10.svg) no-repeat center/contain;
  left: 85%;
  height: 160px;
  width: 160px;
  animation-delay: 0s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-3500px) rotate(720deg);
    transform: translateY(-3500px) rotate(720deg);
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-3500px) rotate(720deg);
    transform: translateY(-3500px) rotate(720deg);
  }
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .fotlimi::before{
    top: -45%;
    opacity: .5;
  }
  /* 夏 */
  .fotlimi::before{
    background-position: center right 10%;
  }
  /* 正月 */
  /* .fotlimi::before{
    background-position: center left 8%;
  } */
}


/**************************
アナウンスバナー
**************************/
.announce,
.announce2,
.announce3,
.announcebnr{
    margin-bottom: 50px;
}
.announce a,
.announce2 a,
.announce3 a{
  display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e20000;
    background: #e20000;
    color: #fff;
    padding: 20px;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.5;
}
.announce2 a{
  /* border: 1px solid #00A0E9;
  background: #00A0E9; */
  border: 1px solid blue;
  background: blue;
}
.announce3 a{
  /* border: 1px solid #00A0E9;
  background: #00A0E9; */
  border: 1px solid #019C66;
  background: #019C66;
}
.announcebnr a{
  box-shadow: 8px 8px 8px #bfbfbf;
  display:block;
}
/* .announcebnr .an_flexbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.announcebnr .fimgbox{
  position: relative;
  width: 48%;
}
.announcebnr .fimgbox img{
  aspect-ratio: 2/1;
    object-fit: cover;
  object-position: center 80%;
}
.announcebnr .ftxtbox{
  background: #000;
  color: #fff;
  position: relative;
    width: 52%;
}
.announcebnr .ftxtbox .txtbox{
    padding: 0 20px;
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.announcebnr .ftxtbox h2{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
    line-height: 1.6;
}
.announcebnr .ftxtbox h2:last-of-type{
  text-align: right;
}
.announcebnr .ftxtbox::before{
  content: "";
  background: linear-gradient(to right, transparent 0%, #000 100%);
  width: 20%;
} */
.announcebnr a:hover,
.announce a:hover,
.announce2 a:hover,
.announce3 a:hover{
  opacity: 0.7;
}
.announce a i,
.announce2 a i,
.announce3 a i {
  font-size: 30px;
  margin-left: 50px;
}
@media only screen and (max-width: 480px) {
  .pc_br {
    display: none;
  }
  .announce a,
  .announce2 a,
  .announce3 a {
    font-size: 15px;
  }
}

/**************************
お問い合わせ
**************************/
.contact-sec .contactlink {
  margin-bottom: 4rem;
}
.contact-sec .contactlink a{
  background: #fff;
  border: 1px solid #c9c4c4;
  display: inline-block;
  padding: 1.5rem 1rem;
  text-decoration: none;
  transition: .5s;
}
.contact-sec .contactlink a span{
  background: url(../../images/common/icn_button03_arrow.png) no-repeat center left;
  padding-left: 2rem;
}
.contact-sec .contactlink a:hover{
  background: #fff;
  color: #e20000;
}
/* .contact-sec .contactlink a{
  background: #e20000;
  border: 1px solid #e80000;
  color: #fff;
  display: inline-block;
  padding: 1.5rem 1rem;
  text-decoration: none;
  transition: .5s;
}
.contact-sec .contactlink a:hover{
  background: #fff;
  color: #e20000;
} */
.sec-contact .txtbox{
    max-width: 500px;
    margin: 0 auto 4rem;
}
.contact-txtbox{
  /* background: #fff;
  border: 1px solid #e20000;
  border-radius: 5px; */
  margin: 30px 0;
  padding: 20px 0;
}
.contact-txtbox .txtbox:not(:last-of-type){
  margin-bottom: 20px;
}
.contact-txtbox .txtbox p{
  margin-bottom: 5px;
}
/* .formbox{
    max-width: 600px;
} */
.formbox div{
  /* margin: 2rem auto; */
  margin: 2rem 0;
  max-width: 600px;
}
.formbox dt{
  margin-bottom: .5rem;
}
.formbox dt span{
  background: #e20000;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  margin-left: 1rem;
  padding: .2rem .5rem;
}
.formbox .input-check{
  text-align: center;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.input-img {
  margin-top: 1rem;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

.formbox .input-txt input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  width: 100%;
}
.formbox .input-age input{
  max-width: 150px;
}

.formbox .input-txt input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  height: 36px;
  padding: 0 .5em;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.formbox h3{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin: 50px 0 20px;
  padding-left: 15px;
  position: relative;
}
.formbox h3:before,
.formbox h3:after {
  content: "";
  display: block;
  width: 5px;
  height: 50%;
  position: absolute;
  left: 0;
  margin: auto;
}
.formbox h3:before {
  background: #e20000;
  top: 0;
}
.formbox h3:after {
  background: #c9c4c4;
  bottom: 0;
}
.p-form-box .morebtn1{
  margin-top: 50px;
}
.input-submit .morebtn1{
  margin-top: 15px;
}
.p-form-box .morebtn1 a,
.input-submit input[type=submit] {
  background: #e20000;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  max-width: 330px;
  padding: 14px;
  text-align: center;
  width: 100%;
}

.sec-contact .fombcheck {
  display: none;
}
.sec-contact-check .fombcheck {
  display: inline-block;
}
.sec-contact-check .input-txt,
.sec-contact-check .input-txtarea,
.sec-contact-check .input-select{
  color: #707070;
  padding: 0 .5em;
}
.form-success.txtbox p{
  line-height: 1.8;
}
.form-success.txtbox p:not(:last-of-type){
  margin-bottom: 10px;
}
.form-success.txtbox .contactsubbox{
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #e20000;
  display: inline-block;
  margin: 10px 0 20px;
  padding: 15px 20px;
}
.form-success.txtbox .contactsubbox dl:not(:last-of-type){
  margin-bottom: 10px;
}
.form-success.txtbox .contactsubbox dt{
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
  .sec-contact .inner1::before{
    left: -5%;
  }
  .sec-contact .inner1::after {
    right: -5%;
  }
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .contact-sec .contactlinks li:first-of-type{
    margin: 0 0 1rem;
  }
  .formbox .input-txt input,
  .formbox .input-zip input,
  .formbox .input-select select{
    width: 100%;
  }
  .formtxt .inbox{
    margin: 2rem;
  }
  .sec-contact-check .formbox{
    max-width: 275px;
    padding: 1rem 2rem;
  }
  .sec-contact-complete .pagettl1 h2{
    font-size: 1.8rem;
  }
}

/**************************
商品一覧 20240219 add
**************************/
.flexproduct{
  display: flex;
  flex-wrap: wrap;
}

/**************************
ネット商品一覧 20240419 add
**************************/
.sending_tips{
  border: 2px solid #e20000;
  background: #fff;
  margin-bottom: 30px;
  padding: 20px;
}
.sending_tips .txt p{
  margin-top: 10px;
}

/**************************
季節のご案内 （最新チラシ） 20241204 add
**************************/
.tirashibtn{
  margin: 2rem 0;
}
.tirashibtn a{
  background: #e20000;
  border: none;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  padding: 14px;
  text-decoration: none;
}
.tirashibox iframe{
  height: 80vh;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .tirashibox {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {

}