@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */
body {
  min-width: 100%!important;
}

.header-overflow {
  overflow: hidden;
  position: relative;
}
.sp-overlay-bg {
  display: none;
}
.sp-overlay-bg.active {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.69);
}

/* Header
---------------------------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*logo*/
.l-header__logo {
  margin-left: 20px;
  margin-top: 12px;
  max-width: 140px;
}

/*navi*/
.l-header-nav {
  display: none;
  position: fixed;
  width: calc(100% - 63px);
  height: 100%;
  background-color: #059C40;
  /*z-index: 10;*/
  right: 0;
  top: 0;
  overflow-y: auto;
  padding: 66px 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-nav.active {
  display: block;
}

.l-header-nav__item {
  display: block;
}

.l-header-nav__items {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 100%;
}

.l-header-nav__items--link {
  padding-bottom: 20px;
  margin-bottom: 27px;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  color: #fff;
  align-items: center;
}

.l-header-nav__items.l-header-nav__sp .l-header-nav__items--link {
  font-size: 13px;
  border: none;
  padding: 0;
  padding-right: 20px;
  display: block;
  margin-bottom: 25px;
  padding-right: 25px;
  position: relative;
}

.l-header-nav__items.l-header-nav__sp .l-header-nav__items--link:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@keyframes scaleIn {
  0% {
    transform: scale(0.8)
  }
  100% {
    transform: scale(1)
  }
}

.row--scaled {
  animation: scaleIn 0.3s;
}

/*hamburger menu*/
.c-navigation-main__hamburger-wrap {
  display: block;
  position: absolute;
  width: 50px;
  z-index: 30;
  height: 52px;
  top: 0;
  right: 0;
  background-color: #059C40;
}
.c-navigation-main__hamburger-wrap span {
  position: absolute;
  left: 15px;
  width: 22px;
  height: 1px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #ffffff;
}
.c-navigation-main__hamburger-wrap span {
  background-color: #ffffff;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(1) {
  top: 18px;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(2) {
  top: 26px;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(3) {
  bottom: 18px;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  background-color: #ffffff;
  top: 22px;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(2) {
  opacity: 0;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(3) {
  -webkit-transform: translateY(-21px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  background-color: #ffffff;
}
.c-navigation-main__hamburger-wrap.is-show span {
  background-color: #001489;
}


/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 52px;
}

/* Side
---------------------------------------------------------------*/

/* Footer
---------------------------------------------------------------*/
.l-footer-head .c-center-type02 {
  height: 80px;
  padding: 0;
  align-items: center;
  position: relative;
}

.l-footer-logo {
  max-width: 142px;
}

.l-footer-top {
  margin-left: auto;
}

.l-footer-nav.c-center-type02 {
  padding: 48px 0 24px;
}

.l-footer-menu {
  border-bottom: 1px solid rgba(112,112,112,.3);
  padding-bottom: 24px;
  margin-bottom: 22px;
}

.l-footer-menu__item {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l-footer-menu__item:nth-child(1) {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 32px;
}

.l-footer-menu__item:nth-child(1) .l-footer-menu__items {
  width: 50%;
}

.l-footer-menu__item + .l-footer-menu__item {
  padding-right: 20px;
}

.l-footer-menu__items {
  margin-bottom: 7px;
}

.l-footer-menu__items--link {
  font-weight: 700;
  font-size: 13px;
}

.l-footer-information__items--link:hover,
.l-footer-menu__items--link:hover {
  text-decoration: underline;
}

.l-footer-menu__item + .l-footer-menu__item .l-footer-menu__items--link {
  font-weight: 400;
  font-size: 11px;
}

.l-footer-cooopyright {
  margin-left: auto;
  font-size: 12px;
}

/*pagetop*/

.l-footer-top {
  position: absolute;
  z-index: 1;
  right: -3.75%;
  bottom: 0;
  width: 80px;
  height: 80px;
}

.l-footer-top__link {
  display: block;
  height: 100%;
}

.l-footer-top:before {
  content: '';
  position: absolute;
  right: 36px;
  top: 36px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

/*top pickup*/

.p-top-pickup {
  position: relative;
}

.p-top-pickup .c-center-type02 {
  position: relative;
}

.p-bg-pickup {
  position: absolute;
  right: -3.75%;
  top: 10px;
  z-index: 0;
  width: 42%;
  min-height: 400px;
  background: url(../images/top/pickup-rt.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 180%;
}

.p-bg02-pickup {
  position: absolute;
  left: -20px;
  bottom: 32%;
  z-index: 0;
  width: 54%;
  min-height: 410px;
  background: url(../images/top/pickup-lb.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 180%;
}

.p-top-pickup__list {
  position: relative;
  z-index: 1;
}

.p-top-pickup__item {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top-pickup__item + .p-top-pickup__item {
  margin-top: 32px;
}

.p-top-pickup__link {
  display: block;
}

.p-top-pickup__thum {
  border: 2px solid #ffffff;
  margin-bottom: 24px;
  box-shadow: 0 0 5px rgba(0,0,0,.16);
  width: calc(((100% - 15px * (1 - 1)) / 1) - .01px);
}

/*store flyer*/

.p-top-flyer {
  position: relative;
}

.p-top-flyer .c-center-type02 {
  position: relative;
  justify-content: center;
  overflow: inherit;
}

.p-top-flyer:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg-flyer-left.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.p-bg-flyer {
  position: absolute;
  right: -3.75%;
  top: -82px;
  z-index: 6;
  width: 60%;
  min-height: 632px;
  background: url(../images/top/bg-flyer-right.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 180%;
}

.p-top-flyer .lead {
  width: 100%;
  position: relative;
  z-index: 7;
  background-color: rgba(250,250,250,.85)!important;
  padding: 40px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*original recipe*/

.p-top-recipe {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
  margin-bottom: -90px;
}

.p-top-recipe .c-center-type02 {
  position: relative;
  justify-content: flex-start;
  overflow: inherit;
  padding: 80px 0;
}

.p-top-recipe .c-center-type02 .lead {
  margin-bottom: 0;
  padding-top: 80px;
}

.p-top-recipe:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg-recipe.jpg);
  /*background: url(../images/top/mv-slide01.jpg);*/
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.p-top-original .lead,
.p-top-recipe .lead {
  width: 576px;
  position: relative;
  z-index: 2;
  background-color: rgba(250,250,250,.85)!important;
  padding: 48px 53px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top-recipe .c-center-type02 .lead:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 146px;
  height: 83px;
  background: url(../images/top/recipe_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/*original*/
.p-top-original {
  position: relative;
}

.p-top-original:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg-recipe-right.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.p-top-flyer .flex-end, 
.p-top-original .flex-end, 
.p-top-recipe .flex-end {
  justify-content: flex-end;
}

.p-top-flyer .flex-start, 
.p-top-original .flex-start, 
.p-top-recipe .flex-start {
  justify-content: flex-start;
}

/*special deals*/

.p-top-deals {
  position: relative;
  z-index: 2;
}

.p-top-deals.bg-deals {
  background: url(../images/top/sp-bg-deals.svg) no-repeat right top;
  background-size: 100%;
}

.p-top-deals.bg-deals:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  height: 50%;
  width: 100%;
  background: #F2EFE6;
}

.p-top-havefun .c-center-type02 ,
.p-top-deals .c-center-type02 {
  justify-content: space-between;
  overflow: inherit;
  position: relative;
  flex-wrap:wrap;
}

.p-bg-deals {
  content: '';
  position: absolute;
  right: -3.75%;
  top: -6%;
  width: 55%;
  min-height: 533px;
  background: url(../images/top/bg-spacial-deals.png);
  background-repeat: no-repeat;
  background-size: 140%;
  z-index: -1;
  background-position: left top;
}

.p-top-deals .p-top-list ,
.p-top-havefun .p-top-list {
  width: 100%;
}

.p-top-list {
  width: 100%;
}

.p-top-list__item {
  margin-bottom: 24px;
  width: 50%;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top-list__item:nth-child(2n) {
  padding-right: 0;
  padding-left: 8px;
}

.p-top-list__img {
  margin-bottom: 16px;
  width: 100%;
}

.p-top-list__thum {
  width: 100%;
  box-sizing: content-box;
  border: 2px solid #ffffff;
  box-shadow: 0 0 5px rgba(0,0,0,.16);
}

/*havefun*/

.p-top-havefun {
  z-index: 5;
}

.p-top-havefun .c-center-type02 {
  position: relative;
  padding-bottom: 50px;
}
.p-bg-havefun {
  position: absolute;
  right: -3.75%;
  top: -60px;
  width: 50%;
  min-height: 411px;
  background: url(../images/top/bg-havefun.png);
  background-repeat: no-repeat;
  background-size: 180%;
}

.p-top-havefun .p-top-list {
  position: relative;
  z-index: 2;
}


/*service*/

.p-top-service {
  z-index: 5;
}

.p-top-service .c-center-type02 {
  position: relative;
  padding-bottom: 50px;
  overflow: inherit;
  z-index: 2;
}
.p-bg-service {
  position: absolute;
  right: -3.75%;
  top: -60px;
  width: 50%;
  min-height: 411px;
  background: url(../images/top/bg-service-right.png);
  background-repeat: no-repeat;
  background-size: 180%;
}

.p-top-service .p-top-list {
  position: relative;
  z-index: 2;
}

/*go green*/

.p-top-gogreen {
  background: url(../images/top/sp-bg-gogreen.jpg) no-repeat top center;
  background-size: cover;
}

.p-top-gogreen .c-center-type02.grid {
  justify-content: center;
  padding: 190px 0;
}

.p-top-gogreen .lead.p-top-lead {
  padding: 48px 53px;
  margin: 0;
  background-color: rgba(250,250,250,.85)!important;
}

/*related info*/

.p-top-relatedinf .lead {
  text-align: left;
  margin-bottom: 30px;
}

.p-top-relatedinf .lead h2 {
  font-size: 32px;
}

.p-banner-lists {
  margin-right: 24px;
  margin-bottom: 24px;
}

/*top news*/

.p-top-news .lead {
  text-align: left;
  margin-bottom: 30px;
}

.p-top-news .lead h2 {
  font-size: 32px;
}

.p-news-inner {
  width: 740px;
}

.p-news-sns {
  width: 100%;
  margin-top: 40px;
}

.p-sns-inner {
  background-color: #fff;
  width: 100%;
  padding: 34px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-sns-account + .p-sns-account {
  margin-top: 24px;
}

.p-sns-account__link {
  padding-left: 52px;
  background: url(../images/top/sns-tw.png) no-repeat left top;
  background-size: 36px;
  display: block;
  margin-left: 20px;
}

.p-sns-account__title ,
.p-sns-account__address {
  font-size: 12px;
}

.p-sns-account__title {
  font-weight: 700;
}

.p-news-sns .lead {
  text-align: center;
}

.p-news-sns .lead span {
  font-size: 14px;
}

.p-news-sns .lead h2 {
  font-size: 20px;
}

.p-newslist-item + .p-newslist-item {
  margin-top: 24px;
}

.p-news-link {
  flex-wrap: wrap;
  line-height: 1;
  align-items: flex-start;
  justify-content: flex-start;
}

.p-news-date {
  font-size: 12px;
  min-width: 87px;
}

.p-news-cat {
  border: 1px solid #059C40;
  display: block;
  color: #059C40;
  letter-spacing: -0.03em;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
  margin-left: 10px;
  margin-right: 17px;
  padding: 2px 8px;
  min-width: 114px;
}

.p-news-content {
  width: 100%;
  margin-top: 8px;
  line-height: 1.5;
}

/*inportant news*/

.p-innews-title {
  padding-left: 32px;
  font-size: 18px;
  background: url(../images/store/ico-attention.png) no-repeat left center;
  background-size: 20px;
  margin-bottom: 20px;
}

.p-innews-title__sub {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
}

.p-innews-item + .p-innews-item {
  margin-top: 18px;
}

.p-innews-item__date {
  width: 100px;
  font-size: 12px;
}

.p-innews-item__content {
  width: calc(100% - 100px);
  font-size: 12px;
}

/*top slider*/

.p-top-mv,
.p-slider-inner {
  position: relative;
}

.p-slider-img {
  position: relative;
  padding-bottom: 155%;
}

.p-slider-img.p-slider-img01 {
  background: url(../images/top/sp-mv-slide01.jpg) no-repeat top center;
  background-size: cover;
}

.p-slider-img.p-slider-img02 {
  background: url(../images/top/sp-mv-slide02.jpg) no-repeat top center;
  background-size: cover;
}

.p-slider-img.p-slider-img03 {
  background: url(../images/top/sp-mv-slide01.jpg) no-repeat top center;
  background-size: cover;
}

.p-slider-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.25);
}

.p-slider-overlay {
  position: absolute;
  left: 0;
  top: 30%;
  right: 0;
  text-align: center;
  max-width: 352px;
  width: 92.5%;
  margin: 0 auto;
}

.p-slider-overlay .u-bran-700 {
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 26px;
}

/*slider count*/
.p-top-mv__count {
  position: absolute;
  left: 31px;
  bottom: 34px;
  width: 96px;
  height: 46px;
}

.current {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: -3px;
  letter-spacing: .02em;
}

.bar {
  position: absolute;
  top: 30px;
  right: 0;
  width: 98px;
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
}

.bar--white {
  background-color: rgba(255, 255, 255, .5);
}

.bar--white:after {
  background-color: rgba(255, 255, 255, .5);
}

.bar--white:before {
  background-color: #fff;
}

.animation-white {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-animation-name: animation;
  animation-name: animation;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-color: #059C40;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.endpoint {
  position: absolute;
  z-index: 999;
  top: 50%;
  right: -8px;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.endpoint-white {
  -webkit-animation-name: bar-white;
  animation-name: bar-white;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  opacity: 0;
  background-color: rgba(255, 255, 255, .5);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.total {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 36px;
  right: -1px;
  letter-spacing: .02em;
}

.total--white {
  color: #fff;
}

.current--green {
  color: #059C40;
}

@-webkit-keyframes animation
{
    0%
    {
        width: 0;
    }
    100%
    {
        width: 100%;
    }
}

@keyframes animation
{
    0%
    {
        width: 0;
    }
    100%
    {
        width: 100%;
    }
}

/*slider scroll*/

.p-slider-scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 120px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.p-slider-scroll__text {
  font-size: 10px;
  color: #ffffff;
}

.p-slider-scroll__bar {
  width: 1px;
  height: 96px;
  margin: 50px auto 0;
  background-color: #ffffff;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 50%;
}

.p-slider-scroll__bar:before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #059C40;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

.slick-prev, 
.slick-next {
  top: 95%!important;
}

.slick-prev {
  left: 6px!important;
}

.slick-next {
  right: 6px!important;
}

/*矢印が伸びるアニメーション*/

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

.animation-height {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 0;
  -webkit-animation-name: animation;
  animation-name: animation;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-color: #059C40;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/*lv*/
.p-lv {
  position: relative;
  height: 136px;
  background-image: url(../images/store/sp-bg-lv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0 3.75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-lv:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.25);
}

.p-lv-inner {
  position: relative;
  z-index: 1;
  height: 136px;
}

.p-lv-inner__ttl {
  position: absolute;
  top: 28px;
  left: 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 2px;
}

/*wild list*/
.p-list-item {
  flex-wrap: wrap;
}

.p-list-items {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 14px;
  box-shadow: 0 1px rgba(0,0,0,.16);
  width: calc(((100% - 8px * (3 - 1)) / 3) - .01px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-list-items:nth-child(3n) {
  margin-right: 0;
}

.p-list-items:nth-child(-n+5) {
  margin-top: 0;
}

.p-list-item__thum {
  width: 80%;
  padding-bottom: 80%;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 16px;
}

.p-list-item__thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-list-item__title {
  font-weight: 700;
}

.p-list-item__title br {
  display: none;
}

.p-list-item__title {
  font-size: 12px!important;
}

/*チラシ情報*/

.p-leaflet-inner {
  justify-content: space-between;
}

/*チラシスライド*/

.p-chirashi-slide {
  width: 100%;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-chirashi-slide .slick-prev {
  left: 0px!important;
  margin-top: -4px!important;
  background: url(../images/store/slider-prev.png)!important;
  background-repeat: no-repeat!important;
  background-size: 100%!important;
}

.p-chirashi-slide .slick-next {
  right: 0px!important;
  margin-top: -4px!important;
  background: url(../images/store/slider-next.png)!important;
  background-repeat: no-repeat!important;
  background-size: 100%!important;
}

.p-chirashi-slide .slick-dotted.slick-slider {
  margin-bottom: 0!important;
}

.p-chirashi-slide .slick-prev,
.p-chirashi-slide .slick-next {
  top: 50%!important;
}

#chirashiList1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  margin: -10px -10px 0;
  padding: 10px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x proximity;
  scroll-snap-type: x proximity;
}

/*shufoo*/

.shufoo-chirashi {
  background-color: inherit!important;
}

li.shufoo-dc {
  width: 70px!important;
}
.shufoo-pdf a,
.shufoo-dc a {
  position: relative;
  width: 70px;
  height: 36px;
  display: block;
  background-color: #059C40;
  border-radius: 26px;
}

.shufoo-dc a:before {
  content: 'デジタル\Aチラシ';
  white-space: pre;
  color: #ffffff;
  font-size: 10px;
  top: 0px;
  line-height: 1;
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.shufoo-pdf a:before {
  content: 'PDF\Aチラシ';
  white-space: pre;
  color: #ffffff;
  font-size: 10px;
  top: 0px;
  line-height: 1;
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.shufoo-pdf a:after ,
.shufoo-dc a:after {
  content: '';
  position: absolute;
  right: 8px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shufoo-pdf a img ,
.shufoo-dc a img {
  display: none;
}

.shufoo-ui-area > div {
  width: 150px !important;
  margin-top: 8px!important;
}

.shufoo-title  {
  width: 100%!important;
  margin-top: 8px!important;
  font-size: 10px;
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.shufoo-ui-area ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.p-chirashi-box .weekley_food {
  display: inline-block;
  margin-top: 26px;
}

.p-chirashi-box .weekley_food img {
  width: 85%;
}

.p-chirashi-box {
  height: 100%;
  width: 100%;
}

.p-chirashi-box__inner,
.shufoo-chirashi {
  height: auto!important;
  width: 100%!important;
}

.shufoo-thumb,
.shufoo-chirashi_wrapper,
.shufoo-ui-area,
.shufoo-title {
  width: 100%!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#chirashiList1 {
  visibility: inherit!important;
  height: auto!important;
  overflow: inherit!important;
  display: block!important; 
}
#chirashiList1 li {
  width: 100%!important;
  float: none!important;
}

.shufoo-chirashi,
.shufoo-list-parent.shufoo-vertical {
  overflow: inherit!important;
  width: 100%!important;
  height: auto!important;
}

.shufoo-chirashi_area {
  width: 40%!important;
  float: left!important;
}

.shufoo-thumb {
  width: 100%!important;
}

.shufoo-thumb img {
  height: auto!important;
}

.shufoo-title,
.shufoo-ui-area {
  float: right!important;
  width: 60%!important;
}

.shufoo-chirashi_wrapper {
  height: auto!important;
  overflow: hidden!important;
}

/*店舗情報*/
.p-about-sec__info {
  width: 100%;
  margin-bottom: 30px;
}

.p-about-sec .c-link {
  margin-top: 24px;
}

.p-about-sec__info-thum {
  margin-bottom: 20px;
}

.p-about-sec__info-thum > img {
  width: 100%;
}

.p-about-sec__tab {
  display: table;
  padding: 9px 0;
  width: 100%;
  border-bottom: 1px solid rgba(85,85,85,.30);
}

.p-about-sec__tab dt,
.p-about-sec__tab dd {
  display: table-cell;
  vertical-align: top;
}

.p-about-sec__tab dt {
  width: 105px;
  font-weight: 700;
}

.p-about-sec__indenttext {
  /*margin-left: 2em;
  text-indent: -2.5em;*/
  margin-left: 1.2em;
  text-indent: -1.1em;
}

.p-about-sec__map {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
}
.p-about-sec__map iframe {
  width: 100%;
  height: 189px;
  margin-bottom: -20px;
}

.p-about-sec__map--thum {
  display: block;
  margin: 20px auto 0;
}

/*404*/
.p-notfound-wrap {
    text-align: center;
}
.p-notfound-wrap__inner {
    display: inline-block;
}
.sp-col-12 {
    width: 100%;
    display: block;
}

/*横並びリストタイプ02*/

.p-list02-items {
  margin-right: 16px;
  margin-top: 16px;
  width: calc(((100% - 20px * (2 - 1)) / 2) - .01px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-list02-items:nth-child(2n) {
  margin-right: 0;
}

.p-list02-items:nth-child(-n+2) {
  margin-top: 0;
}

.p-list02-item__thum {
  border: 3px solid #ffffff;
  box-shadow: 0 0 5px rgba(0,0,0,.16);
  width: calc(((100% - 15px * (1 - 1)) / 1) - .01px);
  margin-bottom: 14px;
}

.p-list02-item__thum > img {
  width: 100%;
}

.p-list02-item__title {
  font-weight: 400;
}

/*point card*/

.p-point {
  justify-content: space-between;
}

.p-point-thum {
  width: 100%;
  margin-bottom: 30px;
}

.p-point-thum img {
  width: 100%;
}

.p-point-info {
  width: 100%;
}

.p-point-info__inner {
  background-color: #ffffff;
  padding: 32px;
}

.p-point-info__inner--title {
  border-bottom: 1px solid rgba(85,85,85,.3);
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.p-point-info__inner--title02 {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}

.p-point-info__inner + .p-point-info__inner {
  margin-top: 24px;
}

.p-point-info__inner--text01 ,
.p-point-info__inner--text02 ,
.p-point-info__inner--text03 ,
.p-point-info__inner--text04 ,
.p-point-info__inner--text05 {
  display: inline;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.p-point-info__inner--text01 {
  font-size: 18px;
}

.p-point-info__inner--text02 {
  font-size: 16px;
}

.p-point-info__inner--text03 {
  font-size: 22px;
}

.p-point-info__inner--text04 {
  font-size: 16px;
}

.p-point-info__inner--text05 {
  font-size: 28px;
}

.p-point-info__inner .text-big {
  margin-bottom: 10px;
}

/*summit app*/

.p-app-title {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  margin-bottom: 16px;
}

.p-add-point__text {
  position: relative;
  z-index: 1;
}

.p-add-point .c-btn {
  margin-top: 8px;
}

.p-app-inner {
  justify-content: space-between;
  margin-top: 33px;
}

.p-add-point {
  width: 100%;
  padding: 32px 40px;
  padding-top: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/store/summit-app.png) no-repeat top center #F7F7F7;
  background-size: 100%;
}

.p-add-point__title {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.p-add-point__title .p-add-point__text {
  line-height: 1.2;
  display: inline;
  font-size: 20px;
}
.p-add-point__title .p-add-point__text strong {
  font-size: 26px;
}

.p-add-download {
  width: 100%;
  margin-top: 24px;
}

.p-add-download__inner {
  border-radius: 2px;
  border: 2px solid #F7F7F7;
  padding: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-add-download__inner--title {
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.p-add-download__inner--table {
  display: table;
  margin-top: 15px;
}

.p-add-download__inner--table dt,
.p-add-download__inner--table dd {
  display: table-cell;
  vertical-align: top;
}

.p-add-download__inner--table dt {
  width: 56px;
}

.p-add-download__inner--table dd {
  padding-left: 20px;
}

.p-add-download__inner--table_link {
  word-break: break-all;
}

.p-add-download__app {
  justify-content: center;
  margin-top: 30px;
}

.p-add-download__apps {
  margin-right: 10px;
}

.p-add-download__apps + .p-add-download__apps {
  margin-left: 10px;
  margin-right: 0;
}

/*title*/
.lead {
  text-align: left;
  position: relative;
  margin-bottom: 30px;
  z-index: 7;
}

.lead span {
  display: block;
  font-size: 18px;
}

.lead h2 {
  font-size: 24px;
  font-weight: 700;
}

.lead h2 + .text-small {
  margin-top: 32px;
}

h2.p-title-h2 {
  font-size: 24px;
  color: #333333;
  padding-left: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.4;
}

h2.p-title-h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 8px;
  height: 90%;
  background: #059C40;
  border-radius: 2px;
}


h3.p-title-h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

/*device - utility*/

.u-pc {
  display: none !important;
}

.u-sp {
  display: block !important;
}

.sp-block {
  display: block !important;
}

@media screen and (max-width: 425px) {
  .p-point-info__inner {
    padding: 20px;
  }
  .p-point-info__inner--text01 {
    font-size: 16px;
  }
  .p-point-info__inner--text02 {
    font-size: 13px;
  }
  .p-point-info__inner--text03 {
    font-size: 19px;
  }
  .p-point-info__inner--text05 {
    font-size: 23px;
  }
}
@media screen and (max-width: 385px) {
  .l-footer-menu {
    flex-wrap:wrap;
  }
  .l-footer-menu__item {
    width: 100%;
  }
  .l-footer-menu__item + .l-footer-menu__item {
    padding-left: 0;
  }
}
@media screen and (max-width: 374px) {
  .l-header-nav {
    width: calc(100% - 50px);
    padding: 50px 28px 30px;
  }
  .l-header-nav__items--link {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .p-point-info__inner--text01,
  .p-point-info__inner--text02,
  .p-point-info__inner--text03,
  .p-point-info__inner--text04,
  .p-point-info__inner--text05 {
    letter-spacing: -0.04em;
  }
  .p-point-info__inner--text02 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .p-add-download__apps {
    margin-right: 5px;
  }
  .p-add-download__apps + .p-add-download__apps {
    margin-left: 5px;
    margin-right: 0;
  }
}
@media screen and (max-width: 340px) {
  .p-list-item__title {
    font-size: 10px!important;
  }
}