.p-footer {
  margin-top: 0;
}

.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, 0.3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner > a {
  text-decoration: none;
  /*background-color:#000;*/
}

.p-custom-banner__unit {
  background-color: #f8f8f8;
}

.p-custom-banner__unit--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: 0.45s;
  -o-transition: 0.45s;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.p-custom-banner > a:hover .p-custom-banner__unit--image {
  opacity: 0.75;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text:before {
  content: "";
  background: #f8f8f8;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: 0.45s;
  -o-transition: 0.45s;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  opacity: 0;
}

.p-custom-banner > a:hover .p-custom-banner__unit--text:before {
  opacity: 0.25;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
  position: relative;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
  position: relative;
}

#ranking {
  padding-top: 1px;
  background: #f4f4f4;
}

#ranking .c-image-box {
  box-sizing: border-box;
  border: solid 8px #fff;
}

#ranking .c-section__heading--title span {
  background: #f4f4f4;
}

@media screen and (max-width: 600px) {
  .p-custom-banner > a .p-custom-banner__unit--image {
    background-image: none;
  }
}
@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .p-custom-banner > a {
    display: table-row;
  }

  .p-custom-banner > a .p-custom-banner__unit--image img {
    display: none;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
    position: relative;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}
.js-fix-height {
  margin-top: -144px;
}

@media screen and (max-width: 875px) {
  .js-fix-height {
    margin-top: -166px;
  }
}
.bx-wrapper {
  margin-bottom: 0 !important;
}

/************************************
 SPECIAL FEATURES
************************************/
#top-freespace {
  background: url(https://file003.shop-pro.jp/PA01412/124/img/01_top_spe_bg@2x.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 5px;
}

#top-freespace .c-section__heading {
  color: #fff;
  margin-top: 0;
}

#top-freespace .c-section__heading--title span {
  background: transparent;
}

#top-freespace .c-section__heading--title::after {
  content: none;
}

.spe-block {
  position: relative;
  padding-top: 40px;
  margin: 10px auto 30px;
}

.spe-num {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 80px;
  position: absolute;
  top: -10px;
  left: 10px;
  line-height: 1.0;
}

.spe-ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-align: center;
}

.spe-summary {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}

.spe-txt {
  line-height: 1.85;
  text-align: justify;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  #top-freespace {
    margin-top: -70px;
    padding-top: 70px;
    padding-bottom: 90px;
  }

  #top-freespace .c-section__heading--sub-title {
    margin-bottom: 10px;
  }

  #top-freespace .c-section__container {
    max-width: 100%;
  }

  #top-freespace .p-contents__freespace {
    display: -webkit-flex;
    display: flex;
  }

  .spe-block {
    padding-top: 40px;
    margin: 10px auto;
    width: 30%;
  }

  .spe-num {
    font-size: 100px;
    top: -10px;
    left: 10px;
  }

  .spe-ttl {
    font-size: 24px;
    margin-top: 15px;
  }

  .spe-summary {
    font-size: 16px;
    margin: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .spe-ttl {
    font-size: 22px;
  }

  .spe-summary {
    font-size: 15px;
  }
}
/************************************
 RANKING
************************************/
#ranking .c-section__heading {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .c-product-list__index {
    font-size: 12px;
    line-height: 41px;
    width: 60px;
    height: 40px;
  }

  .c-product-list__index big {
    font-size: 2em;
  }
}
/************************************
 FARMERS
************************************/
.t-outline {
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.75;
}

.farm-block {
  position: relative;
  margin-bottom: 15px;
}

.farm-summary-block {
  position: relative;
}

.farm-summary {
  margin: 0;
  position: relative;
}

.farm-summary figcaption {
  background-color: #f4f4f4;
  padding: 5%;
  font-size: 14px;
  line-height: 1.846;
  /*border-bottom: 1px solid #c0c0c0;*/
  margin-top: 50px;
}

.farm-summary figcaption .btn-wrap {
  margin-top: 5%;
  /*margin-bottom: 6%;*/
  margin-bottom: 0;
}

.farm-summary figcaption .btn-border {
  min-width: 230px;
  border-color: currentColor;
  color: currentColor;
}

.farm-summary figcaption .btn-border:hover {
  border-color: transparent;
}

.btn-border {
  color: #fff;
  border-color: #fff;
  -moz-transition: 0.45s;
  -o-transition: 0.45s;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.btn-border:hover {
  background: #e60012;
  border-color: transparent;
}

.farm-name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  background-color: #395aa7;
  padding: 0 6%;
  line-height: 50px;
  color: #fff;
  position: absolute;
  top: 0;
  margin-top: 106.66%;
  left: 0;
  width: 88%;
}

.farm-item-block {
  background: #f4f4f4;
  padding: 6%;
  text-align: center;
}

.farm-item-block .farm-item {
  padding: 0 0 7.3%;
  width: 83.7%;
  margin: auto;
}

.farm-item-block .farm-item a {
  -moz-transition: 0.45s;
  -o-transition: 0.45s;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.farm-item-block .farm-item a:hover {
  opacity: 0.75;
}

.farm-item-block .c-image-box {
  box-sizing: border-box;
  border: solid 8px #fff;
}

.farm-item-block .c-product-list__name,
.farm-item-block .c-product-list__price,
.farm-item-block .c-product-list__soldout {
  text-align: left;
}

/* common */
.btn-wrap {
  text-align: center;
}

.btn {
  display: inline-block;
}

.btn-border {
  border: 1px solid currentColor;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 6px;
  text-align: center;
  min-width: 200px;
  text-decoration: none;
  line-height: 1.0;
}

.btn-border:after {
  font-family: 'entypo' !important;
  vertical-align: baseline;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\25B6";
}

/* common */
@media screen and (min-width: 600px) {
  .t-outline {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 50px;
  }

  #category .c-section__container {
    max-width: inherit;
  }

  .farm-block {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
  }

  .farm-summary-block {
    width: 50%;
  }

  .farm-bg:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52%;
    opacity: 1;
    -moz-transition: 0.45s;
    -o-transition: 0.45s;
    -webkit-transition: 0.45s;
    transition: 0.45s;
  }

  .farm-bg img {
    width: 100%;
  }

  .farm-summary figcaption {
    -moz-transition: 0.45s;
    -o-transition: 0.45s;
    -webkit-transition: 0.45s;
    transition: 0.45s;
    opacity: 1;
    position: absolute;
    padding: 5%;
    box-sizing: border-box;
    top: inherit;
    bottom: 0;
    height: 52%;
    color: #fff;
    background-color: transparent;
    border-bottom: 0 none;
    margin-top: 0;
  }

  .farm-summary figcaption p {
    font-size: 15px;
    /*line-height: 1.73;*/
  }

  .farm-summary figcaption .btn-wrap {
    position: absolute;
    bottom: 9%;
    margin-bottom: 6%;
    left: 0;
    right: 0;
  }

  .farm-item-block {
    padding: 4% 5%;
    width: 40%;
    border-bottom: 1px solid #000;
  }

  .farm-name {
    font-size: 18px;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    position: relative;
    top: inherit;
    margin-top: 0;
    line-height: 60px;
  }

  .farm-item-block .farm-item {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1160px) {
  /*.t-outline{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 50px;
  }
  
  #category{
    .c-section__container{
      max-width: inherit;
    }
  }*/
  .farmers-contents {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .farm-block {
    width: 50%;
  }

  .farm-bg:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: 0.45s;
    -o-transition: 0.45s;
    -webkit-transition: 0.45s;
    transition: 0.45s;
  }

  .farm-summary-block {
    width: 50%;
  }

  .farm-summary:hover .farm-bg:before,
  .farm-summary:hover figcaption {
    opacity: 1;
  }

  .farm-summary figcaption {
    -moz-transition: 0.45s;
    -o-transition: 0.45s;
    -webkit-transition: 0.45s;
    transition: 0.45s;
    opacity: 0;
    position: absolute;
    padding: 14% 10% 10%;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    color: #fff;
    background-color: transparent;
    border-bottom: 0 none;
    height: 100%;
  }

  .farm-summary figcaption p {
    font-size: 15px;
    line-height: 1.73;
  }

  .farm-summary figcaption .btn-wrap {
    position: absolute;
    bottom: 10%;
    margin-bottom: auto;
  }

  .farm-item-block .farm-item {
    padding-top: 9%;
    padding-bottom: 0;
    position: relative;
  }
}
/************************************
 三陸やまだ漁協の特選品
************************************/
#custom-banner2 .p-custom-banner__unit--text {
  background-image: url(https://file003.shop-pro.jp/PA01412/124/img/01_top_fmr_bg@2x.jpg);
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 40px;
}

#custom-banner2 .p-custom-banner__heading {
  font-size: 22px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: bold;
}

#custom-banner2 .p-custom-banner__body {
  font-size: 14px;
  line-height: 2;
}

#custom-banner2 .p-custom-banner__body p {
  text-align: justify;
  font-weight: bold;
}

#custom-banner2 .p-custom-banner__body p.btn-wrap {
  text-align: center;
  margin-top: 6%;
  margin-left: -8%;
  margin-right: -8%;
}

@media screen and (min-width: 600px) {
  .p-custom-banner__body {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.btn-roll {
  perspective: 500px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  min-width: 274px;
  text-decoration: none;
  line-height: 1.0;
  text-indent: 0.5em;
}

.btn-roll span {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  line-height: 50px;
  padding: 0 10px;
  border: #fff solid 1px;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  left: 0;
  top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-roll span:after {
  font-family: 'entypo' !important;
  vertical-align: baseline;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: .2em;
  text-align: center;
  text-indent: 0;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\25B6";
}

.btn-roll span:nth-child(1) {
  color: #e60012;
  background-color: #e60012;
  border-color: #e60012;
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transform-origin: 50% 50% -25px;
  -webkit-transform-origin: 50% 50% -25px;
  -moz-transform-origin: 50% 50% -25px;
  opacity: 0;
}

.btn-roll span:nth-child(2) {
  color: #fff;
  background-color: transparent;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transform-origin: 50% 50% -25px;
  -webkit-transform-origin: 50% 50% -25px;
  -moz-transform-origin: 50% 50% -25px;
  opacity: 1;
}

a:hover .btn-roll span:nth-child(1) {
  color: #ffffff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  opacity: 1;
}

a:hover .btn-roll span:nth-child(2) {
  background-color: #e60012;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  opacity: 0;
}

/************************************
 STORY
************************************/
#top-story .c-section__heading {
  margin: 20px 10px 30px;
  width: calc(100% - 20px);
}

#top-story .s-contents__list {
  position: relative;
  overflow: hidden;
}

#free-contents1 {
  background-image: url(https://file003.shop-pro.jp/PA01412/124/img/01_top_sty_2@2x.jpg);
}

#free-contents2 {
  background-image: url(https://file003.shop-pro.jp/PA01412/124/img/01_top_sty_1@2x.jpg);
}

.s-contents__list-block {
  background-color: #f4f4f4;
  background-size: cover;
  padding: 9% 3.125% 5%;
  position: relative;
  overflow: hidden;
}

.s-contents__list-block:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.s-contents__list-block-txt {
  position: relative;
  z-index: 1;
  border: 1px solid white;
  border-width: 0 1px 1px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  color: #fff;
}

.s-contents__list-block-txt dt {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s-contents__list-block-txt dt span {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.s-contents__list-block-txt dt span:before, .s-contents__list-block-txt dt span:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}

.s-contents__list-block-txt dt span:before {
  left: -1000%;
}

.s-contents__list-block-txt dt span:after {
  right: -1000%;
}

.s-contents__list-block-txt dd {
  position: relative;
  padding: 0 20px 20px;
  margin: -5px 0 0;
  text-align: justify;
  line-height: 1.75;
}

.s-contents__list-block-txt dd p.btn-wrap {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #top-story .c-section__heading {
    margin: 70px auto 40px;
  }

  #top-story .s-contents__list {
    display: -webkit-flex;
    display: flex;
  }

  .s-contents__list-block {
    padding: 5% 3.125%;
    width: 50%;
    float: left;
    box-sizing: border-box;
  }

  .s-contents__list-block * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }

  .s-contents__list-block:before {
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }

  .s-contents__list-block-txt {
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .s-contents__list-block {
    padding: 3.125%;
    padding-top: 33.59375%;
  }

  .s-contents__list-block:before {
    opacity: 0;
  }

  .s-contents__list-block:hover:before {
    opacity: 1;
  }

  .s-contents__list-block:hover .s-contents__list-block-txt {
    top: 50%;
    bottom: 5%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .s-contents__list-block:hover .s-contents__list-block-txt dd {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .s-contents__list-block-txt {
    position: absolute;
    top: 50%;
    left: 3.125%;
    right: 3.125%;
    bottom: 42%;
    border: 1px solid white;
    border-width: 0 1px 1px;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    color: #fff;
    height: auto;
  }

  .s-contents__list-block-txt dt span {
    font-size: 24px;
  }

  .s-contents__list-block-txt dd {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    padding: 0 10%;
    margin: 0;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .s-contents__list-block-txt dd p {
    line-height: 2.0;
  }

  .s-contents__list-block-txt dd p.btn-wrap {
    line-height: 1.5;
    margin-top: 24px;
  }

  .s-contents__list-block-txt dd .btn-border {
    min-width: 230px;
  }
}
/************************************
 お知らせ
************************************/
#top-news .c-section__container {
  max-width: 816px;
}

#top-news .news-block {
  margin-bottom: 20px;
}

#top-news .news-block a {
  text-decoration: none;
  color: #000;
}

#top-news .news-block a:hover {
  color: #395aa7;
}

#top-news .news-date {
  display: block;
  margin-bottom: 5px;
}

#top-news .news-fb-timeline {
  text-align: center;
  margin-top: 7.3%;
}

#top-news .fb_iframe_widget {
  width: 100%;
  overflow-x: hidden;
}

#top-news .news-link {
  margin-top: 4.9%;
}

#top-news .news-link .btn-border {
  min-width: 288px;
  color: #fff;
  /*background-color: #395aa7;*/
  background-color: #e60012;
  border:0 none;
  font-size: 1.128em;
  padding: 15px;
}

#top-news .news-link .btn-border:hover {
  color: #fff;
  /*background-color:#e60012;*/
  outline: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.75;
}

@media screen and (min-width: 600px) {
  #top-news .c-section__heading--title .ico {
    font-size: 20px;
  }

  #top-news .news-block {
    display: table;
    width: 100%;
  }

  #top-news .news-block a, #top-news .news-block .nolink {
    display: table-row;
  }

  #top-news .news-date,
  #top-news .news-lead {
    display: table-cell;
    vertical-align: top;
  }

  #top-news .news-date {
    padding-right: 4%;
    width: 14.6%;
  }

  #top-news .news-lead {
    width: 85.4%;
  }

  #top-news .news-fb-timeline {
    margin-top: 60px;
  }

  #top-news .news-link {
    margin-top: 40px;
  }
}
/************************************
 お知らせ
************************************/
#top_info .content {
  border-top: 1px solid #ccc;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#top_info .info_item {
  border-bottom: 1px solid #ccc;
}

#top_info .info_item:nth-child(even) {
  background-color: #fbf6f7;
}

#top_info .info_item a, #top_info .info_item .nolink {
  color: #333;
  display: block;
  padding: 1em 4%;
  letter-spacing: 0.1em;
}

#top_info .info_item a:hover {
  background-color: #e8e2e2;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #333;
}

#top_info .info_item time, #top_info .info_item p {
  display: inline-block;
  * display: inline;
  * zoom: 1;
  margin-bottom: 0;
}

#top_info .info_item time {
  margin-right: 40px;
  color: #00214b;
  text-decoration: none;
}

#top_info .info_item time:before {
  content: "●";
  font-size: 8px;
  margin-right: 20px;
  color: #ca4453;
}

#top_info p.txt {
  margin-top: 4.16%;
  text-align: center;
}

@media (max-width: 980px) {
  #top_info .info_item a {
    padding-right: 2%;
  }

  #top_info .info_item time {
    margin-right: 4%;
  }

  #top_info .info_item time:before {
    margin-right: 15%;
  }

  #top_info .info_item p {
    margin-left: 1.5em;
    display: block;
  }
}
@media (max-width: 480px) {
  #top_info .info_item {
    font-size: 0.857em;
  }

  #top_info .info_item time {
    margin-right: 0;
    margin-bottom: 0.5em;
    display: block;
  }

  #top_info .info_item time:before {
    margin-right: 1em;
  }
}
/************************************
 地図
************************************/
#top-map {
  height: 250px;
  margin-top: 7.8%;
}

@media screen and (min-width: 600px) {
  #top-map {
    height: 400px;
    margin-top: 100px;
  }
}


/************************************
キャッシュレスバナー
************************************/
.ouen__bnr{
  position:relative;
  max-width:728px;
  padding-top:12.626%;
  margin: 20px auto 0;
}
.ouen__bnr span{
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  background:url(https://file003.shop-pro.jp/PA01412/124/img/ouen_jf.jpg) 0 0 no-repeat;
  background-size:100% auto;
  top:0;
  left:0;
  text-indent:-9999px;
}

@media screen and (min-width: 728px) {
  .ouen__bnr{
    margin:70px auto 0;
    max-width:1000px;
    padding-top:40%;
    background:url(https://file003.shop-pro.jp/PA01412/124/img/ouen_jf.jpg) 0 0 no-repeat;
    background-size:100% auto;
  }
  .ouen__bnr span{
    background-image:url(https://file003.shop-pro.jp/PA01412/124/img/ouen_jf.jpg);
  }
}

/************************************
お取り寄せキャンペーンバナー
************************************/
.campaign__bnr{
  position:relative;
  max-width:1000px;
  margin: 20px auto 0;
}
.campaign__bnr p{
    font-size: 16px;
    line-height: 1.75em;
    padding: 1em;
}

@media screen and (min-width: 728px) {
  .campaign__bnr{
    margin:50px auto 0;
  }
}