@charset "utf-8";
/* CSS Document */
/*====================
PCを基本設計にする
 - 1280px〜：大型PC
 - 960px〜1279px：小型PC
 - 600px〜959px：タブレット
 - 480px〜599px：スマートフォン横
 - 〜479px：スマートフォン縦
====================*/

/* 1280px〜：大型PC
------------------------------ */
html {
  font-size: 62.5%;
}
body {
  color: #333333;
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, "ＭＳ Ｐゴシック", "MS PGothic ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.17em;
}
li {
  text-decoration: none;
}
a {
  color: #333333;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
a:hover {
  opacity: 0.5;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.pc-item {
  display: block;
}
.sp-item {
  display: none;
}
.pc-img {
  display: block;
}
.sp-img {
  display: none;
}

/* inner
----------------------------*/
.inner01 {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 1.5;
}
.inner03 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.inner04 {
  max-width: 814px;
}

/* header
----------------------------*/
.logo-wrapper{
  padding: 10px 15px;
  max-width: 1400px;
  margin: 0 auto;
}
.logo{
  width: 142.82px;
}

/* hero
----------------------------*/
.hero {
  /* background-color: #fffcf7; */
  position: relative;
  background: url(../images/top/hero_bg.jpg) repeat-x;
}
.hero .title {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.hero .title:before {
  content: "";
  display: inline-block;
  width: 8vw;
  height: 250px;
  background-image: url(../images/top/left.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -25px;
  left: -80px;
}
.hero .title::after {
  content: "";
  display: inline-block;
  width: 8vw;
  height: 260px;
  background-image: url(../images/top/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -12px;
  left: 380px;
}
.title a:hover {
  opacity: 1;
}
h1 {
  width: 336px;
  margin: 0 auto 20px;
}
.sub-title {
  width: 344px;
  margin-bottom: 20px;
}
.leadcopy{
  line-height: 1.8;
  font-weight: 600;
  max-width: 600px;
}

/* top - recipe
----------------------------*/
section {
  padding: 80px 0 0;
}
section:last-of-type {
  padding-bottom: 80px;
}
section.recipe01 h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #ea5704;
  position: relative;
  margin-bottom: 40px;
}
section.recipe01 h2:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 170px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -42px;
  left: 0;
}
section.recipe02 h2:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 108px;
  background-image: url("../images/top/two.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -27px;
  left: 0;
}
.underline{
  font-weight: 800;
  color: #ea5704;
  background: linear-gradient(transparent 60%, rgba(240,209,67,.6) 40%);
}
section.recipe01 h3 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #ea5704;
  position: relative;
  padding-left: 56px;
  margin-bottom: 40px;
  text-align: left;
}
section.recipe01 h3.rice:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 58px;
  background-image: url("../images/top/rice.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -9px;
  left: 5px;
}
section.recipe01 h3.meat:before {
  content: "";
  display: inline-block;
  width: 51px;
  height: 108px;
  background-image: url("../images/top/meat.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -4px;
  left: 0;
  transform: rotate(-13deg);
}
section.recipe01 h3.tomato:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 48px;
  background-image: url(../images/top/tomato.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -12px;
  left: 0;
}
.recipe-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.recipe-item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 64px;
}
.recipe-item:nth-of-type(3n) {
  margin-right: -40px;
}
.recipe-item img {
  margin-bottom: 10px;
}
.recipe-item p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}
.recipe-item span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}

/* top - profile
----------------------------*/
.prof-inner {
  background-color: #fffdfa;
  border-radius: 20px;
  border: dashed 2px #ea5704;
  margin: 0 auto;
  padding: 40px 60px;
}
h3 {
  color: #ea5704;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.prof-item {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.prof-item:first-of-type {
  margin-bottom: 40px;
}
.prof-item div:first-of-type {
  width: 20%;
}
.prof-item div:last-of-type {
  width: 80%;
  padding-left: 40px;
}
.prof-item img {
  margin-bottom: 10px;
}
.prof-name {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.prof-detail span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}
.prof-detail p {
  line-height: 1.5;
}

/* footer
----------------------------*/
footer{
  padding: 10px 15px 20px;
  max-width: 1400px;
  margin: 0 auto;

}
#pagetop {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 99;
}
#pagetop img {
  width: 60px;
  animation: vertical_1367 2.8s ease infinite;
  -moz-animation-duration: 1s;
  animation-duration: 4s;
  transform-origin: 50% 50%;
}
@keyframes vertical_1367 {
  0% {
    transform: translate(0, -3px);
  }
  3.27869% {
    transform: translate(0, 3px);
  }
  6.55738% {
    transform: translate(0, -3px);
  }
  9.83606% {
    transform: translate(0, 3px);
  }
  13.11475% {
    transform: translate(0, -3px);
  }
  16.39344% {
    transform: translate(0, 3px);
  }
  18.03279% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
#pagetop a:hover {
  opacity: 1;
}
.copyright{
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}

/*------------------------------------------*/
/*
/*  lower
/*
/*------------------------------------------*/
/* hero
----------------------------*/
.lower .hero {
  background: #fff;
  margin-bottom: 20px;
}
.lower .hero .title {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
}
.lower .hero .title:before,
.lower .hero .title::after {
  content: none;
}

/* section
----------------------------*/
.lower section {
  padding: 0 0 80px;
}
.lower section.recipe01 h2:before {
  content: none;
}
.lower section.recipe01 h2 {
  padding-left: 0;
  margin-bottom: 12px;
  font-size: 3.2rem;
}
.chef-name {
  display: block;
  margin-bottom: 16px;
}
.eyecatch {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.recipe-copy {
  text-align: left;
  line-height: 1.5;
  margin: 0 auto 40px;
}
.lower .recipe-detail h3 {
  font-size: 2.4rem;
  text-align: left;
  padding-bottom: 16px;
  padding-left: 0;
  margin-bottom: 24px;
  border-bottom: solid 2px #ea5704;
}

/*パンくず
----------------------------*/
.breadcrumb-list {
  color: #aaa;
  font-size: 1.3rem;
  margin-bottom: 80px;
}
.breadcrumb-list a {
  color: #505050;
}
.breadcrumb-list {
  display: flex;
  display: -webkit-flex;
}
.breadcrum-item:not(:first-of-type) {
  padding-left: 10px;
}
.breadcrum-item:not(:first-of-type)::before {
  display: inline-block;
  content: "/";
  color: #aaa;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* recipetop
----------------------------*/
.btn-back-wrapper {
  text-align: center;
  text-align: -webkit-center;
  margin-bottom: 80px;
}
.btn-back-wrapper a:hover {
  opacity: 1;
}
.btn-back {
  display: block;
  width: 170px;
}
.btn-back-wrapper a {
  display: inline-block;
}
.btn-back-wrapper p {
  display: inline-block;
  position: relative;
}
.btn-back-wrapper p:before {
  content: "";
  display: inline-block;
  width: 106px;
  height: 24px;
  background-image: url("../images/common/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: -69px;
  top: -24px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.btn-back-wrapper a:hover p:before {
  left: -89px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* 材料
----------------------------*/
.bg-yellow {
  background-color: #fffdfa;
  padding: 40px;
}
.recipe-detail {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.recipe-detail:not(:last-of-type) {
  margin-bottom: 40px;
}
.recipe-detail-item:first-of-type {
  margin-right: 40px;
}
.recipe-detail .ingredient,
.recipe-detail .howtocook {
  width: 50%;
}
.recipe-detail dl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.recipe-detail dt {
  display: table-cell;
  width: 50%;
  text-align: left;
  padding-bottom: 16px;
  line-height: 1.5;
}
.recipe-detail dd {
  display: table-cell;
  width: 50%;
  text-align: right;
  line-height: 1.5;
}
span.star {
  color: #ea5704;
}
span.mixed {
  display: inline-block;
  margin-bottom: 12px;
}

/* 作り方
----------------------------*/
.howtocook li {
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative;
  line-height: 1.5;
}
.howtocook li:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -7px;
  left: 0;
}
.howtocook li:nth-child(1):before {
  background-image: url("../images/recipe/1.svg");
}
.howtocook li:nth-child(2):before {
  background-image: url("../images/recipe/2.svg");
}
.howtocook li:nth-child(3):before {
  background-image: url("../images/recipe/3.svg");
}
.howtocook li:nth-child(4):before {
  background-image: url("../images/recipe/4.svg");
}
.howtocook li:nth-child(5):before {
  background-image: url("../images/recipe/5.svg");
}
.howtocook li:nth-child(6):before {
  background-image: url("../images/recipe/6.svg");
}
.howtocook li:nth-child(7):before {
  background-image: url("../images/recipe/7.svg");
}
.howtocook li:nth-child(8):before {
  background-image: url("../images/recipe/8.svg");
}

/* 使われている商品
----------------------------*/
.recipe-detail img {
  width: 50px;
}
.recipe-detail img.tsunakan {
  width: 110px;
}
.product-pr-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.product-pr-item p {
  display: none;
}
.product-pr-item:first-of-type {
  margin-right: 10px;
}
.product-info{
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: justify;
}




/* 960px〜1279px：タブレット
------------------------------ */
@media screen and (max-width: 1279px) {
/* hero
----------------------------*/
h1 {
  width: 270px;
  margin: 0 auto 16px;
}
.sub-title {
  width: 270px;
  margin-bottom: 10px;
}
.hero .title::after {
  left: 340px;
}
.hero .title:before {
  left: -40px;
}
}





/* 769px〜959px：タブレット
------------------------------ */
@media screen and (max-width: 959px) {
/* common
----------------------------*/
.pc-item {
  display: none;
}
.sp-item {
  display: block;
}
.pc-img {
  display: none;
}
.sp-img {
  display: block;
}

/* top - recipe
----------------------------*/
section {
  padding: 40px 0 ;
}
section.leadcopy-sp{
  padding-bottom: 0;
}

/* hero
----------------------------*/
.hero .title:before {
    width: 72px;
    height: 220px;
    top: -34px;
    left: -28%;
}
.hero .title::after {
    width: 82px;
    height: 220px;
    top: -8px;
    left: 276px;
}

/* profile
----------------------------*/
  .prof-inner {
    padding: 40px 40px;
  }
}





/* 600px〜668px：SP横
------------------------------ */
@media screen and (max-width: 668px) {
/* common
----------------------------*/
body {
  font-size: 1.4rem;
}
.br-pc {
  display: none;
}
.br-sp {
  display: block;
}

/* inner
----------------------------*/
.inner01 {
  padding: 0 15px;
}
.inner02 {
  padding: 0 15px;
}

/* header
----------------------------*/
.logo-wrapper{
  padding:10px 10px ;
}
.logo{
  width: 97.7px;
}

/* top - recipe
----------------------------*/
section.leadcopy-sp{
  padding-bottom: 40px;
}

  /* leadcopy
----------------------------*/
.leadcopy p {
  line-height: 1.7;
}

  /* section
----------------------------*/
section:last-of-type {
  padding-bottom: 60px;
}
section.recipe01 h2,
section.recipe02 h2 {
  padding-left: 0;
  text-align: center;
  line-height: 1.4;
}
section.recipe01 h2:before {
  width: 20px;
  height: 170px;
  top: -76px;
  left: 50%;
  transform: translateX(-50%);
}
section.recipe02 h2:before {
  width: 30px;
  height: 128px;
  top: -66px;
  left: 50%;
  transform: translateX(-50%);
}
.recipe-list {
margin-bottom: 30px;
}
.recipe-item {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 40px;
}
.recipe-item:nth-of-type(3n) {
  margin-right: 30px;
}
.recipe-item:nth-of-type(2n) {
  margin-right: -30px;
}
.recipe-item img {
  margin-bottom: 10px;
}
.recipe-item p {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}
.recipe-item span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}

  /* profile
----------------------------*/
.prof-inner {
  padding: 30px 10px;
}
.prof-item div:first-of-type {
  width: 50%;
}
.prof-item div:last-of-type {
  padding-left: 20px;
}
.prof-name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.prof-detail span {
  font-size: 1.4rem;
}

/* footer
----------------------------*/
footer{
  padding: 10px 10px 20px;
}
#pagetop {
  bottom: 10px;
  right: 5px;
}
#pagetop img {
  width: 50px;
}


/*------------------------------------------*/
  /*
/*  lower
/*
/*------------------------------------------*/
/* section
----------------------------*/
.lower section {
  padding-top: 0;
}
.lower section.recipe01 h2 {
  padding-left: 0;
  margin-bottom: 12px;
  font-size: 2.8rem;
  text-align: left;
}
.lower .recipe-detail h3 {
  font-size: 2rem;
}
.bg-yellow {
  padding: 20px;
}
.recipe-detail {
  display: block;
}
.recipe-detail .ingredient,
.recipe-detail .howtocook {
  width: 100%;
}
.recipe-detail .ingredient {
  margin-bottom: 40px;
}
}





/* 480px〜599px：SP横
------------------------------ */
@media screen and (max-width: 599px) {
/* hero
----------------------------*/
.hero .title:before,
.hero .title::after {
  content: none;
}

/* section
----------------------------*/
section {
  padding: 32px 0;
}

section.recipe01 h2,
section.recipe02 h2 {
  font-size: 2.2rem;
}
section.recipe01 h2:before {
  width: 18px;
  top: -72px;
}
section.recipe02 h2:before {
  width: 27px;
  top: -60px;
}
section.recipe01 h3 {
  padding-left: 48px;
  margin-bottom: 20px;
}
section.recipe01 h3.rice:before {
  width: 40px;
  left:0;
}
section.recipe01 h3.meat:before {
  width: 49px;
}
section.recipe01 h3.tomato:before {
  width: 41px;
  height: 44px;
  top:-10px;
}

}





/* 〜479px：スマートフォン縦
------------------------------ */
@media screen and (max-width: 479px) {
/* hero
----------------------------*/
h1 {
  width: 230px;
  margin: 0 auto 10px;
}
.sub-title {
  width: 230px;
}

/* section
----------------------------*/
.recipe-item {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 24px;
}
.recipe-item:nth-of-type(3n) {
  margin-right: 20px;
}
.recipe-item:nth-of-type(2n) {
  margin-right: -20px;
}
.recipe-item img {
  margin-bottom: 8px;
}
.recipe-item p {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}
.recipe-item span {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}
}

/* 202311 top用追記
----------------------------*/
.prof-inner_text_rt {
 font-size: 1.2rem;
 text-align: right;
 margin-top: 15px;
}
.prof-inner_text_rt span{
 font-size: 1.5rem;
 padding-right: 0.3rem;
}
