/* ループスライド */
.swiper-container {
  width:1100px;
}
.swiper-container img {
  width: 95%;
  margin: auto;
}
@media (max-width: 1100px) {
.swiper-container {
  width: 100%;
  margin: auto;
}
.swiper-container img {
  width: 95%;
  padding-left: 10px;
}
}

/* セクション 全体 */
section {
  padding: 30px 0;
}

/* 特集・新着商品 */
#sec01 ul, #sec02 ul, #sec03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec01 ul div, #sec02 ul div,#sec03 ul li{
  width: 22%;
  margin: 0 0 25px 0;
}
#sec01 ul::after, #sec01 ul::before,
#sec02 ul::after, #sec02 ul::before,
#sec03 ul::after, #sec03 ul::before {
  content: "";
  display: block;
  width: 22%;
  height: 0;
}
#sec01 ul::before,
#sec02 ul::before,
#sec03 ul::before{
  order: 1;
}
#sec01 img, #sec02 img{
  border-radius: 50px;
}
#sec01 .title, #sec02 .title {
  text-align: left;
  line-height: 20px;
  margin-top: 15px;
}
#sec01 .title h3, #sec02 .title h3{
  font-size: 2.1em;
  line-height: 25px; 
}
#sec01 .title span, #sec02 .title span{
  display: block;
  font-size: 0.5em;
}
.day {
  padding-right: 35px;
}

@media (max-width: 1100px) {
#sec01 .title, #sec02 .title{
  margin-bottom: 30px;
  text-align: center;
}
#sec01 .title h3, #sec02 .title h3{
  font-size: 1.8em;
}
#sec01 .title span, #sec02 .title span{
  display: inline-block;
  margin-left: 7px;
}
#sec01 ul, #sec02 ul {
  display: block;
  width: 95%;
  margin: 0 auto;
}
#sec01 .item, #sec02 .item {  
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 15px 3.8px;
}
#sec01 ul div, #sec02 ul div{
  width: 100%;
}
#sec01 .item li, #sec02 .item li{
  width: 100%;
}
.day {
  padding-right: 0;
  padding-bottom: 5px;
}
}
@media (max-width: 375px) {
#sec01 .item, #sec02 .item {  
  width: 46.5%;
}
}

/* おすすめ店舗 */
#sec03 h3, #sec05 h3{
  font-size: 2.1em;
  line-height: 35px; 
  text-align: center;
  margin-bottom: 20px;
}
#sec03 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
}
#sec03 ul li{
  margin: 5px 0;
  position: relative;
  height: 93px;
}
#sec03 span{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;  
  color: #FFF;
  text-align: center;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.001em
}
#sec03 .zoom-grayscale-link {
    color: #fff;
    display: flex;
    font-size: 1.2em;
    font-weight: bold;
    top:0; 
    left: 0;
    position: absolute;
    text-decoration: none;
    height: 100%;
    width: 100%;
    z-index: 2;
}
#sec03 .zoomin-link {
    color: #fff;
    display: flex;
    font-size: 1.2em;
    font-weight: bold;
    top:0; 
    left: 0;
    position: absolute;
    text-decoration: none;
    height: 100%;
    width: 100%;
    z-index: 2;
}
#sec03 .other{
  border: 2px dotted #9a9a9a;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
#sec03 .other h3{
  font-size: 1.3em;
  line-height: 35px; 
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
#sec03 h3,#sec05 h3{
  font-size: 1.8em;
  margin-bottom: 20px;
}
#sec03 ul{
  width: 90%;
  margin: auto;
  justify-content: space-between;
}
#sec03 ul li{
  height: auto;
  width: 48%;
}
#sec03 span{
  top: -10px;
}
}  
  
/* お知らせ */
#sec04 h3{
  font-size: 2.1em;
  line-height: 25px; 
  text-align: center;
  margin-bottom: 10px;
}

#sec04 li{
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 15px 0;
  line-height: 22px;
}
#sec04 .title span{
  display: block;
  font-size: 0.5em;
}

.news_date {
  float: left;
  margin-right: 10px;
}
#sec04 .more-btn{
  text-align: right;
  padding: 1rem 0 0.3rem;
}

@media (max-width: 1100px) {
#sec04 li{
  width: 90%;
  margin: auto; 
}
#sec04 .title h3{
  font-size: 1.8em;
}
}

