@charset "UTF-8";
body {
  background: url("../../images/index/index_img_01b.jpg") no-repeat center top;
  background: none;
}
.boxIndexTop {
  height: 45.36vw;
  background: url("../../images/index/bg-mv.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
}
.boxIndexTop .txt {
  position: absolute;
  left: 11%;
  bottom: 12%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3.864375rem;
  letter-spacing: 0.28em;
  color: #fff;
  line-height: 1.61;
}
.boxIndexTop .txt small {
  font-size: 0.815em;
}
.boxIndexTop .txt span {
  letter-spacing: 0.2em;
}

.boxIndexPickUp {
  margin-top: 39px;
  /*max-width: 1485px;*/
}
.boxIndexPickUp .box_wrap {
  display: flex;
}
.boxIndexPickUp .box_wrap .ttl {
  font-size: 1.25rem;
  font-weight: bold;
  color: #008f43;
  padding-right: 1.9em;
  flex-shrink: 0;
}
.boxIndexPickUp .box_wrap .cont {
  line-height: 1.6;
}
.boxIndexPickUp .box_wrap .cont a {
  font-size: 1.125rem;
  background: url("../../images/common/arrow-right-green.svg") no-repeat right 0.35em;
  padding-right: 33px;
  background-size: 14px;
  letter-spacing: 0.07em;
}
.boxIndex01 {
  position: relative;
  padding: 107px 0 126px 0;
  background: url("../../images/index/index-bg-map01.png") no-repeat right 102px top;
}
.boxIndex01:after {
  /*
  content: "";
  width: 583px;
  height: 326px;
  background: url("../../images/index/img-p01.png") no-repeat;
  position: absolute;
  bottom: 0;
  right: 66px;
  */
      content: "";
    max-width: 583px;
    height: 17vw;
    background: url(../../images/index/img-p01.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 66px;
    width: 32vw;
    background-size: contain;
}
.boxIndex01 .boxFlex .cont {
  width: 63%;
}
.boxIndex01 .boxFlex .cont .ttl {
  font-size: 2.75rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin-bottom: 1em;
  line-height: 1.55;
}
.boxIndex01 .boxFlex .cont .boxBaseCom {
  margin-bottom: 3.2em;
}
.boxIndex01 .boxFlex .cont .boxBaseCom p {
  font-size: 1.125rem;
  line-height: 2.3;
}
.boxIndex01 .boxFlex .img {
  width: 44%;
  margin-top: 13px;
  position: absolute;
  right: 0;
  top: 107px;
}
.boxIndex02Wrap {
  padding: 100px 80px 100px 0;
  border-top-right-radius: 130px;
  background: url("../../images/index/index-bg01.jpg") no-repeat left top;
  background-size: cover;
  margin-right: 12.5%;
}
.boxIndex02 {
  margin: 0 0 0 auto;
}
.boxIndex02 .box_wrap {
  display: flex;
  margin-bottom: 45px;
}
.boxIndex02 .box_wrap .ttl_area {
  width: 310px;
  height: 381px;
  background: url("../../images/index/index-bg-product.jpg") no-repeat left bottom;
  background-size: cover;
  border-radius: 8px;
  padding: 37px 0 0 30px;
  color: #fff;
  font-weight: bold;
}
.boxIndex02 .box_wrap .ttl_area .en {
  opacity: 0.6;
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
.boxIndex02 .box_wrap .ttl_area .ja {
  color: #fff;
  font-size: 2.25rem;
}
.boxIndex02 .box_wrap .cont {
  width: calc(100% - 310px);
  padding-left: 49px;
}
.boxIndex02 .box_wrap .cont .lead {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.boxIndex02 .box_wrap .cont .lead p {
  margin-right: 3.5em;
  line-height: 1.7;
}
.boxIndex02 .box_wrap .cont .item_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.boxIndex02 .box_wrap .cont .item_wrap .item {
  width: 209px;
}
/*
@media only screen and (max-width:1540px) and (min-width:751px) {
  .boxIndex02 .box_wrap .cont .item_wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .boxIndex02 .box_wrap .cont .item_wrap .item {
    width: 47%;
  }
  .boxIndex02 .box_wrap .cont .item_wrap .item:nth-of-type(2n) {
    margin-left: 6%;
  }
  .boxIndex02 .box_wrap .cont .item_wrap .item:nth-child(n+3) {
    margin-top: 2rem;
  }
}*/

.boxIndex02 .box_wrap .cont .item_wrap .item .img {
  height: 209px;
  overflow: hidden;
  border-radius: 8px;
}
.boxIndex02 .box_wrap .cont .item_wrap .item .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.boxIndex02 .box_wrap .cont .item_wrap .item p {
  text-align: center;
  font-weight: bold;
  color: #008f43;
  font-size: 1.125rem;
  line-height: 1.55;
  margin-top: 0.5em;
}

.boxIndexBg01 {
  background: url("../../images/index/index-bg-green01.png") no-repeat right bottom;
}
.boxIndex04Wrap {
  height: 613px;
  background: url("../../images/index/index-bg-about.jpg") no-repeat left top;
  background-size: cover;
  border-top-left-radius: 140px;
  position: relative;
  margin-top: 150px;
}
.boxIndex04 .box {
  background-color: #fff;
  border-top-left-radius: 24px;
  padding: 70px 57px 38px 85px;
  width: 670px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.boxIndex04 .box .ttl {
  margin-bottom: 25px;
  font-weight: bold;
}
.boxIndex04 .box .ttl .en {
  color: #008f43;
  font-size: 0.875rem;
  display: block;
}
.boxIndex04 .box .ttl .ja {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  display: block;
}
.boxIndex04 .box p {
  margin-bottom: 35px;
  line-height: 1.75;
}
.boxIndex04 .box .btn_area {
  display: flex;
  justify-content: space-between;
}
.boxIndex05Wrap {
  padding: 150px 0 0 0;
}
.boxIndex05 {
  display: flex;
}
.boxIndex05 .ttl_area {
  width: 250px;
}
.boxIndex05 .ttl_area h2 {
  margin-bottom: 115px;
}
.boxIndex05 .ttl_area .en {
  display: block;
  color: #008f43;
  font-size: 0.875rem;
  font-weight: bold;
}
.boxIndex05 .ttl_area .ja {
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
}
.boxIndex05 .ttl_area ul li {
  font-size: 1.125rem;
  color: #008f43;
  padding-left: 32px;
  background: url("../../images/common/arrow-right-green.svg") no-repeat 8px 7px;
  background-size: 14px;
  font-weight: bold;
}
.boxIndex05 .ttl_area ul li:nth-child(n+2) {
  margin-top: 1em;
}
.boxIndex05 .menu {
  width: calc(100% - 250px);
  display: flex;
  justify-content: flex-end;
}
.boxIndex05 .menu a {
  width: 24%;
  height: 360px;
  border-radius: 25px;
  background: url("../../images/index/index-menu01.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  opacity: 1!important;
  overflow: hidden;
}
.boxIndex05 .menu a:nth-child(n+2) {
  margin-left: 1.3333%;
}
.boxIndex05 .menu a:before {
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #008f43;
  opacity: 0;
  pointer-events: none;  
}
.boxIndex05 .menu .p01 {
  font-size: 1.375rem;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  line-height: 1.27;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 1;
}
.boxIndex05 .menu .arrow {
  width: 50px;
  height: 50px;
  border-radius: 10em;
  background-color: #008f43;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 9px;
  bottom: 9px;
  z-index: 1;
}
.boxIndex05 .menu .arrow img {
  width: 25px;
}
.boxIndex05 .menu a:hover:before {
  opacity: 0.7;
}
.boxIndex05 .menu a:hover .arrow {
  background: url("../../images/common/arrow-right-green.svg") no-repeat center center;
  background-size: 25px;
  background-color: #fff;
}
.boxIndex05 .menu a:hover .p01 {
  opacity: 1;
}
.boxIndex05 .menu a:hover .arrow img {
  display: none;
}
.boxIndex06Wrap {
  padding: 150px 0;
}
.boxIndex06 {
  display: flex;
}
.boxIndex06 .ttl_area {
  color: #008f43;
  width: 290px;
}
.boxIndex06 .ttl_area h2 {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 2.75rem;
  margin-bottom: 40px;
}
.boxIndex06 .ttl_area a {
  font-weight: bold;
  padding-right: 27px;
  background: url("../../images/common/arrow-right-green.svg") no-repeat right center;
  background-size: 13px;
}
.boxIndex06 .cont {
  width: calc(100% - 290px);
}
.boxIndex06 .cont .box {
  display: flex;
}
.boxIndex06 .cont .box .img {
  width: 146px;
  height: 106px;
  flex-shrink: 0;
  border:1px solid #e2e2e2;
  border-radius: 1rem;
  position: relative;
}
.boxIndex06 .cont .box .img img {
  border-radius: 7px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.boxIndex06 .cont .box .img img.no-image {
  /*
  border-radius: 0;
  width: 70px;
  object-fit: none;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  */
  height: auto;
  object-fit: none;
}
.boxIndex06 .cont .box .cate {
  margin: 0 3% 0 5%;
  text-align: center;
}
.boxIndex06 .cont .box .cate .date {
  margin-bottom: 20px;
}
.boxIndex06 .cont .box .cate .cat {
}
.boxIndex06 .cont .box .cate .cat li {
  height: 27px;
  min-width: 97px;
  border-radius: 10em;
  background-color: #efefef;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxIndex06 .cont .box .txt {
  line-height: 1.6;
}
.boxIndex06 .cont .box .txt .p01 {
  font-weight: bold;
  color: #008f43;
  margin-bottom: 1em;
  font-size: 1.125rem;
  padding-right: 35px;
  position: relative;
}
.boxIndex06 .cont .box .txt .p01:before {
  content: "";
  width: 27px;
  height: 27px;
  background-color: #efefef;
  border-radius: 10em;
  position: absolute;
  right: 0;
  top: 0;
}
.boxIndex06 .cont .box .txt .p01:after {
  content: "";
  width: 13px;
  height: 12px;
  background: url("../../images/common/arrow-right-green.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 5px;
  top: 8px;
}
.boxFooter01Wrap {
  padding-top: 120px;
}
.boxIndex06 .ulBaseListCat {
  display: block;
}
.boxIndex06 .ulBaseListCat li {
  margin: 0!important;
}
.boxIndex06 .ulBaseListCat li:nth-child(n+2) {
  margin-top: 5px!important;
}
@media all and (max-width: 1000px){
  .boxIndexTop {
    height: 149.8vw;
    background-image: url("../../images/index/bg-mv_sp.jpg")
  }
  .boxIndexTop .txt {
    left: 4vw;
    bottom: 8vw;
    width: 85vw;
    font-size: 9vw;
    line-height: 1.4;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  .boxIndexPickUp .box_wrap {
    display: block;
  }
  .boxIndexPickUp .box_wrap .cont {
    font-size: 1.13rem;
  }
  .boxIndexPickUp .box_wrap .ttl {
    margin-bottom: 0.5em;
  }
  .boxIndexPickUp .box_wrap .cont a {
    background: none;
  }
  .boxIndex01 {
    padding: 4rem 0 114vw 0;
    background: url("../../images/index/bg-index01.png") no-repeat center bottom;
    background-size: 90%;
    position: relative;
    width: 112%;
    margin-left: -6%;
  }
  .boxIndexPickUpWrap {
    position: relative;
    z-index: 1;
  }
  .boxIndex01:before {
    content: "";
    width: 130%;
    height: 85vw;
    background: url("../../images/index/index-bg-map01.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: -17vw;
    top: -14vw;
    z-index: -1;
  }
  .boxIndex01 .boxFlex .cont {
    width: 100%;
  }
  .boxIndex01 .boxFlex .img {
    display: none;
  }
  .boxIndex01 .boxFlex .cont .ttl {
    font-size: 2.3rem;
    margin-bottom: 0.7em;
  }
  .boxIndex01 .boxFlex .cont .boxBaseCom p {
    font-size: 1.07rem;
    line-height: 1.96;
  }
  .boxIndex01 .boxFlex .cont .boxBaseCom {
    margin-bottom: 2rem;
  }
  .boxIndex01:after {
    content: none;
  }
  .boxIndex01 .boxFlex {
    padding: 0 11%;
  }
  .boxIndex02Wrap {
    padding: 4.6rem 5% 11rem 5%;
    border-top-right-radius: 0;
    margin-right: 0;
    background: url("../../images/index/index-bg01sp.jpg") no-repeat center bottom;
    background-size: cover;
}
  .boxIndex02 .box_wrap .ttl_area {
    width: 100%;
    height: 27.3vw;
    background: url(../../images/index/index-bg-productsp.jpg) no-repeat right bottom;
    background-size: cover;
    padding: 6vw 0 0 4vw;
    margin-bottom: 1.5rem;
  }
  .boxIndex02 .box_wrap .ttl_area .en {
    font-size: 1.07rem;
    margin-bottom: 0;
  }
  .boxIndex02 .box_wrap .ttl_area .ja {
    font-size: 2rem;
  }
  .boxIndex02 .box_wrap .cont {
    width: 100%;
    padding: 0;
  }
  .boxIndex02 .box_wrap {
    display: block;
  }
  .boxIndex02 {
    margin: 0 auto;
    width: 100%;
  }
  .boxIndex02 .box_wrap .cont .btnBase01 {
    display: none;
  }
  .boxIndex02 .box_wrap .cont .lead p {
    margin-right: 0;
  }  
  .boxIndex02 .box_wrap .cont .lead {
    margin-bottom: 2rem;
  }
  .boxIndex02 .box_wrap .cont .item_wrap {
    flex-wrap: wrap;
    padding: 0 5%;
  }
  .boxIndex02 .box_wrap .cont .item_wrap .item {
    width: 100%;
    margin: 0 5px!important;
  }
  .boxIndex02 .box_wrap .cont .item_wrap .item .img {
    height: 75vw;
  }
  .boxIndex02 .box_wrap .cont .item_wrap .item p {
    font-size: 1.28rem;
  }
  .boxIndex02 .box_wrap .cont .item_wrap .item:nth-child(n+3) {
    margin-top: 2rem;
  }
  .boxIndex02 .bnr {
    height: 64vw;
    background: url("../../images/index/index-bnr01sp.jpg") no-repeat center bottom;
    background-size: contain;
    margin-top: 4.6rem;
  }
  .boxIndex02 .btnBase01.cart.red {
    display: none;
  }
  .boxIndex02 .btnBase01.cart {
    width: 90%;
    margin: auto;
    max-width: inherit;
    justify-content: center;
    height: 10.66vw;
    padding: 0;
    font-size: 1.38rem;
    background-position: 28% center, right 23px center;

  }
  .boxIndex02 .bnr > div {
    width: 100%;
    right: 0;
    bottom: 11vw;
  }
  .boxIndex02 .bnr:after {
    content: "セット購入やまとめ買いで お得においしくお届け！";
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 3vw;
    left: 0;
    width: 100%;
    letter-spacing: 0.1em;
  }
  .boxIndex05Wrap {
    padding: 4.6rem 0 7rem 0;
  }
  .boxIndex05 .ttl_area {
    width: 100%;
  }
  .boxIndex05 .ttl_area ul {
    display: none;
  }
  .boxIndex05 .ttl_area .en,
  .boxIndex04 .box .ttl .en {
    font-size: 1.076rem;
  }
  .boxIndex05 .ttl_area .ja,
  .boxIndex04 .box .ttl .ja {
    font-size: 2rem;
  }
  .boxIndex05 {
    display: block;
  }
  .boxIndex05 .menu {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .boxIndex05 .menu a {
    width: 47.5%;
    overflow: visible;
    height: 62vw;
    margin-left: 0!important;
  }
  .boxIndex05 .menu a:nth-of-type(2n) {
    margin-left: auto!important;
  }
  .boxIndex05 .menu .arrow {
    width: 8.66vw;
    height: 8.66vw;    
  }
  .boxIndex05 .menu .arrow img {
    width: 4.4vw;
  }
  .boxIndex05 .menu a:nth-child(n+3) {
    margin-top: 4rem;
  }
  .boxIndex05 .menu a p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2em;
    font-weight: bold;
    text-align: center;
    font-size: 1.23rem;
    color: #008f43;
  }
  .boxIndex04Wrap {
    height: auto;
    background: url("../../images/index/index-bg-aboutsp.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 3.88rem 5% 68vw 5%;
    border-radius: 0;
    margin-top: 0;
  }
  .boxIndex04 .box {
    position: static;
    width: 100%;
    border-radius: 28px;
    padding: 1.92rem;;
  }
  .boxIndex04 .box .ttl {
    margin-bottom: 0.8em;
  }
  .boxIndex04 .box p {
    margin-bottom: 1.5em;
  }
  .boxIndex04 .box .btn_area {
    display: block;
  }
  .boxIndex04 .box .btn_area a:nth-child(n+2) {
    margin-top: 0.8rem;
  }
  .boxIndex05 .ttl_area h2 {
    margin-bottom: 2.2rem;
  }
  .boxIndex06Wrap {
    padding: 4.6rem 0 6.6rem 0;
  }
  .boxIndex06 {
    display: block;
  }
  .boxIndex06 .ttl_area {
    width: 100%;
    display: flex;
    align-items: baseline;
  }
  .boxIndex06 .ttl_area a {
    margin-left: auto;
    font-size: 1.07rem;
    position: relative;
    bottom: 0.2em;
  }
  .boxIndex06 .cont {
    width: 100%;
  }
  .boxIndex06 .cont .box {
    display: block;
    position: relative;
    padding-top: 2rem;
  }
  .boxIndex06 .cont .box:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .boxIndex06 .cont .box:before {
    content: "";
    width: 112%;
    height: 1px;
    background-color: #e4f5ec;
    position: absolute;
    left: -6%;
    top: 0;
  }
  .boxIndex06 .cont .box:last-child:after {
    content: "";
    width: 112%;
    height: 1px;
    background-color: #e4f5ec;
    position: absolute;
    left: -6%;
    bottom: -2rem;
  }
  .boxIndex06 .cont .box .cate {
    margin: 0 0 0 0;
    display: flex;
  }
  .boxIndex06 .cont .box .txt .p01:before,
  .boxIndex06 .cont .box .txt .p01:after {
    content: none;
  }
  .boxIndex06 .cont .box .txt .p01 {
    padding: 0;
    font-size: 1.3rem;
  }
  .boxIndex06 .ulBaseListCat {
    display: flex;
    margin-left: 0.8em;
  }
  .boxIndex06 .ulBaseListCat li {
    margin: 0 0.5em 0 0 !important;
  }
  .boxIndex06 .ulBaseListCat li:nth-child(n+2) {
    margin-top: 0 !important;
  }
  .boxIndex06 .cont .box .img {
    width: 39%;
    height: 24vw;
    position: absolute;
    left: 0;
    bottom: -1vw;
  }
  .boxIndex06 .cont .box .txt .p02 {
    padding-left: 42%;
    min-height: 23vw;
  }
  .boxFooterMenu01 {
    display: block;
  }
  .boxFooterMenu01 .box {
    width: 100%;
    padding: 0;
  }
  .boxIndex02 .bnr:before {
    content: none;
  }
}

@media only screen and (max-width:1600px) and (min-width:751px) {
  .boxIndex02Wrap {
    padding-right: 0;
    margin-right: 0;
  }
  .boxIndex02 {
    margin: auto;
  }
  
  
}
.boxIndexTop {
  background: none;
  overflow: hidden;
}
.boxIndexTop video {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.boxIndex02 .box_wrap .cont .item_wrap .item {
  margin-right: 28.3px;
}
.boxIndex02 .slick-next:before {
  content: none;
}
.boxIndex02 .slick-next {
  background: url(../../images/common/arrow-slide-next.png) no-repeat !important;
  background-size: contain !important;
  z-index: 1;
  top: 39%;
  right: -40px;
  width: 34px;
  height: 69px;
}
  .boxIndex02 .slick-prev:before {
    content: none;
  }

@media only screen and (max-width:1000px) {
  .boxIndexTop video {
    width: auto;
    height: 100%;
    left: -40%;
  }
  .boxIndex06 .cont .box .img img.no-image {
    width: 70%;
  }
  .boxIndex06 .cont .box a {
    display: block;
  }
  .boxIndex02 .slick-next {
    top: 50%;
    right: -4%;
  }
  .boxIndex02 .slick-prev {
    background: url(../../images/common/arrow-slide-prev.png) no-repeat !important;
    background-size: contain !important;
    z-index: 1;
    top: 50%;
    left: -4%;
    width: 34px;
    height: 69px;
  }
    .boxIndex06 .cont .box .img img.no-image {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-55%);
  }

}


@media only screen and (max-width:1200px) and (min-width:1001px) { 
  .boxIndex01 .boxFlex .img {
    width: 34%;
  }
  .boxIndex02 .box_wrap .cont .item_wrap {
    padding-right: 5%;
  }
  .boxIndex02 .slick-next {
    right: 0;
  }
  body {
    min-width: inherit;
  }
  
  
}
@media only screen and (max-width:1000px) and (min-width:751px) {  
  .boxIndex02Wrap {
    padding-right: 5%;
  }
  .boxIndex04Wrap {
    margin-left: 0;
  }
  .boxIndex06 .cont .box .img img.no-image {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-55%);
  }
  .boxIndex06 .cont .box .img {
    bottom: 4vw;
  }
  .boxIndexTop {
    height: 100vh;
  }
  .boxIndex06 .ulBaseListCat li {
    padding: 0 1em;
    height: 1.5em;
  }
}



