@charset "UTF-8";
/* info_custom */
/* text ........... $base-textcolor */
/* background ..... #eeeeee        */
/* button ......... $base-btncolor */
/* button ......... rgba(32,171,203  */
/* maincolor ...... #888888        */
/* error .......... #E86A6D        */
.loading {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #20abcb;
  z-index: 9999;
}

.loading svg {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* SVGアニメーション */
.svg_animation {
  fill: none;
  stroke-dashoffset: 1000;
  animation: svg-anime 1s ease-in .5s forwards;
  -webkit-animation: svg-anime 1s ease-in .5s forwards;
}

@keyframes svg-anime {
  0% {
    stroke-dashoffset: 1000;
    fill: rgba(255, 255, 255, 0);
  }
  50% {
    stroke-dashoffset: 750;
    fill: rgba(255, 255, 255, 0.2);
  }
  70% {
    stroke-dashoffset: 500;
    fill: rgba(255, 255, 255, 0.4);
  }
  100% {
    stroke-dashoffset: 0;
    fill: white;
  }
}

@-webkit-keyframes svg-anime {
  0% {
    stroke-dashoffset: 1000;
    fill: rgba(255, 255, 255, 0);
  }
  50% {
    stroke-dashoffset: 750;
    fill: rgba(255, 255, 255, 0.2);
  }
  70% {
    stroke-dashoffset: 500;
    fill: rgba(255, 255, 255, 0.4);
  }
  100% {
    stroke-dashoffset: 0;
    fill: white;
  }
}

.top_otameshi {
  position: relative;
  display: block;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  background: #20ABCB;
  border-radius: .5rem;
  color: #ffffff;
  width: 90%;
  margin: 2rem auto 1rem auto;
  text-align: center;
  font-size: 1.8rem;
}

.top_otameshi h5 {
  margin-bottom: .5rem;
}

.top_otameshi h6 {
  font-size: 74%;
}

.top_otameshi:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #20ABCB;
}

.jump {
  -webkit-animation: 0.5s jump infinite alternate linear;
          animation: 0.5s jump infinite alternate linear;
}

@-webkit-keyframes jump {
  to {
    -webkit-transform: transtateY(0);
            transform: transtateY(0);
  }
  from {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

@keyframes jump {
  to {
    -webkit-transform: transtateY(0);
            transform: transtateY(0);
  }
  from {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.pickup {
  background-image: url(../image/site/top__sliderback.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  padding-bottom: 5rem;
  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: .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%;
}

@media screen and (min-width: 767px) {
  .pickup {
    padding-bottom: 5rem;
  }
}

.top h2 {
  margin-bottom: 1.5rem;
}

.top h2 img {
  width: 100%;
}

/* 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: #20ABCB;
}

.swiper-button-prev-pick:before {
  content: "\f0d9";
}

.swiper-button-next-pick:before {
  content: "\f0da";
}

.swiper-pagination-pick {
  width: 100%;
  padding: .5rem 0;
}

.swiper-pagination-pick span {
  margin: 0 .3rem;
  opacity: 1;
  background: #ffffff;
  width: 10px;
  height: 10px;
}

.swiper-pagination-pick .swiper-pagination-bullet-active {
  background: #20ABCB;
}

.top-catch img {
  width: 100%;
}

.top-btnwrapper {
  width: 95%;
  margin: 0 auto 3rem auto;
}

.top-btnwrapper img {
  width: 100%;
}

.top-btnwrapper .btnwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-btnwrapper .btnwrapper--btn {
  width: 48%;
}

.top-recipe {
  position: relative;
  margin-bottom: 5rem;
}

.top-recipe .recipe-wrapper {
  width: 95%;
  margin: 0 auto .5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-recipe .recipe-wrapper--item {
  width: 48%;
}

.top-recipe .recipe-wrapper--item img {
  width: 100%;
  border-radius: .5rem;
}

.top-recipe .recipe-wrapper--item a {
  color: #1a1a1a;
}

.top-recipe .recipe-wrapper--item dl {
  margin-bottom: 1.5rem;
}

.top-recipe .recipe-wrapper--item dl dt {
  width: 95%;
  margin: 0 auto .5rem auto;
  position: relative;
}

.top-recipe .recipe-wrapper--item dl dt .recipeimg {
  z-index: 3;
  position: relative;
}

.top-recipe .recipe-wrapper--item dl dt .recipeimg__deco {
  position: absolute;
  z-index: 2;
  width: 20%;
}

.top-recipe .recipe-wrapper--item dl dt .recipeimg__deco--top {
  top: -2%;
  right: -3%;
}

.top-recipe .recipe-wrapper--item dl dt .recipeimg__deco--bottom {
  bottom: -3%;
  left: -3%;
}

.top-recipe .recipe-wrapper--item dl dt .recipeimg__myrecipe {
  position: absolute;
  z-index: 3;
  width: 25%;
  bottom: -1%;
  right: -3%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: .8s;
  transition: .8s;
}

.top-recipe .recipe-wrapper--item dl dt .recipeimg__myrecipe--on {
  background-image: url(../image/site/common__fav_on.png);
}

.top-recipe .recipe-wrapper--item dl dt .recipeimg__myrecipe--off {
  background-image: url(../image/site/common__fav_off.png);
}

.top-recipe .recipe-wrapper--item dl dd {
  text-align: center;
  font-size: 1.4rem;
}

.top-recipe h2 {
  position: relative;
}

.top-recipe__deco {
  position: absolute;
  width: 25%;
  left: 3%;
  bottom: -50%;
}

.top-recipe .recipe-allbtn {
  background-color: #20ABCB;
  border-radius: .2rem;
  width: 80%;
  margin: 0 auto 2rem auto;
}

.top-recipe .recipe-allbtn a {
  padding: 1rem 0;
  display: block;
  color: #ffffff;
  text-align: center;
}

.top-recipe .recipe-allbtn a:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .3rem;
  font-size: .9rem;
}

.top-category {
  width: 85%;
  margin: 1.5rem auto 5rem auto;
}

.top-category img {
  width: 100%;
}

.top-category .category__item {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-category .category__item:nth-child(odd) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.top-category .category__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top-category .category__image {
  width: 40%;
  margin: 0 1rem;
}

.top-category .category__detail {
  width: 45%;
}

.top-category .category__title {
  color: #20ABCB;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.top-category .category__text {
  margin-bottom: .5rem;
}

.top-category .category__more {
  width: 80%;
  margin: 0 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;
}

.ranktop {
  width: 90%;
  margin: 0 auto 1rem auto;
}

.ranktop img {
  width: 100%;
  border-radius: .5rem;
}

.ranktop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.ranktop__img {
  width: 35%;
}

.ranktop__text {
  width: 60%;
}

.ranktop__no {
  width: 25%;
  margin-bottom: .5rem;
}

.ranktop__name {
  margin-bottom: 1.5rem;
}

.ranktop__check {
  text-align: right;
}

.ranktop__check img {
  width: 50%;
}

.rankibottom {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.rankibottom .swiper-ranking {
  overflow: hidden;
}

.rankibottom .swpier-slide {
  position: relative;
  padding: .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: .6rem 0 0 .6rem;
  border-radius: .5rem;
  z-index: 3;
}

.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: #20ABCB;
}

.swiper-button-prev-rank:before {
  content: "\f0d9";
}

.swiper-button-next-rank:before {
  content: "\f0da";
}

.swiper-pagination-rank {
  width: 100%;
  padding: .5rem 0;
}

.swiper-pagination-bullet-rank {
  margin: 0 .3rem;
  opacity: 1;
  background: #ffffff;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-rank-active {
  background: #20ABCB;
}
/*# sourceMappingURL=home_and_top.css.map */