@charset "UTF-8";

.recipe {
  width: 100%;
  background-image: url(../img/recipe-bg.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 100%;
  padding: 2.34375vw 0vw 4.296875vw 0vw;
}

@media screen and (min-width: 1280px) {
  .recipe {
    padding: 30px 0px 0px 0px;
  }
}

.recipe__ttl {
  margin: 0vw auto 1.171875vw auto;
  width: 51.328125vw;
  max-width: 657px;
}

@media screen and (min-width: 1280px) {
  .recipe__ttl {
    margin: 0px auto 15px auto;
  }
}

.recipe__des {
  font-size: 1.875vw;
  text-align: center;
  margin: 0vw auto 0vw auto;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  top: 10px;
}

@media screen and (min-width: 1280px) {
  .recipe__des {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .recipe__des {
    margin: 0px auto 0px auto;
  }
}

.recipe__anchor-kelloggs {
  margin: 0vw 0vw 7.421875vw 0vw;
}

@media screen and (min-width: 1280px) {
  .recipe__anchor-kelloggs {
    margin: 0px 0px 75px 0px;
  }
}

.recipe__klg {
  width: 86.09375vw;
  max-width: 1102px;
  height: 190.46875vw;
  max-height: 2438px;
  margin: 0vw auto 7.65625vw auto;
  padding: 5.234375vw 0vw 0vw 0vw;
  background-image: url(../img/recipe-bg-klg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .recipe__klg {
    margin: 0px auto 98px auto;
  }
}

@media screen and (min-width: 1280px) {
  .recipe__klg {
    padding: 67px 0px 0px 0px;
  }
}

.recipe__food {
  width: 86.09375vw;
  max-width: 1102px;
  max-height: auto;
  margin: 0vw auto 7.65625vw auto;
  padding: 5.234375vw 0vw 0vw 0vw;
/*   background-image: url(../img/recipe-bg-food.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; */
  position: relative;
}

@media screen and (min-width: 1280px) {
  .recipe__food {
    margin: 0px auto 98px auto;
  }
}

@media screen and (min-width: 1280px) {
  .recipe__food {
    padding: 0px 0px 0px 0px;
  }
}

.recipe__drink {
  width: 86.015625vw;
  max-width: 1101px;
  height: 74.375vw;
  max-height: 952px;
  margin: 0vw auto 0.78125vw auto;
  padding: 5.234375vw 0vw 0vw 0vw;
  background-image: url(../img/recipe-bg-drink.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .recipe__drink {
    margin: 0px auto 10px auto;
  }
}

@media screen and (min-width: 1280px) {
  .recipe__drink {
    padding: 67px 0px 0px 0px;
  }
}

.recipe__subttl {
  position: absolute;
  left: 50%;
  top: -1.875vw;
}

@media screen and (min-width: 1280px) {
  .recipe__subttl {
    top: -24px;
  }
}

.recipe__subttl-food {
  width: 21.015625vw;
  max-width: 269px;
  margin: 0vw 0vw 0vw -10.5078125vw;
}

@media screen and (min-width: 1280px) {
  .recipe__subttl-food {
    margin: 0px 0px 0px -134.5px;
  }
}

.recipe__subttl-drink {
  width: 20.9375vw;
  max-width: 268px;
  margin: 0vw 0vw 0vw -10.46875vw;
}

@media screen and (min-width: 1280px) {
  .recipe__subttl-drink {
    margin: 0px 0px 0px -134px;
  }
}

.recipe__subttl-klg {
  width: 33.515625vw;
  max-width: 429px;
  margin: 0vw 0vw 0vw -16.7578125vw;
}

@media screen and (min-width: 1280px) {
  .recipe__subttl-klg {
    margin: 0px 0px 0px -214.5px;
  }
}

.recipe__copy {
  margin: 0vw auto 0vw auto;
}

@media screen and (min-width: 1280px) {
  .recipe__copy {
    margin: 0px auto 0px auto;
  }
}

.recipe__copy-food {
  width: 42.5vw;
  max-width: 544px;
}

.recipe__copy-drink {
  width: 40.078125vw;
  max-width: 513px;
}

.recipe__copy-klg {
  width: 78.125vw;
  max-width: 1000px;
  margin: 0vw auto 2.34375vw auto;
}

@media screen and (min-width: 1280px) {
  .recipe__copy-klg {
    margin: 0px auto 30px auto;
  }
}

.recipe__list {
  width: 81.25vw;
  max-width: 1040px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recipe__item {
  width: 33.75vw;
  max-width: 404px;
  margin: 0vw 1.5625vw 1.953125vw 1.5625vw;
}

@media screen and (min-width: 1280px) {
  .recipe__item {
    margin: 0px 20px 25px 20px;
  }
}

.recipe__link:link,
.recipe__link:visited {
  text-decoration: none;
  display: block;
}

.recipe__link:hover .recipe__view-inner {
  text-decoration: underline;
}

.recipe__photo {
  position: relative;
  left: 0.53333333vw;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.recipe__label {
  width: 23.75vw;
  max-width: 304px;
  margin: 0vw auto 0.78125vw auto;
}

@media screen and (min-width: 1280px) {
  .recipe__label {
    margin: 0px auto 10px auto;
  }
}

.recipe__name {
  text-align: center;
  font-size: 2.03125vw;
  /* font-family: Arial, sans-serif; */
  font-family: "Times New Roman";
  font-weight: bold;
  margin: 0vw 0vw 0.625vw 0vw;
}

@media screen and (min-width: 1280px) {
  .recipe__name {
    font-size: 26px;
  }
}

@media screen and (min-width: 1280px) {
  .recipe__name {
    margin: 0px 0px 8px 0px;
  }
}

.recipe__view {
  text-align: center;
  color: #0080BE;
  padding: 0vw 0.390625vw 0vw 0vw;
}

@media screen and (min-width: 1280px) {
  .recipe__view {
    padding: 0px 5px 0px 0px;
  }
}

.recipe__view-inner {
  display: inline-block;
  position: relative;
  font-size: 1.40625vw;
  /* font-family: Arial, sans-serif; */
  font-family: "Times New Roman";
}

@media screen and (min-width: 1280px) {
  .recipe__view-inner {
    font-size: 18px;
  }
}

.recipe__view-inner:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.390625vw;
  max-width: 5px;
  height: 0.390625vw;
  max-height: 5px;
  margin: -0.15625vw -0.78125vw 0vw 0vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 0.1171875vw #0080BE;
  border-style: solid solid none none;
}

@media screen and (min-width: 1280px) {
  .recipe__view-inner:after {
    margin: -2px -10px 0px 0px;
  }
}

.recipe__cookexe {
  position: absolute;
  left: 30px;
  bottom: 0;
  font-size: 1.40625vw;
  /* font-family: Arial, sans-serif; */
  font-family: "Times New Roman";
  padding: 0vw 2.34375vw 1.953125vw 0vw;
}

@media screen and (min-width: 1280px) {
  .recipe__cookexe {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .recipe__cookexe {
    padding: 0 30px 25px 0px;
  }
}

.recipe__klg .recipe__name {
  font-size: 1.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1280px) {
  .recipe__klg .recipe__name {
    font-size: 24px;
  }
}

.recipe__klg .recipe__photo {
  height: 19.140625vw;
  max-height: 245px;
  padding: 0vw 0.78125vw 0vw 0vw;
  margin: 0vw auto 0.78125vw auto;
}

@media screen and (min-width: 1280px) {
  .recipe__klg .recipe__photo {
    padding: 0px auto 0px auto;
  }
}

@media screen and (min-width: 1280px) {
  .recipe__klg .recipe__photo {
    margin: 0px auto 10px auto;
  }
}

.recipe__klg .recipe__item:nth-child(1) .recipe__photo {
  width: 16.09375vw;
  max-width: 206px;
}

.recipe__klg .recipe__item:nth-child(2) .recipe__photo {
  width: 17.5vw;
  max-width: 224px;
}

.recipe__klg .recipe__item:nth-child(3) .recipe__photo {
  width: 16.5625vw;
  max-width: 212px;
}

.recipe__klg .recipe__item:nth-child(4) .recipe__photo {
  width: 18.046875vw;
  max-width: 231px;
}

.recipe__klg .recipe__item:nth-child(5) .recipe__photo {
  width: 15.859375vw;
  max-width: 203px;
}

.recipe__klg .recipe__item:nth-child(6) .recipe__photo {
  width: 16.640625vw;
  max-width: 213px;
}

.recipe__klg .recipe__item:nth-child(7) .recipe__photo {
  width: 15.46875vw;
  max-width: 198px;
}

.recipe__klg .recipe__item:nth-child(8) .recipe__photo {
  width: 17.421875vw;
  max-width: 223px;
}

.recipe__klg .recipe__item:nth-child(9) .recipe__photo {
  width: 14.0625vw;
  max-width: 180px;
}

.recipe__klg .recipe__item:nth-child(10) .recipe__photo {
  width: 14.296875vw;
  max-width: 183px;
}

.recipe__klg .recipe__item:nth-child(11) .recipe__photo {
  width: 15.625vw;
  max-width: 200px;
}

.recipe__klg .recipe__item:nth-child(12) .recipe__photo {
  width: 10.625vw;
  max-width: 136px;
}

.recipe__food .recipe__photo {
  height: 18.671875vw;
  max-height: 239px;
}

.recipe__food .recipe__item:nth-child(1) .recipe__photo {
  width: 18.671875vw;
  max-width: 239px;
}

.recipe__food .recipe__item:nth-child(2) .recipe__photo {
  width: 19.921875vw;
  max-width: 255px;
}

.recipe__food .recipe__item:nth-child(3) .recipe__photo {
  width: 19.609375vw;
  max-width: 251px;
}

.recipe__food .recipe__item:nth-child(4) .recipe__photo {
  width: 17.421875vw;
  max-width: 223px;
}

.recipe__food .recipe__item:nth-child(5) .recipe__photo {
  width: 20.859375vw;
  max-width: 267px;
}

.recipe__food .recipe__item:nth-child(6) .recipe__photo {
  width: 13.828125vw;
  max-width: 177px;
}

.recipe__drink .recipe__photo {
  height: 20.390625vw;
  max-height: 261px;
}

.recipe__drink .recipe__item:nth-child(1) .recipe__photo {
  width: 10.078125vw;
  max-width: 129px;
}

.recipe__drink .recipe__item:nth-child(2) .recipe__photo {
  width: 11.25vw;
  max-width: 144px;
}

.recipe__drink .recipe__item:nth-child(3) .recipe__photo {
  width: 17.03125vw;
  max-width: 218px;
}

.recipe__drink .recipe__item:nth-child(4) .recipe__photo {
  width: 17.734375vw;
  max-width: 227px;
}

.recipe__drink .recipe__item:nth-child(5) .recipe__photo {
  width: 10.390625vw;
  max-width: 133px;
}

.recipe__frame {
  position: relative;
  padding-bottom: 10vw;
}
@media screen and (min-width: 1280px) {
  .recipe__frame {
    position: relative;
    padding-bottom: 0vw;
  }
}

.recipe__obj {
  position: absolute;
  top: 0;
}

.recipe__klg-lt {
	left: 0;
  width: 22vw;
  max-width: 396px;
  margin: -14vw 0vw 0vw -15vw;
}

@media screen and (min-width: 1280px) {
  .recipe__klg-lt {
    margin: -180px 0px 0px -320px;
  }
}

.recipe__food-lt {
  left: 0;
  width: 30.9375vw;
  max-width: 396px;
  margin: -43.828125vw 0vw 0vw -14.0625vw;
}

@media screen and (min-width: 1280px) {
  .recipe__food-lt {
    margin: -561px 0px 0px -180px;
  }
}

.recipe__klg-rt {
  right: 0;
  width: 19.83vw;
  max-width: 254px;
  margin: -9vw -13vw 0vw 0vw;
}

@media screen and (min-width: 1280px) {
  .recipe__klg-rt {
    margin: -100px -180px 0px 0px;
  }
}

.recipe__food-rt {
  right: 0;
  width: 34.609375vw;
  max-width: 443px;
  margin: -29.140625vw -22.96875vw 0vw 0vw;
}

@media screen and (min-width: 1280px) {
  .recipe__food-rt {
    margin: -373px -294px 0px 0px;
  }
}

.recipe__drink-lt {
  left: 0;
  width: 24.609375vw;
  max-width: 315px;
  margin: -14.140625vw 0vw 0vw -16.875vw;
}

@media screen and (min-width: 1280px) {
  .recipe__drink-lt {
    margin: -150px 0px 0px -216px;
  }
}

.recipe__drink-rt {
  right: -15.625vw;
  top: -13.359375vw;
  width: 25.390625vw;
  max-width: 325px;
}

@media screen and (min-width: 1280px) {
  .recipe__drink-rt {
    right: -200px;
    top: -135px;
  }
}

@media screen and (max-width: 750px) {
  .recipe {
    padding: 6.66666667vw 0 8vw 0;
    background-image: url(../img/sp/recipe-bg.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
  }

  .recipe__ttl {
    margin: 0 auto 0vw auto;
    width: 93.33333333vw;
  }

  .recipe__des {
    position: relative;
    top: 4vw;
    font-size: 4.26666667vw;
  }

  .recipe__anchor-kelloggs {
    margin-bottom: 10.33333333vw;
  }

  .recipe__food {
    width: 92vw;
    height: auto;
    margin-bottom: 23.33333333vw;
    padding-top: 14.4vw;
    background-image: url(../img/sp/recipe-bg-food.png);
    background-position: top center;
    background-size: 100% 100%;
  }

  .recipe__klg {
    width: 92vw;
    height: auto;
    margin-bottom: 23.33333333vw;
    padding-top: 14.4vw;
    background-image: url(../img/sp/recipe-bg-klg.png);
    background-position: top center;
    background-size: 100% 100%;
  }

  .recipe__drink {
    width: 92vw;
    height: auto;
    margin-bottom: 0vw;
    padding-top: 14.4vw;
    background-image: url(../img/sp/recipe-bg-drink.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }

  .recipe__subttl {
    top: -4.4vw;
  }

  .recipe__subttl-klg {
    width: 70vw;
    margin-left: -35vw;
  }

  .recipe__subttl-food {
    width: 53.33333333vw;
    margin-left: -26.66666667vw;
  }

  .recipe__subttl-drink {
    width: 54.13333333vw;
    margin-left: -27.06666667vw;
  }

  .recipe__copy {
    margin-bottom: 9.46666667vw;
  }

  .recipe__copy-klg {
    width: 80vw;
  }

  .recipe__copy-food {
    width: 77.06666667vw;
  }

  .recipe__copy-drink {
    width: 73.6vw;
  }

  .recipe__list {
    display: block;
  }

  .recipe__item {
    width: 100%;
    margin: 0 0 12vw 0;
  }

  .recipe__link:link,
  .recipe__link:visited {
    text-decoration: none;
  }

  .recipe__photo {
    position: relative;
    left: 0.53333333vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .recipe__label {
    width: 64.93333333vw;
    margin: 0 auto 4vw auto;
  }

  .recipe__name {
    font-size: 4.8vw;
    margin-bottom: 2.66666667vw;
  }

  .recipe__view {
    padding-right: 2.66666667vw;
  }

  .recipe__view-inner {
    font-size: 3.73333333vw;
  }

  .recipe__view-inner:after {
    max-width: none;
    max-height: none;
    width: 1.06666667vw;
    height: 1.06666667vw;
    margin: -0.53333333vw -2.66666667vw 0 0;
    border-width: 1px;
  }

  .recipe__cookexe {
    position: static;
    font-size: 3.46666667vw;
    padding: 0;
    text-align: center;
    padding-bottom: 5.33333333vw;
  }

  .recipe__klg .recipe__name {
    font-size: 4.8vw;
  }

  .recipe__klg .recipe__photo {
    height: auto;
  }

  .recipe__klg .recipe__item:nth-child(1) .recipe__photo {
    width: 42.8vw;
  }

  .recipe__klg .recipe__item:nth-child(2) .recipe__photo {
    width: 48.26666667vw;
  }

  .recipe__klg .recipe__item:nth-child(3) .recipe__photo {
    width: 43.46666667vw;
  }

  .recipe__klg .recipe__item:nth-child(4) .recipe__photo {
    width: 46.66666667vw;
  }

  .recipe__klg .recipe__item:nth-child(5) .recipe__photo {
    width: 41.33333333vw;
  }

  .recipe__klg .recipe__item:nth-child(6) .recipe__photo {
    width: 41.33333333vw;
  }

  .recipe__klg .recipe__item:nth-child(6) .recipe__photo {
    width: 44.13333333vw;
  }

  .recipe__klg .recipe__item:nth-child(7) .recipe__photo {
    width: 40.66666667vw;
  }

  .recipe__klg .recipe__item:nth-child(8) .recipe__photo {
    width: 46vw;
  }

  .recipe__klg .recipe__item:nth-child(9) .recipe__photo {
    width: 36.66666667vw;
  }

  .recipe__klg .recipe__item:nth-child(10) .recipe__photo {
    width: 38.93333333vw;
  }

  .recipe__klg .recipe__item:nth-child(11) .recipe__photo {
    width: 41.06666667vw;
  }

  .recipe__klg .recipe__item:nth-child(12) .recipe__photo {
    width: 28.93333333vw;
  }

  .recipe__food .recipe__photo {
    height: auto;
  }

  .recipe__food .recipe__item:nth-child(1) .recipe__photo {
    width: 56.4vw;
  }

  .recipe__food .recipe__item:nth-child(2) .recipe__photo {
    width: 59.2vw;
  }

  .recipe__food .recipe__item:nth-child(3) .recipe__photo {
    width: 56.8vw;
  }

  .recipe__food .recipe__item:nth-child(4) .recipe__photo {
    width: 49.46666667vw;
  }

  .recipe__food .recipe__item:nth-child(5) .recipe__photo {
    width: 49.33333333vw;
  }

  .recipe__food .recipe__item:nth-child(6) .recipe__photo {
    width: 40.8vw;
  }

  .recipe__drink .recipe__photo {
    height: auto;
  }

  .recipe__drink .recipe__item:nth-child(1) .recipe__photo {
    width: 26.13333333vw;
  }

  .recipe__drink .recipe__item:nth-child(2) .recipe__photo {
    width: 26.53333333vw;
  }

  .recipe__drink .recipe__item:nth-child(3) .recipe__photo {
    width: 49.2vw;
  }

  .recipe__drink .recipe__item:nth-child(4) .recipe__photo {
    width: 50.26666667vw;
  }

  .recipe__drink .recipe__item:nth-child(5) .recipe__photo {
    width: 30.53333333vw;
  }

  .recipe__frame {
    position: relative;
  }

  .recipe__obj {
    position: absolute;
    top: 0;
  }

  .recipe__klg-lt {
    left: 0;
    width: 33vw;
    margin: -35vw 0 0 -15vw;
  }

  .recipe__klg-rt {
    right: 0;
    width: 30vw;
    margin: -20vw -15vw 0 0;
  }

  .recipe__drink-lt {
    top: auto;
    left: 0;
    bottom: 0;
    width: 42.13333333vw;
    margin: 0 0 -23vw -23.46666667vw;
  }

  .recipe__drink-rt {
    top: auto;
    bottom: 0;
    right: 0;
    width: 43.33333333vw;
    margin: 0 -13.2vw -23vw 0;
  }
}

.popup {
  width: 90.703125vw;
  max-width: 1161px;
  height: 50.078125vw;
  max-height: 641px;
  padding: 3.125vw 1.71875vw 0vw 1.5625vw;
  background-image: url(../img/popup-bg.png);
  position: relative;
}

@media screen and (min-width: 1280px) {
  .popup {
    padding: 40px 22px 0px 20px;
  }
}

.popup--klg {
  width: 100%;
  height: auto;
  padding: 0;
  background-image: none;
  background-color: transparent;
}

.popup img {
  width: 100%;
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5625vw 1.5625vw 0vw 0vw;
  width: 6.4vw;
  max-width: 78px;
}

@media screen and (min-width: 1280px) {
  .popup__close {
    padding: 20px 20px 0px 0px;
  }
}

.popup__ttl {
  margin: 0vw auto 2.34375vw auto;
  line-height: 1;
}

@media screen and (min-width: 1280px) {
  .popup__ttl {
    margin: 0px auto 30px auto;
  }
}

.popup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.popup__klg {
  width: 100vw;
  max-width: 1280px;
  margin: auto;
}

.popup__photo {
  width: 35.234375vw;
  max-width: 451px;
  height: 40.15625vw;
  max-height: 514px;
}

.popup__txt {
  padding: 1.796875vw 1.796875vw 0vw 1.796875vw;
  width: 50vw;
  max-width: 640px;
  height: 39.0625vw;
  max-height: 500px;
  margin: 0.3125vw 0vw 0vw 1.5625vw;
  border-radius: 0.78125vw;
  background: white;
  -webkit-box-shadow: 2px 2px 3px rgba(122, 113, 104, 0.3);
          box-shadow: 2px 2px 3px rgba(122, 113, 104, 0.3);
  position: relative;
}

@media screen and (min-width: 1280px) {
  .popup__txt {
    padding: 23px 23px 0px 23px;
  }
}

@media screen and (min-width: 1280px) {
  .popup__txt {
    margin: 4px 0px 0px 20px;
  }
}

@media screen and (min-width: 1280px) {
  .popup__txt {
    border-radius: 10px;
  }
}

.popup__print {
  margin: 1.796875vw 1.796875vw 0vw 0vw;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 6vw;
  max-width: 75px;
}

@media screen and (min-width: 1280px) {
  .popup__print {
    margin: 23px 23px 0px 0px;
  }
}

.popup__table-wrap {
  height: 18.75vw;
  max-height: 240px;
}

.popup__table {
  width: 100%;
  margin: 0vw 0vw 0.390625vw 0vw;
}

@media screen and (min-width: 1280px) {
  .popup__table {
    margin: 0px 0px 5px 0px;
  }
}

.popup__table th {
  width: 45%;
}

.popup__table td {
  width: 55%;
}

.popup__table th,
.popup__table td {
  font-size: 1.484375vw;
  line-height: 1;
  padding: 0vw 0vw 0.78125vw 0vw;
  font-weight: normal;
  /* font-family: Arial, sans-serif; */
  font-family: "Times New Roman";
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .popup__table th,
  .popup__table td {
    font-size: 19px;
  }
}

@media screen and (min-width: 1280px) {
  .popup__table th,
  .popup__table td {
    padding: 0px 0px 10px 0px;
  }
}

.popup__line {
  border-bottom: solid 1px #888080;
  margin: 0vw 0vw 1.171875vw 0vw;
}

@media screen and (min-width: 1280px) {
  .popup__line {
    margin: 0px 0px 15px 0px;
  }
}

.popup__recipe {
  margin: 0vw 0vw 0vw 2.734375vw;
  list-style-type: none;
}

@media screen and (min-width: 1280px) {
  .popup__recipe {
    margin: 0px 0px 0px 35px;
  }
}

.popup__recipe-item {
  position: relative;
  /* font-family: Arial, sans-serif; */
  font-family: "Times New Roman";
  line-height: 1.3;
  margin: 0vw 0vw 0.390625vw 0vw;
  font-size: 1.484375vw;
}

@media screen and (min-width: 1280px) {
  .popup__recipe-item {
    margin: 0px 0px 5px 0px;
  }
}

@media screen and (min-width: 1280px) {
  .popup__recipe-item {
    font-size: 19px;
  }
}

.popup__recipe-item span {
  font-size: 1.09375vw;
  font-weight: bold;
  width: 1.5625vw;
  max-width: 20px;
  height: 1.5625vw;
  max-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.234375vw 0vw 0vw -2.734375vw;
  border-radius: 50%;
  background: #0080BE;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1280px) {
  .popup__recipe-item span {
    font-size: 14px;
  }
}

@media screen and (min-width: 1280px) {
  .popup__recipe-item span {
    margin: 3px 0px 0px -35px;
  }
}

.popup__info {
  color: #0080BE;
  font-size: 1.09375vw;
  /* font-family: Arial, sans-serif; */
  font-family: "Times New Roman";
}

@media screen and (min-width: 1280px) {
  .popup__info {
    font-size: 14px;
  }
}

.popup__nutritionist {
  color: #0080BE;
  font-size: 1.09375vw;
  /* font-family: Arial, sans-serif; */
  font-family: "Times New Roman";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0vw 1.5625vw 0.78125vw 0vw;
}

@media screen and (min-width: 1280px) {
  .popup__nutritionist {
    font-size: 14px;
  }
}

@media screen and (min-width: 1280px) {
  .popup__nutritionist {
    margin: 0px 20px 10px 0px;
  }
}

@media screen and (max-width: 750px) {
  .popup {
    width: 100vw;
    height: auto;
    padding: 16.66666667vw 0 13.33333333vw 0;
    background-image: url(../img/sp/popup-bg.png);
  }

  .popup--klg {
    padding: 0;
    background-image: none;
    background-color: transparent;
  }

  .popup--klg .popup__close {
    top: 1.33333333vw !important;
  }

  .popup--klg .popup__close-btn {
    width: 66.8vw;
    position: absolute;
    margin: 0 !important;
    left: 16.6vw;
    bottom: 5.33333333vw;
  }

  .popup img {
    width: 100%;
  }

  .popup__close {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 17.06666667vw;
    top: 4vw;
    right: 4vw;
  }

  .popup__ttl {
    margin-bottom: 5.6vw;
    line-height: 1;
  }

  .popup__wrap {
    display: block;
  }

  .popup__photo {
    width: 88.8vw;
    height: auto;
    padding-left: 7.33333333vw;
    margin-bottom: 6.66666667vw;
  }

  .popup__txt {
    padding: 0;
    width: 80vw;
    height: auto;
    margin: 0 auto 0vw auto;
    border-radius: 1.33333333vw;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (max-width: 750px) and (max-width: 480px) {
  .popup__txt {
    width: 90vw;
  }
}

@media screen and (max-width: 750px) {
  .popup__print {
    display: none;
  }

  .popup__table-wrap {
    height: auto;
    max-height: none;
  }

  .popup__table {
    width: 100%;
    margin-bottom: 5.33333333vw;
    margin-left: 1.33333333vw;
  }

  .popup__table th {
    width: 65%;
  }

  .popup__table td {
    width: 35%;
  }

  .popup__table th,
  .popup__table td {
    font-size: 4.26666667vw;
    padding: 0 0 2vw 0;
    line-height: 1.3;
  }

  .popup__table td span {
    display: block;
    margin-left: 1em;
  }

  .popup__line {
    margin-bottom: 6.66666667vw;
  }

  .popup__recipe {
    margin-bottom: 0vw;
    margin-left: 6.66666667vw;
    list-style-type: none;
  }

  .popup__recipe-item {
    font-size: 4.26666667vw;
    margin-bottom: 0.5em;
  }

  .popup__recipe-item span {
    font-size: 3.33333333vw;
    width: 4.66666667vw;
    height: 4.66666667vw;
    margin: 0.66666667vw 0 0 -6.66666667vw;
  }

  .popup__info {
    color: #0080BE;
    font-size: 3.73333333vw;
  }

  .popup__nutritionist {
    font-size: 3.73333333vw;
    position: static;
    margin: 0;
  }

  .popup__close-btn {
    width: 66.8vw;
    margin: auto;
    margin-top: 10.66666667vw;
  }
}

.ie11 .popup__recipe-item span {
  /* font-family: sans-serif !important; */
  font-family: "Times New Roman";
}

.popup1 .popup__ttl {
  width: 26.71875vw;
  max-width: 342px;
}

.popup2 .popup__ttl {
  width: 24.921875vw;
  max-width: 319px;
}

.popup3 .popup__ttl {
  width: 20.078125vw;
  max-width: 257px;
}

.popup4 .popup__ttl {
  width: 23.984375vw;
  max-width: 307px;
}

.popup5 .popup__ttl {
  width: 14.21875vw;
  max-width: 182px;
}

.popup6 .popup__ttl {
  width: 21.875vw;
  max-width: 280px;
}

.popup7 .popup__ttl {
  width: 26.71875vw;
  max-width: 342px;
}

.popup8 .popup__ttl {
  width: 19.6875vw;
  max-width: 252px;
}

.popup9 .popup__ttl {
  width: 19.84375vw;
  max-width: 254px;
}

.popup10 .popup__ttl {
  width: 26.71875vw;
  max-width: 342px;
}

.popup11 .popup__ttl {
  width: 15.625vw;
  max-width: 200px;
}

@media screen and (max-width: 750px) {
  .popup1 .popup__ttl {
    width: 68.26666667vw;
  }

  .popup2 .popup__ttl {
    width: 62.8vw;
  }

  .popup3 .popup__ttl {
    width: 51.46666667vw;
  }

  .popup4 .popup__ttl {
    width: 60vw;
  }

  .popup5 .popup__ttl {
    width: 37.86666667vw;
  }

  .popup6 .popup__ttl {
    width: 55.86666667vw;
  }

  .popup7 .popup__ttl {
    width: 68.26666667vw;
  }

  .popup8 .popup__ttl {
    width: 50.4vw;
  }

  .popup9 .popup__ttl {
    width: 49.46666667vw;
  }

  .popup10 .popup__ttl {
    width: 68.26666667vw;
  }

  .popup11 .popup__ttl {
    width: 40.26666667vw;
  }
}

.fancybox-content {
  padding: 0 !important;
}

.fancybox-close-small {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .fancybox-infobar,
  .fancybox-button--arrow_right,
  .fancybox-button--arrow_left {
    display: none !important;
  }

  .fancybox-content {
    padding: 0 !important;
  }

  .fancybox-slide {
    padding: 0 !important;
  }
}



/* ---------------------
	サブページ
--------------------- */
/* FlexBox */
.l-flex {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}
.l-flex-aligncenter {
  -webkit-align-items: center;
          align-items: center;
}
.l-flex-justcenter {
  -webkit-justify-content: center;
          justify-content: center;
}
.l-flex-justbetween {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}











/* オプションメニュー（〆など） */
.recipe-option {
  margin-top:1em;
  padding: 15px;
  border-radius: 6px;
  background: #f5f5f5;
  overflow: hidden;
}
.recipe-option h4 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: .75em;
  border-bottom: 1px dotted #333;
}
.recipe-option .recipe-option-txt {
  width: 67%;
  float: left;
}
.recipe-option .recipe-option-img {
  width: 30%;
  float: right;
}
.recipe-option .recipe-option-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media screen and (max-width: 750px) {
  .recipe-option {
    padding: 15px;
  }
  .recipe-option h4 {
    margin-bottom: .5em;
    padding-bottom: .5em;
  }
  .recipe-option .recipe-option-txt {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .recipe-option .recipe-option-img {
    width: 100%;
    max-width: 490px;
    float: none;
  }
}


.recipe-point {
  overflow: hidden;
}

.recipe-point h4 {
  font-size: 114%;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .5em;
}

/* プロフィール写真 */
.recipe-point .photo-chef {
  width: 17%;
}
@media screen and (max-width: 750px) {
  .recipe-point .photo-chef {
    width: 50%;
  }
}


.recipe-point .photo-insert {
  display: inline-block;
  width: 320px;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
.recipe-point .photo-insert {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 320px;
  float: none;
}
}









.moments {
  padding-bottom: 20px;
  background-repeat: repeat;
  background-position: center top;
  background-image: url(../img/story-bg.png);
  background-size: cover;
}
.moments__ttl {
  padding: 30px 0;
  background: #418ad0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.moments-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.moments-wrap ul {
  padding: 30px 0 0;
  display: flex;
  align-items: center;
}
.moments-wrap ul li:nth-child(odd) {
  transform: rotate(-2deg);
}
.moments-wrap ul li:nth-child(even) {
  transform: rotate(2deg);
}
.moments-wrap ul li img {
  display: block;
  border: 8px solid #fff;
  box-shadow: 2px 2px 6px rgba(0,0,0,.25);
}

/* .moments-wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.moments-wrap ul li {
  width: 40%;
  margin: 0 2.5vw 6vw;
}
.moments-wrap ul li img {
  display: block;
  border: 8px solid #fff;
  box-shadow: 2px 2px 6px rgba(0,0,0,.25);
} */



@media screen and (min-width: 1280px) {
.moments {
  padding-bottom: 40px;
}
.moments__ttl {
  padding: 30px 0;
  font-size: 40px;
}
.moments-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0 0;
}
/* .moments-wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.moments-wrap ul li {
  width: 210px;
  margin: 0 0 30px;
}
}


.moments-wrap ul li:nth-child(1) {
  transform: rotate(-2deg);
}
.moments-wrap ul li:nth-child(2) {
  transform: rotate(2deg);
}
.moments-wrap ul li:nth-child(3) {
  transform: rotate(-2deg);
}
.moments-wrap ul li:nth-child(4) {
  transform: rotate(2deg);
}
.moments-wrap ul li:nth-child(5) {
  transform: rotate(2deg);
}
.moments-wrap ul li:nth-child(6) {
  transform: rotate(-4deg);
}
.moments-wrap ul li:nth-child(7) {
  transform: rotate(5deg);
}
@media screen and (min-width: 1280px) {
.moments-wrap ul li:nth-child(6) {
  width: 280px;
}
} */


.recipe__item a:hover, .recipe__item a:hover img {
  opacity: 1 !important;
  transition: all .25s ease-out;
}
.recipe__item a:hover {
  transform: scale(1.1);
}