/******************************/
/* SLIDER */
/******************************/
.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
  /* 追加 */
  border-radius: 20px;
  /* 追加 */
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    bottom: -25px;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #dddddd;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-line-informaiton {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
    margin-bottom: 15px;
  }
}

.p-line-informaiton-list__date {
  width: 120px;
}

.p-line-informaiton-list__ttl {
  flex: 1;
}

/******************************/
/* グループバナー */
/******************************/
.p-group-bnr {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-group-bnr {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-group-bnr .c-slider-thema .slick-next {
    right: -3px;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-group-bnr .c-slider-thema .slick-prev {
    left: -3px;
  }
}

.p-group-bnr-list {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1070px) {
  .p-group-bnr-list {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.p-group-bnr-list__item {
  margin-left: 25px;
  margin-right: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-group-bnr-list__item {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.p-group-bnr-list__item img {
  width: 100%;
}

.p-group-bnr-list__ttl {
  margin-top: 15px;
}

/******************************/
/* INFORMATION */
/******************************/
.p-information {
  margin-top: 90px;
  margin-bottom: 90px;
  padding: 60px 90px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg-grid.png) repeat;
  color: #2d2d2d;
}
@media screen and (max-width: 1023px) {
  .p-information {
    margin-top: 60px;
    margin-bottom: 45px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 45px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-information {
    margin-left: 0;
    margin-right: 0;
    padding: 35px 25px;
  }
}

/******************************/
/* CONCEPT */
/******************************/
.p-concept-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: 105px;
}
@media screen and (max-width: 1023px) {
  .p-concept-box {
    margin-top: 45px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-concept-box__logo {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  width: 330px;
  min-height: 300px;
  background: #fafafa;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__logo {
    padding: 45px;
    width: 220px;
    min-height: 195px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__logo {
    padding: 30px 15px;
    width: auto;
    min-height: 80px;
  }
}
.p-concept-box__logo img {
  max-width: 210px;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__logo img {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__logo img {
    max-width: 120px;
  }
}

.p-concept-box__txt {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 60px 120px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) no-repeat center center #aaaaaa;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .p-concept-box__txt {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box__txt {
    padding: 20px 25px;
  }
}
.p-concept-box__txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.p-concept-box__body {
  position: relative;
  z-index: 10;
}

/******************************/
/* RECOMMEND ITEMS */
/******************************/
.c-ttl-bg.is-recommend:before {
  background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) center center no-repeat;
  background-size: cover;
}
.p-recommend {
  overflow: hidden;
  padding-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .p-recommend {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .p-recommend-list {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP PICK UP ITEMS */
/******************************/
.p-pickup {
  padding-top: 120px;
  padding-bottom: 120px;
  /*background: #fafafa;*/
  background: #fcfbf0;
}
@media screen and (max-width: 1023px) {
  .p-pickup {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

.p-pickup-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-pickup-list {
    margin-top: 0;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.p-pickup-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    max-width: 600px;
  }
}
.p-pickup-list__item:last-child {
  margin-bottom: 0;
}
.p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
  order: -1;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
    padding-left: 25px;
    padding-right: 60px;
  }
}

.p-pickup-list__img {
  /*overflow: hidden;*/
  position: relative;
  width: 53%;
  /*height: 28vw;*/
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 1270px) {
  .p-pickup-list__img {
    /*max-height: 365px;*/
  }
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__img {
    width: 53%;
    /*height: 28vw;*/
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__img {
    width: auto;
    /*height: 55vw;*/
  }
}
.p-pickup-list__img:before, .p-pickup-list__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-pickup-list__img .p-pickup-list__img-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #000000;
  border-radius: 20px;
}
.p-pickup-list__img:after {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
}
.p-pickup-list__img:before {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
}
.p-pickup-list__img.faded .p-pickup-list__img-bg, .p-pickup-list__img.faded:after {
  width: 0;
}
.p-pickup-list__img img {
  position: relative;
  /*top: 50%;
  transform: translate(0, -50%);*/
  width: 100%;
  border-radius: 20px;
}

.p-pickup-list__txt {
  box-sizing: border-box;
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__txt {
    padding-left: 60px;
    padding-right: 25px;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__txt {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
}

.p-pickup-list__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__ttl {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
  }
}
.p-pickup-list__ttl img {
  display: none !important;
}

.p-pickup-list__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__btn {
    margin-top: 20px;
  }
}

/******************************/
/* TOP RANKING */
/******************************/
@media screen and (max-width: 1023px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 35px;
  }
}
.c-ttl-bg.is-ranking:before {
  /*background: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif) center center no-repeat;*/
  /*background-size: cover;*/
  background: none;
}

.p-ranking {
  padding-top: 30px;
  background: url('https://img21.shop-pro.jp/PA01480/924/etc/bg_ranking.png?cmsp_timestamp=20220322214831') top center no-repeat;
  background-size: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .p-ranking {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-top: 60px;
  }
}

.p-ranking-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.p-ranking-list .slick-dots {
  bottom: -45px;
}
.p-ranking-list .slick-dots li {
  margin: 0 2px;
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}

.p-ranking-list__img {
  margin-bottom: 20px;
  /*background: #ffffff;*/
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}

.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 3px;
  min-width: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  opacity: 0;
  transition: all ease 0.1s;
}
.p-ranking-list__num.is-1 {
  background: #c5b597;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #b1b9bb;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #714d3b;
  color: #ffffff;
}

@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ranking-list__ttl {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__ttl {
    font-size: 13px;
  }
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__price {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}

.p-ranking-list__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

/******************************/
/* TOP SHOP */
/******************************/
.p-shop {
  padding-top: 90px;
}
@media screen and (max-width: 1023px) {
  .p-shop {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop {
    padding-top: 30px;
  }
}

.p-shop-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-shop-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-shop-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-shop-wrap:before {
    content: none;
  }
}

.p-shop__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop__bg {
    position: static;
    width: auto;
    height: auto;
  }
}
.p-shop__bg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shop__bg img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-shop__bg .simpleParallax {
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__bg .simpleParallax {
    overflow: hidden !important;
  }
}

.p-shop-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop-contents {
    min-height: inherit;
  }
}

.p-shop-box {
  position: relative;
  z-index: 100;
  width: 660px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shop-box {
    margin-top: 15px;
    width: auto;
    color: #2d2d2d;
  }
}

.p-shop-box__ttl {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__ttl {
    font-size: 17px;
  }
}

.p-shop-box__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__body {
    margin-top: 0;
  }
}

.p-shop-box__url {
  margin-top: 15px;
}
.p-shop-box__url a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shop-box__url a {
    color: #2d2d2d;
  }
}

.p-shop-box__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-shop-box__btn {
    margin-top: 20px;
  }
}


/* カスタマイズ */

/* 共通 ↓-------------------------------------*/
/* h2 */
.sub-title{
  font-size: 21px;
  border-bottom: 1px solid #686868;
  padding-bottom: 15px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 50px auto;
}
.sub-title span{
  color: #a8a8a8;
  font-size: 12px;
  margin-left: 30px;
}

/* 価格 */
.price{
  color: #c72406;
}

@media screen and (max-width: 767px) {
  .sub-title span{
    display: block;
    margin-left: 0;
  }
}
/* 共通 ↑-------------------------------------*/

/* 既存CSSのプロパティを上書き ↓--------------*/
.bx-wrapper .bx-prev{
  left: 28.6vw !important;
}
.bx-wrapper .bx-next{
  right: 27.5vw !important;
}
@media screen and (max-width: 767px) {
  .p-recommend .u-container,
  .p-line-informaiton .u-container,
  .p-ranking .u-container{
    padding-left: 0;
    padding-right: 0;
  }
  .c-ttl-bg.is-ranking{
    margin-bottom: 15vw;
  }
  .bx-wrapper .bx-prev{
    left: 10px !important;
  }
  .bx-wrapper .bx-next{
    right: 10px !important;
  }
  .p-ranking{
    margin-bottom: 40px;
  }
}
/* 既存CSSのプロパティを上書き ↑--------------*/

/* NEWS ↓-------------------------------------*/
.top-news-container{
  width: 100%;
  display: flex;
}
.top-news-container h2{
  margin: 0 10%;
  text-align: center;
}
.top-news-container h2 span{
  display: block;
  color: #e6a549;
  font-size: 14px;
  margin-bottom: 5px;
}
.top-news-container h2 span:before{
  content: "＼";
  margin-right: 8px;
}
.top-news-container h2 span:after{
  content: "／";
  margin-left: 8px;
}
.top-news-container h2 img{
  width: 70px;
}
@media screen and (max-width: 767px) {
  .top-news-container{
    flex-direction: column;
  }
  .top-news-container h2{
    display: block;
    margin: 45px auto 30px auto;
  }
}
/* NEWS ↑-------------------------------------*/

/* バナーリストエリア ↓-----------------------*/
.p-banner{
  margin: 90px 0;
}
.banner-lists{
  max-width: 1200px;
  margin: 90px auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.banner-lists li{
  width: 49%;
  margin-bottom: 2%;
}
.banner-lists li:nth-child(odd){
  margin-right: 1%;
}
.banner-lists li:nth-child(even){
  margin-left: 1%;
}
.banner-lists li a img{
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .banner-lists{
    flex-direction: column;
  }
  .banner-lists li{
    width: 100%;
    margin-bottom: 5.3vw;
  }
}
/* バナーリストエリア ↑-----------------------*/

/* 用途別カテゴリー ↓-------------------------*/
.p-category{
  margin: 90px 0;
}
.category_lists{
  display: flex;
  justify-content: space-between;
}
.category_lists li a{
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.category_lists li a img{
  width: 100%;
  max-width: 120px;
  margin-bottom: 20px;
}
.category_lists li a span{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .category_lists{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .category_lists li{
    width: 44%;
    margin-bottom: 40px;
  }
  .category_lists li a img{
    margin: 0 auto 20px auto;
    max-width: 210px;
    width: 100%;
  }
}
/* 用途別カテゴリー ↑-------------------------*/

/* 食感・風味別カテゴリー ↓-------------------*/
.p-what-for{
  margin: 90px 0;
}
.what_for_lists{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.what_for_lists li a{
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.what_for_lists li a img{
  width: 100%;
  max-width: 161px;
  margin-bottom: 20px;
  display: block;
}
.what_for_lists li a span{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .what_for_lists{
    flex-wrap: wrap;
    width: 100%;
  }
  .what_for_lists li{
    width: 47%;
    margin-bottom: 70px;
  }
  .what_for_lists li a img{
    max-width: 240px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
/* 食感・風味別カテゴリー ↑-------------------*/

/* ピックアップ商品 ↓-------------------------*/
.p-pickup h2{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.p-pickup h2 img{
  max-width: 97px;
  display: block;
  margin: 0 auto;
}

.pickup-main-title{
  font-size: 21px;
  color: #212121;
  margin: 20px auto 10px auto;
}
.pickup-sub-title{
  font-size: 10px;
  color: #686868;
}
@media screen and (max-width: 767px) {
  .p-pickup h2{
    margin-bottom: 13vw;
  }
  .p-pickup h2 img{
    max-width: 67px;
  }
}
/* ピックアップ商品 ↑-------------------------*/

/* ランキング ↓-------------------------------*/
.is-ranking img{
  max-width: 130px;
  position: relative;
  margin-bottom: 24px;
}
.is-ranking span{
  display: block;
  color: #212121;
  font-size: 28px;
}
.is-ranking span:before{
  content: "＼";
  margin-right: 14px;
}
.is-ranking span:after{
  content: "／";
  margin-left: 14px;
}
.is-ranking:after{
  content: "";
  position: absolute;
  background: url('https://img21.shop-pro.jp/PA01480/924/etc/bird.png?cmsp_timestamp=20220322214823') no-repeat;
  
  display: block;
  width: 182px;
  height: 166px;
  background-size: cover;
  right: 10px;
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .is-ranking img{
    max-width: 100px;
  }
  .is-ranking span{
    font-size: 21px;
  }
  .is-ranking:after{
    width: 100px;
    height: 91px;
    bottom: -8px;
  }
}
/* ランキング ↑-------------------------------*/

/* SDGs宣言 ↓---------------------------------*/
.p-sdgs{
  background: url('https://img21.shop-pro.jp/PA01480/924/etc/bg_sdgs.png?cmsp_timestamp=20220323222415') top center no-repeat;
  background-size: cover;
  padding: 150px 0;
}
.p-sdgs > div{
  background: rgb(255,255,255,0.8);
  display: flex;
  border-radius: 20px;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  padding: 100px 60px;
  box-sizing: border-box;
  align-items: center;
}
.p-sdgs > div img{
  width: 50%;
  display: block;
  position: relative;
}

.p-sdgs > div section{
  width: 50%;
  padding-left: 60px;
  box-sizing: border-box;
}
.p-sdgs > div section h2{
  text-align: center;
  margin-bottom: 34px;
  font-size: 24px;
  letter-spacing: 0.09em;
}
.p-sdgs > div section p{
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-sdgs > div{
    flex-direction: column-reverse;
    padding: 13% 5%;
  }
  .p-sdgs > div img{
    width: 100%;
  }
  .p-sdgs > div section{
    width: 100%;
    padding-left: 0;
  }
  .p-sdgs > div section h2{
    font-size: 22px;
    margin: 8% 0;
  }
}
/* SDGs宣言 ↑---------------------------------*/

/* コウ果樹園のみかん日記 ↓-------------------*/
.p-blog{
  background-color: #fbf5e2;
  padding: 150px 0;
}
.p-blog div{
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.p-blog div > img{
  max-width: 443px;
  display: block;
  margin: 0 auto;
  width: 40%;
}
.p-blog div section{
  width: 50%;
  display: flex;
  flex-direction: column;
}
.p-blog div section h2{
  font-size: 18px;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  order: 2;
  padding: 40px 0 30px 0;
  position: relative;
  letter-spacing: 0.09em;
}
.p-blog div section h2:before{
  content: "＼";
}
.p-blog div section h2:after{
  content: "／";
}
.p-blog div section img{
  width: 100%;
  order: 1;
}
.p-blog div section a{
  order: 3;
  width: 330px;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.09em;
}
.p-blog div section a:after{
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  width: 0;
  height:0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.p-blog div section a:hover:after{
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #212121;
  width: 0;
  height:0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-blog{
    padding: 26% 0;
  }
  .p-blog div{
    flex-direction: column-reverse;
  }
  .p-blog div > img{
    width: 100%;
  }
  .p-blog div section{
    width: 100%;
  }
  .p-blog div section img{
    margin-top: 13%;
  }
  .p-blog div section a{
    width: 280px;
  }
}
/* コウ果樹園のみかん日記 ↑-------------------*/

#slider{
  left: 30vw !important;
}
#slider > div{
  padding: 0 10px;
  box-sizing: border-box;
  width: 40vw !important;
}
@media screen and (max-width: 767px) {
  #slider{
    left: 5vw !important;
  }
  #slider > div{
    padding: 0 10px;
    box-sizing: border-box;
    width: 90vw !important;
  }
}