@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}

@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.side_main_recipe {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.side_main_recipe .slick-slide {
  margin: 0 20px 0 20px;
}

@media screen and (max-width: 800px) {
  .side_main_recipe .slick-slide {
    margin: 0 20px 0 20px;
  }
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.head {
  box-sizing: border-box;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}

.head .bg_img {
  display: flex;
}

@media screen and (max-width: 800px) {
  .head .bg_img {
    flex-wrap: wrap;
  }
}

.head .bg_img .imgin1 {
  width: 33.33333%;
  -webkit-transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transform: scale(0.75);
}

.head .bg_img .imgin1.active {
  transform: scale(1);
}

@media screen and (max-width: 800px) {
  .head .bg_img .imgin1 {
    width: 100%;
  }
}

.head .bg_img .imgin3, .head .bg_img .imgin2 {
  width: 33.33333%;
  -webkit-transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transform: scale(0.75);
}

.head .bg_img .imgin3.active, .head .bg_img .imgin2.active {
  transform: scale(1);
}

@media screen and (max-width: 800px) {
  .head .bg_img .imgin3, .head .bg_img .imgin2 {
    width: 50%;
  }
}

.head h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head h1 img {
  max-width: 469px;
  width: 90%;
}

.head .line {
  position: absolute;
  width: 100%;
  height: 5px;
  display: inline-block;
}

.head .line img {
  vertical-align: top;
}

.head .line.line-top {
  top: 6%;
  left: 0;
}

.head .line.line-bottom {
  bottom: 6%;
  right: 0;
}

.head_text {
  margin-top: 50px;
}

@media screen and (min-width: 801px) {
  .head_text {
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .head_text {
    font-size: 4.2vw;
  }
}

.intro_wrap {
  background-color: #EDF4F1;
  box-sizing: border-box;
  padding: 30px 60px;
  border-radius: 8px;
  text-align: center;
  max-width: 1000px;
  margin: 50px auto 0;
  /**ここから変更2022_0122**/
  /**ここまで変更2022_0122**/
}

@media screen and (max-width: 800px) {
  .intro_wrap {
    padding: 36px 5%;
  }
}

.intro_wrap .comment {
  background: #27831B;
  box-sizing: border-box;
  padding: 16px 24px;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 100px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
}

.intro_wrap .comment::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: url(../images/recipe/intro_arrow.png) no-repeat center/auto 100%;
}

.intro_wrap h2 {
  margin-top: 20px;
  margin-bottom: 24px;
  color: #27831B;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .intro_wrap h2.f28 {
    font-size: 6vw;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 800px) {
  .intro_wrap h2 span.f20 {
    font-size: 3.9vw;
  }
}

.intro_wrap dl {
  display: flex;
  width: 75%;
  max-width: 650px;
  font-family: 'Noto Sans JP';
}

@media screen and (max-width: 800px) {
  .intro_wrap dl {
    display: block;
    width: 100%;
    max-width: 800px;
  }
}

.intro_wrap dl dt {
  box-sizing: border-box;
  padding: 30px 20px;
  background: #27831B;
  color: #fff;
  font-weight: bold;
  width: 34.4%;
  border-radius: 8px 0 0 8px;
  /*line-height: 3em;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro_wrap dl dt .t1 {
  text-align: left;
  margin-right: 10px;
}

.intro_wrap dl dt .t3 {
  margin-bottom: -15px;
}

.intro_wrap dl dt .equal {
  margin-right: 8px;
  vertical-align: super;
}

@media screen and (max-width: 800px) {
  .intro_wrap dl dt .equal {
    margin-right: 4px;
    vertical-align: super;
    margin-left: 8px;
  }
}

.intro_wrap dl dt .f48 {
  font-size: 48px;
}

@media screen and (max-width: 800px) {
  .intro_wrap dl dt .f48 {
    font-size: 10vw;
    margin-right: 2px;
  }
}

@media screen and (max-width: 800px) {
  .intro_wrap dl dt {
    border-radius: 0;
    width: 100%;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.intro_wrap dl dd {
  background-color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 40px;
  color: #27831B;
  font-weight: bold;
  width: 65.6%;
  border-radius: 0px 8px 8px 0px;
  text-align: left;
  line-height: 2em;
}

@media screen and (min-width: 801px) {
  .intro_wrap dl dd {
    border-top: 3px solid #27831B;
    border-right: 3px solid #27831B;
    border-bottom: 3px solid #27831B;
  }
}

@media screen and (max-width: 800px) {
  .intro_wrap dl dd {
    border-radius: 0;
    width: 100%;
    border-left: 3px solid #27831B;
    border-right: 3px solid #27831B;
    border-bottom: 3px solid #27831B;
    padding: 16px 20px;
  }
}

.intro_wrap dl dd p {
  line-height: 1.8em;
}

@media screen and (max-width: 800px) {
  .intro_wrap dl dd p {
    line-height: 1.6em;
  }
}

.intro_wrap .figure_wrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.intro_wrap figure {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 230px;
  width: 23%;
  z-index: -1;
}

@media screen and (max-width: 800px) {
  .intro_wrap figure {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 16px;
  }
}

.intro_wrap .f12 {
  margin-top: 20px;
  padding-bottom: 20px;
  color: #364834;
  text-align: left;
  line-height: 1.6em;
  border-bottom: 1px dashed #27831B;
  font-family: 'Noto Sans JP';
}

.intro_wrap .destraction {
  margin-top: 24px;
  font-family: 'Noto Sans JP';
}

.intro_wrap .destraction p {
  color: #27831B;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .intro_wrap .destraction p {
    text-align: left;
  }
}

.intro_wrap .destraction ul {
  display: flex;
  justify-content: center;
}

.intro_wrap .destraction ul li {
  border: 1px solid #27831B;
  background-color: #fff;
  color: #27831B;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 6px 14px 8px;
  margin-right: 16px;
  font-weight: bold;
  line-height: 1em;
}

@media screen and (max-width: 800px) {
  .intro_wrap .destraction ul li {
    margin-right: 3%;
  }
}

.intro_wrap .destraction ul li:last-child {
  margin-right: 0;
}

.intro_wrap .destraction ul li i {
  width: 0.7em;
  display: inline-block;
  margin-right: 4px;
}

.intro_wrap .destraction ul li i img {
  vertical-align: baseline;
}

.sec_head_wrap {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
  .sec_head_wrap {
    width: 80%;
    margin: 0 auto 40px;
  }
}

.sec_head_wrap .sec_head_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
}

.sec_head_wrap .sec_head_title img {
  width: auto;
  height: 60px;
}

@media screen and (max-width: 800px) {
  .sec_head_wrap .sec_head_title img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .sec_head_wrap .sec_head_text {
    text-align: left;
  }
}

.section_recipe {
  width: 100%;
  max-width: 1100px;
  margin: 150px auto 0;
}

@media screen and (max-width: 800px) {
  .section_recipe {
    margin: 88px auto 0;
  }
}

.section_recipe .slick-box-recipe {
  width: 100%;
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}

.section_recipe .slick-box-recipe li.slidin {
  width: 30.9%;
  margin-right: 3.5%;
  margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
  .section_recipe .slick-box-recipe li.slidin {
    margin-right: auto;
  }
}

.section_recipe .slick-box-recipe li.slidin:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  .section_recipe .slick-box-recipe li.slidin:nth-child(3n) {
    width: 100%;
  }
}

.section_recipe .slick-box-recipe li.slidin .inbox {
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(42, 42, 42, 0.2);
  position: relative;
}

.section_recipe .slick-box-recipe li.slidin .photo {
  width: 100%;
  pointer-events: auto;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  overflow: hidden;
}

.section_recipe .slick-box-recipe li.slidin .photo.active img {
  transform: scale(1.07);
}

@media screen and (max-width: 800px) {
  .section_recipe .slick-box-recipe li.slidin .photo {
    width: 100%;
  }
}

.section_recipe .slick-box-recipe li.slidin .photo img {
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

.section_recipe .slick-box-recipe li.slidin .photo.maskin::after {
  pointer-events: none;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

.section_recipe .slick-box-recipe li.slidin .photo.maskin.active::after {
  opacity: 1;
}

.section_recipe .slick-box-recipe li.slidin .photo.newicon::before {
  content: "";
  width: 40px;
  position: absolute;
  top: 5%;
  left: 0;
  height: 20px;
  background-image: url(../images/top/icon_new.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 25;
}

.section_recipe .slick-box-recipe li.slidin .photo_nolink {
  width: 100%;
  pointer-events: auto;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .section_recipe .slick-box-recipe li.slidin .photo_nolink {
    width: 100%;
  }
}

.section_recipe .slick-box-recipe li.slidin .photo_nolink.newicon::before {
  content: "";
  width: 40px;
  position: absolute;
  top: 5%;
  left: 0;
  height: 20px;
  background-image: url(../images/top/icon_new.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 25;
}

.section_recipe .slick-box-recipe li.slidin .text {
  width: 100%;
  padding: 25px;
}

@media screen and (max-width: 800px) {
  .section_recipe .slick-box-recipe li.slidin .text {
    width: 100%;
    padding: 20px;
  }
}

.section_recipe .slick-box-recipe li.slidin .text.recipemore {
  padding: 25px 25px 40px 25px;
}

@media screen and (max-width: 800px) {
  .section_recipe .slick-box-recipe li.slidin .text.recipemore {
    width: 100%;
    padding: 20px 20px 30px 20px;
  }
}

.section_recipe .slick-box-recipe li.slidin .text.active h3 a {
  text-decoration: underline;
  text-decoration-color: #000;
}

.section_recipe .slick-box-recipe li.slidin .text div.days {
  font-size: 13px;
  font-style: italic;
  color: #69726E;
  font-weight: 500;
  line-height: 100%;
  padding-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .section_recipe .slick-box-recipe li.slidin .text div.days {
    font-size: 3vw;
    padding-bottom: 3px;
  }
}

.section_recipe .slick-box-recipe li.slidin .text h3 {
  font-weight: 600;
  margin-bottom: 10px;
  pointer-events: auto;
}

.section_recipe .slick-box-recipe li.slidin .text p {
  font-size: 13px;
  line-height: 160%;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP';
  color: #69726E;
}

.section_recipe .slick-box-recipe li.slidin .text .lineleft {
  width: 40px;
  display: inline-block;
  height: 2px;
  background-color: #A6BCB2;
  margin-bottom: 8px;
  margin-top: 16px;
}
