@charset "UTF-8";
/* info_custom */
/* text ........... $base-textcolor */
/* background ..... #eeeeee        */
/* button ......... $base-btncolor */
/* button ......... rgba(32,171,203  */
/* maincolor ...... #888888        */
/* error .......... #E86A6D        */
html {
  background: none !important;
}
/* header { display: none; } */
.top {
  position: relative;
}
.base-wrapper {
  padding-top: 0;
}
.top_otameshi {
  font-size: 2.4rem;
}
.topfv {
  position: relative;
  margin: 0 0 30px 0;
}
.video-box1 {
  position: absolute;
  z-index: -2;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  max-width: 768px;
}
.video1 {
  /*天地中央配置*/
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background: url("/image/site/video_bg_01.jpg") no-repeat;
  background-size: cover;
  opacity: 1;
  transition: 5s;
}
@media screen and (max-width: 480px) {
  .video1 {
    height: 100vh;
  }
}
.topFvContent {
  width: 100%;
  padding: 10px 2% 0 2%;
  box-sizing: border-box;
  color: #ffffff;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
.topFvHeader {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.topHeaderBtn {
  display: -webkit-flex;
  display: flex;
}
.topHeaderBtn li {
  text-align: center;
}
.topHeaderBtn li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}
.topHeaderBtn .headerRegistBtn a {
  background: #428137;
  color: #ffffff;
  margin: 0 20px 0 0;
}
.topHeaderBtn .headerLoginBtn a {
  background: #ffffff;
  color: #428137;
  border: solid 1px #428137;
}
.topHeaderBtn i {
  margin: 0 0 10px 0;
  display: block;
  font-size: 20px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .topHeaderBtn li a {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    transform: scale(1);
  }
}
.fvVerticalTxt {
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3rem;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 480px) {
  .fvVerticalTxt {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
.topFvLogo {
  margin: -30% 0 9% 0;
  text-align: center;
}
.topFvLogo img {
  max-width: 50%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .topFvLogo img {
    max-width: 70%;
  }
}
.trialCatch {
  text-align: center;
  margin: 0 0 20px 0;
}
.trialCatch a {
  color: #ffffff;
  font-weight: bold;
}
.trialCatch a span {
  color: #8de581;
}
.fvFixedBtn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  width: 75%;
  max-width: 500px;
  background: url("/image/site/fixed_btn_bg.svg") no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 30px 0 15px 0;
}
.fvFixedBtn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.2rem;
}
.fvFixedBtn img {
  display: block;
  max-width: 18%;
  height: auto;
  margin: 0 auto 15px auto;
}
.fvFixedBtn i {
  display: block;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 480px) {
  .fvFixedBtn {
    padding: 20px 0 15px 0;
  }
}
.fvBottom {
  background: #ffffff;
}
.vegeCatch {
  position: relative;
}
.vegeCatch dl {
  max-width: 96%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.vegeCatch img {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.vegeCatch dt, .vegeCatch dd {
  position: relative;
  z-index: 2;
}
.vegeCatch dl dd {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #428137;
}
.vegeCatch dl dd span {
  display: block;
  font-weight: normal;
  color: #1d1d1d;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 20px 0 0 0;
}
.up {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.up {
  opacity: 0;
  transition: all 1s ease;
}
.up.show {
  opacity: 1;
  transform: none;
}
.op {
  transform: translate(0, 100px);
}
.pickup {
  padding-bottom: 30px;
  position: relative;
}
.pickup .pickup-wrapper {
  position: relative;
  margin-bottom: 3rem;
  z-index: 3;
}
.pickup .swiper-slide__wrapper p {
  text-align: center;
}
.pickup .swiper-slide__wrapper p img {
  width: 90%;
  border-radius: 0.5rem;
}
.pickup__deco {
  position: absolute;
  width: 15%;
}
.pickup__deco img {
  width: 100%;
}
.pickup__deco--top {
  top: -5%;
  right: 2%;
}
.pickup__deco--bottom {
  bottom: 8%;
  left: 2%;
}
/* swiper 設定 */
.swiper-button-prev-pick, .swiper-button-next-pick {
  background-image: none;
  top: 55%;
  z-index: 3;
}
.swiper-button-next-pick {
  right: 1%;
  width: auto;
}
.swiper-button-prev-pick {
  left: 1%;
  width: auto;
}
.swiper-button-prev-pick:before, .swiper-button-next-pick:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #428137;
}
.swiper-button-prev-pick:before {
  content: "";
}
.swiper-button-next-pick:before {
  content: "";
}
.swiper-pagination-pick {
  width: 100%;
  padding: 0.5rem 0;
}
.swiper-pagination-pick span {
  margin: 0 0.3rem;
  opacity: 1;
  background: #ffffff;
  width: 10px;
  height: 10px;
}
.swiper-pagination-pick .swiper-pagination-bullet-active {
  background: #428137;
}
.top-category {
  margin: 0 20px 30px 20px;
}
.top-category .categoryList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top-category .categoryList li {
  width: 48%;
  margin: 0 0 20px 0;
  position: relative;
}
.top-category .categoryList li img {
  max-width: 100%;
  height: auto;
  filter: brightness(0.8);
}
.top-category .categoryList li .categoryDetail {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #ffffff;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
  width: 100%;
}
.top-category .categoryTitle span:before {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
}
.top-category .categoryList li:nth-child(1) .categoryTitle span:before {
  content: "MAIN";
}
.top-category .categoryList li:nth-child(2) .categoryTitle span:before {
  content: "SIDE";
}
.top-category .categoryList li:nth-child(3) .categoryTitle span:before {
  content: "SOUP";
}
.top-category .categoryList li:nth-child(4) .categoryTitle span:before {
  content: "DESERT";
}
.top-category .categoryBtn {
  border: solid 1px #ffffff;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 20px auto 0 auto;
  width: 50%;
}
.video2 {
  position: relative;
}
.video2:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: #ffffff;
  background: linear-gradient(0deg, white 10%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}
.video2 video {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
}
.top-feature {
  background-image: url(../image/site/top__featureback.png);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.top-feature .feature {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.top-feature .feature img {
  width: 100%;
}
.top-feature .feature__item {
  margin-bottom: 1.5rem;
}
.ranking {
  margin: 0 2% 30px 2%;
}
.ranking .top3 {
  margin: 0 0 30px 0;
}
.ranking .top3 .ranktop__item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #1d1d1d;
  margin: 0 0 20px 0;
}
.ranking .rankImg {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .ranking .rankImg {
    width: 40%;
  }
}
.ranking .rankImg img {
  max-width: 100%;
  height: auto;
}
.ranking .rankTop3Detail {
  width: 67%;
}
@media screen and (max-width: 480px) {
  .ranking .rankTop3Detail {
    width: 57%;
  }
}
.ranking .ranktop__no {
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.6rem;
}
.ranking .ranktop__item:nth-child(1) .ranktop__no {
  color: #d9c65f;
}
.ranking .ranktop__item:nth-child(2) .ranktop__no {
  color: #b9b9b9;
}
.ranking .ranktop__item:nth-child(3) .ranktop__no {
  color: #d6a69b;
}
.ranking .ranktop__no img {
  display: inline-block;
  width: 10%;
  height: auto;
}
.ranking .ranktop__no span {
  display: inline-block;
  font-size: 3.4rem;
  padding: 0 3px;
  font-family: "Arial";
}
.ranking .ranktop__name {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.ranking .takeTime {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 0 0 20px 0;
}
.ranking .takeTime i {
  display: inline-block;
  color: #9d9d9d;
  margin: 0 5px 0 0;
}
.ranking .moreBtn {
  text-align: right;
}
.ranking .moreBtn span {
  display: inline-block;
  background: #428137;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  width: 60%;
  border-radius: 2px;
  box-sizing: border-box;
}
.rankibottom {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.rankibottom .rankNum {
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #987751;
  line-height: 1.6rem;
}
.rankibottom .rankNum span {
  font-family: "Arial";
  display: inline-block;
  padding: 0 3px 0 0;
  font-size: 3.4rem;
}
.rankibottom .swiper-ranking {
  overflow: hidden;
}
.rankibottom .swpier-slide {
  position: relative;
  padding: 0.5rem;
}
.rankibottom .rank-deco {
  width: 95%;
  position: absolute;
  z-index: 4;
  top: 0px;
  left: 0px;
}
.rankibottom .rank-deco img {
  width: 100%;
}
.rankibottom .rank-swipeimg {
  width: 94%;
  margin: 0 0 10px 0;
  z-index: 3;
}
.rankibottom .recipeTitle {
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1d1d1d;
  font-weight: bold;
}
.pickUpSwiper {
  width: 92%;
  height: 80%;
  margin: 90px auto 30px auto;
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.pickUpSwiper .swiper-slide-active .slide-img, .pickUpSwiper .swiper-slide-duplicate-active .slide-img, .pickUpSwiper .swiper-slide-prev .slide-img {
  animation: zoom-in 10s linear 0s 1 normal both;
}
.pickUpSwiper .slide-text {
  position: absolute;
  bottom: 5%;
  left: 0;
  transform: translate(0%, -15%);
}
.pickUpSwiper .slide-img img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.pickUpSwiper .slide-text .scriptTxt {
  color: #ffffff;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 2;
  margin-bottom: -10px;
  left: 10px;
}
.pickUpSwiper .slide-text .caption {
  background: #ffffff;
  color: #1d1d1d;
  font-weight: bold;
}
.pickUpSwiper .caption dt {
  background: #428137;
  color: #ffffff;
  padding: 10px;
  font-size: 2rem;
  line-height: 2rem;
}
.pickUpSwiper .caption dt i {
  padding: 0 5px 0 0;
}
.pickUpSwiper .caption dd {
  padding: 10px;
  line-height: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pickUpSwiper .swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  display: inline-block;
  border-radius: inherit;
  background: #ffffff;
  opacity: 1;
  margin: 0 5px !important;
}
.pickUpSwiper .swiper-pagination-bullet-active {
  background: #428137;
}
.swiper-button-prev-rank, .swiper-button-next-rank {
  background-image: none;
  top: 55%;
  z-index: 3;
  height: auto;
}
.swiper-button-next-rank {
  right: -4%;
  width: auto;
}
.swiper-button-prev-rank {
  left: -4%;
  width: auto;
}
.swiper-button-prev-rank:before, .swiper-button-next-rank:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #428137;
}
.swiper-button-prev-rank:before {
  content: "";
}
.swiper-button-next-rank:before {
  content: "";
}
.swiper-pagination-rank {
  width: 100%;
  padding: 0.5rem 0;
}
.swiper-pagination-bullet-rank {
  margin: 0 0.3rem;
  opacity: 1;
  background: #ffffff;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-rank-active {
  background: #428137;
}
.rankSwiper .swiper-pagination {
  position: static;
  z-index: auto;
}
.rankSwiper .swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  display: inline-block;
  border-radius: inherit;
  background: #428137;
  opacity: 0.2;
  margin: 0 5px !important;
}
.rankSwiper .swiper-pagination-bullet-active {
  background: #428137;
  opacity: 1;
}
.video3 {
  margin: 0 0 50px 0;
}
.video3 video {
  max-width: 100%;
  height: auto;
}
.verticalTxt {
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #428137;
  margin: 0 auto 50px auto;
}
/* .videoWrapper { opacity: 0; } */
.fade-in {
  opacity: 0;
  transition-duration: 2000ms;
  transition-property: opacity, transform;
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
.browserLess7 .fvVerticalTxt {
  display: none;
}
.browserLess7 .topFvLogo {
  margin: 30px 0 20px 0;
}
.browserLess7 .topFvHeader {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .browserLess7 .video1 {
    height: auto;
    width: 100vw;
  }
}
.browserLess7 .verticalTxt {
  text-align: center;
}
.browserMore7 .fvVerticalTxt {
  display: none;
}
.browserMore7 .topFvLogo {
  margin: 30px 0 20px 0;
}
.browserMore7 .topFvHeader {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .browserMore7 .video1 {
    height: auto;
    width: 100vw;
  }
}
.browserMore7 .verticalTxt {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .pickUpSwiper {
    margin: 80px auto 30px auto;
  }
}
