@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%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* SVGアニメーション */
.svg_animation {
  fill: none;
  stroke-dashoffset: 1000;
  animation: svg-anime 1s ease-in 0.5s forwards;
  -webkit-animation: svg-anime 1s ease-in 0.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: #f8bc87;
  border-radius: 0.5rem;
  color: #ffffff;
  width: 90%;
  margin: 2rem auto 1rem auto;
  text-align: center;
  font-size: 1.8rem;
}
.top_otameshi h5 {
  margin-bottom: 0.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 #f8bc87;
}
.jump {
  animation: 0.5s jump infinite alternate linear;
}
@keyframes jump {
  to {
    transform: transtateY(0);
  }
  from {
    transform: translateY(4px);
  }
}
.base-wrapper {
  padding-top: 0;
}
.fvWrap {
  background: url(/image/site/login_bg_01.jpg);
  background-size: contain;
}
.fv {
  background: url(/image/site/login_bg_02.png) no-repeat;
  position: relative;
  padding: 0 0 50px 0;
  background-size: cover;
  max-width: 768px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .fv {
    background-size: contain;
  }
}
.memberFv {
  background-size: cover;
  background-position: 0 78px;
}
.fvHeader {
  padding: 10px 0;
}
.fvHeader .fvLogo {
  position: absolute;
  left: -30px;
  top: -20px;
}
.topHeader {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
}
.pickUpSwiper {
  padding-top: 140px;
}
.topSwiper1 {
  padding-top: 50px;
}
.pickUpSwiper .swiper-wrapper {
  height: auto;
}
@media screen and (max-width: 480px) {
  .pickUpSwiper .swiper-wrapper {
    height: auto;
  }
}
.pickUpSwiper .swiper-slide {
  width: 60%;
  box-sizing: border-box;
}
.pickUpSwiper .swiper-slide img {
  max-width: 100%;
  height: auto;
  border-radius: 30%;
  border: solid 5px #ffffff;
}
.pickUpSwiper .swiper-slide:last-child {
  margin: 0 20px 0 0;
}
.pickUpSwiper .swiper-pagination {
  position: static;
  margin: 10px 0 0 0;
  line-height: 0;
}
.pickUpSwiper .swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: 1 !important;
}
.pickUpSwiper .swiper-pagination-bullet-active {
  background: #ffa75a !important;
}
.fvHeader .fvLogo img {
  max-width: 198px;
  height: auto;
}
.topHeader .topHeaderRegistBtn a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
  border-radius: 55px;
  background: #edc290;
  color: #503428;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  margin: 0 20px 0 0;
}
.topHeader .topHeaderLoginBtn a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
  border-radius: 55px;
  background: #ffffff;
  border: solid 1px #edc290;
  color: #503428;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  margin: 0 20px 0 0;
}
.pickup {
  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%;
}
.top {
  background: #fdf7ef;
}
.top h2 {
  margin: 30px 0 20px 0;
  text-align: center;
}
.top h2 img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .top h2 {
    width: 60%;
    margin: 30px auto 20px auto;
  }
}
.top-feature ul li {
  margin: 0 0 20px 0;
}
.top-feature ul li img {
  max-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: #f8bc87;
}
.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: #f8bc87;
}
.top-catch {
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
.top-btnwrapper {
  width: 95%;
  margin: 0 auto 30px auto;
}
.top-btnwrapper img {
  width: 100%;
}
.top-btnwrapper .btnwrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-btnwrapper .btnwrapper--btn {
  width: 48%;
}
.top-btnwrapper .btnwrapper a {
  text-align: center;
  display: block;
  border-radius: 30px;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
}
.top-btnwrapper .btnwrapper--btn:first-child a {
  background: #ffa75a;
  color: #ffffff;
}
.top-btnwrapper .btnwrapper--btn:last-child a {
  background: #ffffff;
  color: #ffa75a;
  border: solid 1px #ffa75a;
}
.chokatsuProsCont {
  padding: 0 20px 20px 20px;
}
.chokatsuProsCont dt {
  margin: 0 0 20px 0;
  text-align: center;
}
.chokatsuProsCont dt img {
  max-width: 70%;
}
.chokatsuProsCont dd span {
  color: #ffa8a8;
  font-weight: bold;
}
.top-recipe {
  position: relative;
  margin-bottom: 5rem;
}
.top-recipe .recipe-wrapper {
  width: 95%;
  margin: 0 auto 0.5rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.top-recipe .recipe-wrapper--item {
  width: 48%;
}
.top-recipe .recipe-wrapper--item img {
  width: 100%;
  border-radius: 30%;
  border: solid 4px #ffffff;
}
.top-recipe .recipe-wrapper--item a {
  color: #7b6156;
}
.top-recipe .recipe-wrapper--item dl {
  margin-bottom: 1.5rem;
}
.top-recipe .recipe-wrapper--item dl dt {
  width: 95%;
  margin: 0 auto 0.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;
  transition: 0.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: #ffa75a;
  border-radius: 40px;
  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: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.3rem;
  font-size: 0.9rem;
}
.top-category {
  width: 85%;
  margin: 1.5rem auto 5rem auto;
}
.top-category .category__item {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.top-category .category__item:nth-child(odd) {
  justify-content: flex-start;
}
.top-category .category__item:nth-child(even) {
  flex-direction: row-reverse;
}
.top-category .category__item img {
  width: 100%;
  border-radius: 30%;
  border: solid 4px #ffffff;
}
.top-category .category__image {
  width: 40%;
  margin: 0 1rem;
}
.top-category .category__detail {
  width: 45%;
  text-align: center;
}
.top-category .category__title {
  color: #f8bc87;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.top-category .category__title i {
  display: inline-block;
  padding: 0 5px 0 0;
}
.top-category .category__text {
  margin-bottom: 0.5rem;
}
.top-category .category__more {
  width: 80%;
  margin: 0 auto;
}
.top-category .catBtn {
  background: #ffa75a;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  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: 30%;
  border: solid 4px #ffffff;
}
.ranktop__item {
  display: flex;
  justify-content: space-between;
  align-items: top;
  color: #7b6156;
  margin-bottom: 1.5rem;
  position: relative;
  border-bottom: dashed 1px #7b6156;
  padding: 0 0 20px 0;
}
.ranktop__item:last-child {
  border-bottom: none;
  padding: 0;
}
.ranktop__img {
  width: 35%;
}
.ranktop__text {
  width: 60%;
}
.ranktop__no {
  width: 50%;
  margin: 0 auto 10px auto;
  display: block;
  position: relative;
  height: 40px;
  /*リボンの高さ*/
  line-height: 40px;
  /*リボンの高さ*/
  text-align: center;
  padding: 0 30px;
  /*横の大きさ*/
  color: #FFF;
  /*文字色*/
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .ranktop__no {
    height: 30px;
    line-height: 30px;
  }
}
.ranktop__item:nth-child(1) .ranktop__no {
  background: #edc53e;
}
.ranktop__item:nth-child(2) .ranktop__no {
  background: #c4c4c4;
}
.ranktop__item:nth-child(3) .ranktop__no {
  background: #c3a093;
}
.ranktop__no:before, .ranktop__no:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ranktop__no:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fdf7ef;
  border-style: solid;
}
.ranktop__no:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fdf7ef transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 480px) {
  .ranktop__no:before {
    border-width: 15px 0 15px 15px;
  }
  .ranktop__no:after {
    border-width: 15px 15px 15px 0;
  }
}
.ranktop__name {
  margin-bottom: 1.5rem;
}
.ranktop__check {
  text-align: right;
  width: 100%;
  color: #ffffff;
}
.ranktop__check span {
  display: inline-block;
  background: #ffa75a;
  border-radius: 30px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  font-size: 1rem;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .ranktop__check span {
    height: 30px;
    line-height: 30px;
  }
}
.rankSubTitle {
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.rankibottom {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.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.6rem 0 0 0.6rem;
  border-radius: 30%;
  z-index: 3;
  border: solid 4px #ffffff;
}
.ranktop__item span.ranktop__no {
  display: block;
  font-size: 1rem;
  margin: -25px auto 0 auto;
  z-index: 4;
  width: 80%;
  background: #ffa8a8 !important;
}
.ranktop__item .ranktop__no i {
  padding: 0 10px 0 0;
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .ranktop__item .ranktop__no {
    width: 70%;
  }
  .ranktop__item span.ranktop__no {
    width: 100%;
    padding: 0;
  }
  .ranktop__item span.ranktop__no i {
    font-size: 1rem;
    padding: 0 3px 0 0;
  }
}
.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: #f8bc87;
}
.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: #f8bc87;
}
.slideRecipeName {
  color: #7b6156;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
}
